| /system/update_engine/update_manager/ |
| fake_device_policy_provider.h | 21 #include <string> 37 FakeVariable<std::string>* var_release_channel() override { 49 FakeVariable<std::string>* var_target_version_prefix() override { 62 FakeVariable<std::string>* var_owner() override { 81 FakeVariable<std::string> var_release_channel_{ 87 FakeVariable<std::string> var_target_version_prefix_{ 94 FakeVariable<std::string> var_owner_{"owner", kVariableModePoll};
|
| real_updater_provider.cc | 21 #include <string> 40 using std::string; 51 UpdaterVariableBase(const string& name, VariableMode mode, 66 GetStatusHelper(SystemState* system_state, string* errmsg) { 79 inline const string update_status() { 83 inline const string& new_version() { 98 LastCheckedTimeVariable(const string& name, SystemState* system_state) 102 const Time* GetValue(TimeDelta /* timeout */, string* errmsg) override { 117 ProgressVariable(const string& name, SystemState* system_state) 121 const double* GetValue(TimeDelta /* timeout */, string* errmsg) override [all...] |
| /test/vts/runners/target/vts_hal_hidl_target/ |
| VtsHalHidlTargetTestBase.h | 43 string testCaseInfo = getTestCaseInfo(); 59 string testCaseInfo = getTestCaseInfo(); 78 * Return test case info as string. 80 virtual string getTestCaseInfo() const { return ""; } 83 * Get value of system property as string on target 85 static string PropertyGet(const char* name); 91 static sp<T> getService(const string& serviceName = "default", 116 * Return test suite name as string. 118 string getTestSuiteName() const; 121 * Return test case name as string [all...] |
| /test/vts-testcase/hal/treble/vintf/ |
| vts_treble_vintf_test_o_mr1.cpp | 24 #include <string> 61 using std::string; 64 std::function<void(const FQName &fq_name, const string &instance_name)>; 69 static const set<string> exempt_hals_ = {}; 70 string hal_name = fq_iface_name.package(); 96 const FQName &fq_name, const string &instance_name); 111 const std::string instance_name = manifest_instance.instance(); 117 cout << "Timed out on: " << fq_name.string() << " " << instance_name 125 const FQName &fq_name, const string &instance_name) { 126 string hal_name = fq_name.package() [all...] |
| /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/ |
| profile_test.go | 34 for _, source := range []string{ 59 js := p.String() 60 goldFilename := path + source + ".string" 66 if js != string(gold) { 72 t.Error(source + "\n" + string(d) + "\n" + "new profile at:\n" + leaveTempfile([]byte(js))) 83 js2 := p.String() 84 if js2 != string(gold) { 89 t.Error(source + "\n" + string(d) + "\n" + "gold:\n" + goldFilename + 96 testcases := []string{ 125 wantErr string [all...] |
| /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/ |
| profile_test.go | 34 for _, source := range []string{ 59 js := p.String() 60 goldFilename := path + source + ".string" 66 if js != string(gold) { 72 t.Error(source + "\n" + string(d) + "\n" + "new profile at:\n" + leaveTempfile([]byte(js))) 83 js2 := p.String() 84 if js2 != string(gold) { 89 t.Error(source + "\n" + string(d) + "\n" + "gold:\n" + goldFilename + 96 testcases := []string{ 125 wantErr string [all...] |
| /system/tools/hidl/ |
| ArrayType.cpp | 52 std::string ArrayType::typeName() const { 92 std::string ArrayType::getCppType(StorageMode mode, 94 const std::string base = mElementType->getCppStackType(specifyNamespaces); 96 std::string space = specifyNamespaces ? "::android::hardware::" : ""; 97 std::string arrayType = space + "hidl_array<" + base; 126 std::string ArrayType::getInternalDataCppType() const { 127 std::string result = mElementType->getCppStackType(); 136 std::string ArrayType::getJavaType(bool forInitializer) const { 137 std::string base = 159 std::string ArrayType::getJavaWrapperType() const [all...] |
| /bionic/libc/malloc_debug/ |
| RecordData.h | 37 #include <string> 46 virtual std::string GetString() const = 0; 60 std::string GetString() const override; 83 std::string GetString() const override; 97 std::string GetString() const override; 108 std::string GetString() const override; 122 std::string GetString() const override; 137 std::string GetString() const override; 171 std::string dump_file_;
|
| /bionic/linker/ |
| linker_logger.cpp | 31 #include <string.h> 35 #include <string> 46 static uint32_t ParseProperty(const std::string& value) { 51 std::vector<std::string> options = android::base::Split(value, ","); 79 std::string process_name = (process_name_end != nullptr) ? 80 std::string(process_name_start, (process_name_end - process_name_start)) : 81 std::string(process_name_start); 83 std::string property_name = std::string("debug.ld.app.") + process_name;
|
| /development/vndk/tools/header-checker/header-abi-util/src/ |
| collect_exported_headers.cpp | 22 #include <string> 40 std::string RealPath(const std::string &path) { 48 bool CollectExportedHeaderSet(const std::string &dir_name, 49 std::set<std::string> *exported_headers) { 61 const std::string &file_path = walker->path(); 88 std::set<std::string> CollectAllExportedHeaders( 89 const std::vector<std::string> &exported_header_dirs) { 90 std::set<std::string> exported_headers;
|
| /device/google/contexthub/util/nanotool/ |
| sensorevent.h | 101 std::string GetSensorName() const; 118 std::string GetSampleTimeStr(uint8_t index) const; 121 std::string ToString() const override; 123 virtual std::string StringForSample(uint8_t index) const = 0; 127 std::string StringForAllSamples() const; 138 virtual std::string StringForSample(uint8_t index) const override; 148 std::string StringForSample(uint8_t index) const override; 153 std::string StringForSample(uint8_t index) const override; 161 std::string StringForSample(uint8_t index) const override;
|
| /external/ImageMagick/Magick++/tests/ |
| color.cpp | 9 #include <string> 65 << string(color) 67 << string(colorMatch) 86 string expectedString = "#AABBCC"; 88 string expectedString = "#AAAABBBBCCCC"; 90 string expectedString = "#AAAAAAAABBBBBBBBCCCCCCCC"; 92 string expectedString = "#AAAAAAAAAAAAAAAABBBBBBBBBBBBBBBBCCCCCCCCCCCCCCCC"; 99 if ( string(Color(colorStrings[i])) != expectedString ) 105 << string(Color(colorStrings[i])) << " rather than "
|
| /external/deqp/modules/gles31/functional/ |
| es31fMultisampleShaderRenderCase.hpp | 54 QualityWarning (const std::string& message); 86 virtual std::string getIterationDescription (int iteration) const; 91 virtual std::string genVertexSource (int numTargetSamples) const; 92 virtual std::string genFragmentSource (int numTargetSamples) const = 0; 93 std::string genMSSamplerSource (int numTargetSamples) const; 94 std::string genMSTextureResolverSource (int numTargetSamples) const; 95 std::string genMSTextureLayerFetchSource (int numTargetSamples) const; 130 std::string m_renderSceneDescription; 131 std::map<std::string, Attrib> m_renderAttribs;
|
| /external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/ |
| protobufwireadapter.h | 18 #include <string> 91 // the serialized string representation of a protobuf message of the given 94 const std::string& payload); 102 // Parses a configuration message from a serialized protobuf string. 103 void ParseConfigurationMessage(const std::string& payload); 105 // Parses a configuration ack message from a serialized protobuf string. 106 void ParseConfigurationAckMessage(const std::string& payload); 108 // Parses an options messages from a serialized protobuf string. 109 void ParseOptionsMessage(const std::string& payload); 111 // Parses a pairing request message from a serialized protobuf string [all...] |
| /external/icu/icu4c/source/common/ |
| usetiter.cpp | 43 * if so, if codepoint == IS_STRING, the value is a string in the string field 52 string = NULL; 58 string = NULL; 63 codepoint = (UChar32)IS_STRING; // signal that value is actually a string 64 string = (const UnicodeString*) set->strings->elementAt(nextString++); 70 * if so, if codepoint == IS_STRING, the value is a string in the string field 80 string = NULL; 96 codepoint = (UChar32)IS_STRING; // signal that value is actually a string [all...] |
| /external/libchrome/base/test/ |
| scoped_feature_list.cc | 7 #include <string> 14 static std::string GetFeatureString( 16 std::string output; 39 feature_list->InitializeFromCommandLine(std::string(), std::string()); 58 const std::string& enable_features, 59 const std::string& disable_features) { 66 InitFromCommandLine(feature.name, std::string()); 70 InitFromCommandLine(std::string(), feature.name);
|
| /external/libchrome/base/threading/ |
| simple_thread.h | 46 #include <string> 88 explicit SimpleThread(const std::string& name_prefix); 89 SimpleThread(const std::string& name_prefix, const Options& options); 112 const std::string name_prefix_; 113 std::string name_; 137 const std::string& name_prefix); 139 const std::string& name_prefix, 165 DelegateSimpleThreadPool(const std::string& name_prefix, int num_threads); 187 const std::string name_prefix_;
|
| /external/libtextclassifier/util/memory/ |
| mmap.cc | 22 #include <string.h> 33 inline std::string GetLastSystemError() { return std::string(strerror(errno)); } 43 const std::string last_error = GetLastSystemError(); 56 MmapHandle MmapFile(const std::string &filename) { 60 const std::string last_error = GetLastSystemError(); 77 const std::string last_error = GetLastSystemError(); 113 const std::string last_error = GetLastSystemError(); 128 const std::string last_error = GetLastSystemError();
|
| /external/pdfium/testing/ |
| test_support.h | 11 #include <string> 48 // The size of input string being processed. 68 std::vector<std::string> StringSplit(const std::string& str, char delimiter); 70 // Converts a FPDF_WIDESTRING to a std::string. 72 std::string GetPlatformString(FPDF_WIDESTRING wstr); 83 std::string CryptToBase16(const uint8_t* digest); 84 std::string GenerateMD5Base16(const uint8_t* data, uint32_t size); 94 bool InitializeV8ForPDFium(const std::string& exe_path, 95 const std::string& bin_dir [all...] |
| /external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
| CFGPrinter.h | 31 static std::string getGraphName(const Function *F) { 35 static std::string getSimpleNodeLabel(const BasicBlock *Node, 40 std::string Str; 47 static std::string getCompleteNodeLabel(const BasicBlock *Node, 49 std::string Str; 58 std::string OutStr = OS.str(); 61 // Process string output to make it nicer... 75 std::string getNodeLabel(const BasicBlock *Node, 83 static std::string getEdgeSourceLabel(const BasicBlock *Node, 96 std::string Str [all...] |
| /external/webrtc/webrtc/base/ |
| opensslidentity.h | 17 #include <string> 62 static OpenSSLCertificate* FromPEMString(const std::string& pem_string); 70 std::string ToPEMString() const override; 75 bool ComputeDigest(const std::string& algorithm, 82 const std::string& algorithm, 87 bool GetSignatureDigestAlgorithm(std::string* algorithm) const override; 104 static OpenSSLIdentity* Generate(const std::string& common_name, 107 static SSLIdentity* FromPEMStrings(const std::string& private_key, 108 const std::string& certificate);
|
| /external/webrtc/webrtc/ |
| config.h | 16 #include <string> 42 std::string ToString() const; 55 RtpExtension(const std::string& name, int id) : name(name), id(id) {} 56 std::string ToString() const; 60 static bool IsSupportedForAudio(const std::string& name); 61 static bool IsSupportedForVideo(const std::string& name); 68 std::string name; 75 std::string ToString() const; 108 std::string ToString() const;
|
| /external/webrtc/webrtc/examples/peerconnection/client/ |
| conductor.h | 18 #include <string> 84 virtual void OnPeerConnected(int id, const std::string& name); 88 virtual void OnMessageFromPeer(int peer_id, const std::string& message); 98 virtual void StartLogin(const std::string& server, int port); 110 virtual void OnFailure(const std::string& error); 114 void SendMessage(const std::string& json_object); 123 std::deque<std::string*> pending_messages_; 124 std::map<std::string, rtc::scoped_refptr<webrtc::MediaStreamInterface> > 126 std::string server_;
|
| /frameworks/av/media/mtp/ |
| MtpObjectInfo.cpp | 59 MtpStringBuffer string; local 78 if (!packet.getString(string)) return false; 79 mName = strdup((const char *)string); 82 if (!packet.getString(string)) return false; 83 if (parseDateTime((const char*)string, time)) 86 if (!packet.getString(string)) return false; 87 if (parseDateTime((const char*)string, time)) 90 if (!packet.getString(string)) return false; 91 mKeywords = strdup((const char *)string);
|
| /frameworks/native/cmds/lshal/libprocpartition/ |
| procpartition.cpp | 35 std::string getExe(pid_t pid) { 36 std::string exe; 37 std::string real; 47 std::string getCmdline(pid_t pid) { 48 std::string content; 56 Partition parsePartition(const std::string& s) { 69 Partition getPartitionFromRealpath(const std::string& path) { 76 std::string partition = (backslash != std::string::npos) ? path.substr(1, backslash - 1) : path;
|