/external/llvm/utils/TableGen/ |
D | StringMatcher.h | 33 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,
|
D | StringMatcher.cpp | 24 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()
|
D | IntrinsicEmitter.cpp | 118 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()
|
D | AsmMatcherEmitter.cpp | 1798 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/ |
D | serv.cpp | 290 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()
|
D | serv.h | 400 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/ |
D | test_server.h | 38 typedef std::pair<std::string, std::string> StringPair; typedef 133 const std::vector<StringPair>& text_to_replace,
|
D | test_server.cc | 228 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/ |
D | prerender_browsertest.cc | 217 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/ |
D | icusvtst.cpp | 705 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()
|
D | tstnorm.cpp | 1388 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/ |
D | ssl_browser_tests.cc | 120 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/ |
D | urename.h | 1414 #define StringPair StringPair_3_2 macro
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | urename.h | 1414 #define StringPair StringPair_3_2 macro
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | urename.h | 1414 #define StringPair StringPair_3_2 macro
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | urename.h | 1414 #define StringPair StringPair_3_2 macro
|
/external/icu4c/common/unicode/ |
D | urename.h | 2171 #define StringPair U_ICU_ENTRY_POINT_RENAME(StringPair) macro
|