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

1 2

  /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/lib/asan/lit_tests/
global-overflow.cc 12 static char XXX[10];
15 memset(XXX, 0, 10);
23 res += XXX[argc] + ZZZ[argc];
  /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...]
  /hardware/ril/reference-ril/
Android.mk 3 # XXX using libutils for simulator build only...
  /external/openssh/regress/
bsd.regress.mk 18 # XXX - Need full path to REGRESSLOG, otherwise there will be much pain.
58 # XXX - we need a better method to see if a test fails due to timeout or just
  /external/v8/test/mjsunit/regress/
regress-670147.js 28 function XXX(x) {
33 assertFalse(XXX('Hello'));
regress-95485.js 29 var left = 'XXX';
  /external/mesa3d/docs/
MESA_shader_debug.spec 189 print log" (XXX DEBUG_PRINT_MESA?). Each component is written in
190 text format (XXX format!) and is delimited by a white space (XXX 1
  /external/compiler-rt/make/
util.mk 111 # General debugging rule, use 'make print-XXX' to print the definition, value
112 # and origin of XXX.
  /frameworks/compile/libbcc/runtime/make/
util.mk 100 # General debugging rule, use 'make print-XXX' to print the definition, value
101 # and origin of XXX.
  /build/core/combo/arch/x86/
x86.mk 30 # XXX: This flag is probably redundant, because it should be set by default
  /external/freetype/include/freetype/config/
ftconfig.h 190 typedef signed XXX FT_Int32;
201 typedef unsigned XXX FT_UInt32;
  /external/stlport/test/eh/
sunpro42.mak 48 echo 'Info: For CC 4.x, warnings from ld in the form "symbol `XXX' has differing sizes" are normal.'
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/
X509CertFactoryPerfTest.java 356 private static int XXX = 0, flag = 0;
361 XXX++;
363 byte tmp[] = BigInteger.valueOf(XXX).toByteArray();
385 XXX++;
387 byte tmp[] = BigInteger.valueOf(XXX).toByteArray();
X509CRLImplTest.java 244 private static int XXX = 0, counter = 0;
249 XXX++;
251 byte tmp[] = BigInteger.valueOf(XXX).toByteArray();
  /external/protobuf/editors/
proto.vim 53 syn keyword pbTodo contained TODO FIXME XXX
  /external/qemu-pc-bios/vgabios/
clext.c 704 mov ax, #0x100 ;; XXX
909 mov al, #0x1 ;; XXX number of banks
913 mov al, #0x0 ;; XXX size of bank in K
992 ;; XXX support CRTC registers
  /external/freetype/src/psaux/
t1decode.c 710 /* XXX TODO: The checks to `arg_count == <whatever>' */
893 top[0] += top[1]; /* XXX (over|under)flow */
904 top[0] -= top[1]; /* XXX (over|under)flow */
979 XXX which routine has left its mark on the (PostScript) stack?;
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_test.cc 558 char XXX[10];
561 Ident(XXX);
563 EXPECT_DEATH(Ident(ZZZ)[-1] = 0, ASAN_PCRE_DOTALL "XXX.*YYY.*ZZZ");
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 412 functions which are (given that XXX is the name of the cipher) the following:
421 The XXX\_setup() routine will setup the cipher to be used with a given number of rounds and a given key length (in bytes).
428 practices you should always call the respective XXX\_done() function. This allows for quicker porting to applications with
    [all...]

Completed in 2474 milliseconds

1 2