Home
last modified time | relevance | path

Searched refs:StringPair (Results 1 – 25 of 26) sorted by relevance

12

/external/clang/utils/TableGen/
DClangCommentHTMLTagsEmitter.cpp25 std::vector<StringMatcher::StringPair> Matches; in EmitClangCommentHTMLTags()
28 Matches.push_back(StringMatcher::StringPair(Spelling, "return true;")); in EmitClangCommentHTMLTags()
42 std::vector<StringMatcher::StringPair> MatchesEndTagOptional; in EmitClangCommentHTMLTagsProperties()
43 std::vector<StringMatcher::StringPair> MatchesEndTagForbidden; in EmitClangCommentHTMLTagsProperties()
46 StringMatcher::StringPair Match(Spelling, "return true;"); in EmitClangCommentHTMLTagsProperties()
DClangCommentHTMLNamedCharacterReferenceEmitter.cpp53 std::vector<StringMatcher::StringPair> NameToUTF8; in EmitClangCommentHTMLNamedCharacterReferences()
70 StringMatcher::StringPair Match(Spelling, CLiteral.str()); in EmitClangCommentHTMLNamedCharacterReferences()
DClangCommentCommandInfoEmitter.cpp63 std::vector<StringMatcher::StringPair> Matches; in EmitClangCommentCommandInfo()
69 Matches.push_back(StringMatcher::StringPair(Name, Return)); in EmitClangCommentCommandInfo()
DClangAttrEmitter.cpp2498 std::vector<StringMatcher::StringPair> GNU, Declspec, CXX11, Keywords, Pragma; in EmitClangAttrParsedAttrKinds()
2529 std::vector<StringMatcher::StringPair> *Matches = nullptr; in EmitClangAttrParsedAttrKinds()
2548 Matches->push_back(StringMatcher::StringPair(Spelling, in EmitClangAttrParsedAttrKinds()
2551 Matches->push_back(StringMatcher::StringPair(Spelling, in EmitClangAttrParsedAttrKinds()
/external/llvm/include/llvm/TableGen/
DStringMatcher.h33 typedef std::pair<std::string, std::string> StringPair; typedef
37 const std::vector<StringPair> &Matches;
42 const std::vector<StringPair> &matches, raw_ostream &os) in StringMatcher()
48 bool EmitStringMatcherForChar(const std::vector<const StringPair*> &Matches,
/external/llvm/lib/TableGen/
DStringMatcher.cpp24 StringMatcher::StringPair*> &Matches) { in FindFirstNonCommonLetter()
44 EmitStringMatcherForChar(const std::vector<const StringPair*> &Matches, in EmitStringMatcherForChar()
70 std::map<char, std::vector<const StringPair*> > MatchesByLetter; in EmitStringMatcherForChar()
106 for (std::map<char, std::vector<const StringPair*> >::iterator LI = in EmitStringMatcherForChar()
129 std::map<unsigned, std::vector<const StringPair*> > MatchesByLength; in Emit()
139 for (std::map<unsigned, std::vector<const StringPair*> >::iterator LI = in Emit()
/external/chromium_org/net/http/
Dhttp_security_headers.cc105 typedef std::pair<std::string, std::string> StringPair; typedef
107 StringPair Split(const std::string& source, char delimiter) { in Split()
108 StringPair pair; in Split()
289 StringPair semicolon = Split(source, ';'); in ParseHPKPHeader()
292 StringPair equals = Split(semicolon.first, '='); in ParseHPKPHeader()
/external/icu/icu4c/source/common/
Dserv.cpp294 StringPair*
295 StringPair::create(const UnicodeString& displayName, in create()
300 StringPair* sp = new StringPair(displayName, id); in create()
312 StringPair::isBogus() const { in isBogus()
316 StringPair::StringPair(const UnicodeString& _displayName, in StringPair() function in StringPair
326 U_NAMESPACE_USE delete (StringPair*) obj; in userv_deleteStringPair()
799 StringPair* sp = StringPair::create(*id, *dn, status); in getDisplayNames()
Dserv.h403 class U_COMMON_API StringPair : public UMemory {
423 static StringPair* create(const UnicodeString& displayName,
434 StringPair(const UnicodeString& displayName, const UnicodeString& id);
/external/chromium_org/third_party/icu/source/common/
Dserv.cpp294 StringPair*
295 StringPair::create(const UnicodeString& displayName, in create()
300 StringPair* sp = new StringPair(displayName, id); in create()
312 StringPair::isBogus() const { in isBogus()
316 StringPair::StringPair(const UnicodeString& _displayName, in StringPair() function in StringPair
326 U_NAMESPACE_USE delete (StringPair*) obj; in userv_deleteStringPair()
799 StringPair* sp = StringPair::create(*id, *dn, status); in getDisplayNames()
Dserv.h403 class U_COMMON_API StringPair : public UMemory {
423 static StringPair* create(const UnicodeString& displayName,
434 StringPair(const UnicodeString& displayName, const UnicodeString& id);
/external/chromium_org/base/process/
Dinternal_linux.cc109 typedef std::pair<std::string, std::string> StringPair; in ParseProcStat() typedef
110 std::vector<StringPair> key_value_pairs; in ParseProcStat()
113 const StringPair& key_value_pair = key_value_pairs[i]; in ParseProcStat()
/external/chromium_org/net/test/spawned_test_server/
Dbase_test_server.h32 typedef std::pair<std::string, std::string> StringPair; typedef
242 const std::vector<StringPair>& text_to_replace,
Dbase_test_server.cc269 const std::vector<StringPair>& text_to_replace, in GetFilePathWithReplacements()
273 const std::vector<StringPair>::const_iterator end = text_to_replace.end(); in GetFilePathWithReplacements()
274 for (std::vector<StringPair>::const_iterator it = text_to_replace.begin(); in GetFilePathWithReplacements()
/external/chromium_org/third_party/icu/source/test/intltest/
Dicusvtst.cpp705 const StringPair* pair = (const StringPair*)names[i]; in testAPI_Two()
745 const StringPair* pair = (const StringPair*)names[i]; in testAPI_Two()
917 const StringPair* pair = (const StringPair*)names[i]; in testRBF()
942 const StringPair* pair = (const StringPair*)names[i]; in testRBF()
Dtstnorm.cpp1420 struct StringPair { const char *input, *expected; }; struct
1424 static const StringPair pairs[]={ in TestCustomComp()
1442 const StringPair &pair=pairs[i]; in TestCustomComp()
1454 static const StringPair pairs[]={ in TestCustomFCC()
1474 const StringPair &pair=pairs[i]; in TestCustomFCC()
/external/icu/icu4c/source/test/intltest/
Dicusvtst.cpp705 const StringPair* pair = (const StringPair*)names[i]; in testAPI_Two()
745 const StringPair* pair = (const StringPair*)names[i]; in testAPI_Two()
917 const StringPair* pair = (const StringPair*)names[i]; in testRBF()
942 const StringPair* pair = (const StringPair*)names[i]; in testRBF()
Dtstnorm.cpp1420 struct StringPair { const char *input, *expected; }; struct
1424 static const StringPair pairs[]={ in TestCustomComp()
1442 const StringPair &pair=pairs[i]; in TestCustomComp()
1454 static const StringPair pairs[]={ in TestCustomFCC()
1474 const StringPair &pair=pairs[i]; in TestCustomFCC()
/external/chromium_org/chrome/browser/prerender/
Dprerender_browsertest.cc1630 std::vector<net::SpawnedTestServer::StringPair> replacement_text; in PrerenderTestURLImpl()
2286 std::vector<net::SpawnedTestServer::StringPair> replacement_text; in IN_PROC_BROWSER_TEST_F()
2340 std::vector<net::SpawnedTestServer::StringPair> replacement_text; in IN_PROC_BROWSER_TEST_F()
2940 std::vector<net::SpawnedTestServer::StringPair> replacement_text; in IN_PROC_BROWSER_TEST_F()
2965 std::vector<net::SpawnedTestServer::StringPair> replacement_text; in IN_PROC_BROWSER_TEST_F()
3070 std::vector<net::SpawnedTestServer::StringPair> replacement_text; in IN_PROC_BROWSER_TEST_F()
3098 std::vector<net::SpawnedTestServer::StringPair> replacement_text; in IN_PROC_BROWSER_TEST_F()
3149 std::vector<net::SpawnedTestServer::StringPair> replacement_text; in IN_PROC_BROWSER_TEST_F()
3168 std::vector<net::SpawnedTestServer::StringPair> replacement_text; in IN_PROC_BROWSER_TEST_F()
3724 std::vector<net::SpawnedTestServer::StringPair> replacement_text; in IN_PROC_BROWSER_TEST_F()
[all …]
/external/llvm/utils/TableGen/
DIntrinsicEmitter.cpp165 std::vector<StringMatcher::StringPair> MatchTable; in EmitFnNameRecognizer()
729 std::vector<StringMatcher::StringPair> Results; in EmitTargetBuiltins()
735 Results.push_back(StringMatcher::StringPair(I->first, ResultCode)); in EmitTargetBuiltins()
DAsmMatcherEmitter.cpp2163 std::vector<StringMatcher::StringPair> Matches; in emitMatchTokenString()
2169 Matches.push_back(StringMatcher::StringPair(CI.ValueName, in emitMatchTokenString()
2186 std::vector<StringMatcher::StringPair> Matches; in emitMatchRegisterName()
2194 Matches.push_back(StringMatcher::StringPair( in emitMatchRegisterName()
2384 std::vector<StringMatcher::StringPair> Cases; in emitMnemonicAliasVariant()
/external/chromium_org/chrome/browser/ssl/
Dssl_browser_tests.cc280 std::vector<net::SpawnedTestServer::StringPair> replacement_text; in GetFilePathWithHostAndPortReplacement()
300 std::vector<net::SpawnedTestServer::StringPair> replacement_text_frame_left; in GetTopFramePath()
315 std::vector<net::SpawnedTestServer::StringPair> replacement_text_top_frame; in GetTopFramePath()
330 std::vector<net::SpawnedTestServer::StringPair> in GetPageWithUnsafeWorkerPath()
342 std::vector<net::SpawnedTestServer::StringPair> in GetPageWithUnsafeWorkerPath()
/external/chromium_org/chrome/browser/ui/webui/net_internals/
Dnet_internals_ui_browsertest.cc337 std::vector<net::SpawnedTestServer::StringPair> replacement_text; in CreatePrerenderLoaderUrl()
/external/chromium_org/chrome/browser/content_settings/
Dcontent_settings_pref_provider.cc37 typedef std::pair<std::string, std::string> StringPair; typedef
Dhost_content_settings_map.cc45 typedef std::pair<std::string, std::string> StringPair; typedef

12