HomeSort by relevance Sort by last modified time
    Searched refs:okay (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /dalvik/libdex/
Leb128.cpp 33 bool* okay) {
39 *okay = false;
55 bool* okay) {
61 *okay = false;
DexClass.cpp 29 bool okay = true; local
32 while (okay && (count-- != 0)) {
33 readAndVerifyUnsignedLeb128(&pData, pLimit, &okay);
36 return okay;
41 * returns an "okay" flag (that is, false == failure). */
54 * returns an "okay" flag (that is, false == failure).
75 * returns an "okay" flag (that is, false == failure).
126 bool okay = true; local
163 for (i = 0; okay && (i < header.staticFieldsSize); i++) {
164 okay = dexReadAndVerifyClassDataField(pData, pLimit
    [all...]
DexSwapVerify.cpp 989 bool okay = local
1522 bool okay; local
1569 bool okay = verifyClassDataItem0(state, classData); local
1617 bool okay = true; local
1665 bool okay = true; local
1741 bool okay = true; local
1875 bool okay = true; local
1976 bool okay = true; local
2142 bool okay = true; local
2286 bool okay = true; local
2530 bool okay = true; local
2703 bool okay = true; local
2833 bool okay = true; local
    [all...]
Leb128.h 114 bool* okay);
125 int readAndVerifySignedLeb128(const u1** pStream, const u1* limit, bool* okay);
  /dalvik/vm/analysis/
DexVerify.cpp 811 bool okay = true; local
837 okay &= checkRegisterIndex(meth, decInsn.vA);
845 okay &= checkWideRegisterIndex(meth, decInsn.vA);
849 okay &= checkBranchTarget(meth, insnFlags, codeOffset, false);
852 okay &= checkBranchTarget(meth, insnFlags, codeOffset, true);
904 okay &= checkRegisterIndex(meth, decInsn.vA);
905 okay &= checkRegisterIndex(meth, decInsn.vB);
914 okay &= checkWideRegisterIndex(meth, decInsn.vA);
915 okay &= checkRegisterIndex(meth, decInsn.vB);
921 okay &= checkRegisterIndex(meth, decInsn.vA)
    [all...]
  /external/chromium_org/third_party/libxml/src/
testThreadsWin32.c 30 const char *Okay = "OK";
45 int okay = 1; local
59 okay = 0;
64 okay = 0;
68 okay = 0;
73 okay = 0;
77 okay = 0;
80 if (okay == 0)
82 return ((DWORD) Okay);
132 if (results[i] != (DWORD) Okay)
    [all...]
testThreads.c 40 static const char *Okay = "OK";
55 int okay = 1; local
69 okay = 0;
74 okay = 0;
78 okay = 0;
83 okay = 0;
87 okay = 0;
90 if (okay == 0)
92 return ((void *) Okay);
131 if (results[i] != (void *) Okay)
    [all...]
  /external/clang/test/CXX/class/class.union/
p1.cpp 5 class Okay {
13 class VirtualBase : virtual Okay { // expected-note 4 {{because type 'VirtualBase' has a virtual base class}}
47 Okay okay; member in union:U1
73 Okay okay; member in struct:U2::__anon18081
92 struct s7 : Okay {
132 Either<int,Okay> okay(0);
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/beos/
SDL_syscdrom.cc 259 int okay; local
262 okay = 0;
266 okay = 1;
270 return(okay ? 0 : -1);
351 int okay; local
355 okay = 0;
361 okay = 1;
365 return(okay ? 0 : -1);
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/win32/
SDL_syscdrom.c 167 int i, okay; local
170 okay = 0;
226 okay = 1;
230 return(okay ? 0 : -1);
330 int okay; local
333 okay = 0;
345 okay = 1;
349 return(okay ? 0 : -1);
  /external/chromium_org/ppapi/generators/
idl_namespace.py 136 okay = namespace.AddNode(node)
137 if not okay or node.errors or node.warns:
142 okay = namespace.AddNode(node)
143 if not okay or node.errors or not node.warns:
150 okay = namespace.AddNode(node)
151 if okay or not node.errors:
  /external/svox/pico/lib/
picoacph.c 381 picoos_uint8 okay; local
386 okay = TRUE;
432 okay = TRUE;
480 okay = FALSE;
483 if (okay && (!picokdt_dtPHRclassify(acph->dtphr))) {
488 okay = FALSE;
491 if (okay && (!picokdt_dtPHRdecomposeOutClass(acph->dtphr, &dtres))) {
496 okay = FALSE;
499 if (okay && dtres.set) {
800 picoos_uint8 okay; local
    [all...]
picosa.c 521 picoos_uint8 okay; /* two uses: processing okay and lexind resovled */ local
527 okay = TRUE;
560 okay = TRUE;
629 okay = FALSE;
632 if (okay && (!picokdt_dtPosDclassify(sa->dtposd, &prevout))) {
637 okay = FALSE;
640 if (okay && (!picokdt_dtPosDdecomposeOutClass(sa->dtposd, &dtres))) {
645 okay = FALSE;
647 if (okay && dtres.set)
844 picoos_uint8 okay; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit.c 46 int okay; local
50 /* Everything is okay at the beginning... */
51 okay = 1;
57 okay = 0;
66 okay = 0;
73 if ( okay && srcrect->w && srcrect->h ) {
108 return(okay ? 0 : -1);
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/
SDL_cdrom.c 67 int okay; local
69 okay = SDL_cdinitted;
74 okay = 0;
80 return(okay);
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/mint/
SDL_syscdrom.c 171 int i,okay; local
186 okay=1;
196 okay=0;
215 return(okay ? 0 : -1);
  /external/chromium_org/third_party/re2/re2/testing/
tester.cc 453 // Checks whether r is okay given that correct is the right answer.
503 LogMatch(r.skipped ? "Skipped: " : "Okay: ", i, text, context, anchor);
601 bool okay = true; local
603 okay &= (!v_[i]->error() && v_[i]->RunCase(text, context, anchor));
604 return okay;
613 bool okay = TestInputInContext(text, text); local
618 okay &= TestInputInContext(sp, text);
621 okay &= TestInputInContext(sp, text);
623 return okay;
628 bool okay = true local
    [all...]
  /external/regex-re2/re2/testing/
tester.cc 453 // Checks whether r is okay given that correct is the right answer.
503 LogMatch(r.skipped ? "Skipped: " : "Okay: ", i, text, context, anchor);
601 bool okay = true; local
603 okay &= (!v_[i]->error() && v_[i]->RunCase(text, context, anchor));
604 return okay;
613 bool okay = TestInputInContext(text, text); local
618 okay &= TestInputInContext(sp, text);
621 okay &= TestInputInContext(sp, text);
623 return okay;
628 bool okay = true local
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_AGET_WIDE.S 5 * Arrays of long/double are 64-bit aligned, so it's okay to use LDRD.
19 bcc .L${opcode}_finish @ okay, continue below
OP_APUT_WIDE.S 5 * Arrays of long/double are 64-bit aligned, so it's okay to use STRD.
20 bcc .L${opcode}_finish @ okay, continue below
  /external/bison/build-aux/
git-version-gen 167 *-*-*) : git describe is okay three part flavor ;;
  /external/clang/test/SemaCXX/
references.cpp 70 int& okay; // expected-note{{reference member 'okay' will never be initialized}} member in class:Test6
88 typedef intref const intref_c; // okay. FIXME: how do we verify that this is the same type as intref?
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/freebsd/
SDL_syscdrom.c 245 int i, okay; local
249 okay = 0;
284 okay = 1;
287 return(okay ? 0 : -1);
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/openbsd/
SDL_syscdrom.c 254 int i, okay; local
258 okay = 0;
293 okay = 1;
296 return(okay ? 0 : -1);
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/qnx/
SDL_syscdrom.c 275 int i, okay; local
277 okay = 0;
308 okay = 1;
311 return (okay ? 0 : -1);

Completed in 514 milliseconds

1 2 3 4