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

1 2

  /dalvik/libdex/
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...]
  /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/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/mint/
SDL_syscdrom.c 171 int i,okay; local
186 okay=1;
196 okay=0;
215 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/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);
  /libcore/luni/src/main/native/
java_nio_charset_Charsets.cpp 93 bool okay = resize(mOffset); local
94 return okay ? mJavaArray : NULL;
  /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::__anon6154
92 struct s7 : Okay {
132 Either<int,Okay> okay(0);
  /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/aix/
SDL_syscdrom.c 472 int okay; local
480 okay = 0;
512 okay = 1;
514 return(okay ? 0 : -1);
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/linux/
SDL_syscdrom.c 403 int i, okay; local
406 okay = 0;
443 okay = 1;
446 return(okay ? 0 : -1);
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/osf/
SDL_syscdrom.c 250 int okay = 0; local
314 okay = 1;
317 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);
  /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...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Blit.cpp 322 bool okay = setVertexShader(SHADER_VS_STANDARD); local
331 okay = okay && setPixelShader(SHADER_PS_COMPONENTMASK);
336 okay = okay && setPixelShader(SHADER_PS_LUMINANCE);
340 if (!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/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/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/tinyxml/
xmltest.cpp 540 int okay = 1; local
551 okay = 0;
558 XmlTest( "UTF-8: Verified multi-language round trip.", 1, okay );
  /external/libpcap/
pcap-dos.c 506 * Get a list of all interfaces that are present and that we probe okay.
619 probed_dev = dev; /* device is probed okay and may be used */
934 * just pretend Watt-32 is initialised okay.
1053 BOOL okay = PktExitDriver(); local
1056 fprintf (stderr, "pkt_close(): %d\n", okay);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11modes.c 986 int okay; local
996 okay = 1;
998 return(okay);
    [all...]
  /external/v8/src/arm/
builtins-arm.cc 1490 Label okay; local
    [all...]
  /external/v8/src/mips/
builtins-mips.cc 1516 Label okay; local
    [all...]

Completed in 802 milliseconds

1 2