Searched refs:XXX (Results 1 - 25 of 25) sorted by relevance

/external/valgrind/main/none/tests/
H A Dfork.stdout.exp0 XXX
H A Dcmdline0.stdout.exp1 valgrind-XXX
/external/clang/test/Parser/
H A Dc-namespace.c3 struct XXX;
4 int XXX; local
/external/clang/test/CodeGen/
H A D2005-03-06-OffsetOfStructCrash.c4 struct XXX { struct
9 (int)&((struct XXX*)(((void *)0)))->F;
13 &((struct XXX*)(((void *)0)))->F;
H A D2005-09-24-BitFieldCrash.c13 enum XXX { yyy }; enum
18 __extension__ enum XXX built_in_class : 2;
/external/v8/test/mjsunit/regress/
H A Dregress-670147.js28 function XXX(x) { function
33 assertFalse(XXX('Hello'));
/external/clang/test/Preprocessor/
H A Dexpr_liveness.c50 #if (!defined(XXX) || XXX > 42)
/external/compiler-rt/lib/asan/lit_tests/
H A Dglobal-overflow.cc12 static char XXX[10]; local
15 memset(XXX, 0, 10);
23 res += XXX[argc] + ZZZ[argc];
/external/mesa3d/docs/OLD/
H A DMESA_program_debug.spec15 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 XX
[all...]
/external/openssh/regress/
H A Dbsd.regress.mk18 # 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/mesa3d/docs/
H A DMESA_shader_debug.spec189 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/
H A Dutil.mk111 # General debugging rule, use 'make print-XXX' to print the definition, value
112 # and origin of XXX.
/external/freetype/include/freetype/config/
H A Dftconfig.h190 typedef signed XXX FT_Int32;
201 typedef unsigned XXX FT_UInt32;
/external/stlport/test/eh/
H A Dsunpro42.mak48 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/
H A DX509CertFactoryPerfTest.java356 private static int XXX = 0, flag = 0; field in class:X509CertFactoryPerfTest
361 XXX++;
363 byte tmp[] = BigInteger.valueOf(XXX).toByteArray();
385 XXX++;
387 byte tmp[] = BigInteger.valueOf(XXX).toByteArray();
H A DX509CRLImplTest.java244 private static int XXX = 0, counter = 0; field in class:X509CRLImplTest
249 XXX++;
251 byte tmp[] = BigInteger.valueOf(XXX).toByteArray();
/external/protobuf/editors/
H A Dproto.vim53 syn keyword pbTodo contained TODO FIXME XXX
/external/qemu-pc-bios/vgabios/
H A Dclext.c704 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/
H A Dt1decode.c710 /* 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?;
1051 /* XXX Operators usually take their operands from the */
1520 /* XXX Operators usually clear the operand stack; */
/external/compiler-rt/lib/asan/tests/
H A Dasan_test.cc558 char XXX[10]; local
561 Ident(XXX);
563 EXPECT_DEATH(Ident(ZZZ)[-1] = 0, ASAN_PCRE_DOTALL "XXX.*YYY.*ZZZ");
/external/dropbear/libtomcrypt/
H A Dcrypt.tex412 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
849 you want is XXX there is a structure called \textit{symmetric\_XXX} that will contain the information required to
858 symmetric_XXX *XXX);
879 parameters \textit{key}, \textit{keylen} and \textit{num\_rounds} are the same as in the XXX\_setup() function call. The final parameter
906 Where \textit{XXX} is one of $\lbrace ecb, cbc, ctr, cfb, ofb \rbrace$.
925 symmetric_XXX *XXX);
929 symmetric_XXX *XXX);
932 The XXX\_geti
[all...]
/external/dropbear/libtommath/
H A Dbn.tex1249 make XXX
1251 Where ``XXX'' is one of the following entries from the table \ref{fig:tuning}.
1257 \hline \textbf{Value of XXX} & \textbf{Meaning} \\
/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c750 no-redir jump (XXX no -- see comment at top of this file)) to
5438 # define XXX(_name) do { hAddr = &_name; hName = #_name; } while (0) macro
5464 case 0xF5: XXX(x86g_calculate_mmx_pmaddwd); break;
5501 case 0xF6: XXX(x86g_calculate_mmx_psadbw); break;
5512 # undef XXX macro
H A Dguest_amd64_toIR.c1471 no-redir jump (XXX no -- see comment at top of this file)) to
6527 # define XXX(_name) do { hAddr = &_name; hName = #_name; } while (0) macro
6553 case 0xF5: XXX(amd64g_calculate_mmx_pmaddwd); break;
6590 case 0xF6: XXX(amd64g_calculate_mmx_psadbw); break;
6601 # undef XXX macro
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp1134 102: __NR_socketcall XXX
1444 124: __NR_adjtimex XXX

Completed in 1172 milliseconds