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

<<81828384858687888990>>

  /external/chromium_org/remoting/client/
server_log_entry_client_unittest.cc 26 std::string error;
27 std::map<std::string, std::string> key_value_pairs;
31 std::set<std::string> keys;
40 std::string error;
41 std::map<std::string, std::string> key_value_pairs;
46 std::set<std::string> keys;
55 std::string error;
56 std::map<std::string, std::string> key_value_pairs
    [all...]
  /external/chromium_org/remoting/host/
fake_host_extension.h 8 #include <string>
25 FakeExtension(const std::string& message_type,
26 const std::string& capability);
30 virtual std::string capability() const OVERRIDE;
53 std::string message_type_;
56 std::string capability_;
  /external/chromium_org/storage/browser/blob/
view_blob_internals_job.h 8 #include <string>
33 virtual int GetData(std::string* mime_type,
34 std::string* charset,
35 std::string* data,
44 void GenerateHTML(std::string* out) const;
47 std::string* out);
  /external/chromium_org/storage/browser/fileapi/
file_system_dir_url_request_job.h 8 #include <string>
31 const std::string& storage_domain,
40 virtual bool GetCharset(std::string* charset) OVERRIDE;
43 virtual bool GetMimeType(std::string* mime_type) const OVERRIDE;
58 std::string data_;
60 const std::string storage_domain_;
  /external/chromium_org/sync/syncable/
syncable_id.cc 12 using std::string;
26 string Id::GetServerId() const {
27 // Currently root is the string "0". We need to decide on a true value.
34 Id Id::CreateFromServerId(const string& server_id) {
39 id.s_ = string("s") + server_id;
43 Id Id::CreateFromClientString(const string& local_id) {
48 id.s_ = string("c") + local_id;
53 // The successor of a string is given by appending the least
syncable_util.h 8 #include <string>
44 // Generates a fixed-length tag for the given string under the given model_type.
45 SYNC_EXPORT_PRIVATE std::string GenerateSyncableHash(
46 ModelType model_type, const std::string& client_tag);
51 SYNC_EXPORT_PRIVATE std::string GenerateSyncableBookmarkHash(
52 const std::string& originator_cache_guid,
53 const std::string& originator_client_item_id);
  /external/chromium_org/sync/util/
get_session_name_unittest.cc 5 #include <string>
24 void SetSessionNameAndQuit(const std::string& session_name) {
31 std::string session_name_;
37 const std::string& session_name = GetSessionNameSynchronouslyForTesting();
48 const std::string& session_name = GetSessionNameSynchronouslyForTesting();
57 const std::string& session_name = GetSessionNameSynchronouslyForTesting();
  /external/chromium_org/third_party/WebKit/Source/platform/text/
StringTruncator.cpp 42 typedef unsigned TruncationFunction(const String&, unsigned length, unsigned keepCount, UChar* buffer);
59 static unsigned centerTruncateToBuffer(const String& string, unsigned length, unsigned keepCount, UChar* buffer)
65 NonSharedCharacterBreakIterator it(string);
72 string.copyTo(buffer, 0, omitStart);
74 string.copyTo(&buffer[omitStart + 1], omitEnd, length - omitEnd);
79 static unsigned rightTruncateToBuffer(const String& string, unsigned length, unsigned keepCount, UChar* buffer)
84 NonSharedCharacterBreakIterator it(string);
88 string.copyTo(buffer, 0, keepLength)
    [all...]
  /external/chromium_org/third_party/boringssl/src/tool/
tool.cc 15 #include <string>
22 bool Client(const std::vector<std::string> &args);
23 bool DoPKCS12(const std::vector<std::string> &args);
24 bool Speed(const std::vector<std::string> &args);
31 std::string tool;
38 std::vector<std::string> args;
  /external/chromium_org/third_party/brotli/src/woff2/
woff2_compress.cc 17 #include <string>
24 using std::string;
31 string filename(argv[1]);
32 string outfilename = filename.substr(0, filename.find_last_of(".")) + ".woff2";
35 string input = woff2::GetFileContent(filename);
39 string output(output_size, 0);
woff2_decompress.cc 18 #include <string>
25 using std::string;
32 string filename(argv[1]);
33 string outfilename = filename.substr(0, filename.find_last_of(".")) + ".ttf";
36 string input = woff2::GetFileContent(filename);
40 string output(decompressed_size, 0);
  /external/chromium_org/third_party/libaddressinput/chromium/
trie_unittest.cc 9 #include <string>
17 std::vector<uint8_t> ToByteArray(const std::string& text) {
26 Trie<std::string> trie;
27 std::set<std::string> result;
33 Trie<std::string> trie;
35 std::set<std::string> result;
37 std::set<std::string> expected;
43 Trie<std::string> trie;
45 std::set<std::string> result;
47 std::set<std::string> expected
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
region_data.cc 18 #include <string>
24 RegionData::RegionData(const std::string& region_code)
37 RegionData* RegionData::AddSubRegion(const std::string& key,
38 const std::string& name) {
44 RegionData::RegionData(const std::string& key,
45 const std::string& name,
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
streamparams.h 48 #include <string>
60 SsrcGroup(const std::string& usage, const std::vector<uint32>& ssrcs)
71 bool has_semantics(const std::string& semantics) const;
73 std::string ToString() const;
75 std::string semantics; // e.g FIX, FEC, SIM.
119 bool has_ssrc_group(const std::string& semantics) const {
122 const SsrcGroup* get_ssrc_group(const std::string& semantics) const {
154 std::string ToString() const;
159 std::string groupid;
161 std::string id
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
win32deviceinfo.cc 32 bool GetUsbId(const Device& device, std::string* usb_id) {
37 if (vid_location == std::string::npos ||
43 if (pid_location == std::string::npos ||
47 std::string id_vendor = device.id.substr(vid_location + sizeof(vid) - 1,
49 std::string id_product = device.id.substr(pid_location + sizeof(pid) -1,
58 bool GetUsbVersion(const Device& device, std::string* usb_version) {
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
saslmechanism.cc 55 std::string
56 SaslMechanism::Base64Encode(const std::string & plain) {
60 std::string
61 SaslMechanism::Base64Decode(const std::string & encoded) {
65 std::string
67 std::string result;
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
mapping_file_provider.cc 23 #include <string>
30 using std::string;
45 const char* GetNormalizedLocale(const string& full_locale) {
55 void AppendLocalePart(const string& part, string* full_locale) {
62 void ConstructFullLocale(const string& language, const string& script, const
63 string& region, string* full_locale) {
75 bool HasLanguage(const CountryLanguages* languages, const string& language)
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/resources/
phonenumber.proto 42 // numbers with a maximum length of 40 digits. It is defined as a string here to accommodate for the
45 optional string extension = 3;
65 // This field is used to store the raw input string containing phone numbers before it was
68 optional string raw_input = 5;
101 optional string preferred_domestic_carrier_code = 7;
  /external/chromium_org/third_party/webrtc/base/
macutils.h 18 #include <string>
27 bool ToUtf8(const CFStringRef str16, std::string* str8);
28 bool ToUtf16(const std::string& str8, CFStringRef* str16);
31 void DecodeFourChar(UInt32 fc, std::string* out);
48 bool GetQuickTimeVersion(std::string* version);
52 bool RunAppleScript(const std::string& script);
  /external/chromium_org/ui/base/clipboard/
scoped_clipboard_writer.h 14 #include <string>
43 void WriteHTML(const base::string16& markup, const std::string& source_url);
46 void WriteRTF(const std::string& rtf_data);
50 const std::string& url);
55 const std::string& url);
79 std::string url_text_;
  /external/chromium_org/ui/gfx/
font_fallback_win.h 8 #include <string>
24 void GFX_EXPORT ParseFontLinkEntry(const std::string& entry,
25 std::string* filename,
26 std::string* font_name);
30 void GFX_EXPORT ParseFontFamilyString(const std::string& family,
31 std::vector<std::string>* font_names);
platform_font_ios.h 16 PlatformFontIOS(const std::string& font_name,
26 virtual std::string GetFontName() const OVERRIDE;
27 virtual std::string GetActualFontNameForTesting() const OVERRIDE;
33 PlatformFontIOS(const std::string& font_name, int font_size, int style);
37 void InitWithNameSizeAndStyle(const std::string& font_name,
44 std::string font_name_;
  /external/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/
clear.pass.cpp 19 #include <string>
27 typedef std::unordered_map<int, std::string> C;
28 typedef std::pair<int, std::string> P;
44 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
45 min_allocator<std::pair<const int, std::string>>> C;
46 typedef std::pair<int, std::string> P;
  /external/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/
clear.pass.cpp 19 #include <string>
27 typedef std::unordered_multimap<int, std::string> C;
28 typedef std::pair<int, std::string> P;
44 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
45 min_allocator<std::pair<const int, std::string>>> C;
46 typedef std::pair<int, std::string> P;
  /external/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons/
cp_size_mode.pass.cpp 24 assert(out.str() == std::string("123 4.5 dog"));
27 std::string s("cat");
29 assert(out.str() == std::string("321 5.5 cat"));
34 assert(out.str() == std::string("123 4.5 dog"));
37 std::string s("cat");
39 assert(out.str() == std::string("123 4.5 dog321 5.5 cat"));

Completed in 2091 milliseconds

<<81828384858687888990>>