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

1 23 4 5 6 7 8 91011

  /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;
  /external/libevent/test/
regress_iocp.c 243 char junk[1024]; local
250 for (i = 0; i < (int)sizeof(junk); ++i)
251 junk[i] = (char)(i);
267 evbuffer_add(wbuf, junk, sizeof(junk));
271 evbuffer_add(rbuf, junk, sizeof(junk));
274 tt_int_op(evbuffer_get_length(buf), ==, sizeof(junk));
  /toolchain/binutils/binutils-2.27/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'
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
ctl.go 118 type junk struct { type
125 func flagOverwrite_ssa(s *junk, c int) int {
139 j := junk{}
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
ctl.go 118 type junk struct { type
125 func flagOverwrite_ssa(s *junk, c int) int {
139 j := junk{}
  /toolchain/binutils/binutils-2.27/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/icu/icu4c/source/test/hdrtst/
Makefile.in 72 echo 'void junk(){}' >> ht_$$incfile.cpp ; \
86 echo 'void junk(){}' >> ht_$$incfile.cpp ; \
87 echo > ht_dep.junk ; \
88 $(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp 2>&1 | sed -e 's/^.*#error[^"]*"//' | fgrep -v ht_ | tee ht_dep.junk | fgrep -v "$$incfile.h header is obsolete" ; \
91 fgrep -q "$$incfile.h header is obsolete" ht_dep.junk || echo "** FAIL Header unicode/$$incfile.h is not obsoleted properly" ; \
92 fgrep -q "$$incfile.h header is obsolete" ht_dep.junk || FAIL=1 ; \
98 # < ht_dep.junk && ; \
107 echo 'void junk(void);' >> ht_$$incfile.c ; \
108 echo 'void junk(){}' >> ht_$$incfile.c ; \
119 echo 'void junk(void);' >> hd_$$incfile.cpp ;
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
cris.exp 71 if [regexp "(.)(.)(.)" $imcode junk imcode3 imcode2 imcode1] {
74 regexp "(.)(.)" $imcode junk imcode2 imcode1
80 if [regexp "(.)(.)(.)" $ircode junk ircode3 ircode2 ircode1] {
83 regexp "(.)(.)" $ircode junk ircode2 ircode1
91 if [regexp "(.)(.)(.)" $imcode0 junk imcode03 imcode02 imcode01] {
94 regexp "(.)(.)" $imcode0 junk imcode02 imcode01
100 if [regexp "(.)(.)(.)" $ircode0 junk ircode03 ircode02 ircode01] {
103 regexp "(.)(.)" $ircode0 junk ircode02 ircode01
163 $line junk leftpart n1 n2 n3 n4 rightpart
177 $line junk leftpart n1 n2 n3 n4 rightpar
    [all...]
  /external/syslinux/com32/chain/
utility.c 58 char junk; local
63 cnt = read(0, &junk, 1);
69 cnt = read(0, &junk, 1);
  /external/unicode/
CVTUTF7.C 186 unsigned long junk; local
263 junk = READ_N_BITS(BITS_IN_BUFFER);
264 if (junk)
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
bitfield.rs 42 struct NoBitfield junk; // just to make this an exported type
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
floatobject.h 46 input, and, if non-NULL, NULL is stored into *junk (this tried to serve a
48 PyAPI_FUNC(PyObject *) PyFloat_FromString(PyObject*, char** junk);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
floatobject.h 46 input, and, if non-NULL, NULL is stored into *junk (this tried to serve a
48 PyAPI_FUNC(PyObject *) PyFloat_FromString(PyObject*, char** junk);
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_common.py 60 [dim, w, h, d, junk] = param.get_dimensions()
  /external/python/cpython2/Include/
floatobject.h 46 input, and, if non-NULL, NULL is stored into *junk (this tried to serve a
48 PyAPI_FUNC(PyObject *) PyFloat_FromString(PyObject*, char** junk);
  /prebuilts/gdb/darwin-x86/include/python2.7/
floatobject.h 46 input, and, if non-NULL, NULL is stored into *junk (this tried to serve a
48 PyAPI_FUNC(PyObject *) PyFloat_FromString(PyObject*, char** junk);
  /prebuilts/gdb/linux-x86/include/python2.7/
floatobject.h 46 input, and, if non-NULL, NULL is stored into *junk (this tried to serve a
48 PyAPI_FUNC(PyObject *) PyFloat_FromString(PyObject*, char** junk);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
floatobject.h 46 input, and, if non-NULL, NULL is stored into *junk (this tried to serve a
48 PyAPI_FUNC(PyObject *) PyFloat_FromString(PyObject*, char** junk);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
floatobject.h 46 input, and, if non-NULL, NULL is stored into *junk (this tried to serve a
48 PyAPI_FUNC(PyObject *) PyFloat_FromString(PyObject*, char** junk);
  /external/zlib/src/examples/
gzjoin.c 287 unsigned char *junk; /* buffer for uncompressed data -- discarded */ local
299 junk = malloc(CHUNK);
306 if (junk == NULL || ret != Z_OK)
328 strm.next_out = junk;
416 free(junk);
  /toolchain/binutils/binutils-2.27/zlib/examples/
gzjoin.c 287 unsigned char *junk; /* buffer for uncompressed data -- discarded */ local
299 junk = malloc(CHUNK);
306 if (junk == NULL || ret != Z_OK)
328 strm.next_out = junk;
416 free(junk);
  /toolchain/binutils/binutils-2.27/opcodes/
m32c-asm.c 793 signed long junk;
807 errmsg = cgen_parse_keyword (cd, & newp, & m32c_cgen_opval_h_r0h, & junk);
809 errmsg = cgen_parse_keyword (cd, & newp, & m32c_cgen_opval_h_r0l, & junk);
962 long junk ATTRIBUTE_UNUSED;
967 errmsg = cgen_parse_keyword (cd, strp, & m32c_cgen_opval_h_a0, & junk);
970 errmsg = cgen_parse_keyword (cd, strp, & m32c_cgen_opval_h_a1, & junk);
792 signed long junk; local
    [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer_unittest.cc 382 uint8_t junk; local
383 const int nr = HANDLE_EINTR(read(fds[0], &junk, sizeof(junk)));
384 ASSERT_EQ(static_cast<ssize_t>(sizeof(junk)), nr);
626 uint8_t junk; local
627 ASSERT_EQ(read(fds[0], &junk, sizeof(junk)),
628 static_cast<ssize_t>(sizeof(junk)));

Completed in 430 milliseconds

1 23 4 5 6 7 8 91011