| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/test/ |
| output_test.h | 7 #include <string> 30 TestCase(std::string re, int rule = MR_Default); 32 std::string regex_str; 34 std::string substituted_regex; 56 std::initializer_list<std::pair<std::string, std::string>> il);
|
| /system/core/debuggerd/libdebuggerd/ |
| open_files_list.cpp | 25 #include <string.h> 29 #include <string> 39 std::string fd_dir_name = "/proc/" + std::to_string(pid) + "/fd"; 53 std::string path = fd_dir_name + "/" + std::string(de->d_name); 54 std::string target;
|
| /system/core/debuggerd/ |
| util.h | 19 #include <string> 48 std::string get_process_name(pid_t pid); 49 std::string get_thread_name(pid_t tid);
|
| /system/core/fastboot/ |
| socket_mock.h | 34 #include <string> 66 void ExpectSend(std::string message); 69 void ExpectSendFailure(std::string message); 72 void AddReceive(std::string message); 87 Event(EventType _type, std::string _message, ssize_t _status, 91 std::string message;
|
| /system/core/init/ |
| rlimit_parser_test.cpp | 26 void TestRlimitSuccess(std::vector<std::string> input, 40 void TestRlimitFailure(std::vector<std::string> input, const std::string& expected_result) { 51 const std::vector<std::pair<std::vector<std::string>, std::pair<int, rlimit>>> 111 const std::vector<std::pair<std::vector<std::string>, std::string>> inputs_and_results = {
|
| /system/core/libbinderwrapper/include/binderwrapper/ |
| stub_binder_wrapper.h | 21 #include <string> 85 void SetBinderForService(const std::string& service_name, 90 sp<IBinder> GetRegisteredService(const std::string& service_name) const; 96 sp<IBinder> GetService(const std::string& service_name) override; 97 bool RegisterService(const std::string& service_name, 107 using ServiceMap = std::map<std::string, sp<IBinder>>;
|
| /system/core/libmetricslogger/include/metricslogger/ |
| metrics_logger.h | 19 #include <string> 26 void LogHistogram(const std::string& event, int32_t data); 30 void LogCounter(const std::string& name, int32_t val); 32 // Logs a Tron multi_action with category|category| containing the string 34 void LogMultiAction(int32_t category, int32_t field, const std::string& value); 51 void SetPackageName(const std::string& package_name); 54 // Add tagged data to the event, with the given tag and string value. 55 void AddTaggedData(int tag, const std::string& value);
|
| /system/hwservicemanager/ |
| Vintf.cpp | 15 const FQName &fqName, const std::string &instanceName, 25 vintf::Transport getTransport(const std::string &interfaceName, const std::string &instanceName) { 33 LOG(ERROR) << __FUNCTION__ << ": " << fqName.string() 38 LOG(ERROR) << __FUNCTION__ << ": " << fqName.string() 55 << fqName.string() << "/" << instanceName
|
| /system/keymaster/tests/ |
| hkdf_test.cpp | 20 #include <string.h> 24 using std::string; 62 const string key = hex2str(test.key_hex); 63 const string salt = hex2str(test.salt_hex); 64 const string info = hex2str(test.info_hex); 65 const string expected = hex2str(test.output_hex);
|
| /system/libhidl/transport/base/1.0/ |
| IBase.hal | 52 interfaceChain() generates (vec<string> descriptors); 67 interfaceDescriptor() generates (string descriptor); 118 debug(handle fd, vec<string> options);
|
| /system/libvintf/include/vintf/ |
| XmlFileGroup.h | 36 using map = std::multimap<std::string, T>; 46 std::string name = t.name(); 53 const_range getXmlFiles(const std::string& key) const { return mXmlFiles.equal_range(key); } 57 ConstMultiMapValueIterable<std::string, T> getXmlFiles() const { 58 return ConstMultiMapValueIterable<std::string, T>(mXmlFiles); 61 bool addAllXmlFiles(XmlFileGroup* other, std::string* error) {
|
| /system/libvintf/test/ |
| AssembleVintfTest.cpp | 27 static bool In(const std::string& sub, const std::string& str) { 28 return str.find(sub) != std::string::npos; 46 std::string getOutput() { return mOutputStream->str(); } 50 void setFakeEnvs(const std::map<std::string, std::string>& envs) { 56 void addInput(const std::string& name, const std::string& s) { 60 std::unique_ptr<std::stringstream> makeStream(const std::string& s) { 70 std::string xmlEmpty = "<compatibility-matrix version=\"1.0\" type=\"framework\" />" [all...] |
| /system/tools/hidl/c2hal/ |
| Expression.cpp | 32 Expression::Type Expression::integralType(const std::string& integer) { 92 virtual std::string toString(StringHelper::Case atomCase) { 103 AtomExpression(Type type, const std::string &value, bool isId) 120 virtual std::string toString(StringHelper::Case atomCase) { 127 std::string mValue; 134 UnaryExpression(std::string op, Expression* rhs) 144 virtual std::string toString(StringHelper::Case atomCase) { 149 std::string mOp; 156 BinaryExpression(Expression *lhs, std::string op, Expression* rhs) 167 virtual std::string toString(StringHelper::Case atomCase) [all...] |
| /system/tpm/trunks/ |
| policy_session_impl.h | 23 #include <string> 55 const std::string& bind_authorization_value, 58 TPM_RC GetDigest(std::string* digest) override; 59 TPM_RC PolicyOR(const std::vector<std::string>& digests) override; 60 TPM_RC PolicyPCR(uint32_t pcr_index, const std::string& pcr_value) override; 64 void SetEntityAuthorizationValue(const std::string& value) override;
|
| trunks_factory_for_test.cc | 129 TPM_RC AllocatePCR(const std::string& platform_password) override { 133 TPM_RC TakeOwnership(const std::string& owner_password, 134 const std::string& endorsement_password, 135 const std::string& lockout_password) override { 140 TPM_RC StirRandom(const std::string& entropy_data, 147 std::string* random_data) override { 152 const std::string& extend_data, 157 TPM_RC ReadPCR(int pcr_index, std::string* pcr_value) override { 164 const std::string& plaintext, 166 std::string* ciphertext) override [all...] |
| /system/update_engine/common/ |
| hwid_override_unittest.cc | 19 #include <string> 46 std::string expected_hwid("expected"); 47 std::string keyval(HwidOverride::kHwidOverrideKey); 57 std::string keyval("SOMETHING_ELSE=UNINTERESTING"); 62 EXPECT_EQ(std::string(), HwidOverride::Read(tempdir_.GetPath())); 66 EXPECT_EQ(std::string(), HwidOverride::Read(tempdir_.GetPath()));
|
| /system/update_engine/payload_consumer/ |
| file_writer_unittest.cc | 20 #include <string.h> 23 #include <string> 31 using std::string; 39 string path; 57 const string path("/tmp/ENOENT/FileWriterTest"); 64 string path;
|
| /system/update_engine/payload_generator/ |
| ab_generator.h | 20 #include <string> 67 const std::string& target_part_path, 94 const std::string& target_part, 110 const std::string& target_part, 116 const std::string& source_part_path); 128 const std::string& target_part_path,
|
| /system/update_engine/update_manager/ |
| enterprise_device_policy_impl.cc | 21 using std::string; 30 std::string* error, 60 const string* kiosk_required_platform_version_p = 73 : std::string("latest")); 76 const string* target_version_prefix_p = 86 const string* release_channel_p =
|
| real_time_provider.cc | 19 #include <string> 28 using std::string; 37 CurrDateVariable(const string& name, ClockInterface* clock) 42 string* /* errmsg */) { 63 CurrHourVariable(const string& name, ClockInterface* clock) 68 string* /* errmsg */) {
|
| /test/vts-testcase/fuzz/iface_fuzzer/ |
| ProtoFuzzerRunner.cpp | 32 using std::string; 40 static string GetDriverName(const CompSpec &comp_spec) { 44 string driver_name = 49 static string GetServiceName(const CompSpec &comp_spec) { 50 string hal_name = comp_spec.package(); 51 string hal_version = GetVersionString(comp_spec.component_type_version()); 52 string iface_name = comp_spec.component_name(); 68 string service_name = *instance_names.begin(); 70 for (const string &instance_name : instance_names) { 78 static void *Dlopen(string lib_name) [all...] |
| /tools/tradefederation/core/proto/ |
| metric_measurement.proto | 46 string single_string = 1; 55 // Represents a list of string measurements 57 repeated string string_value = 1; 76 string unit = 2;
|
| /system/tools/hidl/ |
| Type.cpp | 370 std::string Type::getCppType(StorageMode, bool) const { 372 return std::string(); 375 std::string Type::decorateCppName( 376 const std::string &name, StorageMode mode, bool specifyNamespaces) const { 380 std::string Type::getJavaType(bool /* forInitializer */) const { 382 return std::string(); 385 std::string Type::getJavaWrapperType() const { 389 std::string Type::getJavaSuffix() const { 391 return std::string(); 394 std::string Type::getVtsType() const [all...] |
| /external/ImageMagick/Magick++/lib/ |
| Exception.cpp | 13 #include <string> 15 #include <string.h> 21 Magick::Exception::Exception(const std::string& what_) 28 Magick::Exception::Exception(const std::string& what_, 72 Magick::Error::Error(const std::string& what_) 77 Magick::Error::Error(const std::string& what_,Exception *nested_) 86 Magick::ErrorBlob::ErrorBlob(const std::string& what_) 91 Magick::ErrorBlob::ErrorBlob(const std::string& what_,Exception *nested_) 100 Magick::ErrorCache::ErrorCache(const std::string& what_) 105 Magick::ErrorCache::ErrorCache(const std::string& what_,Exception *nested_ [all...] |
| /external/parameter-framework/upstream/test/test-platform/ |
| TestPlatform.cpp | 39 using std::string; 41 CTestPlatform::CTestPlatform(const string &strClass, uint16_t iPortNumber) 52 string & /*strResult*/) 59 bool CTestPlatform::run(std::string &strError) 139 const IRemoteCommand &remoteCommand, string &strResult) 148 const IRemoteCommand &remoteCommand, string &strResult) 157 const IRemoteCommand &remoteCommand, string &strResult) 167 const IRemoteCommand &remoteCommand, string &strResult) 177 const IRemoteCommand & /*remoteCommand*/, string &strResult) 186 string &strResult [all...] |