| /external/webrtc/webrtc/base/ |
| httprequest.h | 32 HttpRequest(const std::string &user_agent); 45 const std::string& host() { return host_; } 46 void set_host(const std::string& host) { host_ = host; } 57 const std::string& response_redirect() { return response_redirect_; } 77 std::string host_; 84 std::string response_redirect_;
|
| sslstreamadapter.h | 14 #include <string> 41 std::string SrtpCryptoSuiteToName(int crypto_suite); 44 int SrtpCryptoSuiteFromName(const std::string& crypto_suite); 151 virtual bool SetPeerCertificateDigest(const std::string& digest_alg, 176 virtual bool ExportKeyingMaterial(const std::string& label, 201 static std::string SslCipherSuiteToName(int cipher_suite);
|
| /external/webrtc/webrtc/libjingle/xmllite/ |
| qname.cc | 28 QName::QName(const std::string& ns, const std::string& local) 33 QName::QName(const std::string& merged_or_local) { 35 if (i == std::string::npos) { 46 std::string QName::Merged() const { 50 std::string result;
|
| /external/webrtc/webrtc/libjingle/xmpp/ |
| mucroomdiscoverytask.cc | 31 std::set<std::string> features; 32 std::map<std::string, std::string> extended_info; 39 const std::string name(identity->Attr(QN_NAME)); 44 std::string conversation_id; 58 const std::string key(field->Attr(QN_VAR));
|
| mucroomuniquehangoutidtask_unittest.cc | 11 #include <string> 27 const std::string& hangout_id) { 36 std::string last_hangout_id; 63 std::string hangout_id; 74 std::string expected_iq = 86 std::string response_iq =
|
| /external/webrtc/webrtc/modules/video_coding/test/ |
| video_source.h | 14 #include <string> 55 VideoSource(std::string fileName, 59 VideoSource(std::string fileName, 65 std::string GetFileName() const { return _fileName; } 73 std::string GetName() const; 78 std::string _fileName;
|
| /external/webrtc/webrtc/system_wrappers/include/ |
| utf_util_win.h | 18 #include <string> 33 inline std::wstring ToUtf16(const std::string& str) { 37 inline std::string ToUtf8(const wchar_t* wide, size_t len) { 43 return std::string(ns.get(), len8); 46 inline std::string ToUtf8(const wchar_t* wide) { 50 inline std::string ToUtf8(const std::wstring& wstr) {
|
| /frameworks/av/media/img_utils/src/ |
| FileInput.cpp | 36 ALOGW("%s: Open called when file %s already open.", __FUNCTION__, mPath.string()); 41 ALOGE("%s: Could not open file %s", __FUNCTION__, mPath.string()); 50 ALOGE("%s: Could not read file %s, file not open.", __FUNCTION__, mPath.string()); 57 ALOGE("%s: Error %d occurred while reading file %s.", __FUNCTION__, error, mPath.string()); 71 ALOGW("%s: Close called when file %s already close.", __FUNCTION__, mPath.string()); 77 ALOGE("%s: Failed to close file %s.", __FUNCTION__, mPath.string());
|
| /frameworks/av/services/mediaresourcemanager/test/ |
| ServiceLog_test.cpp | 42 ALOGV("toString:\n%s", logString.string()); 48 ALOGV("toString:\n%s", logString.string()); 54 ALOGV("toString:\n%s", logString.string()); 61 ALOGV("toString:\n%s", logString.string()); 69 ALOGV("toString:\n%s", logString.string()); 78 ALOGV("toString:\n%s", logString.string());
|
| /frameworks/base/cmds/incident_helper/src/parsers/ |
| KernelWakesParser.cpp | 30 string line; 54 fprintf(stderr, "[%s]Line %d has missing fields\n%s\n", this->name.string(), nline, line.c_str()); 58 fprintf(stderr, "[%s]Line %d has extra fields\n%s\n", this->name.string(), nline, line.c_str()); 66 this->name.string(), nline, header[i].c_str(), record[i].c_str()); 78 fprintf(stderr, "[%s]Error writing proto back\n", this->name.string()); 81 fprintf(stderr, "[%s]Proto size: %zu bytes\n", this->name.string(), proto.size());
|
| /frameworks/base/cmds/statsd/src/perfetto/ |
| perfetto_config.proto | 23 repeated string event_names = 1; 26 optional string name = 1; 55 repeated string producer_name_filter = 2;
|
| /frameworks/base/core/proto/android/content/ |
| clipdata.proto | 46 string html_text = 1; 47 string text = 2; 48 string uri = 3;
|
| /frameworks/base/core/proto/android/service/ |
| appwidget.proto | 32 optional string hostPackage = 3; 33 optional string providerPackage = 4; 34 optional string providerClass = 5;
|
| package.proto | 33 optional string name = 1; 40 optional string name = 1; 44 optional string path = 3; 46 optional string apk = 4; 53 optional string name = 2; 64 repeated string messages = 7 [ (android.privacy).dest = DEST_EXPLICIT ]; 74 optional string name = 1; 112 optional string last_disabled_app_caller = 8; 113 optional string suspending_package = 9; 117 optional string name = 1 [all...] |
| /frameworks/base/core/tests/overlaytests/host/test-apps/UpdateOverlay/src/com/android/server/om/hosttest/update_overlay_test/ |
| UpdateOverlayTest.java | 50 assertEquals("App Resource", mResources.getString(R.string.app_resource)); 55 assertEquals("App Resource Overlay V1", mResources.getString(R.string.app_resource)); 60 assertEquals("App Resource Overlay V2", mResources.getString(R.string.app_resource)); 65 assertEquals("OK", mResources.getString(android.R.string.ok)); 70 assertEquals("Framework Overlay V1", mResources.getString(android.R.string.ok)); 75 assertEquals("Framework Overlay V2", mResources.getString(android.R.string.ok));
|
| /frameworks/base/tools/aapt/ |
| CacheUpdater.h | 69 if (stat(path.string(),&s) == -1) { 74 // the string of paths to create. 77 } while (stat(existsPath.string(),&s) == -1); 85 _mkdir(existsPath.string()); 87 mkdir(existsPath.string(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); 96 if (remove(path.string()) != 0) 97 fprintf(stderr,"ERROR DELETING %s\n",path.string());
|
| /frameworks/base/tools/aapt2/compile/ |
| Pseudolocalizer.cpp | 25 // String basis to generate expansion 26 static const std::string kExpansionString = 32 static const std::string kRlm = "\u200f"; 33 static const std::string kRlo = "\u202e"; 34 static const std::string kPdf = "\u202c"; 37 static const std::string kPlaceholderOpen = "\u00bb"; 38 static const std::string kPlaceholderClose = "\u00ab"; 45 std::string Text(const StringPiece& text) override { return text.to_string(); } 46 std::string Placeholder(const StringPiece& text) override { return text.to_string(); } 51 std::string Text(const StringPiece& text) override [all...] |
| /frameworks/minikin/libs/minikin/ |
| HyphenatorMap.h | 34 static void add(const std::string& localeStr, const Hyphenator* hyphenator) { 38 static void addAlias(const std::string& fromLocaleStr, const std::string& toLocaleStr) { 62 void addInternal(const std::string& localeStr, const Hyphenator* hyphenator); 63 void addAliasInternal(const std::string& fromLocaleStr, const std::string& toLocaleStr);
|
| /frameworks/native/cmds/lshal/ |
| utils.cpp | 22 std::string toHexString(uint64_t t) { 28 std::vector<std::string> split(const std::string &s, char c) { 29 std::vector<std::string> components{}; 32 while ((matchPos = s.find(c, startPos)) != std::string::npos) { 43 void replaceAll(std::string *s, char from, char to) {
|
| /frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/ |
| timestats.proto | 40 optional string layer_name = 1; 42 optional string package_name = 2; 55 optional string delta_name = 1;
|
| /frameworks/support/core/ktx/src/androidTest/java/androidx/core/net/ |
| UriTest.kt | 26 val string = "https://test.example.com/foo?bar#baz" 27 assertEquals(Uri.parse(string), string.toUri())
|
| /hardware/interfaces/camera/common/1.0/ |
| types.hal | 106 string tagName; // Name of tag, not including section name 114 string sectionName; // Section name; must be namespaced within vendor's name 411 vec<string> conflictingDevices;
|
| /hardware/interfaces/media/omx/1.0/ |
| IOmx.hal | 37 string mName; 38 vec<string> mRoles; 64 string name,
|
| /libnativehelper/include/nativehelper/ |
| toStringArray.h | 23 #include <string> 49 const std::vector<std::string>& strings; 50 explicit VectorCounter(const std::vector<std::string>& strings) : strings(strings) {} 56 const std::vector<std::string>& strings; 57 explicit VectorGetter(const std::vector<std::string>& strings) : strings(strings) {} 63 inline jobjectArray toStringArray(JNIEnv* env, const std::vector<std::string>& strings) {
|
| /packages/apps/DeskClock/src/com/android/deskclock/controller/ |
| ShortcutController.java | 87 .putExtra(Events.EXTRA_EVENT_LABEL, R.string.label_shortcut); 88 final String setAlarmShortcut = UiDataModel.getUiDataModel() 89 .getShortcutId(R.string.category_alarm, R.string.action_create); 93 .setShortLabel(mContext.getString(R.string.shortcut_new_alarm_short)) 94 .setLongLabel(mContext.getString(R.string.shortcut_new_alarm_long)) 104 .putExtra(Events.EXTRA_EVENT_LABEL, R.string.label_shortcut); 105 final String setTimerShortcut = UiDataModel.getUiDataModel() 106 .getShortcutId(R.string.category_timer, R.string.action_create) [all...] |