/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
p3.cpp | 6 template void f0(int); // okay
|
/external/clang/test/Modules/ |
module-private.cpp | 11 int &ir = f0(1.0); // okay: f0() from 'right' is not visible
|
/external/clang/test/Rewriter/ |
instancetype-test.mm | 50 Subclass2 *sc2 = [[Subclass2 alloc] initSubclass2]; // okay
|
/external/clang/test/Sema/ |
overloadable.c | 10 double *f(double) __attribute__((overloadable)); // okay, new
|
/external/clang/test/SemaCXX/ |
using-decl-1.cpp | 93 foo(p, 0, 0); // okay!
|
/external/clang/test/SemaObjC/ |
arc-non-pod-memaccess.m | 18 // All okay.
|
/external/clang/test/SemaObjCXX/ |
blocks.mm | 44 foo(N::X()); // okay
|
overload.mm | 173 // it's okay to overload Class with id.
|
/external/clang/test/SemaTemplate/ |
explicit-instantiation.cpp | 58 template int *X2::f1(int *); // okay
|
/external/clang/test/Unit/ |
lit.cfg | 80 # Okay, that worked. Notify the user of the automagic, and reconfigure.
|
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/ |
CstInteger.java | 61 * of guarantee about ==, and it's okay to overwrite existing
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
ShortNumberUtil.java | 47 * additional digits appended (when it is okay to do that in the region specified).
|
/external/llvm/docs/HistoricalNotes/ |
2001-02-06-TypeNotationDebateResp1.txt | 8 > Okay before you comment, please look at:
|
/external/llvm/test/Unit/ |
lit.cfg | 77 # Okay, that worked. Notify the user of the automagic, and reconfigure.
|
/external/openssh/openbsd-compat/ |
getopt.c | 81 } /* option letter okay? */
|
/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/events/ |
SDL_quit.c | 109 /* This function returns 1 if it's okay to close the application window */
|
/external/skia/include/core/ |
SkOSFile.h | 142 * It is okay to call with a NULL rootPath and/or relativePath. A path
|
/external/srtp/crypto/replay/ |
rdb.c | 87 /* otherwise, the index is okay */
|
/external/svox/pico/lib/ |
picoklex.h | 116 of a WORDINDEX item. Returns TRUE if okay, FALSE otherwise */
|
/external/v8/test/sputnik/ |
testcfg.py | 59 # Dispose the temporary file if everything looks okay.
|
/frameworks/base/core/java/android/os/ |
UpdateLock.java | 58 * update operation. True means that updates are okay right now; false indicates
|
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
LoginActivity.java | 95 } else if (text.equals("Okay")) {
|
/frameworks/native/libs/gui/tests/ |
Surface_test.cpp | 109 // that's okay as long as this is the reason for the failure.
|