/libcore/luni/src/test/java/libcore/java/math/ |
BigIntegerTest.java | 66 new BigInteger("-1 hello"); // no trailing junk at all.
|
/external/openssl/crypto/perlasm/ |
ppc-xlate.pl | 16 my $junk = shift; 56 my $junk = shift;
|
/external/webkit/Source/WebCore/loader/ |
FTPDirectoryParser.h | 31 ** if 'line' is not a comment and is not junk. 37 ** '?' - LIST line is junk. (cwd, non-file/dir/link, etc)
|
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
setChangeLogDateAndReviewer.pl | 35 testName => "reviewer defined and \"NOBODY (OOPS!)\" in leading junk", 74 testName => "reviewer not defined and \"NOBODY (OOPS!)\" in leading junk",
|
/packages/apps/Email/tests/src/com/android/email/ |
FolderPropertiesTests.java | 131 Drawable junk = fp.getIcon(Mailbox.TYPE_JUNK, -1, 0); local 141 set.add(junk);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
shapestr.h | 90 CARD16 junk B16; /* not used */ 106 CARD8 junk; /* not used */ member in struct:_ShapeCombine
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
shapestr.h | 90 CARD16 junk B16; /* not used */ 106 CARD8 junk; /* not used */ member in struct:_ShapeCombine
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
shapestr.h | 90 CARD16 junk B16; /* not used */ 106 CARD8 junk; /* not used */ member in struct:_ShapeCombine
|
/external/zlib/src/examples/ |
gzjoin.c | 286 unsigned char *junk; /* buffer for uncompressed data -- discarded */ local 298 junk = malloc(CHUNK); 305 if (junk == NULL || ret != Z_OK) 327 strm.next_out = junk; 415 free(junk);
|
/external/protobuf/src/google/protobuf/io/ |
zero_copy_stream_impl_lite.cc | 190 char junk[4096]; local 193 int bytes = Read(junk, min(count - skipped, 194 implicit_cast<int>(sizeof(junk))));
|
/external/chromium/base/ |
string_number_conversions_unittest.cc | 140 // interpreted as junk after the number. 245 // interpreted as junk after the number. 328 // interpreted as junk after the number. 428 // interpreted as junk after the number.
|
/external/chromium/net/tools/flip_server/ |
spdy_interface.h | 124 // Use this to fail fast when junk is sent to our
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
CvsDiffParser.java | 49 parser.setMapDiffFile("d:/junk/cvsDiff.txt");
|
FindMachineTask.java | 47 test.markerContainer = "D:\\junk\\markers";
|
/external/guava/guava-tests/test/com/google/common/io/ |
LittleEndianDataInputStreamTest.java | 132 out.write(new byte[] { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9}); // 10 bytes of junk to skip
|
/external/kernel-headers/original/asm-mips/ |
delay.h | 75 #else /* 32-bit junk follows here */
|
/external/libpcap/ |
etherent.c | 153 /* Eat trailing junk */
|
/frameworks/base/core/tests/coretests/src/android/database/ |
DatabaseErrorHandlerTest.java | 67 // write junk into the database file
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
stdio-write.c | 38 # define WIN32_LEAN_AND_MEAN /* avoid including junk */
|
/external/jpeg/ |
jmemsys.h | 119 #ifdef USE_MSDOS_MEMMGR /* DOS-specific junk */ 132 #ifdef USE_MAC_MEMMGR /* Mac-specific junk */
|
/external/qemu/distrib/jpeg-6b/ |
jmemsys.h | 119 #ifdef USE_MSDOS_MEMMGR /* DOS-specific junk */ 132 #ifdef USE_MAC_MEMMGR /* Mac-specific junk */
|
/external/qemu/ |
qemu-timer.h | 179 unsigned long junk; local 185 : "=r" (retval), "=r" (junk));
|
/libcore/luni/src/test/java/libcore/java/util/ |
BitSetTest.java | 59 // Surround 'longs' with junk set bits but exclude them from the LongBuffer. 107 // Surround 'bytes' with junk set bits but exclude them from the ByteBuffer.
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/ |
iexploder.rb | 233 junk = [] 235 junk << "\\x" + rand(65535).to_s(16) 237 return junk.join('') * rand(@config['max_garbage_text_size']) 239 junk = [] 242 junk << chars[rand(chars.length)].chr 244 return junk.join('') * rand(@config['max_garbage_text_size'])
|
/bootable/recovery/applypatch/ |
applypatch.sh | 130 # put some junk in the old file 222 # put some junk in the old file 230 # put some junk in the cache copy, too 237 # put some junk in the new file 325 # put some junk in the old file
|