HomeSort by relevance Sort by last modified time
    Searched refs:junk (Results 26 - 50 of 249) sorted by null

12 3 4 5 6 7 8 910

  /external/mesa3d/src/compiler/glsl/tests/
varyings_test.cpp 73 ir_variable *junk[VARYING_SLOT_TESS_MAX]; member in class:link_varyings
131 junk);
159 junk);
161 EXPECT_EQ(clipdistance, junk[VARYING_SLOT_CLIP_DIST0]);
186 junk);
188 EXPECT_EQ(culldistance, junk[VARYING_SLOT_CULL_DIST0]);
208 junk);
241 junk);
272 junk);
289 junk);
    [all...]
  /external/lz4/examples/
compress_functions.c 131 for(int junk=0; junk<warm_up; junk++)
144 for(int junk=0; junk<warm_up; junk++)
157 for(int junk=0; junk<warm_up; junk++)
172 // for(int junk=0; junk<warm_up; junk++)
    [all...]
  /external/skia/bench/
MatrixBench.cpp 56 volatile bool junk = false; variable
57 junk ^= (m0 == m1);
58 junk ^= (m1 == m2);
59 junk ^= (m2 == m0);
119 volatile int junk = 0; variable
120 junk ^= (fMatrix.getType());
122 junk ^= (fMatrix.getType());
124 junk ^= (fMatrix.getType());
126 junk ^= (fMatrix.getType());
128 junk ^= (fMatrix.getType())
    [all...]
  /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;
  /external/ltp/testcases/kernel/fs/fs_maim/
partbeat 56 ($junk,$junk,$device)=split(/\//,$target);
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
toplevel.ml 12 Stream.junk stream;
30 Stream.junk stream;
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
toplevel.ml 14 Stream.junk stream;
35 Stream.junk stream;
  /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...]
  /external/curl/docs/cmdline-opts/
junk-session-cookies.d 1 Long: junk-session-cookies
  /external/ltp/testcases/kernel/syscalls/setregid/
setregid03.c 178 struct group *junk; local
189 junk = getgrnam(#group); \
190 if (junk == NULL) { \
193 GID16_CHECK(junk->gr_gid, setregid, NULL); \
194 group = *(junk); \
  /external/bison/djgpp/
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/Index/
annotate-tokens-pp.c 5 NOTHING(more,junk) float WIBBLE(int, float);
75 // CHECK: Identifier: "junk" [5:14 - 5:18]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toplevel.ml 15 Stream.junk stream;
45 Stream.junk stream;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toplevel.ml 15 Stream.junk stream;
45 Stream.junk stream;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toplevel.ml 15 Stream.junk stream;
45 Stream.junk stream;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toplevel.ml 15 Stream.junk stream;
45 Stream.junk stream;
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
toplevel.ml 15 Stream.junk stream;
45 Stream.junk stream;
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
toplevel.ml 15 Stream.junk stream;
45 Stream.junk stream;
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
toplevel.ml 15 Stream.junk stream;
45 Stream.junk stream;
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
toplevel.ml 15 Stream.junk stream;
45 Stream.junk stream;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/lns/
lns-diag-1.l 6 .*:9: Error: junk at end of line, first unrecognized character is `1'
7 .*:12: Error: junk at end of line, first unrecognized character is `0'

Completed in 910 milliseconds

12 3 4 5 6 7 8 910