/aosp12/bootable/recovery/tests/unit/ |
H A D | asn1_decoder_test.cpp | 36 const uint8_t* junk; in TEST() local 38 ASSERT_FALSE(ctx.asn1_oid_get(&junk, &length)); in TEST() 39 ASSERT_FALSE(ctx.asn1_octet_string_get(&junk, &length)); in TEST()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | DiskStatsService.java | 73 byte[] junk = new byte[512]; in dump() 74 for (int i = 0; i < junk.length; i++) junk[i] = (byte) i; // Write nonzero bytes in dump() 83 fos.write(junk); in dump()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/slice/ |
H A D | SlicePermissionManagerTest.java | 126 DirtyTracker.Persistable junk = new DirtyTracker.Persistable() { in testInvalid() local 140 permissions.addDirtyImmediate(junk); in testInvalid()
|
/aosp12/bionic/libc/dns/resolv/ |
H A D | res_send.c | 942 char junk[PACKETSZ]; in send_vc() local 944 n = read(statp->_vcsock, junk, in send_vc() 945 (len > sizeof junk) ? sizeof junk : len); in send_vc()
|
/aosp12/packages/modules/DnsResolver/ |
H A D | res_send.cpp | 830 char junk[PACKETSZ]; in send_vc() local 832 n = read(statp->tcp_nssock, junk, (len > sizeof junk) ? sizeof junk : len); in send_vc()
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
H A D | bitfield.rscript | 42 struct NoBitfield junk; // just to make this an exported type
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
H A D | bitfield.rscript | 44 struct NoBitfield junk; // just to make this an exported type
|
/aosp12/frameworks/compile/slang/lit-tests/padding/ |
H A D | bitfield.rscript | 48 struct NoBitfield junk; // just to make this an exported type
|
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | catrig.c | 42 #define raise_inexact() do { volatile float junk __unused = 1 + tiny; } while(0)
|
H A D | catrigf.c | 56 #define raise_inexact() do { volatile float junk __unused = 1 + tiny; } while(0)
|
H A D | catrigl.c | 56 #define raise_inexact() do { volatile float junk __unused = 1 + tiny; } while(0)
|
/aosp12/frameworks/av/media/libstagefright/httplive/ |
H A D | PlaylistFetcher.cpp | 1265 sp<ABuffer> junk = new ABuffer(16); in initDownloadState() local 1266 junk->setRange(0, 16); in initDownloadState() 1267 status_t err = decryptBuffer(mSeqNumber - firstSeqNumberInPlaylist, junk, in initDownloadState()
|
/aosp12/frameworks/base/services/core/java/com/android/server/stats/pull/ |
H A D | StatsPullAtomService.java | 2549 byte[] junk = new byte[512]; 2550 for (int i = 0; i < junk.length; i++) junk[i] = (byte) i; // Write nonzero bytes 2559 fos.write(junk);
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
H A D | lt_wordlist.combined.gz | 1dictionary=main:lt,locale=lt,description=Lietuvių,date=1393228136, ... |
H A D | it_wordlist.combined.gz | 1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ... |
H A D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
H A D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |
H A D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
H A D | cs_wordlist.combined.gz | 1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ... |
H A D | de_wordlist.combined.gz | 1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ... |