HomeSort by relevance Sort by last modified time
    Searched refs:XXX (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/valgrind/main/none/tests/
fork.stdout.exp 0 XXX
cmdline0.stdout.exp 1 valgrind-XXX
  /external/clang/test/Parser/
c-namespace.c 3 struct XXX;
4 int XXX;
  /external/clang/test/CodeGen/
2005-03-06-OffsetOfStructCrash.c 4 struct XXX {
9 (int)&((struct XXX*)(((void *)0)))->F;
13 &((struct XXX*)(((void *)0)))->F;
2005-09-24-BitFieldCrash.c 13 enum XXX { yyy };
18 __extension__ enum XXX built_in_class : 2;
  /external/clang/test/Preprocessor/
expr_liveness.c 50 #if (!defined(XXX) || XXX > 42)
  /external/compiler-rt/test/asan/TestCases/
global-demangle.cc 6 namespace XXX {
15 return (int)XXX::YYY::ZZZ[argc + 5]; // BOOM
18 // CHECK: 'XXX::YYY::ZZZ' {{.*}} of size 4
19 // CHECK: 'XXX::YYY::ZZZ' is ascii string 'abc'
stack-frame-demangle.cc 5 namespace XXX {
14 // CHECK: XXX::YYY::ZZZ
17 } // namespace XXX
20 int res = XXX::YYY::ZZZ(argc + 10);
global-overflow.cc 8 static char XXX[10];
11 memset(XXX, 0, 10);
19 res += XXX[argc] + ZZZ[argc];
  /external/compiler-rt/test/tsan/
global_race3.cc 7 namespace XXX {
16 XXX::YYY::ZZZ[0] = 1;
21 fprintf(stderr, "addr3=%p\n", XXX::YYY::ZZZ);
24 XXX::YYY::ZZZ[0] = 0;
30 // CHECK: Location is global 'XXX::YYY::ZZZ' of size 40 at [[ADDR3]] ({{.*}}+0x{{[0-9,a-f]+}})
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2594.js 34 var XXX = 0
35 try { throw 1 } catch (XXX) {
36 eval("var h = function() { return XXX }")
43 var XXX = 0
44 try { throw 1 } catch (XXX) {
45 eval("function h(){ return XXX }")
52 var XXX = 0
53 try { throw 1 } catch (XXX) {
55 eval("function h(){ return XXX }")
63 var XXX =
    [all...]
regress-670147.js 28 function XXX(x) {
33 assertFalse(XXX('Hello'));
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
nasm-sectname.asm 0 ; XXX: this test should really be in parsers/nasm/tests, not here.
  /external/clang/test/CodeGenCXX/
lambda-expressions.cpp 89 int (&xxx)[0] = array;
90 int y = xxx[0];
114 struct XXX {};
116 XXX localKey;
119 ^{ XXX k = localKey; };
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_program_debug.spec 15 XXX - Not complete yet!!!
240 XXX TBD
277 XXX finish
283 FRAGMENT_PROGRAM_CALLBACK_MESA B IsEnabled FALSE XXX XXX enable
284 VERTEX_PROGRAM_CALLBACK_MESA B IsEnabled FALSE XXX XXX enable
285 FRAGMENT_PROGRAM_POSITION_MESA Z+ GetIntegerv -1 XXX XXX -
286 VERTEX_PROGRAM_POSITION_MESA Z+ GetIntegerv -1 XXX XXX
    [all...]
  /external/mesa3d/docs/OLD/
MESA_program_debug.spec 15 XXX - Not complete yet!!!
240 XXX TBD
277 XXX finish
283 FRAGMENT_PROGRAM_CALLBACK_MESA B IsEnabled FALSE XXX XXX enable
284 VERTEX_PROGRAM_CALLBACK_MESA B IsEnabled FALSE XXX XXX enable
285 FRAGMENT_PROGRAM_POSITION_MESA Z+ GetIntegerv -1 XXX XXX -
286 VERTEX_PROGRAM_POSITION_MESA Z+ GetIntegerv -1 XXX XXX
    [all...]
  /bionic/libc/arch-x86/include/machine/
elf_machdep.h 9 #define ELF64_MACHDEP_ENDIANNESS XXX /* break compilation */
  /development/ndk/platforms/android-L/arch-x86/include/i386/
elf_machdep.h 9 #define ELF64_MACHDEP_ENDIANNESS XXX /* break compilation */
  /development/ndk/platforms/android-L/arch-x86/include/machine/
elf_machdep.h 9 #define ELF64_MACHDEP_ENDIANNESS XXX /* break compilation */
  /development/ndk/platforms/android-L/arch-x86_64/include/i386/
elf_machdep.h 9 #define ELF64_MACHDEP_ENDIANNESS XXX /* break compilation */
  /external/freetype/include/config/
ftconfig.h 190 typedef signed XXX FT_Int32;
201 typedef unsigned XXX FT_UInt32;
213 typedef signed XXX FT_Int64;
225 typedef unsigned XXX FT_UInt64;
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/i386/
elf_machdep.h 9 #define ELF64_MACHDEP_ENDIANNESS XXX /* break compilation */
  /hardware/ril/reference-ril/
Android.mk 3 # XXX using libutils for simulator build only...
  /external/chromium_org/third_party/freetype/include/freetype/config/
ftconfig.h 190 typedef signed XXX FT_Int32;
201 typedef unsigned XXX FT_UInt32;
213 typedef signed XXX FT_Int64;
225 typedef unsigned XXX FT_UInt64;
  /external/pdfium/core/include/thirdparties/freetype/freetype/config/
ftconfig.h 190 typedef signed XXX FT_Int32;
201 typedef unsigned XXX FT_UInt32;
213 typedef signed XXX FT_Int64;
225 typedef unsigned XXX FT_UInt64;

Completed in 1639 milliseconds

1 2 3