| /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/ |
| elf-rel19.s | 7 L1: .string "foo" 8 L2: .string "a"
|
| /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/ |
| symbol3w.s | 4 .string "badsym warning"
|
| /hardware/interfaces/keymaster/4.0/vts/functional/ |
| KeymasterHidlTest.h | 39 using ::std::string; 48 explicit HidlBuf(const std::string& other) : HidlBuf() { *this = other; } 60 HidlBuf& operator=(const string& other) { 66 string to_string() const { return string(reinterpret_cast<const char*>(data()), size()); } 113 const string& key_material, HidlBuf* key_blob, 116 const string& key_material); 118 ErrorCode ImportWrappedKey(string wrapped_key, string wrapping_key, 119 const AuthorizationSet& wrapping_key_desc, string masking_key [all...] |
| /external/boringssl/src/tool/ |
| internal.h | 20 #include <string> 67 bool ParseKeyValueArguments(std::map<std::string, std::string> *out_args, const 68 std::vector<std::string> &args, const struct argument *templates); 72 bool GetUnsigned(unsigned *out, const std::string &arg_name, 74 const std::map<std::string, std::string> &args); 78 bool Ciphers(const std::vector<std::string> &args); 79 bool Client(const std::vector<std::string> &args); 80 bool DoPKCS12(const std::vector<std::string> &args) [all...] |
| /external/tensorflow/tensorflow/core/util/ |
| memmapped_file_system.h | 20 #include <string> 73 Status FileExists(const string& fname) override; 75 const string& filename, 78 const string& filename, 83 Status NewWritableFile(const string& fname, 85 Status NewAppendableFile(const string& fname, 87 Status GetChildren(const string& dir, std::vector<string>* r) override; 88 Status DeleteFile(const string& f) override; 89 Status CreateDir(const string& d) override [all...] |
| /external/webrtc/webrtc/base/ |
| diskcache.h | 15 #include <string> 42 bool Initialize(const std::string& folder, size_t size); 45 bool LockResource(const std::string& id); 46 StreamInterface* WriteResource(const std::string& id, size_t index); 47 bool UnlockResource(const std::string& id); 49 StreamInterface* ReadResource(const std::string& id, size_t index) const; 51 bool HasResource(const std::string& id) const; 52 bool HasResourceStream(const std::string& id, size_t index) const; 53 bool DeleteResource(const std::string& id); 59 virtual bool FileExists(const std::string& filename) const = 0 [all...] |
| /test/vts/utils/native/testability_checker/ |
| VtsTestabilityChecker.h | 35 using std::string; 65 bool CheckHalForComplianceTest(const string& hal_package_name, 67 const string& hal_interface_name, 68 const Arch& arch, set<string>* instances); 76 bool CheckHalForNonComplianceTest(const string& hal_package_name, 78 const string& hal_interface_name, 79 const Arch& arch, set<string>* instances); 86 bool CheckFrameworkCompatibleHal(const string& hal_package_name, 88 const string& hal_interface_name, 89 const Arch& arch, set<string>* instances) [all...] |
| /bionic/libc/bionic/ |
| strchr.cpp | 30 #include <string.h>
|
| strrchr.cpp | 30 #include <string.h>
|
| /bootable/recovery/ |
| install.h | 20 #include <string> 28 int install_package(const std::string& package, bool* wipe_cache, const std::string& install_file, 35 // Read meta data file of the package, write its content in the string pointed by meta_data. 37 bool read_metadata_from_package(ZipArchiveHandle zip, std::string* metadata);
|
| /build/soong/cc/libbuildversion/ |
| libbuildversion.cpp | 28 std::string GetBuildNumber() { 32 std::string property_value; 35 auto property_value = reinterpret_cast<std::string*>(cookie); 49 std::string GetBuildNumber() {
|
| /build/soong/cc/libbuildversion/tests/ |
| build_version_test_lib.cpp | 21 std::string LibGetBuildNumber() {
|
| /cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/ |
| BaseR.java | 20 public static final int my_string1 = R.string.my_string1;
|
| /development/vndk/tools/header-checker/header-abi-dumper/src/ |
| frontend_action_factory.h | 26 const std::string &dump_name_; 27 std::set<std::string> &exported_headers_; 32 const std::string &dump_name, 33 std::set<std::string> &exported_headers,
|
| /external/ImageMagick/Magick++/lib/Magick++/ |
| Montage.h | 12 #include <string> 37 void fileName(const std::string &fileName_); 38 std::string fileName(void) const; 45 void font(const std::string &font_); 46 std::string font(void) const; 57 void label(const std::string &label_); 58 std::string label(void) const; 73 void texture(const std::string &texture_); 74 std::string texture(void) const; 81 void title(const std::string &title_) [all...] |
| /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
| DebugEventListenerConstants.cs | 39 public const string ProtocolVersion = "2";
|
| /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
| DebugEventListenerConstants.cs | 39 public const string ProtocolVersion = "2";
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
| AnnotatedException.java | 11 public AnnotatedException(String string, Throwable e) 13 super(string); 18 public AnnotatedException(String string) 20 this(string, null);
|
| /external/compiler-rt/test/asan/TestCases/Linux/ |
| activation-options.cc | 39 #include <string.h> 42 #include <string> 49 std::string path = std::string(argv[0]) + "-so.so";
|
| /external/curl/lib/ |
| curl_fnmatch.h | 36 * '*' can also work with UTF string 42 int Curl_fnmatch(void *ptr, const char *pattern, const char *string);
|
| /external/libchrome/base/debug/ |
| proc_maps_linux.h | 10 #include <string> 42 std::string path; 81 BASE_EXPORT bool ReadProcMaps(std::string* proc_maps); 85 BASE_EXPORT bool ParseProcMaps(const std::string& input,
|
| /external/libchrome/base/trace_event/ |
| memory_usage_estimator.cc | 10 template size_t EstimateMemoryUsage(const std::string&);
|
| /external/libchrome/base/ |
| vlog.h | 8 #include <string> 40 VlogInfo(const std::string& v_switch, 41 const std::string& vmodule_switch, 62 // Returns true if the string passed in matches the vlog pattern. The 63 // vlog pattern string can contain wildcards like * and ?. ? matches 72 BASE_EXPORT bool MatchVlogPattern(const base::StringPiece& string,
|
| /external/libchrome/dbus/ |
| object_path.h | 9 #include <string> 22 // dbus::MessageReader::PopObjectPath to fill in and from std::string 26 // sufficient for our needs, as is implicit initialization of a std::string 27 // from a string constant. 29 explicit ObjectPath(const std::string& value) : value_(value) {} 31 // Retrieves value as a std::string. 32 const std::string& value() const { return value_; } 47 std::string value_;
|
| /external/libcxx/test/libcxx/experimental/memory/memory.resource.aliases/ |
| header_string_libcpp_version.pass.cpp | 12 // <experimental/string> 14 #include <experimental/string>
|