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

1 2 3 4 5 6 7 8 91011

  /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.27/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.27/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.27/gas/testsuite/gas/m68k/
p2663.s 10 bra junk
11 bra junk
12 bra junk
14 junk: label
  /external/ltp/testcases/kernel/fs/fs_maim/
backbeat 28 ($junk,$junk,$part1)=split(/\//,$ARGV[0]);
29 ($junk,$junk,$part2)=split(/\//,$ARGV[1]);
30 ($junk,$junk,$part3)=split(/\//,$ARGV[2]);
  /external/syslinux/com32/menu/
drain.c 10 volatile char junk; local
14 rv = read(0, (char *)&junk, 1);
17 junk = 0;
  /external/ltp/testcases/kernel/fs/stream/
stream04.c 57 char *junk = "abcdefghijklmnopqrstuvwxyz"; local
81 fwrite(junk, sizeof(*junk), strlen(junk), stream)) == 0) {
86 if ((size_t) ret != strlen(junk)) {
88 "strlen(junk) = %zi != return value from fwrite = %zi",
89 strlen(junk), ret);
98 if ((inbuf = malloc(strlen(junk))) == 0) {
103 fread(inbuf, sizeof(*junk), strlen(junk), stream)) == 0)
    [all...]
stream03.c 53 char *junk = "abcdefghijklmnopqrstuvwxyz"; local
87 if (fwrite(junk, sizeof(*junk), strlen(junk), stream) == 0) {
94 if (pos != strlen(junk)) {
96 "strlen(junk)=%zi: file pointer descrepancy 2 (pos=%li)",
97 strlen(junk), pos);
113 if (fseek(stream, strlen(junk), 1) != 0) {
120 if (pos != strlen(junk)) {
122 "strlen(junk)=%zi: file pointer descrepancy 4 (pos=%li)"
    [all...]
  /external/skia/src/core/
SkRecords.cpp 16 SkPathPriv::FirstDirection junk;
17 (void)SkPathPriv::CheapComputeFirstDirection(*this, &junk);
  /external/skqp/src/core/
SkRecords.cpp 16 SkPathPriv::FirstDirection junk;
17 (void)SkPathPriv::CheapComputeFirstDirection(*this, &junk);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ppc/
xcoff-ref-1.l 3 .*:3: Error: junk at end of line, first unrecognized character is `1'
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/s390/
machine-parsing-2.l 2 .*:3: Error: junk at end of line, first unrecognized character is .[!].*
machine-parsing-5.l 2 .*:3: Error: junk at end of line, first unrecognized character is .[!].*
  /external/skqp/fuzz/
FuzzScaleToSides.cpp 40 volatile float junk = 0.0f; local
41 junk *= radius1;
42 junk *= radius2;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
option-pic-2.l 4 .*:4: Error: junk at end of line, first unrecognized character is `f'
  /external/freetype/builds/atari/
deflinejoiner.awk 5 junk, elm0, l )
8 for ( l = 0; l < asorti( array, junk ) - 1; l++ )
23 junk, elm )
27 if ( 0 < asorti( array, junk ) )
37 i, junk )
40 for ( i = 0; i < asorti( break_pos, junk ); i++ )
59 bp_len = asorti( break_pos, junk )
65 c0, c1, i, junk, part_str )
69 while( asorti( break_pos, junk ) > 1 )
98 for ( k = 0; k < asorti( break_pos, junk ); k++
    [all...]
  /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);
  /external/skqp/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);
  /external/ltp/testcases/kernel/fs/doio/
bytes_by_prefix.c 75 char mult, junk; local
80 nconv = sscanf(s, "%f%c%c", &num, &mult, &junk);
123 char mult, junk; local
128 nconv = sscanf(s, "%f%c%c", &num, &mult, &junk);
175 char mult, junk; local
180 nconv = sscanf(s, "%lf%c%c", &num, &mult, &junk);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i860/
dir-intel03-err.l 3 .*:8: Error: junk at end of line, first unrecognized character is `r'

Completed in 285 milliseconds

1 2 3 4 5 6 7 8 91011