Searched defs:allDone (Results 1 - 5 of 5) sorted by relevance

/external/srec/tools/grxmlcompile/
H A Dsub_grph.cpp673 bool allDone; local
681 allDone= false;
682 while (!allDone) {
683 allDone= true;
689 allDone= false;
694 // printf("assert(0) in SubGraph::DeterminizeArcs() ii=%d allDone=%d\n", ii, allDone);
/external/skia/src/pathops/
H A DSkOpSegment.cpp1013 bool allDone = lastSpan->fDone; local
1021 if (span->fDone != allDone) {
1022 span->fDone = allDone;
1023 fDoneSpans += allDone ? 1 : -1;
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.cpp1046 bool allDone = lastSpan->fDone; local
1054 if (span->fDone != allDone) {
1055 span->fDone = allDone;
1056 fDoneSpans += allDone ? 1 : -1;
/external/yaffs2/yaffs2/
H A Dyaffs_guts.c1023 int allDone = 1; local
1028 for (i = YAFFS_NTNODES_INTERNAL - 1; allDone && i >= 0;
1032 allDone = 0;
1034 allDone =
1047 if (allDone) {
1056 return (allDone) ? 1 : 0;
1129 int allDone = 1; local
1135 for (i = YAFFS_NTNODES_INTERNAL - 1; allDone && i >= 0;
1138 allDone =
1147 if (allDone) {
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 180 milliseconds