/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/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/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 LOGD("ReqScreenState serialized ok"); 180 ok = newSs->ParseFromArray(buffer, len); 181 if (!ok) { 211 bool ok = hu->SerializeToArray(buffer, len); local 212 if (!ok) { 216 LOGD("ReqHangUp serialized ok"); 218 ok = newHu->ParseFromArray(buffer, len); 219 if (!ok) { [all...] |
/external/stlport/test/unit/ |
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...] |
codecvt_test.cpp | 78 return ok; 104 return ok; 163 if (icur == iend) return ok; 169 return ok; 181 return ok; 195 return ok; 200 return ok; 210 return ok; 224 return ok; 400 CPPUNIT_ASSERT( res == cdecvt_type::ok ); [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
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...] |
codecvt_test.cpp | 78 return ok; 104 return ok; 163 if (icur == iend) return ok; 169 return ok; 181 return ok; 195 return ok; 200 return ok; 210 return ok; 224 return ok; 402 CPPUNIT_ASSERT( res == cdecvt_type::ok ); [all...] |
/ndk/tests/device/test-stlport/unit/ |
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...] |
codecvt_test.cpp | 78 return ok; 104 return ok; 163 if (icur == iend) return ok; 169 return ok; 181 return ok; 195 return ok; 200 return ok; 210 return ok; 224 return ok; 402 CPPUNIT_ASSERT( res == cdecvt_type::ok ); [all...] |
/system/media/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); 538 int ok; local 539 ok = pthread_mutex_lock(&mutex); 540 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)
|
/libcore/luni/src/test/java/tests/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...] |
/sdk/ddms/app/src/com/android/ddms/ |
AboutDialog.java | 140 // "OK" button 141 Button ok = new Button(shell, SWT.PUSH); local 142 ok.setText("OK"); 145 ok.setLayoutData(data); 146 ok.addSelectionListener(new SelectionAdapter() { 155 shell.setDefaultButton(ok);
|
/system/media/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);
|
/external/webkit/Source/WebCore/dom/ |
InputElement.cpp | 324 bool ok = true; local 329 ok = !isASCIIDigit(inChar) && !isASCIILower(inChar) && isASCIIPrintable(inChar); 332 ok = !isASCIIDigit(inChar) && !isASCIIUpper(inChar) && isASCIIPrintable(inChar); 335 ok = isASCIIDigit(inChar); 338 ok = !isASCIIAlpha(inChar) && isASCIIPrintable(inChar); 341 ok = !isASCIILower(inChar) && isASCIIPrintable(inChar); 344 ok = !isASCIIUpper(inChar) && isASCIIPrintable(inChar); 348 ok = isASCIIPrintable(inChar); 351 ok = (mask == inChar); 355 return ok; [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
PackageTest.java | 233 } catch (NumberFormatException ok) { 243 } catch (NumberFormatException ok) {} 247 } catch (NumberFormatException ok) {} 251 } catch (NumberFormatException ok) {} 255 } catch (NumberFormatException ok) {} 259 } catch (NumberFormatException ok) {} 263 } catch (NumberFormatException ok) {}
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/ |
SequenceTest.java | 88 values[0] = obj.ok; 127 public Boolean ok; field in class:SequenceTest.AppClass 131 public AppClass(Boolean ok, List list) { 132 this.ok = ok; 139 return ok.equals(obj.ok) && list.equals(obj.list);
|
/external/iproute2/tc/ |
m_mirred.c | 70 int ok = 0, iok = 0, mirror=0,redir=0; local 84 ok++; 95 if (!ok) { 100 } else if(!ok) { 112 ok++; 121 ok++; 139 if (!ok && !iok) {
|