/external/clang/test/SemaObjC/ |
arc-system-header.m | 31 // This is actually okay to use if declared in a system header.
|
instancetype.m | 49 Subclass2 *sc2 = [[Subclass2 alloc] initSubclass2]; // okay 131 + (Subclass4 *)alloc; // okay
|
/external/clang/test/SemaTemplate/ |
member-access-expr.cpp | 144 // It's okay if at some point we figure out how to diagnose this
|
instantiate-expr-1.cpp | 66 (void)sizeof(BitfieldNeg<-5>); // okay 68 (void)sizeof(BitfieldNeg2<int, -5>); // okay
|
instantiate-function-1.cpp | 58 void test_X5(X5<Incomplete> x5); // okay! 208 template struct TryCatch0<int>; // okay
|
/external/guava/guava/src/com/google/common/io/ |
CountingInputStream.java | 76 // it's okay to mark even if mark isn't supported, as reset won't work
|
LimitInputStream.java | 58 // it's okay to mark even if mark isn't supported, as reset won't work
|
/external/junit/src/org/junit/internal/ |
ComparisonCriteria.java | 20 * <code>null</code> okay)
|
/external/llvm/docs/HistoricalNotes/ |
2001-02-06-TypeNotationDebate.txt | 36 Okay before you comment, please look at:
|
/external/llvm/lib/Support/ |
README.txt.system | 24 2. Std C++ and Std C header files are okay to be exposed through the interface.
|
/external/llvm/test/CodeGen/X86/ |
alignment-2.ll | 22 ; It is okay to use movaps for writing the local variable on stack.
|
/external/llvm/tools/llvm-diff/ |
DiffLog.h | 32 /// The use of a stored StringRef here is okay because
|
/external/llvm/utils/lit/lit/ExampleTests/LLVM.InTree/test/ |
lit.cfg | 62 # Okay, that worked. Notify the user of the automagic, and reconfigure.
|
/external/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/ |
lit.cfg | 62 # Okay, that worked. Notify the user of the automagic, and reconfigure.
|
/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);
|
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/forwarder/ |
AdbUtils.java | 33 private static final String ADB_OK = "OKAY";
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
DownloadOverMeteredDialog.java | 32 * This implements the dialog for asking the user whether it's okay to download dictionaries over
|
/system/core/adb/ |
test_track_devices.c | 75 /* read the OKAY answer */
|
test_track_jdwp.c | 75 /* read the OKAY answer */
|
/external/svox/pico/lib/ |
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...] |
/dalvik/libdex/ |
Leb128.h | 114 bool* okay); 125 int readAndVerifySignedLeb128(const u1** pStream, const u1* limit, bool* okay);
|
/external/chromium/chrome/browser/ |
process_info_snapshot.h | 38 // returns - |true| if okay, |false| on error. 76 // returns - |true| if okay, |false| on error (including PID not found).
|
/external/clang/test/Modules/ |
objc-categories.m | 63 // These are okay 64 [foo left_sub]; // okay
|