/external/openssl/crypto/pem/ |
pem_info.c | 99 int ok=0; local 291 ok=1; 294 if (!ok)
|
/external/openssl/crypto/pkcs7/ |
bio_ber.c | 340 ctx->ok=1; 382 ctx->ok=(int)ret; 393 ret=(long)ctx->ok;
|
/external/oprofile/pp/ |
opgprof.cpp | 287 bool ok = image_profile.error == image_ok; local 290 classes.extra_found_images, ok); 291 if (!ok && image_profile.error == image_ok)
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_cgxaccel.c | 59 Uint32 pitch,ok=0; local 160 ok=-1; 164 return ok; 179 D(bug("CheckHW blit... OK!\n"));
|
/external/v8/src/ia32/ |
codegen-ia32.cc | 88 Label ok; local 89 __ j(greater_equal, &ok); 91 __ bind(&ok);
|
/external/v8/src/ |
platform-win32.cc | 1278 BOOL ok; local [all...] |
/external/webkit/Source/JavaScriptCore/runtime/ |
Identifier.cpp | 173 uint32_t Identifier::toUInt32(const UString& string, bool& ok) 175 ok = false; 212 ok = true;
|
/external/webkit/Source/WebCore/html/ |
HTMLTextAreaElement.cpp | 381 bool ok; local 382 int value = getAttribute(maxlengthAttr).string().toInt(&ok); 383 return ok && value >= 0 ? value : -1;
|
/external/webkit/Source/WebCore/plugins/android/ |
PluginPackageAndroid.cpp | 53 // out of scope. Call ok() if the handle should stay open. 67 void ok() { m_module = NULL; } function in class:WebCore::DynamicLibraryCloser 257 // Don't close the library - loaded OK. 258 dlCloser.ok(); 261 PLUGIN_LOG("Initial load ok, count now %d\n", m_loadCount); 358 PLUGIN_LOG("Fetch Info Loaded plugin details ok \"%s\"\n", 364 dlCloser.ok();
|
/external/webp/src/enc/ |
webpenc.c | 315 int ok; local 319 WebPEncodingSetError(pic, VP8_ENC_OK); // all ok so far 333 ok = VP8EncAnalyze(enc) 344 return ok;
|
/packages/apps/Browser/src/com/android/browser/ |
PageDialogsHandler.java | 168 R.string.ok, 248 .setPositiveButton(R.string.ok, 290 .setPositiveButton(R.string.ok,
|
/packages/apps/Settings/src/com/android/settings/ |
CredentialStorage.java | 214 .setPositiveButton(android.R.string.ok, this) 284 .setPositiveButton(android.R.string.ok, this) 380 .setPositiveButton(android.R.string.ok, this)
|
/system/extras/tests/sdcard/ |
sdcard_perf_test.cpp | 593 bool ok; local 595 ok = testCase.runTest(); 598 if (!ok)
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
ReportExporter.java | 107 .setPositiveButton(android.R.string.ok, null)
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/ |
ScreenLockTestActivity.java | 123 .setPositiveButton(android.R.string.ok, null)
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/ |
UnresolvedPrincipalTest.java | 50 } catch (IllegalArgumentException ok) {
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_editor_base_controller.h | 39 BOOL okEnabled_; // Bound to the OK button. 75 // The OK action will dismiss the dialog. This action is bound 76 // to the OK button of a dialog which presents a tree view of a profile's 78 // When the OK button is pressed, this function will: 1) call the derived 85 // Note: A derived class should not override the ok: action. 86 - (IBAction)ok:(id)sender; 160 // dictionary item is YES). This is called by -[ok:].
|
/external/skia/src/images/ |
SkImageDecoder_libwebp.cpp | 497 bool ok = WebPPictureImportRGB(&pic, rgb, rgb_stride); local 500 ok = ok && WebPEncode(&webp_config, &pic); 503 return ok;
|
/external/valgrind/main/drd/tests/ |
tsan_thread_wrappers_pthread.h | 396 bool ok = TryGetInternal(&item); local 397 CHECK(ok); 407 bool ok = TryGetInternal(res); local 409 return ok;
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
PathOpenVG.cpp | 475 FloatPoint Path::pointAtLength(float length, bool& ok) const 482 ok = (vgGetError() == VG_NO_ERROR); 486 float Path::normalAngleAtLength(float length, bool& ok) const 493 ok = (vgGetError() == VG_NO_ERROR);
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
PathQt.cpp | 409 FloatPoint Path::pointAtLength(float length, bool& ok) const 411 ok = (length >= 0 && length <= m_path.length()); 419 float Path::normalAngleAtLength(float length, bool& ok) const 421 ok = (length >= 0 && length <= m_path.length());
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/net/ |
NetworkOverLimitActivity.java | 57 builder.setPositiveButton(android.R.string.ok, null);
|
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/ |
ConfirmDialog.java | 74 .setPositiveButton(android.R.string.ok, this)
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
GroupNameDialogFragment.java | 57 .setPositiveButton(android.R.string.ok,
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/ |
PackageInstallerActivity.java | 118 .setPositiveButton(R.string.ok, new DialogInterface.OnClickListener() { 152 .setPositiveButton(R.string.ok, new DialogInterface.OnClickListener() { 191 .setNeutralButton(R.string.ok, new DialogInterface.OnClickListener() { 211 .setPositiveButton(R.string.ok, new DialogInterface.OnClickListener() {
|