/frameworks/base/core/java/android/database/sqlite/ |
SQLiteDoneException.java | 20 * An exception that indicates that the SQLite program is done.
|
/frameworks/base/core/jni/ |
android_backup_BackupDataInput.cpp | 58 bool done; local 63 err = reader->ReadNextHeader(&done, &type); 64 if (done) { 92 // done
|
/frameworks/base/docs/html/guide/appendix/ |
index.jd | 10 <dd>How to get things done in Android.</dd>
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
Sources.java | 31 * After calling, clients must call {@link #close()} when done with this object.
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/asm/ |
posix_types.h | 7 This had to be done to correct non-standard usages in the
|
/system/core/init/ |
grab-bootchart.sh | 19 done
|
/external/opencore/oscl/oscl/osclutil/src/ |
oscl_string_xml.cpp | 40 bool result = true, done = false, found = false; local 56 while (!done) 61 done = true; 95 done = true; 118 done = true; 141 done = true; 166 done = true; 191 done = true; 209 done = true; 219 if (max_bytes && !bytes_left) //done when there is no more dat [all...] |
/bionic/libc/arch-sh/bionic/ |
atomic_cmpxchg.S | 42 bra done 47 done: label
|
/build/tools/apicheck/etc/ |
apicheck | 29 done 44 done
|
/cts/tools/signature-tools/ |
sig | 30 done 45 done
|
/dalvik/dx/tests/112-dex-return-jsr-result/ |
run | 32 # Note: This has to be done before the test clause below. 45 # Note: This has to be done after the test clause above.
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
ServerHelloDone.java | 26 * Represents server hello done message 28 * Server hello done</a>
|
/development/tools/apkcheck/etc/ |
apkcheck | 29 done 44 done
|
/external/bluetooth/bluez/plugins/ |
Makefile.am | 54 do echo "extern struct bluetooth_plugin_desc __bluetooth_builtin_$$i;" >> $@; done 58 do echo "&__bluetooth_builtin_$$i," >> $@; done
|
/external/dropbear/libtomcrypt/src/mac/f9/ |
f9_init.c | 46 goto done; 61 done:
|
/external/e2fsprogs/tests/ |
test_script.in | 26 done 67 done
|
/external/icu4c/samples/legacy/ |
newcol.cpp | 81 fprintf(stderr, "Done sortkeys, doing qsort test\n"); 87 fprintf(stderr, "Done current!\n");
|
/external/icu4c/test/intltest/ |
sfwdchit.h | 42 * no more code units to return, returns DONE. 50 * no more code points to return, returns DONE.
|
/external/iproute2/ip/ |
routel | 39 done 41 done | awk -F ' ' '
|
/external/iproute2/testsuite/ |
Makefile | 21 done 45 done
|
/external/libpcap/ |
TODO | 4 Important stuff (to be done before the next release) 14 design guideline for what is done where. There should be a common coding
|
/external/skia/src/core/ |
SkMaskFilter.cpp | 50 if (!clipper.done() && (bounder == NULL || bounder->doIRect(dstM.fBounds))) 56 } while (!clipper.done());
|
/external/webkit/LayoutTests/http/tests/appcache/ |
update-cache.html | 3 <p>Test a simple offline application self-update process. Should print a series of messages followed with DONE:</p> 56 log("DONE");
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
ResourceLoadDelegate.cpp | 220 if (!done && gLayoutTestController->dumpResourceLoadCallbacks()) { 239 if (!done && gLayoutTestController->dumpResourceLoadCallbacks()) { 246 if (!done && gLayoutTestController->willSendRequestReturnsNull()) { 251 if (!done && gLayoutTestController->willSendRequestReturnsNullOnRedirect() && redirectResponse) { 295 if (!done && gLayoutTestController->dumpResourceLoadCallbacks()) { 300 if (!done && gLayoutTestController->dumpResourceResponseMIMETypes()) { 327 if (!done && gLayoutTestController->dumpResourceLoadCallbacks()) { 342 if (!done && gLayoutTestController->dumpResourceLoadCallbacks()) {
|
/external/webkit/WebKitTools/DumpRenderTree/wx/ |
DumpRenderTreeWx.cpp | 50 volatile bool done = true; variable 92 done = true; 95 done = true; 127 if (gLayoutTestController->dumpTitleChanges() && !done) { 147 if (done) 164 if (!done) 224 done = false; 252 while (!done)
|