HomeSort by relevance Sort by last modified time
    Searched full:okay (Results 76 - 100 of 1418) sorted by null

1 2 34 5 6 7 8 91011>>

  /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);
  /dalvik/vm/mterp/mips/
OP_APUT_WIDE.S 5 * Arrays of long/double are 64-bit aligned, so it's okay to use STRD.
  /external/chromium/chrome/browser/printing/cloud_print/resources/
cloud_print_setup_done.html 20 <input type="submit" class="button" id="close" i18n-values="value:okay"
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
x11_input_method_context_impl_gtk2_unittest.cc 48 // Many times calls to Trap() are okay.
  /external/chromium_org/mojo/system/
constants.h 28 // probably okay).
  /external/chromium_org/third_party/tlslite/tlslite/utils/
OpenSSL_TripleDES.py 40 #plaintext block on the end. That's okay - the below code will ignore it.
  /external/clang/test/CXX/basic/basic.def.odr/
p2-typeid.cpp 29 // These are okay (although GCC and EDG get them wrong).
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p16.cpp 10 [x] { }(); // okay: non-const copy ctor
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p3-0x.cpp 23 unsigned_c<0> uc0a = f(); // okay, deduced to an empty pack
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
basic.cpp 27 f2(ip, ip); // okay
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p21.cpp 32 int fv = f(g); // okay
  /external/clang/test/FixIt/
format-no-fixit.m 19 // This is okay, but we won't suggest a fixit; arbitrary structure pointers may
  /external/clang/test/Modules/
config_macros.m 20 @import config; // okay
method_pool.m 47 char *str = [object method3]; // okay: only found in MethodPoolB.Sub
  /external/clang/test/Sema/
knr-def-call.c 18 f3 t3(int b) { return b? f0 : f1; } // okay
warn-shadow.c 19 int sin; // okay; 'sin' has not been declared, even though it's a builtin.
  /external/clang/test/SemaObjC/
unknown-anytype.m 19 double *dp = [test1() getSomePtr]; // okay: picks first method found
  /external/clang/test/SemaTemplate/
class-template-id.cpp 10 return ptr; // okay
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
gigaset_dev.h 27 #define GIGASET_BRKCHARS _IOW (GIGASET_IOCTL, 2, unsigned char[6]) //FIXME [6] okay?
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
gigaset_dev.h 27 #define GIGASET_BRKCHARS _IOW (GIGASET_IOCTL, 2, unsigned char[6]) //FIXME [6] okay?
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
gigaset_dev.h 27 #define GIGASET_BRKCHARS _IOW (GIGASET_IOCTL, 2, unsigned char[6]) //FIXME [6] okay?
  /system/core/adb/
OVERVIEW.TXT 101 1. For success, the 4-byte "OKAY" string
110 Note that the connection is still alive after an OKAY, which allows the
111 client to make other requests. But in certain cases, an OKAY will even
116 the "OKAY" answer, all further requests made by the client will go
  /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/chromium/base/i18n/
file_util_icu_unittest.cc 58 {L"this_file_name is okay!.mp3", L"this_file_name is okay!.mp3"},
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p20.cpp 93 new (0, 0) X5; // okay, we found X5::operator delete but didn't pick it
133 int *ip = I; // okay, since it isn't instantiated.

Completed in 349 milliseconds

1 2 34 5 6 7 8 91011>>