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

1 2 3 4 5 6 7 8 91011>>

  /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/chromium/third_party/icu/source/test/hdrtst/
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/icu4c/test/hdrtst/
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/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::__anon551
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/chromium/net/proxy/
proxy_list_unittest.cc 51 { "PROXY foopy1 ; JUNK ; JUNK ; SOCKS5 foopy2 ; ;",
  /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::__anon548
  /external/kernel-headers/original/asm-x86/
user32.h 49 /* The rest of this junk is to help gdb figure out what goes where */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
msg.h 22 unsigned long msg_lcbytes; /* Reuse junk fields for 32 bit */
  /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/chromium/third_party/icu/source/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/icu4c/test/cintltst/
ncnvfbts.c 229 char junk[9999]; local
232 junk[0] = 0;
236 sprintf(junk + uprv_strlen(junk), "0x%02x, ", (0xFF) & (unsigned int)*p);
240 log_verbose(junk);
307 char junk[9999]; local
393 junk[0] = 0;
398 sprintf(junk + strlen(junk), "0x%04x, ", (0xFFFF) & (unsigned int)*p);
402 log_verbose(junk);
    [all...]
  /bootable/recovery/updater/
Android.mk 52 junk := $(shell mkdir -p $(dir $(inc));\ macro
  /external/bzip2/
spewG.c 32 /* The number of megabytes of junk to spew out (roughly) */

Completed in 275 milliseconds

1 2 3 4 5 6 7 8 91011>>