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

1234

/external/clang/test/Preprocessor/
H A Ddisabled-cond-diags2.c5 #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/
H A Dvariadic-incomplete-arg-type.c6 void junk(int, ...);
11 junk(1, *error, (void)0); // expected-error {{argument type 'struct __CFError' is incomplete}} \
/external/valgrind/main/memcheck/tests/amd64/
H A Dxor-undef-amd64.c10 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)
[all...]
/external/valgrind/main/memcheck/tests/x86/
H A Dxor-undef-x86.c10 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)
[all...]
/external/qemu-pc-bios/bochs/bios/
H A Dmakesym.perl23 ($name[0], $junk, $addr[0], $junk, $name[1], $junk, $addr[1]) = @F;
/external/chromium_org/ipc/
H A Dipc_test_channel_listener.cc25 char junk[kLongMessageStringNumBytes]; local
26 memset(junk, 'a', sizeof(junk)-1);
27 junk[sizeof(junk)-1] = 0;
28 message->WriteString(std::string(junk));
/external/skia/bench/
H A DStackBench.cpp52 volatile int junk = 0; local
56 junk += *(int*)p;
65 volatile int junk = 0; local
67 for (int i = 0; i < s.count(); i++) junk += s[i];
75 volatile int junk = 0; local
77 for (int i = 0; i < s.count(); i++) junk += s[i];
88 volatile int junk = 0; local
90 junk += s[rand.nextULessThan(K)];
99 volatile int junk = 0; local
101 junk
[all...]
H A DColorPrivBench.cpp37 // We xor results of FourByteInterp into junk to make sure the function runs.
38 volatile SkPMColor junk = 0; variable
55 junk ^= SkFastFourByteInterp(src, dst, scale);
57 junk ^= SkFastFourByteInterp256(src, dst, scale);
59 junk ^= SkFourByteInterp(src, dst, scale);
61 junk ^= SkFourByteInterp256(src, dst, scale);
H A DScalarBench.cpp63 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]) |
H A DMatrixBench.cpp57 volatile bool junk = false; local
58 junk ^= (m0 == m1);
59 junk ^= (m1 == m2);
60 junk ^= (m2 == m0);
239 volatile int junk = 0; local
240 junk ^= (fMatrix.getType());
242 junk ^= (fMatrix.getType());
244 junk ^= (fMatrix.getType());
246 junk ^= (fMatrix.getType());
248 junk
[all...]
/external/chromium_org/third_party/skia/bench/
H A DColorPrivBench.cpp37 // We xor results of FourByteInterp into junk to make sure the function runs.
38 volatile SkPMColor junk = 0; variable
55 junk ^= SkFastFourByteInterp(src, dst, scale);
57 junk ^= SkFastFourByteInterp256(src, dst, scale);
59 junk ^= SkFourByteInterp(src, dst, scale);
61 junk ^= SkFourByteInterp256(src, dst, scale);
H A DScalarBench.cpp63 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]) |
H A DMatrixBench.cpp57 volatile bool junk = false; local
58 junk ^= (m0 == m1);
59 junk ^= (m1 == m2);
60 junk ^= (m2 == m0);
239 volatile int junk = 0; local
240 junk ^= (fMatrix.getType());
242 junk ^= (fMatrix.getType());
244 junk ^= (fMatrix.getType());
246 junk ^= (fMatrix.getType());
248 junk
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dhwtime.h59 unsigned long junk; local
66 : "=r" (retval), "=r" (junk));
/external/jemalloc/android/test/
H A Drun_unit.sh10 $test_dir/junk
/external/clang/test/SemaCXX/
H A Dunknown-type-name.cpp96 template<typename T> int junk1(T::junk); // expected-warning{{variable templates are a C++1y extension}}
97 template<typename T> int junk2(T::junk) throw(); // expected-error{{missing 'typename'}}
98 template<typename T> int junk3(T::junk) = delete; // expected-error{{missing 'typename'}} expected-warning{{C++11}} variable
99 template<typename T> int junk4(T::junk j); // expected-error{{missing 'typename'}}
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoplevel.ml12 Stream.junk stream;
30 Stream.junk stream;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoplevel.ml14 Stream.junk stream;
35 Stream.junk stream;
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dtest_vector_test.cc49 char junk[128]; local
52 const int res = fscanf(md5_file_, "%s %s", expected_md5, junk);
/external/libvpx/libvpx/test/
H A Dtest_vector_test.cc46 char junk[128]; local
49 const int res = fscanf(md5_file_, "%s %s", expected_md5, junk);
/external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
H A Ddebugging.c55 int* junk = (int*)alloca(sizeof(int) * 1234); local
56 junk[0] = s + 5;
57 layer2(junk[0], t + 1);
/external/bison/djgpp/
H A Ddjunpack.bat51 copy top_src.dir junk.tmp > nul
52 if not exist junk.tmp GoTo NoDjTar
53 del junk.tmp
56 copy ext_list.bat junk.tmp > nul
57 if not exist junk.tmp GoTo NoSed
58 del junk.tmp
73 del junk.tmp
77 del junk.tmp
/external/clang/test/Index/
H A Dannotate-tokens-pp.c5 NOTHING(more,junk) float WIBBLE(int, float);
75 // CHECK: Identifier: "junk" [5:14 - 5:18]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoplevel.ml15 Stream.junk stream;
45 Stream.junk stream;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoplevel.ml15 Stream.junk stream;
45 Stream.junk stream;

Completed in 565 milliseconds

1234