Searched refs:StringPair (Results 1 - 25 of 38) sorted by relevance

12

/external/llvm/include/llvm/TableGen/
H A DStringMatcher.h33 typedef std::pair<std::string, std::string> StringPair; typedef in class:llvm::StringMatcher
36 const std::vector<StringPair> &Matches;
41 const std::vector<StringPair> &matches, raw_ostream &os)
48 bool EmitStringMatcherForChar(const std::vector<const StringPair*> &Matches,
/external/chromium_org/chrome/browser/media/
H A Dmedia_browsertest.h22 typedef std::pair<const char*, const char*> StringPair; typedef in class:MediaBrowserTest
37 std::vector<StringPair>* query_params,
H A Dmedia_browsertest.cc28 const char* html_page, std::vector<StringPair>* query_params,
33 std::vector<StringPair>::const_iterator itr = query_params->begin();
H A Dencrypted_media_browsertest.cc105 std::vector<StringPair> query_params;
282 std::vector<StringPair> query_params;
/external/chromium_org/content/browser/media/
H A Dmedia_browsertest.h22 typedef std::pair<const char*, const char*> StringPair; typedef in class:content::MediaBrowserTest
36 std::vector<StringPair>* query_params,
H A Dmedia_source_browsertest.cc39 std::vector<StringPair> query_params;
H A Dencrypted_media_browsertest.cc81 std::vector<StringPair> query_params;
98 std::vector<StringPair> query_params;
H A Dmedia_browsertest.cc38 const char* html_page, std::vector<StringPair>* query_params,
43 std::vector<StringPair>::const_iterator itr = query_params->begin();
102 std::vector<StringPair> query_params;
/external/clang/utils/TableGen/
H A DClangCommentHTMLTagsEmitter.cpp25 std::vector<StringMatcher::StringPair> Matches;
30 Matches.push_back(StringMatcher::StringPair(Spelling, "return true;"));
44 std::vector<StringMatcher::StringPair> MatchesEndTagOptional;
45 std::vector<StringMatcher::StringPair> MatchesEndTagForbidden;
50 StringMatcher::StringPair Match(Spelling, "return true;");
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp53 std::vector<StringMatcher::StringPair> NameToUTF8;
70 StringMatcher::StringPair Match(Spelling, CLiteral.str());
H A DClangCommentCommandInfoEmitter.cpp62 std::vector<StringMatcher::StringPair> Matches;
68 Matches.push_back(StringMatcher::StringPair(Name, Return));
/external/llvm/lib/TableGen/
H A DStringMatcher.cpp24 StringMatcher::StringPair*> &Matches) {
44 EmitStringMatcherForChar(const std::vector<const StringPair*> &Matches,
70 std::map<char, std::vector<const StringPair*> > MatchesByLetter;
106 for (std::map<char, std::vector<const StringPair*> >::iterator LI =
129 std::map<unsigned, std::vector<const StringPair*> > MatchesByLength;
139 for (std::map<unsigned, std::vector<const StringPair*> >::iterator LI =
/external/chromium_org/net/http/
H A Dhttp_security_headers.cc105 typedef std::pair<std::string, std::string> StringPair; typedef in namespace:net::__anon9480
107 StringPair Split(const std::string& source, char delimiter) {
108 StringPair pair;
289 StringPair semicolon = Split(source, ';');
292 StringPair equals = Split(semicolon.first, '=');
/external/chromium_org/base/process/
H A Dinternal_linux.cc109 typedef std::pair<std::string, std::string> StringPair; typedef
110 std::vector<StringPair> key_value_pairs;
113 const StringPair& key_value_pair = key_value_pairs[i];
/external/chromium/net/test/
H A Dtest_server.h38 typedef std::pair<std::string, std::string> StringPair; typedef in class:net::TestServer
133 const std::vector<StringPair>& text_to_replace,
H A Dtest_server.cc228 const std::vector<StringPair>& text_to_replace,
232 const std::vector<StringPair>::const_iterator end = text_to_replace.end();
233 for (std::vector<StringPair>::const_iterator it = text_to_replace.begin();
/external/chromium_org/net/test/spawned_test_server/
H A Dbase_test_server.h31 typedef std::pair<std::string, std::string> StringPair; typedef in class:net::BaseTestServer
199 const std::vector<StringPair>& text_to_replace,
H A Dbase_test_server.cc221 const std::vector<StringPair>& text_to_replace,
225 const std::vector<StringPair>::const_iterator end = text_to_replace.end();
226 for (std::vector<StringPair>::const_iterator it = text_to_replace.begin();
/external/chromium_org/third_party/icu/source/common/
H A Dserv.h397 * <p>A StringPair holds a displayName/ID pair. ICUService uses it
400 class U_COMMON_API StringPair : public UMemory {
418 * @return a StringPair if the creation was successful, otherwise NULL.
420 static StringPair* create(const UnicodeString& displayName,
431 StringPair(const UnicodeString& displayName, const UnicodeString& id);
H A Dserv.cpp290 StringPair*
291 StringPair::create(const UnicodeString& displayName,
296 StringPair* sp = new StringPair(displayName, id);
308 StringPair::isBogus() const {
312 StringPair::StringPair(const UnicodeString& _displayName, function in class:StringPair
322 U_NAMESPACE_USE delete (StringPair*) obj;
799 StringPair* sp = StringPair
[all...]
/external/icu4c/common/
H A Dserv.h400 * <p>A StringPair holds a displayName/ID pair. ICUService uses it
403 class U_COMMON_API StringPair : public UMemory {
421 * @return a StringPair if the creation was successful, otherwise NULL.
423 static StringPair* create(const UnicodeString& displayName,
434 StringPair(const UnicodeString& displayName, const UnicodeString& id);
H A Dserv.cpp294 StringPair*
295 StringPair::create(const UnicodeString& displayName,
300 StringPair* sp = new StringPair(displayName, id);
312 StringPair::isBogus() const {
316 StringPair::StringPair(const UnicodeString& _displayName, function in class:StringPair
326 U_NAMESPACE_USE delete (StringPair*) obj;
799 StringPair* sp = StringPair
[all...]
/external/chromium/chrome/browser/prerender/
H A Dprerender_browsertest.cc217 std::vector<net::TestServer::StringPair> replacement_text;
385 std::vector<net::TestServer::StringPair> replacement_text;
409 std::vector<net::TestServer::StringPair> replacement_text;
455 std::vector<net::TestServer::StringPair> replacement_text;
479 std::vector<net::TestServer::StringPair> replacement_text;
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_browsertest.cc1166 std::vector<net::SpawnedTestServer::StringPair> replacement_text;
1784 std::vector<net::SpawnedTestServer::StringPair> replacement_text;
1809 std::vector<net::SpawnedTestServer::StringPair> replacement_text;
1877 std::vector<net::SpawnedTestServer::StringPair> replacement_text;
1902 std::vector<net::SpawnedTestServer::StringPair> replacement_text;
2444 std::vector<net::SpawnedTestServer::StringPair> replacement_text;
2469 std::vector<net::SpawnedTestServer::StringPair> replacement_text;
2542 std::vector<net::SpawnedTestServer::StringPair> replacement_text;
2566 std::vector<net::SpawnedTestServer::StringPair> replacement_text;
2617 std::vector<net::SpawnedTestServer::StringPair> replacement_tex
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dicusvtst.cpp705 const StringPair* pair = (const StringPair*)names[i];
745 const StringPair* pair = (const StringPair*)names[i];
917 const StringPair* pair = (const StringPair*)names[i];
942 const StringPair* pair = (const StringPair*)names[i];

Completed in 499 milliseconds

12