/external/valgrind/memcheck/tests/amd64/ |
D | xor-undef-amd64.c | 10 char* junk = malloc(48); in main() local 11 assert(junk); in main() 22 : : "r"(junk) : "r8", "rax", "cc" in main() 31 : : "r"(junk) : "r8", "rax", "cc" in main() 46 : : "r"(junk) : "mm7", "mm0", "cc", "memory" in main() 58 : : "r"(junk) : "mm7", "mm0", "cc", "memory" in main() 73 : : "r"(junk) : "rax", "xmm8", "xmm0", "cc", "memory" in main() 85 : : "r"(junk) : "rax", "xmm8", "xmm0", "cc", "memory" in main() 100 : : "r"(junk) : "rax", "xmm8", "xmm0", "cc", "memory" in main() 112 : : "r"(junk) : "rax", "xmm8", "xmm0", "cc", "memory" in main() [all …]
|
/external/valgrind/memcheck/tests/x86/ |
D | xor-undef-x86.c | 10 char* junk = malloc(48); in main() local 11 assert(junk); in main() 22 : : "r"(junk) : "edi", "eax", "cc" in main() 31 : : "r"(junk) : "edi", "eax", "cc" in main() 47 : : "r"(junk) : "esi", "mm7", "mm0", "cc", "memory" in main() 60 : : "r"(junk) : "esi", "mm7", "mm0", "cc", "memory" in main() 77 : : "r"(junk) : "esi", "xmm7", "xmm0", "cc", "memory" in main() 91 : : "r"(junk) : "esi", "xmm7", "xmm0", "cc", "memory" in main() 108 : : "r"(junk) : "esi", "xmm7", "xmm0", "cc", "memory" in main() 122 : : "r"(junk) : "esi", "xmm7", "xmm0", "cc", "memory" in main() [all …]
|
/external/clang/test/Preprocessor/ |
D | 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/skia/bench/ |
D | MatrixBench.cpp | 57 volatile bool junk = false; in performTest() local 58 junk ^= (m0 == m1); in performTest() 59 junk ^= (m1 == m2); in performTest() 60 junk ^= (m2 == m0); in performTest() 120 volatile int junk = 0; in performTest() local 121 junk ^= (fMatrix.getType()); in performTest() 123 junk ^= (fMatrix.getType()); in performTest() 125 junk ^= (fMatrix.getType()); in performTest() 127 junk ^= (fMatrix.getType()); in performTest() 129 junk ^= (fMatrix.getType()); in performTest() [all …]
|
D | ScalarBench.cpp | 63 volatile bool junk = false; in performTest() local 64 junk ^= (fArray[6] != 0.0f || fArray[7] != 0.0f || fArray[8] != 1.0f); in performTest() 65 junk ^= (fArray[2] != 0.0f || fArray[5] != 0.0f); in performTest() 82 volatile int32_t junk = 0; in performTest() local 83 junk ^= (SkScalarAs2sCompliment(fArray[6]) | in performTest() 86 junk ^= (SkScalarAs2sCompliment(fArray[2]) | in performTest()
|
D | ColorPrivBench.cpp | 38 volatile SkPMColor junk = 0; in onDraw() local 55 junk ^= SkFastFourByteInterp(src, dst, scale); in onDraw() 57 junk ^= SkFastFourByteInterp256(src, dst, scale); in onDraw() 59 junk ^= SkFourByteInterp(src, dst, scale); in onDraw() 61 junk ^= SkFourByteInterp256(src, dst, scale); in onDraw()
|
D | PMFloatBench.cpp | 41 uint32_t junk = 0; in onDraw() local 87 junk ^= back[i]; in onDraw() 90 blackhole ^= junk; in onDraw()
|
/external/bison/djgpp/ |
D | djunpack.bat | 51 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/SemaCXX/ |
D | unknown-type-name.cpp | 96 template<typename T> int junk1(T::junk); // expected-warning{{variable templates are a C++14 extens… 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-… 99 template<typename T> int junk4(T::junk j); // expected-error{{missing 'typename'}}
|
/external/llvm/test/CodeGen/X86/ |
D | inline-asm-stack-realign3.ll | 3 declare void @bar(i32* %junk) 13 %junk = alloca i32 14 call void @bar(i32* %junk)
|
/external/icu/icu4c/source/test/cintltst/ |
D | ncnvfbts.c | 229 char junk[9999]; in testConvertFromUnicode() local 232 junk[0] = 0; in testConvertFromUnicode() 236 sprintf(junk + uprv_strlen(junk), "0x%02x, ", (0xFF) & (unsigned int)*p); in testConvertFromUnicode() 240 log_verbose(junk); in testConvertFromUnicode() 307 char junk[9999]; in testConvertToUnicode() local 393 junk[0] = 0; in testConvertToUnicode() 398 sprintf(junk + strlen(junk), "0x%04x, ", (0xFFFF) & (unsigned int)*p); in testConvertToUnicode() 402 log_verbose(junk); in testConvertToUnicode()
|
D | nccbtst.c | 2644 char junk[9999]; in testConvertFromUnicode() local 2755 junk[0] = 0; in testConvertFromUnicode() 2759 sprintf(junk + strlen(junk), "0x%02x, ", (0xFF) & (unsigned int)*p); in testConvertFromUnicode() 2763 log_verbose(junk); in testConvertFromUnicode() 2837 char junk[9999]; in testConvertToUnicode() local 2950 junk[0] = 0; in testConvertToUnicode() 2955 sprintf(junk + strlen(junk), "0x%04x, ", (0xFFFF) & (unsigned int)*p); in testConvertToUnicode() 2959 log_verbose(junk); in testConvertToUnicode() 3035 char junk[9999]; in testConvertFromUnicodeWithContext() local 3129 junk[0] = 0; in testConvertFromUnicodeWithContext() [all …]
|
/external/clang/test/Sema/ |
D | variadic-incomplete-arg-type.c | 6 void junk(int, ...); 11 junk(1, *error, (void)0); // expected-error {{argument type 'struct __CFError' is incomplete}} \ in main()
|
/external/droiddriver/ |
D | .gitignore | 4 # gradle junk 11 # Android Studio junk
|
/external/llvm/test/Feature/ |
D | load_module.ll | 7 @junk = global i32 0 10 ret i32* @junk
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | glX_proto_send.py | 59 [dim, junk, junk, junk, junk] = param.get_dimensions() 686 [dim, w, h, d, junk] = output.get_dimensions() 756 [dim, w, h, d, junk] = p.get_dimensions() 825 [dim, junk, junk, junk, junk] = param.get_dimensions()
|
/external/zlib/src/examples/ |
D | gzjoin.c | 287 unsigned char *junk; /* buffer for uncompressed data -- discarded */ in gzcopy() local 299 junk = malloc(CHUNK); in gzcopy() 306 if (junk == NULL || ret != Z_OK) in gzcopy() 328 strm.next_out = junk; in gzcopy() 416 free(junk); in gzcopy()
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
D | toplevel.ml | 12 Stream.junk stream; 30 Stream.junk stream;
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer_unittest.cc | 382 uint8_t junk; in TEST() local 383 const int nr = HANDLE_EINTR(read(fds[0], &junk, sizeof(junk))); in TEST() 384 ASSERT_EQ(static_cast<ssize_t>(sizeof(junk)), nr); in TEST() 626 uint8_t junk; in TEST() local 627 ASSERT_EQ(read(fds[0], &junk, sizeof(junk)), in TEST() 628 static_cast<ssize_t>(sizeof(junk))); in TEST()
|
/external/libvpx/libvpx/test/ |
D | test_vector_test.cc | 49 char junk[128]; in DecompressedFrameHook() local 52 const int res = fscanf(md5_file_, "%s %s", expected_md5, junk); in DecompressedFrameHook()
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | toplevel.ml | 14 Stream.junk stream; 35 Stream.junk stream;
|
/external/openssh/ |
D | cipher.c | 304 u_char *junk, *discard; in cipher_init() local 358 if ((junk = malloc(cipher->discard_len)) == NULL || in cipher_init() 360 if (junk != NULL) in cipher_init() 361 free(junk); in cipher_init() 365 ret = EVP_Cipher(&cc->evp, discard, junk, cipher->discard_len); in cipher_init() 367 free(junk); in cipher_init()
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | toplevel.ml | 15 Stream.junk stream; 45 Stream.junk stream;
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | toplevel.ml | 15 Stream.junk stream; 45 Stream.junk stream;
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | toplevel.ml | 15 Stream.junk stream; 45 Stream.junk stream;
|