Searched
refs:string (Results
1201 -
1225 of
46739) sorted by null
<<41424344454647484950>>
| /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/ |
| type_resolver_util.h | 34 #include <string> 46 const string& url_prefix, const DescriptorPool* pool);
|
| /system/bt/service/common/bluetooth/ |
| adapter_state.h | 19 #include <string> 40 // Returns a string for the given Adapter state |state|. 41 std::string AdapterStateToString(AdapterState state);
|
| /system/bt/vendor_libs/test_vendor_lib/include/ |
| beacon.h | 34 // Return a string representation of the type of device. 35 virtual std::string GetTypeString() const override { return "beacon"; } 37 // Set the address and advertising interval from string args. 38 virtual void Initialize(const std::vector<std::string>& args) override;
|
| classic.h | 33 virtual void Initialize(const std::vector<std::string>& args) override; 35 // Return a string representation of the type of device. 36 virtual std::string GetTypeString() const override { return "classic"; }
|
| device_factory.h | 20 #include <string> 36 static std::shared_ptr<Device> Create(const std::vector<std::string>& args);
|
| /system/core/base/ |
| strings.cpp | 20 #include <string.h> 22 #include <string> 31 std::vector<std::string> Split(const std::string& s, 32 const std::string& delimiters) { 35 std::vector<std::string> result; 49 std::string Trim(const std::string& s) { 50 std::string result; 85 template std::string Join(const std::vector<std::string>&, char) [all...] |
| /system/core/init/ |
| rlimit_parser.h | 22 #include <string> 30 Result<std::pair<int, rlimit>> ParseRlimit(const std::vector<std::string>& args);
|
| /system/core/logd/ |
| LogAudit.h | 48 std::map<std::string, std::string> populateDenialMap(); 49 std::string denialParse(const std::string& denial, char terminator, 50 const std::string& search_term); 51 void logParse(const std::string& string, std::string* bug_num);
|
| /system/extras/perfprofd/dropbox/ |
| dropbox_host.cc | 27 const std::string& temp_directory ATTRIBUTE_UNUSED, 28 std::string* error_msg) {
|
| /system/extras/perfprofd/ |
| perf_data_converter.h | 4 #include <string> 16 RawPerfDataToAndroidPerfProfile(const std::string &perf_file,
|
| /system/libvintf/include/vintf/ |
| HalFormat.h | 22 #include <string> 33 static const std::array<std::string, 2> gHalFormatStrings = {
|
| KernelConfigType.h | 21 #include <string> 28 STRING, 34 static const std::array<std::string, 4> gKernelConfigTypeStrings = { 36 "string",
|
| MatrixKernel.h | 20 #include <string> 30 struct KernelConfigKey : public std::string { 31 KernelConfigKey() : std::string() {} 32 KernelConfigKey(const std::string &other) : std::string(other) {} 33 KernelConfigKey(std::string &&other) : std::string(std::forward<std::string>(other)) {}
|
| SchemaType.h | 21 #include <string> 32 static const std::array<std::string, 2> gSchemaTypeStrings = {
|
| Transport.h | 22 #include <string> 34 static const std::array<std::string, 3> gTransportStrings = {
|
| Tristate.h | 21 #include <string> 33 static const std::array<std::string, 3> gTristateStrings = {
|
| VintfObjectRecovery.h | 45 const std::vector<std::string> &packageInfo, 46 std::string *error = nullptr);
|
| /system/tools/hidl/ |
| DeathRecipientType.cpp | 26 std::string DeathRecipientType::typeName() const { 30 std::string DeathRecipientType::getCppType(StorageMode mode, 32 const std::string base = 33 std::string(specifyNamespaces ? "::android::" : "") 50 std::string DeathRecipientType::getJavaType(bool /* forInitializer */) const { 55 std::string DeathRecipientType::getVtsType() const { 61 const std::string& /* name */, 62 const std::string& /* parcelObj */,
|
| /system/update_engine/ |
| omaha_utils.h | 20 #include <string> 31 // Returns the string representation of the |eol_status|. 34 // Converts the end-of-life status string to an EolStatus numeric value. In case 35 // of an invalid string, the default "supported" value will be used instead. 36 EolStatus StringToEolStatus(const std::string& eol_status);
|
| update_status_utils.h | 20 #include <string> 28 bool StringToUpdateStatus(const std::string& update_status_as_string,
|
| utils_android.h | 20 #include <string> 30 bool DeviceForMountPoint(const std::string& mount_point,
|
| /system/vold/ |
| Benchmark.h | 22 #include <string> 27 void Benchmark(const std::string& path,
|
| /test/vts/utils/native/libprofiling/ |
| VtsProfilingInterface.h | 36 explicit VtsProfilingInterface(const string& trace_file_path); 41 static VtsProfilingInterface& getInstance(const string& trace_file_path); 52 int GetTraceFile(const string& package, const string& version); 55 int CreateTraceFile(const string& package, const string& version); 60 string trace_file_path_prefix_; // Prefix of the trace file. 63 map<string, int> trace_map_;
|
| /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/ |
| testprog.c | 9 static const char string[] = "string"; variable 23 || strcmp (string, "string") != 0)
|
| /toolchain/binutils/binutils-2.27/gas/testsuite/gas/d10v/ |
| immediate-006.s | 5 .string "opsolop" 7 .string "mopsflo"
|
Completed in 982 milliseconds
<<41424344454647484950>>