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

1 2 3 4 5 6 7

  /external/clang/test/Preprocessor/
disabled-cond-diags2.c 5 #endif junk // shouldn't produce diagnostics
9 #endif junk // expected-warning{{extra tokens at end of #endif directive}}
11 #if 1 junk // expected-error{{token is not a valid binary operator in a preprocessor subexpression}}
21 #if 1 junk
22 #else junk
23 #endif junk
27 #endif junk // expected-warning{{extra tokens at end of #endif directive}}
  /external/clang/test/Sema/
variadic-incomplete-arg-type.c 6 void junk(int, ...);
11 junk(1, *error, (void)0); // expected-error {{argument type 'struct __CFError' is incomplete}} \
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
dir-junk.d 1 #name: C6X junk after directives
2 #error-output: dir-junk.l
dir-junk.l 2 [^:]*:2: Error: junk at end of line, first unrecognized character is `c'
3 [^:]*:3: Error: junk at end of line, first unrecognized character is `x'
predicate-bad-1.l 2 [^:]*:5: Error: junk at end of line, first unrecognized character is `\['
  /external/valgrind/memcheck/tests/amd64/
xor-undef-amd64.c 10 char* junk = malloc(48); local
11 assert(junk);
22 : : "r"(junk) : "r8", "rax", "cc"
31 : : "r"(junk) : "r8", "rax", "cc"
46 : : "r"(junk) : "mm7", "mm0", "cc", "memory"
58 : : "r"(junk) : "mm7", "mm0", "cc", "memory"
73 : : "r"(junk) : "rax", "xmm8", "xmm0", "cc", "memory"
85 : : "r"(junk) : "rax", "xmm8", "xmm0", "cc", "memory"
100 : : "r"(junk) : "rax", "xmm8", "xmm0", "cc", "memory"
112 : : "r"(junk) : "rax", "xmm8", "xmm0", "cc", "memory
    [all...]
  /external/valgrind/memcheck/tests/x86/
xor-undef-x86.c 10 char* junk = malloc(48); local
11 assert(junk);
22 : : "r"(junk) : "edi", "eax", "cc"
31 : : "r"(junk) : "edi", "eax", "cc"
47 : : "r"(junk) : "esi", "mm7", "mm0", "cc", "memory"
60 : : "r"(junk) : "esi", "mm7", "mm0", "cc", "memory"
77 : : "r"(junk) : "esi", "xmm7", "xmm0", "cc", "memory"
91 : : "r"(junk) : "esi", "xmm7", "xmm0", "cc", "memory"
108 : : "r"(junk) : "esi", "xmm7", "xmm0", "cc", "memory"
122 : : "r"(junk) : "esi", "xmm7", "xmm0", "cc", "memory
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-pe/
direct2_client.c 38 int junk[3]; local
39 lib1foofastcall (1, &junk[0]);
40 lib1foostdcall (2, &junk[1]);
41 lib1foocdecl (3, &junk[2]);
42 if (junk[1] != 2 || junk[0] != 1 || junk[2] != 3)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/
p2663.s 10 bra junk
11 bra junk
12 bra junk
14 junk: label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
xcoff-ref-1.l 3 .*:3: Error: junk at end of line, first unrecognized character is `1'
  /external/skia/fuzz/
FuzzScaleToSides.cpp 41 volatile float junk = 0.0f; local
42 junk *= radius1;
43 junk *= radius2;
  /external/skia/src/core/
SkRecords.cpp 24 SkPathPriv::FirstDirection junk;
25 (void)SkPathPriv::CheapComputeFirstDirection(*this, &junk);
  /ndk/sources/android/support/src/stdio/i386/
_fpmath.h 36 unsigned int junk :16; member in struct:IEEEl2bits::__anon35164
41 unsigned int junk :16; member in struct:IEEEl2bits::__anon35165
  /external/skia/bench/
ColorPrivBench.cpp 43 // We xor results of FourByteInterp into junk to make sure the function runs.
44 volatile SkPMColor junk = 0; variable
61 junk ^= SkFastFourByteInterp(src, dst, scale);
63 junk ^= SkFastFourByteInterp256(src, dst, scale);
65 junk ^= SkFourByteInterp(src, dst, scale);
67 junk ^= SkFourByteInterp256(src, dst, scale);
ScalarBench.cpp 63 volatile bool junk = false; local
64 junk ^= (fArray[6] != 0.0f || fArray[7] != 0.0f || fArray[8] != 1.0f);
65 junk ^= (fArray[2] != 0.0f || fArray[5] != 0.0f);
82 volatile int32_t junk = 0; local
83 junk ^= (SkScalarAs2sCompliment(fArray[6]) |
86 junk ^= (SkScalarAs2sCompliment(fArray[2]) |
MatrixBench.cpp 57 volatile bool junk = false; variable
58 junk ^= (m0 == m1);
59 junk ^= (m1 == m2);
60 junk ^= (m2 == m0);
120 volatile int junk = 0; variable
121 junk ^= (fMatrix.getType());
123 junk ^= (fMatrix.getType());
125 junk ^= (fMatrix.getType());
127 junk ^= (fMatrix.getType());
129 junk ^= (fMatrix.getType())
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/
dir-intel03-err.l 3 .*:8: Error: junk at end of line, first unrecognized character is `r'
  /external/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/
SupplementalUtilities.java 49 int junk[] = { local
61 for(int i=0;i<junk.length;i++) {
62 System.out.println(Integer.toString(junk[i]) + " -> " + Double.toString(ldml2d(junk[i])));
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/windres/
windres.exp 69 if [regexp "\[xp\]fail *(\[^ \]*)" $line junk sys] {
73 if [regexp "cpparg *(\[^ \]*)" $line junk cppopt] {
104 if [regexp "\[xc\]fail *(\[^ \]*)" $line junk sys] {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/msp430/
bad.l 3 [^:]*:7: Error: junk found after instruction: mov.bc r1,r2
4 [^:]*:8: Error: junk found after instruction: mov.cd r1,r2
5 [^:]*:9: Error: junk found after instruction: mov.cd r1,r2
  /external/clang/test/SemaCXX/
unknown-type-name.cpp 98 template<typename T> int junk1(T::junk); // expected-warning{{variable templates are a C++14 extension}}
99 template<typename T> int junk2(T::junk) throw(); // expected-error{{missing 'typename'}}
100 template<typename T> int junk3(T::junk) = delete; // expected-error{{missing 'typename'}} variable
105 template<typename T> int junk4(T::junk j); // expected-error{{missing 'typename'}}
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toplevel.ml 12 Stream.junk stream;
30 Stream.junk stream;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toplevel.ml 14 Stream.junk stream;
35 Stream.junk stream;
  /frameworks/base/services/core/java/com/android/server/
DiskStatsService.java 50 byte[] junk = new byte[512];
51 for (int i = 0; i < junk.length; i++) junk[i] = (byte) i; // Write nonzero bytes
60 fos.write(junk);
  /toolchain/binutils/binutils-2.25/opcodes/
mep-asm.c 847 long junk ATTRIBUTE_UNUSED;
897 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_ccr, & junk);
936 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_csr, & junk);
939 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_csr, & junk);
942 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_csr, & junk);
945 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_csr, & junk);
948 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_csr, & junk);
1026 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_ccr_ivc2, & junk);
1029 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_ccr_ivc2, & junk);
1032 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_ccr_ivc2, & junk);
    [all...]

Completed in 512 milliseconds

1 2 3 4 5 6 7