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

<<61626364656667686970>>

  /external/chromium_org/remoting/signaling/
server_log_entry.h 9 #include <string>
34 void Set(const std::string& key, const std::string& value);
57 typedef std::map<std::string, std::string> ValuesMap;
  /external/chromium_org/sdch/open-vcdiff/src/
jsonwriter.h 22 #include <string>
34 // * Each ADD is represented by a single JSON string containing
38 // * Each RUN is represented by a JSON string containing the data to add,
58 // Writes the header to the output string.
65 // string. The output string is not null-terminated.
76 typedef std::string string; typedef in class:open_vcdiff::JSONCodeTableWriter
78 // Escape the input data to conform with the JSON string spec
79 // and add it to the 'out' string
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextRun.cpp 45 void TextRun::setText(const String& string)
47 m_len = string.length();
53 m_is8Bit = string.is8Bit();
55 m_data.characters8 = string.characters8();
57 m_data.characters16 = string.characters16();
  /external/chromium_org/third_party/angle/src/compiler/translator/
Diagnostics.h 27 const std::string& reason,
28 const std::string& token,
29 const std::string& extra);
31 void writeDebug(const std::string& str);
36 const std::string& text);
  /external/chromium_org/third_party/brotli/src/woff2/
file.h 25 inline std::string GetFileContent(std::string filename) {
27 return std::string(
32 inline void SetFileContents(std::string filename, std::string content) {
  /external/chromium_org/third_party/libaddressinput/chromium/
storage_test_runner.h 10 #include <string>
30 void OnDataReady(bool success, const std::string& key, std::string* data);
39 std::string key_;
40 std::string data_;
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
peer_connection_client.h 33 #include <string>
41 typedef std::map<int, std::string> Peers;
46 virtual void OnPeerConnected(int id, const std::string& name) = 0;
48 virtual void OnMessageFromPeer(int peer_id, const std::string& message) = 0;
77 void Connect(const std::string& server, int port,
78 const std::string& client_name);
80 bool SendToPeer(int peer_id, const std::string& message);
96 void OnMessageFromPeer(int peer_id, const std::string& message);
99 bool GetHeaderValue(const std::string& data, size_t eoh,
102 bool GetHeaderValue(const std::string& data, size_t eoh
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
normalize_utf8.h 15 #include <string>
22 using std::string;
25 // Put a UTF-8 string in ASCII digits: All decimal digits (Nd) replaced by
28 static string NormalizeDecimalDigits(const string& number) {
29 string normalized;
regexp_cache.h 19 // To get a cached RegExp object for a regexp pattern string, call the
20 // GetRegExp() method of the class RegExpCache providing the pattern string. If
21 // a RegExp object corresponding to the pattern string doesn't already exist, it
31 #include <string>
46 using std::string;
54 typedef std::tr1::unordered_map<string, const RegExp*> CacheImpl;
56 typedef std::map<string, const RegExp*> CacheImpl;
64 const RegExp& GetRegExp(const string& pattern);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer.h 40 #include <string>
65 virtual void AddError(int line, int column, const string& message) = 0;
70 virtual void AddWarning(int line, int column, const string& message) { }
109 // A string literal cannot cross a line break.
118 string text; // The exact text of the token as it appeared in
165 // optional string baz = 3;
177 // optional string corge = 5;
184 bool NextWithComments(string* prev_trailing_comments,
185 vector<string>* detached_comments,
186 string* next_leading_comments)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_fileutils.h 16 #include <string>
32 static ResourceFileReader* Create(const std::string& filename,
33 const std::string& extension);
47 static OutputFileWriter* Create(const std::string& filename,
48 const std::string& extension);
  /external/chromium_org/tools/android/forwarder2/
daemon.h 8 #include <string>
43 // |identifier| should be a unique string identifier. It is used to
47 Daemon(const std::string& log_file_path,
48 const std::string& identifier,
64 const std::string log_file_path_;
65 const std::string identifier_;
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/
clientpairingsession.h 18 #include <string>
39 const std::string& service_name,
40 const std::string& client_name);
71 std::string service_name_;
72 std::string client_name_;
  /external/libcxx/test/containers/unord/unord.multimap/
bucket_count.pass.cpp 19 #include <string>
25 typedef std::unordered_multimap<int, std::string> C;
27 typedef std::pair<int, std::string> P;
32 typedef std::unordered_multimap<int, std::string> C;
34 typedef std::pair<int, std::string> P;
  /external/libcxx/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members/
ctor_error_code_const_char_pointer.pass.cpp 19 #include <string>
24 std::string what_arg("test message");
27 std::string what_message(se.what());
28 assert(what_message.find(what_arg) != std::string::npos);
29 assert(what_message.find("Not a directory") != std::string::npos);
ctor_int_error_category_const_char_pointer.pass.cpp 19 #include <string>
24 std::string what_arg("test message");
28 std::string what_message(se.what());
29 assert(what_message.find(what_arg) != std::string::npos);
30 assert(what_message.find("Not a directory") != std::string::npos);
ctor_int_error_category_string.pass.cpp 14 // system_error(int ev, const error_category& ecat, const string& what_arg);
19 #include <string>
24 std::string what_arg("test message");
28 std::string what_message(se.what());
29 assert(what_message.find(what_arg) != std::string::npos);
30 assert(what_message.find("Not a directory") != std::string::npos);
  /external/libcxx/test/strings/basic.string/string.modifiers/string_insert/
Android.mk 17 test_makefile := external/libcxx/test/strings/basic.string/string.modifiers/string_insert/Android.mk
19 test_name := strings/basic.string/string.modifiers/string_insert/size_pointer
23 test_name := strings/basic.string/string.modifiers/string_insert/size_string_size_size
27 test_name := strings/basic.string/string.modifiers/string_insert/size_pointer_size
31 test_name := strings/basic.string/string.modifiers/string_insert/iter_iter_ite
    [all...]
  /external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.create/
make_unique.single.pass.cpp 11 #include <string>
25 std::unique_ptr<std::string> p2 = std::make_unique<std::string> ( "Meow!" );
27 p2 = std::make_unique<std::string> ();
29 p2 = std::make_unique<std::string> ( 6, 'z' );
  /external/oprofile/libabi/
abi.h 15 #include <string>
20 std::string const desc;
22 explicit abi_exception(std::string const d);
32 int need(std::string const key) const throw (abi_exception);
39 std::map<std::string, int> slots;
  /external/chromium_org/chrome/common/cloud_print/
cloud_print_helpers.cc 40 std::string HashPrinterTags(const PrinterTags& printer_tags) {
41 std::string values_list;
52 std::string AppendPathToUrl(const GURL& url, const std::string& path) {
54 std::string ret = url.path();
62 std::string path(AppendPathToUrl(cloud_print_server_url, "search"));
69 std::string path(AppendPathToUrl(cloud_print_server_url, "submit"));
76 const std::string& proxy_id) {
77 std::string path(AppendPathToUrl(cloud_print_server_url, "list"));
80 std::string query = base::StringPrintf("proxy=%s", proxy_id.c_str())
    [all...]
  /external/aac/libSYS/src/
conv_string.cpp 87 Description: string conversion functions
96 INT charBuf2HexString(char *string, UCHAR *charBuf, INT charBufLength)
107 /* define hex string Table */
110 /* calculate corresponding hex string from charBuffer */
115 string[i*2] = hexSymb[c1]; /* convert to string */
116 string[i*2+1] = hexSymb[c2]; /* convert to string */
119 /* terminate string */
120 string[charBufLength<<1]='\0'
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
StringTokenizer.cs 40 string[] _tokens;
43 public StringTokenizer( string str, string separator )
47 public StringTokenizer( string str, string separator, bool returnDelims )
58 return new string[0];
60 return new string[] { token };
65 return new string[] { str[0].ToString() };
67 return new string[] { token };
71 return new string[] { token, str[_tokens.Take( i + 1 ).Select( t => t.Length + 1 ).Sum() - 1].ToString() }
    [all...]
  /external/chromium_org/ash/system/chromeos/network/
network_state_notifier.h 51 void ShowNetworkConnectError(const std::string& error_name,
52 const std::string& service_path);
56 const std::string& error_name,
57 const std::string& service_path,
60 const std::string& error_name,
61 const std::string& service_path,
62 const std::string& shill_connect_error,
65 const std::string& error_name,
66 const std::string& service_path,
76 std::string last_default_network_
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
GoogleServiceAuthError.java 17 NONE(0, R.string.sync_error_generic),
21 INVALID_GAIA_CREDENTIALS(1, R.string.sync_error_ga),
24 USER_NOT_SIGNED_UP(2, R.string.sync_error_generic),
29 CONNECTION_FAILED(3, R.string.sync_error_connection),
35 CAPTCHA_REQUIRED(4, R.string.sync_error_generic),
38 ACCOUNT_DELETED(5, R.string.sync_error_generic),
41 ACCOUNT_DISABLED(6, R.string.sync_error_generic),
44 SERVICE_UNAVAILABLE(7, R.string.sync_error_service_unavailable),
47 TWO_FACTOR(8, R.string.sync_error_generic),
51 REQUEST_CANCELED(9, R.string.sync_error_generic)
    [all...]

Completed in 1370 milliseconds

<<61626364656667686970>>