/external/chromium/crypto/ |
scoped_capi_types.h | 24 BOOL ok = Destroyer(handle); local 25 DCHECK(ok); 38 BOOL ok = Destroyer(handle, flags); local 39 DCHECK(ok);
|
/external/qemu-pc-bios/bochs/bios/ |
apmbios.S | 177 jmp APMSYM(ok) 184 jmp APMSYM(ok) 198 jmp APMSYM(ok) 213 jmp APMSYM(ok) 221 jmp APMSYM(ok) 230 jmp APMSYM(ok) 239 jne APMSYM(ok) 250 jne APMSYM(ok) 269 jmp APMSYM(ok) 277 jmp APMSYM(ok) [all...] |
/external/webkit/Source/WebCore/dom/ |
ViewportArguments.cpp | 181 static float numericPrefix(const String& keyString, const String& valueString, Document* document, bool* ok) 189 float value = valueString.toFloat(ok, &didReadNumber); 190 if (!*ok) { 196 *ok = true; 216 bool ok; 217 float value = numericPrefix(keyString, valueString, document, &ok); 218 if (!ok) 246 bool ok; 247 float value = numericPrefix(keyString, valueString, document, &ok); 248 if (!ok) [all...] |
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
mergeChangeLogs.pl | 118 ok($exitStatus == 1, "$title: should return 1 for success"); 120 ok(readFile($fileMine) eq $fileMineContent, "$title: \$fileMine should be unchanged"); 121 ok(readFile($fileOlder) eq $fileOlderContent, "$title: \$fileOlder should be unchanged"); 132 ok(readFile($fileNewer) eq $expectedContent, "$title: \$fileNewer should be updated to include patch"); 187 ok($exitStatus == 0, "$title: should return 0 for failure"); 189 ok(readFile($fileMine) eq $fileMineContent, "$title: \$fileMine should be unchanged"); 190 ok(readFile($fileOlder) eq $fileOlderContent, "$title: \$fileOlder should be unchanged"); 191 ok(readFile($fileNewer) eq $fileNewerContent, "$title: \$fileNewer should be unchanged"); 244 ok($exitStatus == 1, "$title: should return 1 for success"); 246 ok(readFile($fileMine) eq $fileMineContent, "$title: \$fileMine should be unchanged") [all...] |
/external/clang/test/CodeGenCXX/ |
rvalue-references.cpp | 38 bool ok; variable 64 ok = false; 77 if (ok)
|
/external/guava/guava-tests/test/com/google/common/hash/ |
HashFunctionsTest.java | 64 } catch (IndexOutOfBoundsException ok) {} 68 } catch (IndexOutOfBoundsException ok) {} 72 } catch (IndexOutOfBoundsException ok) {}
|
/external/iproute2/tc/ |
q_fifo.c | 33 int ok=0; local 44 ok++; 56 if (ok)
|
q_gred.c | 120 int ok=0; local 139 ok++; 141 if (ok) { 153 ok++; 160 ok++; 171 ok++; 178 ok++; 185 ok++; 192 ok++; 197 ok++ [all...] |
m_gact.c | 84 } else if (matches(*argv, "pass") == 0 || matches(*argv, "ok") == 0) { 97 int ok = 0; local 114 ok++; 119 ok++; 126 if (ok) { 132 if (ok && argc > 0) { 181 ok++; 187 if (!ok)
|
m_skbedit.c | 56 int ok = 0; local 77 ok++; 85 ok++; 93 ok++; 132 ok++; 136 if (!ok) {
|
/external/openssh/openbsd-compat/regress/ |
strtonumtest.c | 41 test(const char *p, long long lb, long long ub, int ok) 47 if (ok && q != NULL) { 51 } else if (!ok && q == NULL) {
|
/external/openssl/crypto/evp/ |
p_verify.c | 70 int i=-1,ok=0,v; local 103 ok=1; 107 if (!ok)
|
/external/srec/srec/clib/ |
voc_read.c | 68 * Read word models and their phoneme transcriptions from .ok or .voc files. 73 const char *ok; local 98 ok = voc->ok_file_data; 102 while (*ok != '=') { 103 if (cr_or_nl(*ok)) { 107 token[i++] = *ok++; 110 ok++; 118 while (!cr_or_nl(*ok)) token[i++] = *ok++; 120 ok++ [all...] |
/external/valgrind/main/VEX/switchback/ |
binary_switchback.pl | 223 my $ok=0; 232 $ok = 0; # stop on prev line 236 if ($ok) { 249 $ok = 1; 253 $ok = 1; 320 my $ok = 1; 325 $ok = 0; 334 # If we're ok so far (no seg faults) then test for correct output 335 if ($ok) { 336 $ok = TestOutput( \@sb_output, $N ) [all...] |
/external/webp/src/dec/ |
buffer.c | 27 int ok = 1; local 37 ok &= (size <= buf->y_size); 38 ok &= (u_size <= buf->u_size); 39 ok &= (v_size <= buf->v_size); 40 ok &= (a_size <= buf->a_size); 41 ok &= (buf->y_stride >= width); 42 ok &= (buf->u_stride >= (width + 1) / 2); 43 ok &= (buf->v_stride >= (width + 1) / 2); 45 ok &= (buf->a_stride >= width); 49 ok &= (buf->stride * height <= buf->size) [all...] |
/system/core/toolbox/ |
df.c | 7 static int ok = EXIT_SUCCESS; variable 29 ok = EXIT_FAILURE; 78 exit(ok);
|
/external/openssl/crypto/dh/ |
dh_gen.c | 117 * It's just as OK (and in some sense better) to use a generator of the 123 int g,ok= -1; local 169 * which both is OK */ 178 ok=1; 180 if (ok == -1) 183 ok=0; 191 return ok;
|
/frameworks/wilhelm/src/objects/ |
CEngine.c | 178 int ok; local 179 ok = pthread_mutex_lock(&theOneTrueMutex); 180 assert(0 == ok); 185 ok = pthread_mutex_unlock(&theOneTrueMutex); 186 assert(0 == ok);
|
/external/openssl/crypto/pkcs7/ |
dec.c | 67 int verify_callback(int ok, X509_STORE_CTX *ctx); 177 /* Ok, first we need to, for each subject entry, 200 int verify_callback(int ok, X509_STORE_CTX *ctx) 212 if (!ok) 218 ok=1; 223 ok=0; 246 BIO_printf(bio_err,"verify return:%d\n",ok); 247 return(ok);
|
verify.c | 67 int verify_callback(int ok, X509_STORE_CTX *ctx); 177 /* Ok, first we need to, for each subject entry, see if we can verify */ 215 int verify_callback(int ok, X509_STORE_CTX *ctx) 227 if (!ok) 233 ok=1; 238 ok=0; 261 BIO_printf(bio_err,"verify return:%d\n",ok); 262 return(ok);
|
/frameworks/wilhelm/src/ |
entry.c | 35 int ok; local 36 ok = pthread_mutex_lock(&theOneTrueMutex); 37 assert(0 == ok); 98 ok = pthread_mutex_unlock(&theOneTrueMutex); 99 assert(0 == ok); 170 ok = pthread_mutex_unlock(&theOneTrueMutex); 171 assert(0 == ok);
|
/external/safe-iop/include/ |
safe_iop.h | 107 ({ int __sio(var)(ok) = 0; \ 114 __sio(var)(ok) = safe_sadd(__sio(var)(p), \ 118 __sio(var)(ok) = safe_uadd(__sio(var)(p), \ 123 __sio(var)(ok); }) 156 ({ int __sio(var)(ok) = 0; \ 163 __sio(var)(ok) = safe_ssub(__sio(var)(p), \ 167 __sio(var)(ok) = safe_usub(__sio(var)(p), \ 172 __sio(var)(ok); }) 208 ({ int __sio(var)(ok) = 0; \ 215 __sio(var)(ok) = safe_smul(__sio(var)(p), [all...] |
/external/chromium/sdch/open-vcdiff/vsprojects/ |
vcdiff_test.bat | 48 echo Test 1 ok 56 echo Test 2 ok 73 echo Test 3 ok 95 echo Test 4 ok 115 echo Test 5 ok 134 echo Test 6 ok 147 echo Test 7 ok 159 echo Test 8 ok 170 echo Test 9 ok 179 echo Test 10 ok [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
opensslstreamadapter.cc | 559 int OpenSSLStreamAdapter::SSLVerifyCallback(int ok, X509_STORE_CTX* store) { 561 if (!ok) { 589 if (!ok && stream->peer_certificate_.get() != NULL) { 597 ok = 1; 599 } else if (!ok && OpenSSLAdapter::custom_verify_callback_) { 606 ok = 1; 610 if (!ok && stream->ignore_bad_cert()) { 612 ok = 1; 615 return ok; 624 bool ok; local [all...] |
/external/openssh/ |
auth-passwd.c | 84 int result, ok = authctxt->valid; local 91 ok = 0; 100 return ret && ok; 111 return ok; 116 return (sshpam_auth_passwd(authctxt, password) && ok); 128 return (result && ok);
|