Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DStringMatcher.h33 typedef std::pair<std::string, std::string> StringPair; typedef
36 const std::vector<StringPair> &Matches;
41 const std::vector<StringPair> &matches, raw_ostream &os) in StringMatcher()
48 bool EmitStringMatcherForChar(const std::vector<const StringPair*> &Matches,
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()
DIntrinsicEmitter.cpp118 std::vector<StringMatcher::StringPair> MatchTable; in EmitFnNameRecognizer()
665 std::vector<StringMatcher::StringPair> Results; in EmitTargetBuiltins()
671 Results.push_back(StringMatcher::StringPair(I->first, ResultCode)); in EmitTargetBuiltins()
DAsmMatcherEmitter.cpp1798 std::vector<StringMatcher::StringPair> Matches; in EmitMatchTokenString()
1804 Matches.push_back(StringMatcher::StringPair(CI.ValueName, in EmitMatchTokenString()
1821 std::vector<StringMatcher::StringPair> Matches; in EmitMatchRegisterName()
1829 Matches.push_back(StringMatcher::StringPair( in EmitMatchRegisterName()
1961 std::vector<StringMatcher::StringPair> Cases; in EmitMnemonicAliases()
/external/icu4c/common/
Dserv.cpp290 StringPair*
291 StringPair::create(const UnicodeString& displayName, in create()
296 StringPair* sp = new StringPair(displayName, id); in create()
308 StringPair::isBogus() const { in isBogus()
312 StringPair::StringPair(const UnicodeString& _displayName, in StringPair() function in StringPair
322 U_NAMESPACE_USE delete (StringPair*) obj; in userv_deleteStringPair()
794 StringPair* sp = StringPair::create(*id, *dn, status); in getDisplayNames()
Dserv.h400 class U_COMMON_API StringPair : public UMemory {
420 static StringPair* create(const UnicodeString& displayName,
431 StringPair(const UnicodeString& displayName, const UnicodeString& id);
/external/chromium/net/test/
Dtest_server.h38 typedef std::pair<std::string, std::string> StringPair; typedef
133 const std::vector<StringPair>& text_to_replace,
Dtest_server.cc228 const std::vector<StringPair>& text_to_replace, in GetFilePathWithReplacements()
232 const std::vector<StringPair>::const_iterator end = text_to_replace.end(); in GetFilePathWithReplacements()
233 for (std::vector<StringPair>::const_iterator it = text_to_replace.begin(); in GetFilePathWithReplacements()
/external/chromium/chrome/browser/prerender/
Dprerender_browsertest.cc217 std::vector<net::TestServer::StringPair> replacement_text; in PrerenderTestURLImpl()
385 std::vector<net::TestServer::StringPair> replacement_text; in IN_PROC_BROWSER_TEST_F()
409 std::vector<net::TestServer::StringPair> replacement_text; in IN_PROC_BROWSER_TEST_F()
455 std::vector<net::TestServer::StringPair> replacement_text; in IN_PROC_BROWSER_TEST_F()
479 std::vector<net::TestServer::StringPair> replacement_text; in IN_PROC_BROWSER_TEST_F()
/external/icu4c/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.cpp1388 struct StringPair { const char *input, *expected; }; argument
1392 static const StringPair pairs[]={ in TestCustomComp()
1410 const StringPair &pair=pairs[i]; in TestCustomComp()
1422 static const StringPair pairs[]={ in TestCustomFCC()
1442 const StringPair &pair=pairs[i]; in TestCustomFCC()
/external/chromium/chrome/browser/ssl/
Dssl_browser_tests.cc120 std::vector<net::TestServer::StringPair> replacement_text; in GetFilePathWithHostAndPortReplacement()
140 std::vector<net::TestServer::StringPair> replacement_text_frame_left; in GetTopFramePath()
155 std::vector<net::TestServer::StringPair> replacement_text_top_frame; in GetTopFramePath()
170 std::vector<net::TestServer::StringPair> replacement_text_for_unsafe_worker; in GetPageWithUnsafeWorkerPath()
181 std::vector<net::TestServer::StringPair> in GetPageWithUnsafeWorkerPath()
/external/webkit/Source/JavaScriptCore/icu/unicode/
Durename.h1414 #define StringPair StringPair_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Durename.h1414 #define StringPair StringPair_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Durename.h1414 #define StringPair StringPair_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
Durename.h1414 #define StringPair StringPair_3_2 macro
/external/icu4c/common/unicode/
Durename.h2171 #define StringPair U_ICU_ENTRY_POINT_RENAME(StringPair) macro