HomeSort by relevance Sort by last modified time
    Searched defs:ok (Results 1 - 25 of 1309) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/elfutils/libdwfl/
dwfl_getmodules.c 82 int ok = (*callback) (MODCB_ARGS (m), arg); local
85 if (ok != DWARF_CB_OK)
  /prebuilts/go/darwin-x86/src/syscall/
asm_darwin_arm64.s 19 BCC ok
26 ok: label
40 BCC ok
46 ok: label
63 BCC ok
70 ok: label
87 BCC ok
93 ok: label
114 BCC ok
121 ok label
    [all...]
asm_linux_arm64.s 20 BCC ok
28 ok: label
46 BCC ok
54 ok: label
71 BCC ok
78 ok: label
94 BCC ok
101 ok: label
asm_nacl_386.s 33 JGE ok
40 ok: label
asm_nacl_amd64p32.s 30 JGE ok
37 ok: label
asm_nacl_arm.s 30 BGE ok
38 ok: label
asm_plan9_arm.s 15 B.NE ok
20 ok: label
  /prebuilts/go/linux-x86/src/syscall/
asm_darwin_arm64.s 19 BCC ok
26 ok: label
40 BCC ok
46 ok: label
63 BCC ok
70 ok: label
87 BCC ok
93 ok: label
114 BCC ok
121 ok label
    [all...]
asm_linux_arm64.s 20 BCC ok
28 ok: label
46 BCC ok
54 ok: label
71 BCC ok
78 ok: label
94 BCC ok
101 ok: label
asm_nacl_386.s 33 JGE ok
40 ok: label
asm_nacl_amd64p32.s 30 JGE ok
37 ok: label
asm_nacl_arm.s 30 BGE ok
38 ok: label
asm_plan9_arm.s 15 B.NE ok
20 ok: label
  /external/valgrind/none/tests/amd64/
tm1.c 14 register int ok; local
24 " movl $1,%0 \n\t" /* "ok = 1" */
27 " movl $0,%0 \n\t" /* "ok = 0" */
29 : "=r"(ok) : : "cc", "rax"
31 return ok;
40 long long int ok = transactionally_apply ( testfn, NULL ); local
41 printf("transactionally_apply: ok = %lld (expected %d)\n", ok, 0);
48 : "=r"(ok) : : "cc","rax"
50 printf("xtest: rflags.Z = %lld (expected %d)\n", ok, 1)
    [all...]
  /prebuilts/go/darwin-x86/src/
all.bat 8 if exist make.bat goto ok
12 :ok label
  /prebuilts/go/darwin-x86/src/runtime/internal/atomic/
asm_arm64.s 21 BNE ok
24 ok: label
atomic_arm64.s 78 BNE ok
81 ok: label
  /prebuilts/go/darwin-x86/src/sync/atomic/
asm_arm64.s 46 BNE ok
49 ok: label
67 BNE ok
70 ok: label
  /prebuilts/go/linux-x86/src/
all.bat 8 if exist make.bat goto ok
12 :ok label
  /prebuilts/go/linux-x86/src/runtime/internal/atomic/
asm_arm64.s 21 BNE ok
24 ok: label
atomic_arm64.s 78 BNE ok
81 ok: label
  /prebuilts/go/linux-x86/src/sync/atomic/
asm_arm64.s 46 BNE ok
49 ok: label
67 BNE ok
70 ok: label
  /external/autotest/frontend/client/src/autotest/common/ui/
SimpleDialog.java 11 * Simple DialogBox subclass that displays a title, contents, and an OK button to close the dialog.
24 Button ok = new Button("OK"); local
25 ok.addClickHandler(new ClickHandler() {
30 flex.setWidget(2, 0, ok);
  /external/libcxx/test/std/localization/locales/locale/locale.cons/
default.pass.cpp 59 int ok; local
68 ok = globalMemCounter.outstanding_new;
70 assert(globalMemCounter.checkOutstandingNewEq(ok));
72 assert(globalMemCounter.checkOutstandingNewEq(ok));
74 assert(globalMemCounter.checkOutstandingNewEq(ok));
76 assert(globalMemCounter.checkOutstandingNewEq(ok));
  /external/unicode/
CVTUTF7.H 65 ok, /* conversion successful */ enumerator in enum:__anon33995

Completed in 606 milliseconds

1 2 3 4 5 6 7 8 91011>>