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

<<21222324252627282930>>

  /prebuilts/go/linux-x86/src/syscall/
asm_freebsd_amd64.s 30 JCC ok
36 ok: label
asm_linux_amd64.s 28 JLS ok
35 ok: label
asm_linux_ppc64x.s 26 BVC ok
33 ok: label
asm_netbsd_386.s 30 JAE ok
36 ok: label
asm_netbsd_amd64.s 30 JCC ok
36 ok: label
asm_openbsd_386.s 30 JAE ok
36 ok: label
asm_openbsd_amd64.s 30 JCC ok
36 ok: label
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
core.py 138 ok = dist.parse_command_line()
150 if ok:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
core.py 138 ok = dist.parse_command_line()
150 if ok:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
gotplt1.d 11 # different contents there. (If we merge them in a DSO it's ok:
  /cts/tests/tests/view/src/android/view/cts/
View_IdsTest.java 40 Button buttonOk = (Button) activity.findViewById(R.id.ok);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMBuilder.java 198 boolean ok = true;
212 ok = false;
218 ok = false;
226 if (ok)
  /external/boringssl/src/crypto/ec/
wnaf.c 95 int ok = 0; local
202 ok = 1;
205 if (!ok) {
209 if (ok) {
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/
simple_api_parser_test.js 68 //NOTE: use ok assertion, so output will not be polluted by the whole content of the strings
69 assert.ok(actual === expected, TestUtils.getStringDiffMsg(actual, expected));
  /external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/appengine/auth/
models.py 240 ok = self.unique_model.create(unique)
241 if ok:
410 ok, existing = cls.unique_model.create_multi(k for k, v in uniques)
411 if ok:
  /external/e2fsprogs/lib/e2p/
e2p.h 66 int e2p_edit_mntopts(const char *str, __u32 *mntopts, __u32 ok);
  /external/elfutils/tests/
backtrace-data.c 197 bool ok = dwfl_thread_state_registers (thread, 0, 17, dwarf_regs); local
198 assert (ok);
312 bool ok = dwfl_attach_state (dwfl, EM_NONE, child, &callbacks, NULL); local
313 assert (ok);
  /external/iproute2/tc/
m_xt.c 132 int iok = 0, ok = 0; local
186 ok++;
204 ok++;
222 if (!ok && !iok) {
m_xt_old.c 219 int iok = 0, ok = 0; local
259 ok++;
272 ok++;
291 if (!ok && !iok) {
  /external/ipsec-tools/src/racoon/
proposal.h 91 int ok; /* if 1, success to set SA in kenrel */ member in struct:saproto
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/
bFile.h 144 bool ok();
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/system/classical/
Pass2Shader.java 228 boolean ok = super.canRender(renderable);
236 if (dir && lightType != LIGHT_DIR) ok = false;
237 if (!dir && lightType != LIGHT_SPOT) ok = false;
238 return ok;
  /external/replicaisland/src/com/replica/replicaisland/
DiaryActivity.java 65 ImageView okArrow = (ImageView)findViewById(R.id.ok);
  /external/webrtc/webrtc/base/
openssladapter.h 73 static int SSLVerifyCallback(int ok, X509_STORE_CTX* store);
  /frameworks/base/core/java/android/webkit/
Plugin.java 205 .setPositiveButton(R.string.ok, this)

Completed in 1381 milliseconds

<<21222324252627282930>>