HomeSort by relevance Sort by last modified time
    Searched full:junk (Results 1 - 25 of 235) sorted by null

1 2 3 4 5 6 7 8 910

  /external/netcat/data/
pmap-dump.d 37 000 # 0x00 # . # auth junk: cb_cred: auth_unix = 1; NONE = 0
42 000 # 0x00 # . # auth junk
47 000 # 0x00 # . # auth junk
52 000 # 0x00 # . # auth junk
pmap-mnt.d 37 000 # 0x00 # . # auth junk: cb_cred: auth_unix = 1; NONE = 0
42 000 # 0x00 # . # auth junk
47 000 # 0x00 # . # auth junk
52 000 # 0x00 # . # auth junk
72 000 # 0x00 # . # proc num = junk
nfs-0.d 34 000 # port: junk
showmount.d 38 000 # port: junk
  /external/v8/test/mjsunit/
str-to-num.js 153 assertTrue(isNaN(toNumber("junk")), "junk");
154 assertTrue(isNaN(toNumber("100 junk")), "100 junk");
155 assertTrue(isNaN(toNumber("0x100 junk")), "0x100 junk");
156 assertTrue(isNaN(toNumber("100.0 junk")), "100.0 junk");
157 assertTrue(isNaN(toNumber(".1e4 junk")), ".1e4 junk");
    [all...]
  /external/icu4c/test/hdrtst/
Makefile 55 echo 'void junk(){}' >> ht_$$incfile.cpp ; \
69 echo 'void junk(){}' >> ht_$$incfile.cpp ; \
83 echo 'void junk(){}' >> ht_$$incfile.cpp ; \
84 echo > ht_dep.junk ; \
85 $(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" ; \
88 fgrep -q "$$incfile.h header is obsolete" ht_dep.junk || echo "** FAIL Header unicode/$$incfile.h is not obsoleted properly" ; \
92 # < ht_dep.junk && ; \
105 echo 'void junk(void);' >> ht_$$incfile.c ; \
106 echo 'void junk(){}' >> ht_$$incfile.c ; \
122 echo 'void junk(void);' >> hd_$$incfile.c ;
    [all...]
Makefile.in 73 echo 'void junk(){}' >> ht_$$incfile.cpp ; \
87 echo 'void junk(){}' >> ht_$$incfile.cpp ; \
101 echo 'void junk(){}' >> ht_$$incfile.cpp ; \
102 echo > ht_dep.junk ; \
103 $(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" ; \
106 fgrep -q "$$incfile.h header is obsolete" ht_dep.junk || echo "** FAIL Header unicode/$$incfile.h is not obsoleted properly" ; \
111 # < ht_dep.junk && ; \
124 echo 'void junk(void);' >> ht_$$incfile.c ; \
125 echo 'void junk(){}' >> ht_$$incfile.c ; \
141 echo 'void junk(void);' >> hd_$$incfile.c ;
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
level2.h 156 long junk = 0x00400000; local
161 while (!(junk & pattern)) junk >>= 1;
162 pattern ^= (junk + (junk >> 1) + (junk >> 5) + (junk >> 6) + (junk >> 7) + (junk >> 9) + (junk >> 11))
    [all...]
  /external/bison/djgpp/
djunpack.bat 52 copy top_src.dir junk.tmp > nul
53 if not exist junk.tmp GoTo NoDjTar
54 del junk.tmp
57 copy ext_list.bat junk.tmp > nul
58 if not exist junk.tmp GoTo NoSed
59 del junk.tmp
74 del junk.tmp
78 del junk.tmp
  /frameworks/base/services/java/com/android/server/
DiskStatsService.java 48 byte[] junk = new byte[512];
49 for (int i = 0; i < junk.length; i++) junk[i] = (byte) i; // Write nonzero bytes
58 fos.write(junk);
  /external/iproute2/include/
libnetlink.h 35 rtnl_filter_t junk; member in struct:rtnl_dump_filter_arg
43 rtnl_filter_t junk,
48 rtnl_filter_t junk,
  /external/quake/quake/src/QW/client/
gl_test.c 47 plane_t junk; variable
60 junk = trace.plane;
61 return &junk;
  /external/quake/quake/src/WinQuake/
gl_test.cpp 47 plane_t junk; variable
60 junk = trace.plane;
61 return &junk;
  /bionic/libm/ia64/
_fpmath.h 40 unsigned long junk :48; member in struct:IEEEl2bits::__anon529
42 unsigned long junk :48;
  /external/grub/stage2/
pxeloader.S 32 /* This region is a junk. Do you say that this is wasteful?
  /external/iproute2/lib/
libnetlink.c 218 if (a->junk) {
219 err = a->junk(&nladdr, h,
262 rtnl_filter_t junk,
266 { .filter = filter, .arg1 = arg1, .junk = junk, .arg2 = arg2 },
267 { .filter = NULL, .arg1 = NULL, .junk = NULL, .arg2 = NULL }
275 rtnl_filter_t junk,
351 if (junk) {
352 err = junk(&nladdr, h, jarg);
  /external/opencore/fileformats/mp4/parser/src/
handleratom.cpp 42 uint32 junk; local
47 if (!AtomUtils::read32(fp, junk))
  /external/qemu/distrib/sdl-1.2.12/src/audio/windx5/
SDL_dx5audio.c 251 DWORD cursor, junk; local
257 result = IDirectSoundBuffer_GetCurrentPosition(mixbuf, &junk, &cursor);
294 &junk, &cursor);
341 DWORD cursor, junk; local
347 result = IDirectSoundBuffer_GetCurrentPosition(mixbuf, &junk, &cursor);
351 &junk, &cursor);
376 (LPVOID *)&locked_buf, &rawlen, NULL, &junk, 0);
380 (LPVOID *)&locked_buf, &rawlen, NULL, &junk, 0);
  /bionic/libm/i386/
_fpmath.h 36 unsigned int junk :16; member in struct:IEEEl2bits::__anon526
  /external/kernel-headers/original/asm-x86/
user32.h 49 /* The rest of this junk is to help gdb figure out what goes where */
  /external/iproute2/man/man3/
libnetlink.3 25 int (*junk)(struct sockaddr_nl *,struct nlmsghdr *n, void *),
31 int (*junk)(struct sockaddr_nl *,struct nlmsghdr *n, void *),
101 .B junk
  /external/icu4c/test/cintltst/
ncnvfbts.c 227 char junk[9999]; local
230 junk[0] = 0;
234 sprintf(junk + uprv_strlen(junk), "0x%02x, ", (0xFF) & (unsigned int)*p);
238 log_verbose(junk);
305 char junk[9999]; local
391 junk[0] = 0;
396 sprintf(junk + strlen(junk), "0x%04x, ", (0xFFFF) & (unsigned int)*p);
400 log_verbose(junk);
    [all...]
  /external/opencore/fileformats/avi/parser/src/
pv_avifile_header.cpp 176 else if (JUNK == chunkType)
178 PVAVIFILE_LOGINFO((0, "PVAviFileParser::ParseFile: Skip Junk data"));
198 PVAVIFILE_LOGERROR((0, "PVAviFileHeader::PVAviFileHeader: Junk data size more than file header size"));
  /bootable/recovery/updater/
Android.mk 46 junk := $(shell mkdir -p $(dir $(inc));\ macro
  /external/bzip2/
spewG.c 32 /* The number of megabytes of junk to spew out (roughly) */

Completed in 853 milliseconds

1 2 3 4 5 6 7 8 910