/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
LoadTestsAutoTest.java | 85 // and waits till it has finished running. 221 public void finished() {
|
LayoutTestsAutoTest.java | 307 public void finished() { 367 // and waits till it has finished running.
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
imageburner_ui.cc | 648 void ImageBurnResourceManager::SetDownloadFinished(bool finished) { 651 if (!finished) 653 download_finished_ = finished;
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadThread.java | 163 boolean finished = false; 164 while(!finished) { 173 finished = true; 239 // skip when already finished; remove after fixing race in 5217390 [all...] |
/external/dbus/dbus/ |
dbus-marshal-recursive.c | 141 reader->finished = FALSE; 506 reader->finished = TRUE; 527 reader->finished = TRUE; 537 * So the finished flag indicates whether we've 540 reader->finished = TRUE; 777 if (reader->finished || [all...] |
/external/qemu/android/ |
console.c | 99 char finished; member in struct:ControlClientRec_ 330 client->finished = 0; 526 if (client->finished) 584 if (client->finished) { 674 client->finished = 1; [all...] |
/external/dbus/bus/ |
config-parser.c | [all...] |
/external/bluetooth/bluez/src/ |
storage.c | 621 int i, finished = 0; local 623 for (i = 0; !finished; i++) { 625 finished = 1;
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/ |
jsunittest.js | [all...] |
/external/webkit/Source/WebCore/html/parser/ |
HTMLDocumentParser.cpp | 391 // Informs the the rest of WebCore that parsing is really finished (and deletes this). 392 m_treeBuilder->finished();
|
/frameworks/base/tests/CoreTests/android/core/ |
MiscRegressionTest.java | 296 android.util.Log.d("MiscRegressionTest", "ZIP stress test finished, " + 337 android.util.Log.d("MiscRegressionTest", "ZIP stress test finished, " + 346 android.util.Log.d("MiscRegressionTest", "File.list() test finished, " + 409 inflater.finished();
|
/frameworks/ex/carousel/test/src/com/android/carouseltest/ |
TaskSwitcherActivity.java | 169 public void finished() throws RemoteException {
|
/frameworks/base/core/java/android/app/ |
ActivityThread.java | 503 public final void schedulePauseActivity(IBinder token, boolean finished, 506 finished ? H.PAUSE_ACTIVITY_FINISHING : H.PAUSE_ACTIVITY, [all...] |
/external/freetype/src/pshinter/ |
pshalgo.c | 1041 FT_Int finished = 0; local 1099 finished = 1; 1128 } while ( !finished ); [all...] |
/external/icu4c/i18n/ |
ucol.cpp | 4759 UBool finished = FALSE; local 5356 UBool finished = FALSE; local [all...] |
/external/llvm/utils/TableGen/ |
ARMDecoderEmitter.cpp | 700 bool finished = filterIterator->second->emit(o, Indentation); local 704 if (!finished) [all...] |
FixedLenDecoderEmitter.cpp | 540 bool finished = filterIterator->second->emit(o, Indentation); local 544 if (!finished) [all...] |
/prebuilt/common/commons-compress/ |
commons-compress-1.0.jar | |
/frameworks/base/core/java/android/service/wallpaper/ |
WallpaperService.java | 244 finishedCallback.finished(handled); [all...] |
/external/iptables/libiptc/ |
libiptc.c | [all...] |
/external/oprofile/events/i386/nehalem/ |
events | 52 event:0x4C counters:0,1,2,3 um:one minimum:6000 name:LOAD_HIT_PRE : Counts load operations sent to the L1 data cache while a previous SSE prefetch instruction to the same cache line has started prefetching but has not yet finished.
|
/external/v8/src/ |
heap.cc | 3858 bool finished = false; local [all...] |
/external/webkit/Tools/QtTestBrowser/ |
launcherwindow.cpp | 601 connect(m_zoomAnimation, SIGNAL(finished()), this, SLOT(zoomAnimationFinished())); [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | 487 When you are finished with a cipher you can de--initialize it with the done function. 493 setup function must also call the respective cipher done function when finished. [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
NetworkPanel.js | [all...] |