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

1 2 3

  /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/chromium_org/third_party/libxml/src/
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...]
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...]
  /libcore/luni/src/main/native/
libcore_icu_TimeZoneNames.cpp 108 bool okay = local
113 if (!okay) {
java_nio_charset_Charsets.cpp 93 bool okay = resize(mOffset); local
94 return okay ? mJavaArray : NULL;
  /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);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
Blit9.cpp 349 bool okay = setVertexShader(SHADER_VS_STANDARD); local
360 okay = okay && setPixelShader(SHADER_PS_COMPONENTMASK);
365 okay = okay && setPixelShader(SHADER_PS_LUMINANCE);
369 if (!okay)
  /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/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::__anon22170
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
  /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/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...]
  /external/tinyxml/
xmltest.cpp 540 int okay = 1; local
551 okay = 0;
558 XmlTest( "UTF-8: Verified multi-language round trip.", 1, okay );
  /external/chromium_org/v8/src/arm/
builtins-arm.cc 1250 Label okay; local
    [all...]
  /external/chromium_org/v8/src/ia32/
builtins-ia32.cc 912 Label okay; local
926 __ j(greater, &okay); // Signed comparison.
    [all...]

Completed in 509 milliseconds

1 2 3