/development/tools/emulator/system/qemud/ |
Android.mk | 5 # smooth builds even if the tree contains both versions.
|
/external/llvm/autoconf/m4/ |
linux_mixed_64_32.m4 | 10 error: Not x86-64 even if uname says so!
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
CMakeLists.txt | 2 # line. That path can be a compiler's non-default path even when
|
/external/llvm/test/Transforms/Inline/ |
always_inline_dyn_alloca.ll | 4 ; If callee is marked alwaysinline, inline it! Even if callee has dynamic
|
/external/llvm/test/Transforms/InstCombine/ |
2002-08-02-CastTest.ll | 2 ; SOME instruction named %c here, even if it's a bitwise and.
|
2006-12-05-fp-to-int-ext.ll | 3 ; Never merge these two conversions, even though it's possible: this is
|
/external/llvm/test/Transforms/SCCP/ |
2004-12-10-UndefBranchBug.ll | 3 ; This function definitely returns 1, even if we don't know the direction
|
/external/quake/quake/src/QW/ |
glqwcl.3dfxgl | 6 # even tho GLQuake doesn't use X11, it's linked against it because Mesa 3-D
|
/external/webkit/LayoutTests/http/tests/appcache/ |
empty-manifest.html | 3 <div>This tests that the cached event gets sent even if the manifest is empty.</div>
|
/sdk/emulator/qemud/ |
Android.mk | 5 # smooth builds even if the tree contains both versions.
|
/external/llvm/lib/Target/CellSPU/ |
SPUNopFiller.cpp | 33 bool isEvenPlace; // the instruction slot (mem address) at hand is even/odd 59 even = 2, enumerator in enum:__anon8049::SPUNopFiller::__anon8050 69 // In the assebly we align the functions to 'even' adresses, but 71 // basic blocks to have the same, even, alignment. 91 // padd: odd(wrong), even(wrong), ... 92 // to: nop(corr), odd(corr), even(corr)... 93 if( isEvenPlace && this_optype == odd && next_optype == even ) { 100 // padd: even(wrong), odd(wrong), ... 101 // to: lnop(corr), even(corr), odd(corr)... 102 else if ( !isEvenPlace && this_optype == even && next_optype == odd) [all...] |
/dalvik/dx/src/com/android/dx/io/instructions/ |
ShortArrayCodeOutput.java | 109 boolean even = true; 111 if (even) { 113 even = false; 117 even = true; 121 if (!even) {
|
/external/stlport/test/unit/ |
ptr2_test.cpp | 39 bool even(int n_) function 73 int* p = find_if((int*)array, (int*)array + 3, pointer_to_unary_function<int, bool>(even)); 81 int* p = find_if((int*)array, (int*)array + 3, ptr_fun(even));
|
/ndk/tests/device/test-gnustl-full/unit/ |
ptr2_test.cpp | 39 bool even(int n_) function 73 int* p = find_if((int*)array, (int*)array + 3, pointer_to_unary_function<int, bool>(even)); 81 int* p = find_if((int*)array, (int*)array + 3, ptr_fun(even));
|
/ndk/tests/device/test-stlport/unit/ |
ptr2_test.cpp | 39 bool even(int n_) function 73 int* p = find_if((int*)array, (int*)array + 3, pointer_to_unary_function<int, bool>(even)); 81 int* p = find_if((int*)array, (int*)array + 3, ptr_fun(even));
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/ |
p4.cpp | 13 // or even type.
|
/external/clang/test/FixIt/ |
fixit-c90.c | 6 This test passes because clang merely warns for this syntax error even with
|
/external/clang/test/SemaCXX/ |
function-redecl.cpp | 9 // FIXME: we shouldn't even need this declaration to detect errors
|
/external/icu4c/test/intltest/ |
tsmthred.h | 28 * test that threads even work
|
/external/llvm/test/FrontendC/ |
2002-02-13-ReloadProblem.c | 5 * the entire backend of GCC, even though it was unnecessary for LLVM output
|
/external/llvm/test/FrontendC++/ |
varargs.cpp | 5 // test1 should be compmiled to be a varargs function in the IR even
|
/external/llvm/test/Transforms/Mem2Reg/ |
2003-04-24-MultipleIdenticalSuccessors.ll | 1 ; Mem2reg used to only add one incoming value to a PHI node, even if it had
|
/external/qemu/android/ |
display.h | 8 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
|
resource.h | 8 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
|
/external/qemu/distrib/sdl-1.2.12/ |
BUGS | 7 been reported, discussed, and maybe even fixed.
|