OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fResults
(Results
1 - 9
of
9
) 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/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/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
Completed in 180 milliseconds