Searched refs:zeros (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServicesTests2/src/com/android/framework/multidexlegacytestservices/test2/ |
D | ServicesTests.java | 328 byte[] zeros = new byte[4 * 1024]; in tamperAllExtractedZips() 338 int length = (int) Math.min(zeros.length, fileLength - index); in tamperAllExtractedZips() 339 raf.write(zeros, 0, length); in tamperAllExtractedZips() 350 byte[] zeros = new byte[4 * 1024]; in tamperAllOdex() 355 Assert.assertTrue(fileLength > zeros.length + savedSizeForOdexHeader); in tamperAllOdex() 360 raf.write(zeros, 0, zeros.length); in tamperAllOdex()
|
/frameworks/av/media/libaaudio/examples/utils/ |
D | AAudioSimpleRecorder.h | 191 float zeros[numFrames * samplesPerFrame]; in prime() local 192 memset(zeros, 0, sizeof(zeros)); in prime() 195 result = AAudioStream_write(mStream, zeros, numFrames, 0); in prime()
|
D | AAudioSimplePlayer.h | 180 float zeros[numFrames * samplesPerFrame]; in prime() local 181 memset(zeros, 0, sizeof(zeros)); in prime() 184 result = AAudioStream_write(mStream, zeros, numFrames, 0); in prime()
|
/frameworks/rs/rsov/compiler/tests/single_kernel/ |
D | mixed.ll | 44 …th"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "… 45 …m"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "… 46 …th"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "…
|
/frameworks/rs/rsov/compiler/tests/rs_allocation/ |
D | rewrite_getdim.ll | 50 …th"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "… 51 …m"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "…
|
D | getdimx.ll | 55 …th"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "… 56 …m"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "…
|
/frameworks/rs/rsov/compiler/tests/arguments/ |
D | foreach_multi_simple.ll | 30 …th"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "…
|
D | signedness.ll | 111 …th"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "…
|
/frameworks/rs/rsov/compiler/tests/multi_kernel/ |
D | invert.ll | 35 …th"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "…
|
/frameworks/base/tools/aapt2/ |
D | formats.md | 40 | `x` | `padding` | Up to 4 bytes of zeros, if padding is necessary to align the `…
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/ |
D | GPBMessageTests+Merge.m | 75 // All zeros, nothing should overright.
|
D | GPBMessageTests+Serialization.m | 67 // All zeros, still nothing.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBUtilities.m | 1609 // 0x0 (all zeros), end.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | CHANGES.txt | 1305 contain extra zeros.
|