Home
last modified time | relevance | path

Searched refs:fResults (Results 1 – 9 of 9) sorted by relevance

/external/skia/bench/
DResultsWriter.h80 , fResults(fRoot["results"]) in NanoJSONResultsWriter()
98 fResults[id.c_str()] = Json::Value(Json::objectValue); in bench()
99 fBench = &fResults[id.c_str()]; in bench()
127 Json::Value& fResults; variable
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTrie2.java548 private Trie2.CharSequenceValues fResults = new Trie2.CharSequenceValues(); field in Trie2.CharSequenceIterator
573 fResults.index = index; in next()
574 fResults.codePoint = c; in next()
575 fResults.value = val; in next()
580 return fResults; in next()
591 fResults.index = index; in previous()
592 fResults.codePoint = c; in previous()
593 fResults.value = val; in previous()
594 return fResults; in previous()
/external/junit/src/org/junit/experimental/
DParallelComputer.java38 private final List<Future<Object>> fResults= new ArrayList<Future<Object>>(); in parallelize()
44 fResults.add(fService.submit(new Callable<Object>() { in parallelize()
53 for (Future<Object> each : fResults) in parallelize()
/external/icu/icu4c/source/i18n/
Dtznames_impl.cpp809 TimeZoneNames::MatchInfoCollection* fResults; member in ZNameSearchHandler
813 : fTypes(types), fMaxMatchLen(0), fResults(NULL) { in ZNameSearchHandler()
817 if (fResults != NULL) { in ~ZNameSearchHandler()
818 delete fResults; in ~ZNameSearchHandler()
836 if (fResults == NULL) { in handleMatch()
837 fResults = new TimeZoneNames::MatchInfoCollection(); in handleMatch()
838 if (fResults == NULL) { in handleMatch()
843 U_ASSERT(fResults != NULL); in handleMatch()
845fResults->addZone(nameinfo->type, matchLength, UnicodeString(nameinfo->tzID, -1), status); in handleMatch()
848fResults->addMetaZone(nameinfo->type, matchLength, UnicodeString(nameinfo->mzID, -1), status); in handleMatch()
[all …]
Dtzgnames.cpp197 UVector* fResults; member in GNameSearchHandler
202 : fTypes(types), fResults(NULL), fMaxMatchLen(0) { in GNameSearchHandler()
206 if (fResults != NULL) { in ~GNameSearchHandler()
207 delete fResults; in ~GNameSearchHandler()
225 if (fResults == NULL) { in handleMatch()
226 fResults = new UVector(uprv_free, NULL, status); in handleMatch()
227 if (fResults == NULL) { in handleMatch()
232 U_ASSERT(fResults != NULL); in handleMatch()
241 fResults->addElement(gmatch, status); in handleMatch()
260 UVector *results = fResults; in getMatches()
[all …]
/external/skia/tests/
DSkpSkGrTest.cpp493 while (fetch(reader, &fResults.push_back())) in PreParser()
495 fResults.pop_back(); in PreParser()
550 if (fIndex < fResults.count()) { in match()
551 *result = fResults[fIndex++]; in match()
564 SkTArray<TestResult, true> fResults; member in PreParser
/external/owasp/sanitizer/lib/junit/
Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
/external/libphonenumber/lib/
Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...