/external/kernel-headers/original/linux/ |
completion.h | 14 unsigned int done; member in struct:completion 41 x->done = 0; 55 #define INIT_COMPLETION(x) ((x).done = 0)
|
/system/core/sh/ |
mknodes.sh | 71 done 97 done 99 done 107 done 140 done 153 done 172 done 174 done 188 done 207 done [all...] |
/bootable/diskinstaller/libdiskconfig/ |
diskutils.c | 40 int done = 0; local 61 while (!done) { 71 /* we're done. */ 72 done = 1; 96 if (!done) {
|
/external/dropbear/libtomcrypt/src/pk/ecc/ |
ecc_shared_secret.c | 71 if ((err = mp_read_radix(prime, (char *)private_key->dp->prime, 16)) != CRYPT_OK) { goto done; } 72 if ((err = ltc_mp.ecc_ptmul(private_key->k, &public_key->pubkey, result, prime, 1)) != CRYPT_OK) { goto done; } 78 goto done; 81 if ((err = mp_to_unsigned_bin(result->x, out + (x - mp_unsigned_bin_size(result->x)))) != CRYPT_OK) { goto done; } 85 done:
|
/external/e2fsprogs/lib/ext2fs/ |
expanddir.c | 22 int done; member in struct:expand_dir_struct 55 es->done = 1; 75 if (es->done) 99 es.done = 0; 108 if (!es.done)
|
/external/opencore/oscl/oscl/osclutil/src/ |
oscl_string_utf8.cpp | 66 bool result = true, done = false; local 76 while (!done) 83 done = true; 88 if (max_bytes && !bytes_left) //done when there is no more data 89 done = true; 103 done = true; 110 if (max_bytes && !bytes_left) //done when there is no more data 111 done = true; 119 done = true; 132 done = true [all...] |
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
FrameLoadDelegate.mm | 112 // Exec messages in the work queue until they're all done, or one of them starts a new load 145 if (!done && gLayoutTestController->dumpFrameLoadCallbacks()) { 153 if (!topLoadingFrame && !done) 156 if (!done && gLayoutTestController->stopProvisionalFrameLoads()) { 165 if (!done && gLayoutTestController->dumpFrameLoadCallbacks()) { 180 if (!done && gLayoutTestController->dumpFrameLoadCallbacks()) { 203 if (!done && gLayoutTestController->dumpFrameLoadCallbacks()) { 209 // After that is fixed, we will reenable painting after WebCore is done loading the document, 219 if (!done && gLayoutTestController->dumpFrameLoadCallbacks()) { 232 if (!done && gLayoutTestController->dumpFrameLoadCallbacks()) [all...] |
/system/core/libdiskconfig/ |
diskutils.c | 40 int done = 0; local 61 while (!done) { 71 /* we're done. */ 72 done = 1; 96 if (!done) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
AndroidLaunchConfiguration.java | 24 * {@link ILaunchConfiguration} so that it's only done once. 105 // nothing to be done here, we'll use the default value 113 // nothing to be done here, we'll use the default value 126 // nothing to be done here, we'll use the default value 134 // nothing to be done here, we'll use the default value 148 // nothing to be done here, we'll use the default value 155 // nothing to be done here, we'll use the default value
|
/system/wlan/ti/wilink_6_1/utils/ |
CmdInterfaceCodes.h | 186 * bit 17: Allocate Bit - indicates if allocation should be done for parameter (ON) or not (OFF)\n 210 * Used for setting driver defaults. Done Sync with no memory allocation\n 219 * Used for Starting Driver. Done Sync with no memory allocation\n 228 * Used for Stopping Driver. Done Sync with no memory allocation \n 237 * Used for Getting Driver's Status (if running). Done Sync with no memory allocation\n Done Sync with no memory allocation\n 246 * Used for Getting Driver's Thread ID. Done Sync with no memory allocation\n 258 * Done Sync with no memory allocation \n 268 * Done Sync with no memory allocation \n 278 * Done Sync with no memory allocation\n [all...] |
/external/webkit/WebKitTools/DumpRenderTree/win/ |
EditingDelegate.cpp | 131 if (::gLayoutTestController->dumpEditingCallbacks() && !done) 148 if (::gLayoutTestController->dumpEditingCallbacks() && !done) 167 if (::gLayoutTestController->dumpEditingCallbacks() && !done) 191 if (::gLayoutTestController->dumpEditingCallbacks() && !done) 208 if (::gLayoutTestController->dumpEditingCallbacks() && !done) 237 if (::gLayoutTestController->dumpEditingCallbacks() && !done) 255 if (::gLayoutTestController->dumpEditingCallbacks() && !done) 273 if (::gLayoutTestController->dumpEditingCallbacks() && !done) 290 if (::gLayoutTestController->dumpEditingCallbacks() && !done) 300 if (::gLayoutTestController->dumpEditingCallbacks() && !done) { [all...] |
/external/clearsilver/cgi/ |
rfc2388.c | 125 static NEOERR * _read_line (CGI *cgi, char **s, int *l, int *done) 178 *done = 1; 203 static NEOERR * _read_header_line (CGI *cgi, STRING *line, int *done) 209 err = _read_line (cgi, &s, &l, done); 211 if (*done || (l == 0)) return STATUS_OK; 219 err = _read_line (cgi, &s, &l, done); 222 if (*done) break; 244 static BOOL _is_boundary (char *boundary, char *s, int l, int *done) 268 *done = 1; 274 static NEOERR * _find_boundary (CGI *cgi, char *boundary, int *done) 557 int done = 0; local [all...] |
/external/clearsilver/ |
Makefile | 36 done 53 done 60 done 67 done 79 done 86 done 95 done 100 done 103 done 110 done [all...] |
/external/dropbear/libtomcrypt/src/pk/katja/ |
katja_make_key.c | 52 if ((err = rand_prime(q, -size, prng, wprng)) != CRYPT_OK) { goto done; } 53 if ((err = mp_sub_d(q, 1, tmp1)) != CRYPT_OK) { goto done; } 57 if ((err = rand_prime(p, size+1, prng, wprng)) != CRYPT_OK) { goto done; } 58 if ((err = mp_gcd(p, tmp1, tmp2)) != CRYPT_OK) { goto done; } 88 goto done; 92 done:
|
/external/expat/tests/ |
xmltest.sh | 102 done 104 done 111 done 129 done 131 done 137 done
|
/dalvik/dx/tests/ |
run-all-tests | 29 done 50 done 57 done
|
/dalvik/libcore/text/src/main/java/java/text/ |
StringCharacterIterator.java | 115 * @return the current character, or {@code DONE} if the current index is 120 return DONE; 151 * @return the character at the begin index or {@code DONE} if the begin 156 return DONE; 198 * @return the character before the end index or {@code DONE} if the begin 203 return DONE; 212 * @return the character at the next index, or {@code DONE} if the next 218 return DONE; 226 * @return the character at the previous index, or {@code DONE} if the 231 return DONE; [all...] |
/external/dropbear/libtomcrypt/src/mac/f9/ |
f9_memory.c | 54 goto done; 58 goto done; 62 done:
|
/external/dropbear/libtomcrypt/src/mac/xcbc/ |
xcbc_memory.c | 54 goto done; 58 goto done; 62 done:
|
/external/dropbear/libtomcrypt/src/pk/dsa/ |
dsa_shared_secret.c | 56 goto done; 59 if ((err = mp_to_unsigned_bin(res, out + (x - mp_unsigned_bin_size(res)))) != CRYPT_OK) { goto done; } 63 done:
|
/external/guava/src/com/google/common/util/concurrent/ |
AbstractListenableFuture.java | 33 * {@link #addListener(Runnable, Executor)} and {@link #done()} methods to it. 53 * Override the done method to execute the execution list. 56 protected void done() { method in class:AbstractListenableFuture
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/statements/ |
do_while.js | 42 var done = false; variable 46 if (x++ == 3) done = true; 47 } while (!done);
|
/external/zlib/contrib/infback9/ |
inflate9.h | 17 DONE, /* finished check, done -- remain here until reset */ 27 TYPE -> STORED or TABLE or LEN or DONE
|
/external/icu4c/test/intltest/ |
citrtest.cpp | 58 return DONE; 63 virtual UChar first(){return DONE;}; 64 virtual UChar32 first32(){return DONE;}; 65 virtual UChar last(){return DONE;}; 66 virtual UChar32 last32(){return DONE;}; 67 virtual UChar setIndex(int32_t /*pos*/){return DONE;}; 68 virtual UChar32 setIndex32(int32_t /*pos*/){return DONE;}; 69 virtual UChar current() const{return DONE;}; 70 virtual UChar32 current32() const{return DONE;}; 71 virtual UChar next(){return DONE;}; [all...] |
/bionic/libc/arch-x86/bionic/ |
vfork.S | 14 * vfork is VERY sneaky. One has to be very careful about what can be done
|