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

  /external/chromium_org/third_party/skia/bench/
ResultsWriter.h 77 , fResults(fRoot["results"])
97 fResults[id.c_str()] = Json::Value(Json::objectValue);
98 fBench = &fResults[id.c_str()];
119 Json::Value& fResults;
  /external/junit/src/org/junit/experimental/
ParallelComputer.java 38 private final List<Future<Object>> fResults= new ArrayList<Future<Object>>();
44 fResults.add(fService.submit(new Callable<Object>() {
53 for (Future<Object> each : fResults)
  /external/skia/bench/
ResultsWriter.h 110 , fResults(fRoot["results"])
123 Json::Value* bench_node = SkFindNamedNode(&fResults, sk_name.c_str());
143 Json::Value& fResults;
  /external/chromium_org/third_party/icu/source/i18n/
tznames_impl.cpp 779 TimeZoneNames::MatchInfoCollection* fResults;
783 : fTypes(types), fMaxMatchLen(0), fResults(NULL) {
787 if (fResults != NULL) {
788 delete fResults;
806 if (fResults == NULL) {
807 fResults = new TimeZoneNames::MatchInfoCollection();
808 if (fResults == NULL) {
813 U_ASSERT(fResults != NULL);
815 fResults->addZone(nameinfo->type, matchLength, UnicodeString(nameinfo->tzID, -1), status);
818 fResults->addMetaZone(nameinfo->type, matchLength, UnicodeString(nameinfo->mzID, -1), status)
    [all...]
tzgnames.cpp 197 UVector* fResults;
202 : fTypes(types), fResults(NULL), fMaxMatchLen(0) {
206 if (fResults != NULL) {
207 delete fResults;
225 if (fResults == NULL) {
226 fResults = new UVector(uprv_free, NULL, status);
227 if (fResults == NULL) {
232 U_ASSERT(fResults != NULL);
241 fResults->addElement(gmatch, status);
260 UVector *results = fResults;
    [all...]
  /external/icu/icu4c/source/i18n/
tznames_impl.cpp 779 TimeZoneNames::MatchInfoCollection* fResults;
783 : fTypes(types), fMaxMatchLen(0), fResults(NULL) {
787 if (fResults != NULL) {
788 delete fResults;
806 if (fResults == NULL) {
807 fResults = new TimeZoneNames::MatchInfoCollection();
808 if (fResults == NULL) {
813 U_ASSERT(fResults != NULL);
815 fResults->addZone(nameinfo->type, matchLength, UnicodeString(nameinfo->tzID, -1), status);
818 fResults->addMetaZone(nameinfo->type, matchLength, UnicodeString(nameinfo->mzID, -1), status)
    [all...]
tzgnames.cpp 197 UVector* fResults;
202 : fTypes(types), fResults(NULL), fMaxMatchLen(0) {
206 if (fResults != NULL) {
207 delete fResults;
225 if (fResults == NULL) {
226 fResults = new UVector(uprv_free, NULL, status);
227 if (fResults == NULL) {
232 U_ASSERT(fResults != NULL);
241 fResults->addElement(gmatch, status);
260 UVector *results = fResults;
    [all...]
  /external/skia/tests/
PathOpsSkpClipTest.cpp 687 while (fetch(reader, &fResults.push_back()))
689 fResults.pop_back();
744 for (int index = 0; index < fResults.count(); ++index) {
745 const TestResult& test = fResults[index];
753 } else if (fIndex < fResults.count()) {
754 *result = fResults[fIndex++];
766 SkTArray<TestResult, true> fResults;
    [all...]
SkpSkGrTest.cpp 495 while (fetch(reader, &fResults.push_back()))
497 fResults.pop_back();
552 if (fIndex < fResults.count()) {
553 *result = fResults[fIndex++];
566 SkTArray<TestResult, true> fResults;
  /external/chromium_org/third_party/skia/tests/
SkpSkGrTest.cpp 493 while (fetch(reader, &fResults.push_back()))
495 fResults.pop_back();
550 if (fIndex < fResults.count()) {
551 *result = fResults[fIndex++];
564 SkTArray<TestResult, true> fResults;
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /prebuilts/misc/common/android-support-test/
android-support-test.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 467 milliseconds