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

1 2 3 4 56 7 8 910

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
parser.ml 61 Stream.junk stream;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
parser.ml 61 Stream.junk stream;
  /external/ltp/tools/pounder21/src/xbonkers/
xbonkers.c 252 Window junk; local
262 &moo.y, &junk) != 1) {
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
parser.ml 61 Stream.junk stream;
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
parser.ml 61 Stream.junk stream;
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
parser.ml 61 Stream.junk stream;
  /toolchain/binutils/binutils-2.25/opcodes/
m32r-asm.c 230 long junk ATTRIBUTE_UNUSED;
271 errmsg = parse_hash (cd, strp, M32R_OPERAND_HASH, (long *) (& junk));
603 return _("junk at end of line"); /* FIXME: would like to include `str' */
  /kernel/tests/net/test/
cstruct.py 35 ... "\x00\x00\x00\x00\xfe\x01\x00\x00" + "junk at end")
  /external/icu/icu4c/source/test/cintltst/
ncnvtst.c 1294 char junk[999]; local
1469 char junk[999]; local
    [all...]
  /toolchain/binutils/binutils-2.25/cpu/
m32c.opc 827 signed long junk;
841 errmsg = cgen_parse_keyword (cd, & newp, & m32c_cgen_opval_h_r0h, & junk);
843 errmsg = cgen_parse_keyword (cd, & newp, & m32c_cgen_opval_h_r0l, & junk);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cPickle.c 480 PyObject *py_str = 0, *junk = 0; local
511 junk = PyObject_Call(self->write, self->arg, NULL);
514 if (junk) Py_DECREF(junk);
4449 PyObject *junk; local
4549 PyObject *junk = NULL; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cPickle.c 479 PyObject *py_str = 0, *junk = 0; local
514 junk = PyObject_Call(self->write, self->arg, NULL);
517 if (junk) Py_DECREF(junk);
4414 PyObject *junk; local
4514 PyObject *junk = NULL; local
    [all...]
  /external/python/cpython2/Modules/
cPickle.c 480 PyObject *py_str = 0, *junk = 0; local
511 junk = PyObject_Call(self->write, self->arg, NULL);
514 if (junk) Py_DECREF(junk);
4463 PyObject *junk; local
4579 PyObject *junk = NULL; local
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_FilesTest.java 70 File[] junk = ext.listFiles(new FilenameFilter() { local
77 for (File f: junk) {
  /device/asus/fugu/libaudio/
AudioStreamOut.cpp 649 int64_t junk; local
650 getNextWriteTimestamp_internal(&junk);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 97 Stream.junk stream;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 108 Stream.junk stream;
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 97 Stream.junk stream;
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 108 Stream.junk stream;
  /libcore/ojluni/src/main/native/
UNIXProcess_md.c 323 jobject junk,
967 UNIXProcess_destroyProcess(JNIEnv *env, jobject junk, jint pid)
  /prebuilts/go/darwin-x86/src/cmd/objdump/
objdump_test.go 90 // add that much junk to the hg repository. Instead, build a
  /prebuilts/go/linux-x86/src/cmd/objdump/
objdump_test.go 90 // add that much junk to the hg repository. Instead, build a
  /bionic/libc/dns/resolv/
res_send.c 942 char junk[PACKETSZ]; local
944 n = read(statp->_vcsock, junk,
945 (len > sizeof junk) ? sizeof junk : len);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
HTMLParser.py 265 self.error("junk characters in start tag: %r"
  /external/libcups/cups/
adminutil.c 75 junk[256], /* Extra junk to throw away */ local
301 while (cupsFileGets(srcfp, junk, sizeof(junk)) != NULL)
305 if (!strncmp(junk, "*End", 4))
    [all...]

Completed in 3557 milliseconds

1 2 3 4 56 7 8 910