HomeSort by relevance Sort by last modified time
    Searched refs:ok (Results 926 - 950 of 1996) sorted by null

<<31323334353637383940>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
PolicySerializationTestActivity.java 178 .setPositiveButton(android.R.string.ok, null)
207 .setPositiveButton(android.R.string.ok, null)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
HifiUltrasoundSpeakerTestActivity.java 221 Button okButton = (Button)instruView.findViewById(R.id.ok);
399 Button okButton = (Button)instruView.findViewById(R.id.ok);
  /development/apps/CustomLocale/src/com/android/customlocale2/
CustomLocaleActivity.java 401 boolean ok = mPrefs.edit().putString(CUSTOM_LOCALES, newLocales).commit();
403 Log.d(TAG, "Prefs commit:" + Boolean.toString(ok) + ". Saved: " + newLocales);
  /external/eigen/test/eigen2/
main.h 363 bool ok = seed!=0; local
364 if(!ok)
  /external/elfutils/libdw/
cfi.c 113 #define cfi_assert(ok) do { \
114 if (likely (ok)) break; \
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btBulletWorldImporter.cpp 82 bool ok = (bulletFile2->getFlags()& bParse::FD_OK)!=0; local
84 if (ok)
  /external/opencv3/modules/viz/src/
vizcore.cpp 281 bool ok = readPose(cv::format(files_format.c_str(), i), affine, tag); local
282 if (!ok)
  /external/opencv3/samples/cpp/
3calibration.cpp 93 bool ok = checkRange(cameraMatrix) && checkRange(distCoeffs); local
94 if(!ok)
stereo_calib.cpp 395 bool ok = readStringList(imagelistfn, imagelist); local
396 if(!ok || imagelist.empty())
  /external/selinux/libsepol/src/
ebitmap.c 389 goto ok;
453 ok:
  /external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/
HtmlActivityTask.java 314 uiFacade.dialogSetPositiveButtonText(mResources.getString(android.R.string.ok));
337 uiFacade.dialogSetPositiveButtonText(mResources.getString(android.R.string.ok));
  /external/v8/src/wasm/
decoder.h 272 if (ok()) {
336 bool ok() const { return error_pc_ == nullptr; } function in class:v8::internal::wasm::Decoder
  /external/valgrind/coregrind/m_debuginfo/
readelf.c 118 Int ok = 1; local
123 ok &= (ehdr->e_ident[EI_MAG0] == 0x7F
127 ok &= (ehdr->e_ident[EI_CLASS] == VG_ELF_CLASS
130 ok &= (ehdr->e_type == ET_EXEC || ehdr->e_type == ET_DYN
132 ok &= (ehdr->e_machine == VG_ELF_MACHINE);
133 ok &= (ehdr->e_version == EV_CURRENT);
134 ok &= (ehdr->e_shstrndx != SHN_UNDEF);
135 ok &= (ehdr->e_shoff != 0 && ehdr->e_shnum != 0);
136 ok &= ((ehdr->e_phoff != 0 && ehdr->e_phnum != 0)
139 return ok ? True : False
1464 Bool res, ok; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_monitor.c 26 static void handle_tx_callback(void *ctx, u8 *buf, size_t len, int ok)
41 event.tx_status.ack = ok;
  /libcore/jsr166-tests/src/test/java/jsr166/
CyclicBarrierTest.java 317 catch (BrokenBarrierException ok) {}
318 catch (InterruptedException ok) {}
  /ndk/tests/device/test-gnustl-full/unit/
hash_test.cpp 191 // if so, we print "OK", otherwise we print a detailed key/data overview and assert.
216 if (collection.size() == h.size()) cout << " OK" << endl;
408 CPPUNIT_ASSERT( stack1.ok() );
409 CPPUNIT_ASSERT( stack2.ok() );
vector_test.cpp 399 CPPUNIT_ASSERT( stack1.ok() );
400 CPPUNIT_ASSERT( stack2.ok() );
  /ndk/tests/device/test-stlport/unit/
hash_test.cpp 191 // if so, we print "OK", otherwise we print a detailed key/data overview and assert.
216 if (collection.size() == h.size()) cout << " OK" << endl;
408 CPPUNIT_ASSERT( stack1.ok() );
409 CPPUNIT_ASSERT( stack2.ok() );
vector_test.cpp 399 CPPUNIT_ASSERT( stack1.ok() );
400 CPPUNIT_ASSERT( stack2.ok() );
  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsDialogBuilder.java 85 setNegativeButton(android.R.string.ok, null);
231 : android.R.string.ok);
  /packages/apps/Settings/src/com/android/settings/accessibility/
ToggleAccessibilityServicePreferenceFragment.java 160 .setPositiveButton(android.R.string.ok, this)
195 .setPositiveButton(android.R.string.ok, this)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pydoc.py 738 ok, attrs = _split_list(attrs, predicate)
739 if ok:
742 for name, kind, homecls, value in ok:
756 ok, attrs = _split_list(attrs, predicate)
757 if ok:
760 for name, kind, homecls, value in ok:
765 ok, attrs = _split_list(attrs, predicate)
766 if ok:
769 for name, kind, homecls, value in ok:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pydoc.py 738 ok, attrs = _split_list(attrs, predicate)
739 if ok:
742 for name, kind, homecls, value in ok:
756 ok, attrs = _split_list(attrs, predicate)
757 if ok:
760 for name, kind, homecls, value in ok:
765 ok, attrs = _split_list(attrs, predicate)
766 if ok:
769 for name, kind, homecls, value in ok:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py 738 ok, attrs = _split_list(attrs, predicate)
739 if ok:
742 for name, kind, homecls, value in ok:
756 ok, attrs = _split_list(attrs, predicate)
757 if ok:
760 for name, kind, homecls, value in ok:
765 ok, attrs = _split_list(attrs, predicate)
766 if ok:
769 for name, kind, homecls, value in ok:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py 738 ok, attrs = _split_list(attrs, predicate)
739 if ok:
742 for name, kind, homecls, value in ok:
756 ok, attrs = _split_list(attrs, predicate)
757 if ok:
760 for name, kind, homecls, value in ok:
765 ok, attrs = _split_list(attrs, predicate)
766 if ok:
769 for name, kind, homecls, value in ok:
    [all...]

Completed in 5116 milliseconds

<<31323334353637383940>>