/external/chromium/third_party/libjingle/source/talk/base/ |
openssladapter.h | 81 static int SSLVerifyCallback(int ok, X509_STORE_CTX* store);
|
opensslstreamadapter.h | 141 static int SSLVerifyCallback(int ok, X509_STORE_CTX* store);
|
/external/guava/guava-tests/test/com/google/common/hash/ |
FunnelsTest.java | 64 } catch (NullPointerException ok) {}
|
/external/openssl/crypto/dh/ |
dh_key.c | 119 int ok=0; local 192 ok=1; 194 if (ok != 1) 200 return(ok);
|
/external/qemu/distrib/sdl-1.2.12/src/audio/amigaos/ |
SDL_ahiaudio.c | 49 int ok=0; local 62 ok=1; 70 D(if(!ok) bug("AHI not available\n")); 71 return ok;
|
/external/valgrind/unittest/ |
thread_wrappers.h | 127 bool ok = TryGetInternal(&item); local 128 CHECK(ok); 138 bool ok = TryGetInternal(res); local 140 return ok;
|
/external/webkit/Source/JavaScriptCore/runtime/ |
JSArray.h | 79 void setLength(unsigned); // OK to use on new arrays, but not if it might be a RegExpMatchArray. 206 inline unsigned Identifier::toArrayIndex(bool& ok) const 208 unsigned i = toUInt32(ok); 209 if (ok && i >= 0xFFFFFFFFU) 210 ok = false;
|
/external/webkit/Source/WebCore/svg/ |
SVGAnimateMotionElement.cpp | 201 bool ok; local 202 FloatPoint position = path.pointAtLength(positionOnPath, ok); 203 if (ok) { 207 float angle = path.normalAngleAtLength(positionOnPath, ok);
|
/frameworks/base/core/java/android/ddm/ |
DdmHandleHeap.java | 118 boolean ok = DdmVmInternal.heapInfoNotify(when); 119 if (!ok) { 138 boolean ok = DdmVmInternal.heapSegmentNotify(when, what, isNative); 139 if (!ok) {
|
/frameworks/base/core/java/android/preference/ |
SeekBarDialogPreference.java | 48 setPositiveButtonText(android.R.string.ok);
|
/frameworks/base/core/java/android/text/method/ |
DialerKeyListener.java | 87 if (ok(accepted, kd.meta[i])) {
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
SplitContactConfirmationDialogFragment.java | 46 builder.setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener() {
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
ExportVCardActivity.java | 209 .setPositiveButton(android.R.string.ok, 221 .setPositiveButton(android.R.string.ok, this) 231 .setPositiveButton(android.R.string.ok, this) 240 .setPositiveButton(android.R.string.ok, this).create();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeLayoutWizard.java | 162 boolean ok = true; 168 ok = false; // The user has chosen a separator 191 setPageComplete(ok); 192 return ok;
|
ChangeViewWizard.java | 180 boolean ok = true; 185 ok = false; // The user has chosen a separator 195 setPageComplete(ok); 196 return ok;
|
WrapInWizard.java | 115 boolean ok = true; 121 ok = false; 129 ok = false; 137 ok = false; // The user has chosen a separator 140 if (ok) { 160 setPageComplete(ok); 161 return ok;
|
/external/yaffs2/yaffs2/ |
yaffs_guts.c | 3441 int ok; local 3491 int ok; local 3520 int ok; local 3613 int ok = 1; local 3643 int ok = 1; local 3661 int ok = 1; local 3700 int ok = 1; local 3740 int ok = 1; local 3781 int ok; local 3807 int ok; local [all...] |
/bionic/libc/stdio/ |
vfscanf.c | 422 /* like CCL, but zero-length string OK, & no NOSKIP */ 466 * Switch on the character; `goto ok' 492 goto ok; 499 goto ok; 501 /* digits 8 and 9 ok iff decimal or hex */ 507 goto ok; 509 /* letters ok iff hex */ 518 goto ok; 520 /* sign ok only as first character */ 525 goto ok; [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
ViewAnimatorTest.java | 89 final View v1 = mActivity.findViewById(R.id.ok); 134 final View v1 = mActivity.findViewById(R.id.ok); 168 final View v1 = mActivity.findViewById(R.id.ok); 196 final View v1 = mActivity.findViewById(R.id.ok); 222 final View v1 = mActivity.findViewById(R.id.ok); 280 final View v1 = mActivity.findViewById(R.id.ok); 320 final View v1 = mActivity.findViewById(R.id.ok);
|
/external/icu4c/test/intltest/ |
tchcfmt.cpp | 36 UBool ok = U_SUCCESS(status); local 37 if (!ok) it_errln( msg ); 38 return ok; 263 it_logln("status applyPattern OK!"); 325 UBool ok = (form_Assigned == *form_A) && (form_Assigned != *form_B); local 327 ok = ok && (form_Assigned != *form_A) && (form_Assigned == *form_B); 328 if (ok) { 490 logln("Ok: " + str); 550 logln((UnicodeString)"Ok: " + x + " => " + str) [all...] |
/external/mdnsresponder/mDNSShared/ |
dnsextd_parser.y | 454 mDNSu8 * ok; 465 ok = MakeDomainNameFromDNSNameString( &zone->name, zoneSpec->name ); 466 require_action( ok, exit, err = 1 ); 487 ok = MakeDomainNameFromDNSNameString( &authInfo->keyname, keySpec->name ); 488 if (!ok) { free(authInfo); err = 1; goto exit; } 521 ok = MakeDomainNameFromDNSNameString( &authInfo->keyname, keySpec->name ); 522 if (!ok) { free(authInfo); err = 1; goto exit; }
|
/external/openssl/apps/ |
s_cb.c | 133 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx) 151 if (!ok) 158 ok=1; 163 ok=0; 191 if (err == X509_V_OK && ok == 2) 194 BIO_printf(bio_err,"verify return:%d\n",ok); 195 return(ok);
|
/external/svox/pico/lib/ |
picobase.c | 58 picoos_uint8 ok; local 60 ok = TRUE; 64 while (ok && (i < maxlen) && (utf8str[i] != '\000')) { 70 ok = FALSE; 75 ok = FALSE; 86 ok = FALSE; 90 if (ok) { [all...] |
/frameworks/wilhelm/tests/mimeUri/ |
slesTestSlowDownUri.cpp | 136 int ok; local 137 ok = pthread_mutex_lock(&mutex); 138 assert(ok == 0); 140 ok = pthread_cond_signal(&cond); 141 assert(ok == 0); 142 ok = pthread_mutex_unlock(&mutex); 143 assert(ok == 0);
|
/packages/apps/Calendar/src/com/android/calendar/ |
DeleteEventHelper.java | 175 // Enable the "ok" button now that the user has selected which 177 Button ok = mAlertDialog.getButton(DialogInterface.BUTTON_POSITIVE); 178 ok.setEnabled(true); 278 mContext.getText(android.R.string.ok), 283 mContext.getText(android.R.string.ok), 328 .setPositiveButton(android.R.string.ok, mDeleteRepeatingDialogListener) 334 // Disable the "Ok" button until the user selects which events 336 Button ok = dialog.getButton(DialogInterface.BUTTON_POSITIVE); local 337 ok.setEnabled(false);
|