HomeSort by relevance Sort by last modified time
    Searched refs:StringPair (Results 1 - 23 of 23) sorted by null

  /external/llvm/include/llvm/TableGen/
StringMatcher.h 33 typedef std::pair<std::string, std::string> StringPair;
36 const std::vector<StringPair> &Matches;
41 const std::vector<StringPair> &matches, raw_ostream &os)
48 bool EmitStringMatcherForChar(const std::vector<const StringPair*> &Matches,
  /cts/suite/audio_quality/lib/include/
Report.h 51 typedef std::pair<android::String8, android::String8> StringPair;
52 void writeResult(std::list<StringPair>::const_iterator begin,
53 std::list<StringPair>::const_iterator end, bool passed);
57 std::list<StringPair> mPassedCases;
58 std::list<StringPair> mFailedCases;
  /external/clang/utils/TableGen/
ClangCommentHTMLTagsEmitter.cpp 24 std::vector<StringMatcher::StringPair> Matches;
29 Matches.push_back(StringMatcher::StringPair(Spelling, "return true;"));
43 std::vector<StringMatcher::StringPair> MatchesEndTagOptional;
44 std::vector<StringMatcher::StringPair> MatchesEndTagForbidden;
49 StringMatcher::StringPair Match(Spelling, "return true;");
ClangCommentCommandInfoEmitter.cpp 54 std::vector<StringMatcher::StringPair> Matches;
60 Matches.push_back(StringMatcher::StringPair(Name, Return));
ClangAttrEmitter.cpp     [all...]
  /cts/suite/audio_quality/lib/src/
Report.cpp 78 StringPair pair(name, task->getDetails());
86 StringPair pair(name, task->getDetails());
90 void Report::writeResult(std::list<StringPair>::const_iterator begin,
91 std::list<StringPair>::const_iterator end, bool passed)
93 std::list<StringPair>::const_iterator it;
  /external/llvm/lib/TableGen/
StringMatcher.cpp 24 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/net/test/
test_server.h 38 typedef std::pair<std::string, std::string> StringPair;
133 const std::vector<StringPair>& text_to_replace,
test_server.cc 228 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/icu4c/common/
serv.h 397 * <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);
    [all...]
serv.cpp 290 StringPair*
291 StringPair::create(const UnicodeString& displayName,
296 StringPair* sp = new StringPair(displayName, id);
308 StringPair::isBogus() const {
312 StringPair::StringPair(const UnicodeString& _displayName,
322 U_NAMESPACE_USE delete (StringPair*) obj;
794 StringPair* sp = StringPair::create(*id, *dn, status)
    [all...]
  /external/chromium/chrome/browser/prerender/
prerender_browsertest.cc 217 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/icu4c/test/intltest/
icusvtst.cpp 705 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];
    [all...]
tstnorm.cpp     [all...]
  /external/chromium/chrome/browser/ssl/
ssl_browser_tests.cc 120 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>
    [all...]
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 154 std::vector<StringMatcher::StringPair> MatchTable;
678 std::vector<StringMatcher::StringPair> Results;
684 Results.push_back(StringMatcher::StringPair(I->first, ResultCode));
AsmMatcherEmitter.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /prebuilts/misc/common/jython/
jython.jar 

Completed in 912 milliseconds