HomeSort by relevance Sort by last modified time
    Searched refs:string (Results 76 - 100 of 27455) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/
pairingrequestmessage.h 18 #include <string>
32 explicit PairingRequestMessage(const std::string& service_name);
38 PairingRequestMessage(const std::string& service_name,
39 const std::string& client_name);
42 std::string service_name() const;
45 std::string client_name() const;
51 virtual std::string ToString() const;
53 std::string service_name_;
54 std::string client_name_;
  /build/libs/host/include/host/
Directories.h 4 #include <string>
6 std::string parent_dir(const std::string& path);
  /external/ceres-solver/internal/ceres/
split.h 34 #include <string>
40 // Split a string using one or more character delimiters, presented as a
41 // nul-terminated c string. Append the components to 'result'. If there are
43 void SplitStringUsing(const string& full, const char* delim,
44 vector<string>* res);
  /external/chromium_org/android_webview/common/
aw_resource.h 8 #include <string>
15 std::string GetLoadErrorPageContent();
16 std::string GetNoDomainPageContent();
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_invalidation_handler_delegate.h 8 #include <string>
17 virtual void OnMessage(const std::string& extension_id,
19 const std::string& payload) = 0;
  /external/chromium_org/chrome/common/cloud_print/
cloud_print_proxy_info.h 8 #include <string>
18 std::string email;
19 std::string proxy_id;
  /external/chromium_org/chrome/common/media_galleries/
metadata_types.h 8 #include <string>
13 std::string type;
14 std::string data;
  /external/chromium_org/components/crash/app/
breakpad_linux.h 10 #include <string>
17 extern void InitCrashReporter(const std::string& process_type);
22 const std::string& process_type);
breakpad_mac.h 8 #include <string>
15 void InitCrashReporter(const std::string& process_type);
20 void InitCrashProcessInfo(const std::string& process_type_switch);
  /external/chromium_org/components/proximity_auth/
remote_device.h 8 #include <string>
14 std::string name;
15 std::string bluetooth_address;
  /external/chromium_org/components/translate/core/browser/
page_translated_details.h 8 #include <string>
16 std::string source_language;
17 std::string target_language;
  /external/chromium_org/dbus/
util.cc 9 std::string GetAbsoluteMemberName(const std::string& interface_name,
10 const std::string& member_name) {
  /external/chromium_org/extensions/browser/
content_hash_tree.h 8 #include <string>
34 std::string ComputeTreeHashRoot(const std::vector<std::string>& leaf_hashes,
  /external/chromium_org/google_apis/drive/
request_util.h 8 #include <string>
16 // Returns If-Match header string for |etag|.
18 std::string GenerateIfMatchHeader(const std::string& etag);
  /external/chromium_org/net/url_request/
url_request_throttler_header_interface.h 8 #include <string>
19 // If the key does not exist, it returns an empty string.
20 virtual std::string GetNormalizedValue(const std::string& key) const = 0;
  /external/chromium_org/ppapi/tests/
test_net_address_private.h 8 #include <string>
18 virtual void RunTests(const std::string& filter);
21 std::string TestAreEqual();
22 std::string TestAreHostsEqual();
23 std::string TestDescribe();
24 std::string TestReplacePort();
25 std::string TestGetAnyAddress();
26 std::string TestDescribeIPv6();
27 std::string TestGetFamily();
28 std::string TestGetPort()
    [all...]
test_net_address_private_untrusted.h 8 #include <string>
24 virtual void RunTests(const std::string& filter);
28 const std::string& host,
31 std::string TestAreEqual();
32 std::string TestAreHostsEqual();
33 std::string TestDescribe();
34 std::string TestReplacePort();
35 std::string TestGetAnyAddress();
36 std::string TestGetFamily();
37 std::string TestGetPort()
    [all...]
  /external/chromium_org/sync/engine/net/
url_translator.cc 14 using std::string;
31 string CgiEscapeString(const char* src) {
32 return CgiEscapeString(string(src));
35 string CgiEscapeString(const string& src) {
39 // This method appends the query string to the sync server path.
40 string MakeSyncServerPath(const string& path, const string& query_string) {
41 string result = path
    [all...]
  /external/chromium_org/third_party/libaddressinput/chromium/
fallback_data_store.cc 7 #include <string>
11 bool FallbackDataStore::Get(const std::string& key, std::string* data) {
fallback_data_store.h 8 #include <string>
17 static bool Get(const std::string& key, std::string* data);
  /external/chromium_org/third_party/skia/src/core/
SkStringUtils.cpp 11 void SkAddFlagToString(SkString* string, bool flag, const char* flagStr, bool* needSeparator) {
14 string->append("|");
16 string->append(flagStr);
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
field_trial.h 14 #include <string>
23 // std::string webrtc::field_trial::FindFullName(const std::string& trial).
61 // Returns the group name chosen for the named trial, or the empty string
65 std::string FindFullName(const std::string& name);
  /external/chromium_org/third_party/webrtc/test/testsupport/android/
root_path_android.cc 11 #include <string>
17 std::string ProjectRootPathAndroid() {
21 std::string OutputPathAndroid() {
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
resource_manager.h 14 #include <string>
21 // Returns the empty string on failure.
22 const std::string& long_audio_file_path() const {
27 std::string long_audio_file_path_;
  /external/chromium_org/ui/gfx/
font_fallback.h 8 #include <string>
15 std::vector<std::string> GetFallbackFontFamilies(
16 const std::string& font_family);

Completed in 1773 milliseconds

1 2 34 5 6 7 8 91011>>