/external/stlport/test/unit/ |
slist_test.cpp | 357 CPPUNIT_CHECK( stack1.ok() ); 358 CPPUNIT_CHECK( stack2.ok() ); 378 CPPUNIT_CHECK( stack1.ok() ); 379 CPPUNIT_CHECK( stack2.ok() ); 399 CPPUNIT_CHECK( stack1.ok() ); 400 CPPUNIT_CHECK( stack2.ok() ); 412 CPPUNIT_CHECK( stack1.ok() ); 413 CPPUNIT_CHECK( stack2.ok() ); 425 CPPUNIT_CHECK( stack1.ok() ); 426 CPPUNIT_CHECK( stack2.ok() ); [all...] |
list_test.cpp | 299 CPPUNIT_CHECK( stack1.ok() ); 300 CPPUNIT_CHECK( stack2.ok() ); 321 CPPUNIT_CHECK( stack1.ok() ); 322 CPPUNIT_CHECK( stack2.ok() ); 343 CPPUNIT_CHECK( stack1.ok() ); 344 CPPUNIT_CHECK( stack2.ok() ); 355 CPPUNIT_CHECK( stack1.ok() ); 356 CPPUNIT_CHECK( stack2.ok() ); 367 CPPUNIT_CHECK( stack1.ok() ); 368 CPPUNIT_CHECK( stack2.ok() ); [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
slist_test.cpp | 357 CPPUNIT_CHECK( stack1.ok() ); 358 CPPUNIT_CHECK( stack2.ok() ); 378 CPPUNIT_CHECK( stack1.ok() ); 379 CPPUNIT_CHECK( stack2.ok() ); 399 CPPUNIT_CHECK( stack1.ok() ); 400 CPPUNIT_CHECK( stack2.ok() ); 412 CPPUNIT_CHECK( stack1.ok() ); 413 CPPUNIT_CHECK( stack2.ok() ); 425 CPPUNIT_CHECK( stack1.ok() ); 426 CPPUNIT_CHECK( stack2.ok() ); [all...] |
list_test.cpp | 299 CPPUNIT_CHECK( stack1.ok() ); 300 CPPUNIT_CHECK( stack2.ok() ); 321 CPPUNIT_CHECK( stack1.ok() ); 322 CPPUNIT_CHECK( stack2.ok() ); 343 CPPUNIT_CHECK( stack1.ok() ); 344 CPPUNIT_CHECK( stack2.ok() ); 355 CPPUNIT_CHECK( stack1.ok() ); 356 CPPUNIT_CHECK( stack2.ok() ); 367 CPPUNIT_CHECK( stack1.ok() ); 368 CPPUNIT_CHECK( stack2.ok() ); [all...] |
/ndk/tests/device/test-stlport/unit/ |
slist_test.cpp | 357 CPPUNIT_CHECK( stack1.ok() ); 358 CPPUNIT_CHECK( stack2.ok() ); 378 CPPUNIT_CHECK( stack1.ok() ); 379 CPPUNIT_CHECK( stack2.ok() ); 399 CPPUNIT_CHECK( stack1.ok() ); 400 CPPUNIT_CHECK( stack2.ok() ); 412 CPPUNIT_CHECK( stack1.ok() ); 413 CPPUNIT_CHECK( stack2.ok() ); 425 CPPUNIT_CHECK( stack1.ok() ); 426 CPPUNIT_CHECK( stack2.ok() ); [all...] |
list_test.cpp | 299 CPPUNIT_CHECK( stack1.ok() ); 300 CPPUNIT_CHECK( stack2.ok() ); 321 CPPUNIT_CHECK( stack1.ok() ); 322 CPPUNIT_CHECK( stack2.ok() ); 343 CPPUNIT_CHECK( stack1.ok() ); 344 CPPUNIT_CHECK( stack2.ok() ); 355 CPPUNIT_CHECK( stack1.ok() ); 356 CPPUNIT_CHECK( stack2.ok() ); 367 CPPUNIT_CHECK( stack1.ok() ); 368 CPPUNIT_CHECK( stack2.ok() ); [all...] |
/frameworks/base/tests/CoreTests/android/core/ |
HeapTest.java | 82 boolean ok = true; 86 ok = false; 89 if (!ok) { 185 boolean ok = true; 189 ok = false; 192 if (!ok) { 239 boolean ok = true; 249 ok = false; 253 if (!ok) { 301 ok = false [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
openssladapter.cc | 650 bool ok = false; local 692 ok = true; 706 if (ok) 712 if (!ok 718 ok = true; 723 if (!ok && ignore_bad_cert) { 726 ok = true; 729 return ok; 733 bool ok = VerifyServerName(ssl, host, ignore_bad_cert()); local 735 if (ok) { [all...] |
/external/chromium/chrome/browser/ |
spellcheck_message_filter_browsertest.cc | 62 bool ok = SpellCheckMsg_RespondTextCheck::Read( local 64 EXPECT_TRUE(ok);
|
/external/chromium/chrome/browser/sync/engine/ |
clear_data_command.cc | 50 bool ok = SyncerProtoUtil::PostClientToServerMessage( local 59 if (!ok || !client_to_server_response.has_error_code() ||
|
/external/chromium/chrome/browser/ui/cocoa/infobars/ |
infobar_controller.h | 48 // Called when someone clicks on the OK or Cancel buttons. Subclasses 50 - (void)ok:(id)sender; 80 // Removes the OK and Cancel buttons and resizes the textfield to use the 101 // Called when the OK and Cancel buttons are clicked. 102 - (IBAction)ok:(id)sender;
|
/external/chromium/net/proxy/ |
proxy_resolver_js_bindings.cc | 89 bool ok = MyIpAddressImpl(first_ip_address); local 94 return ok; 103 bool ok = MyIpAddressExImpl(ip_address_list); local 108 return ok; 118 bool ok = DnsResolveImpl(host, first_ip_address); local 123 return ok; 133 bool ok = DnsResolveExImpl(host, ip_address_list); local 138 return ok; 187 if (result != OK) 206 if (result != OK) [all...] |
/external/e2fsprogs/lib/ext2fs/ |
tst_badblocks.c | 97 int i, ok; local 104 ok = i = 1; 108 ok = 0; 112 if (ok) 113 printf("--- OK"); 115 printf("--- NOT OK"); 123 int i, match, ok; local 128 ok = 1; 130 ok = 0; 135 ok ? "OK" : "NOT OK") [all...] |
/external/elfutils/tests/ |
run-arsymtest.sh | 30 okfile=arsymtest.ok
|
/external/icu4c/tools/tzcode/ |
tzselect.ksh | 278 echo >&2 "Is the above information OK?" 280 ok= 281 select ok in Yes No 283 case $ok in 288 case $ok in
|
/external/openssh/regress/ |
agent-ptrace.sh | 16 : ok
|
/external/webkit/Source/WebCore/bindings/js/ |
JSNodeCustom.cpp | 193 bool ok = imp->insertBefore(toNode(exec->argument(0)), toNode(exec->argument(1)), ec, true); local 195 if (ok) 204 bool ok = imp->replaceChild(toNode(exec->argument(0)), toNode(exec->argument(1)), ec, true); local 206 if (ok) 215 bool ok = imp->removeChild(toNode(exec->argument(0)), ec); local 217 if (ok) 226 bool ok = imp->appendChild(toNode(exec->argument(0)), ec, true); local 228 if (ok)
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8ArrayBufferViewCustom.h | 49 bool ok; 53 offset = toUInt32(args[1], ok); 54 if (!ok) 61 length = toUInt32(args[2], ok); 62 if (!ok) 135 bool ok = false; local 136 int32_t tempLength = toInt32(args[0], ok); // NaN/+inf/-inf returns 0, this is intended by WebIDL 137 if (ok && tempLength >= 0) {
|
/hardware/ril/mock-ril/src/cpp/ |
experiments.cpp | 173 bool ok = ss->SerializeToArray(buffer, len); local 174 if (!ok) { 178 ALOGD("ReqScreenState serialized ok"); 180 ok = newSs->ParseFromArray(buffer, len); 181 if (!ok) { 211 bool ok = hu->SerializeToArray(buffer, len); local 212 if (!ok) { 216 ALOGD("ReqHangUp serialized ok"); 218 ok = newHu->ParseFromArray(buffer, len); 219 if (!ok) { [all...] |
/development/ndk/platforms/android-14/samples/native-media/jni/ |
native-media-jni.c | 113 int ok; local 119 ok = pthread_mutex_lock(&mutex); 120 assert(0 == ok); 137 ok = pthread_cond_signal(&cond); 138 assert(0 == ok); 195 ok = pthread_mutex_unlock(&mutex); 196 assert(0 == ok); 511 int ok; local 512 ok = pthread_mutex_lock(&mutex); 513 assert(0 == ok); [all...] |
/frameworks/wilhelm/tests/native-media/jni/ |
native-media-jni.c | 103 int ok; local 109 ok = pthread_mutex_lock(&mutex); 110 assert(0 == ok); 126 ok = pthread_cond_signal(&cond); 127 assert(0 == ok); 219 ok = pthread_mutex_unlock(&mutex); 220 assert(0 == ok); 529 int ok; local 530 ok = pthread_mutex_lock(&mutex); 531 assert(0 == ok); [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/ |
EllipticCurveTest.java | 87 } catch (NullPointerException ok) {} 98 } catch (NullPointerException ok) {} 109 } catch (NullPointerException ok) {} 134 } catch (IllegalArgumentException ok) {} 146 } catch (IllegalArgumentException ok) {} 158 } catch (IllegalArgumentException ok) {} 170 } catch (IllegalArgumentException ok) {} 195 } catch (IllegalArgumentException ok) {} 207 } catch (IllegalArgumentException ok) {} 219 } catch (IllegalArgumentException ok) {} [all...] |
/external/openssl/crypto/asn1/ |
a_bitstr.c | 235 int i, ok; local 240 ok = 1; 241 for (i = 0; i < a->length && ok; ++i) 245 ok = (a->data[i] & mask) == 0; 247 return ok;
|
/external/qemu/distrib/sdl-1.2.12/src/thread/win32/ |
win_ce_semaphore.c | 203 BOOL ok = TRUE; local 206 if ((Flags & 4) == 1 && (hSynch->hEvent == NULL)) ok = FALSE; 207 if ((Flags & 2) == 1 && (hSynch->hMutex == NULL)) ok = FALSE; 208 if ((Flags & 1) == 1 && (hSynch->hEvent == NULL)) ok = FALSE; 209 if (!ok)
|
/frameworks/wilhelm/tests/sandbox/ |
multithread.c | 130 int ok; local 155 ok = pthread_create(&threads[i], (const pthread_attr_t *) NULL, thread_start, 157 assert(0 == ok); 185 ok = pthread_join(threads[i], NULL); 186 assert(0 == ok);
|