Searched refs:StringPair (Results 1 - 25 of 35) 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/content/browser/media/
H A Dmedia_browsertest.h18 typedef std::pair<const char*, const char*> StringPair; typedef in class:content::MediaBrowserTest
27 std::vector<StringPair>* query_params,
H A Dmedia_source_browsertest.cc20 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();
98 std::vector<StringPair> query_params;
H A Dencrypted_media_browsertest.cc88 std::vector<StringPair> query_params;
98 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::__anon8799
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/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
181 const std::vector<StringPair>& text_to_replace,
H A Dbase_test_server.cc213 const std::vector<StringPair>& text_to_replace,
217 const std::vector<StringPair>::const_iterator end = text_to_replace.end();
218 for (std::vector<StringPair>::const_iterator it = text_to_replace.begin();
/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_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.cc1046 std::vector<net::SpawnedTestServer::StringPair> replacement_text;
1622 std::vector<net::SpawnedTestServer::StringPair> replacement_text;
1647 std::vector<net::SpawnedTestServer::StringPair> replacement_text;
1715 std::vector<net::SpawnedTestServer::StringPair> replacement_text;
1740 std::vector<net::SpawnedTestServer::StringPair> replacement_text;
2223 std::vector<net::SpawnedTestServer::StringPair> replacement_text;
2248 std::vector<net::SpawnedTestServer::StringPair> replacement_text;
2311 std::vector<net::SpawnedTestServer::StringPair> replacement_text;
2335 std::vector<net::SpawnedTestServer::StringPair> replacement_text;
2386 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];
/external/icu4c/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];
/external/chromium/chrome/browser/ssl/
H A Dssl_browser_tests.cc120 std::vector<net::TestServer::StringPair> replacement_text;
140 std::vector<net::TestServer::StringPair> replacement_text_frame_left;
155 std::vector<net::TestServer::StringPair> replacement_text_top_frame;
170 std::vector<net::TestServer::StringPair> replacement_text_for_unsafe_worker;
181 std::vector<net::TestServer::StringPair>
/external/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp173 std::vector<StringMatcher::StringPair> MatchTable;
696 std::vector<StringMatcher::StringPair> Results;
702 Results.push_back(StringMatcher::StringPair(I->first, ResultCode));

Completed in 546 milliseconds

12