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

1 2

  /dalvik/libdex/
DexClass.c 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.12/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.12/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.12/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.12/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.12/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.12/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/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxmodes.c 260 int okay; local
263 okay = 1;
282 okay = CGX_ResizeFullScreen(this);
283 if ( ! okay ) {
294 return(okay);
  /libcore/luni/src/main/native/
java_nio_charset_Charsets.cpp 92 bool okay = resize(mOffset); local
93 return okay ? mJavaArray : NULL;
  /external/qemu/distrib/sdl-1.2.12/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.12/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.12/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.12/src/cdrom/qnx/
SDL_syscdrom.c 275 int i, okay; local
277 okay = 0;
308 okay = 1;
311 return (okay ? 0 : -1);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
AdbHelper.java 56 public boolean okay; // first 4 bytes in response were "OKAY"? field in class:AdbHelper.AdbResponse
58 public String message; // diagnostic string if #okay is false
92 if (resp.okay == false) {
139 if (resp.okay == false) {
204 * @param readDiagString If true, we're expecting an OKAY response to be
219 resp.okay = true;
222 resp.okay = false;
256 // contain okay==false anyway.
290 if (resp.okay == false)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/beos/
SDL_syscdrom.cc 261 int okay; local
264 okay = 0;
268 okay = 1;
272 return(okay ? 0 : -1);
353 int okay; local
357 okay = 0;
363 okay = 1;
367 return(okay ? 0 : -1);
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11modes.c 950 int okay; local
960 okay = 1;
962 return(okay);
1025 okay = X11_ResizeFullScreen(this);
1026 if ( ! okay ) {
    [all...]
  /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/v8/src/arm/
builtins-arm.cc 1075 Label okay; local
    [all...]
  /external/v8/src/ia32/
builtins-ia32.cc 569 Label okay; local
583 __ j(greater, &okay, taken); // Signed comparison.
589 __ bind(&okay);
    [all...]
  /external/v8/src/x64/
builtins-x64.cc 344 Label okay; local
355 __ j(greater, &okay); // Signed comparison.
361 __ bind(&okay);
    [all...]
  /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...]
  /development/simulator/app/
MainFrame.cpp 1419 bool okay; local
    [all...]
  /bionic/libc/tzcode/
localtime.c 2010 int okay; local
    [all...]

Completed in 407 milliseconds

1 2