/cts/tests/tests/wrap/wrap_nodebug/ |
D | Android.mk | 32 LOCAL_PREBUILT_JNI_LIBS_arm := ../wrap.sh 33 LOCAL_PREBUILT_JNI_LIBS_arm64 := ../wrap.sh 34 LOCAL_PREBUILT_JNI_LIBS_mips := ../wrap.sh 35 LOCAL_PREBUILT_JNI_LIBS_mips64 := ../wrap.sh 36 LOCAL_PREBUILT_JNI_LIBS_x86 := ../wrap.sh 37 LOCAL_PREBUILT_JNI_LIBS_x86_64 := ../wrap.sh
|
D | jarjar-rules.txt | 1 rule android.wrap.cts.WrapTest** android.wrap.cts.WrapTestWrapNoDebug@1
|
/cts/tests/tests/wrap/wrap_debug/ |
D | Android.mk | 32 LOCAL_PREBUILT_JNI_LIBS_arm := ../wrap.sh 33 LOCAL_PREBUILT_JNI_LIBS_arm64 := ../wrap.sh 34 LOCAL_PREBUILT_JNI_LIBS_mips := ../wrap.sh 35 LOCAL_PREBUILT_JNI_LIBS_mips64 := ../wrap.sh 36 LOCAL_PREBUILT_JNI_LIBS_x86 := ../wrap.sh 37 LOCAL_PREBUILT_JNI_LIBS_x86_64 := ../wrap.sh
|
D | jarjar-rules.txt | 1 rule android.wrap.cts.WrapTest** android.wrap.cts.WrapTestWrapDebug@1
|
/cts/tests/tests/wrap/wrap_debug_malloc_debug/ |
D | Android.mk | 32 LOCAL_PREBUILT_JNI_LIBS_arm := wrap.sh 33 LOCAL_PREBUILT_JNI_LIBS_arm64 := wrap.sh 34 LOCAL_PREBUILT_JNI_LIBS_mips := wrap.sh 35 LOCAL_PREBUILT_JNI_LIBS_mips64 := wrap.sh 36 LOCAL_PREBUILT_JNI_LIBS_x86 := wrap.sh 37 LOCAL_PREBUILT_JNI_LIBS_x86_64 := wrap.sh
|
D | jarjar-rules.txt | 1 rule android.wrap.cts.WrapTest** android.wrap.cts.WrapTestDebugMalloc@1
|
/cts/tests/tests/text/src/android/text/style/cts/ |
D | CharacterStyleTest.java | 42 CharacterStyle result = CharacterStyle.wrap(metricAffectingSpan); in testWrap() 49 result = CharacterStyle.wrap(characterStyle); in testWrap() 55 result = CharacterStyle.wrap((MetricAffectingSpan) null); in testWrap() 59 result = CharacterStyle.wrap((CharacterStyle) null); in testWrap() 70 CharacterStyle result = CharacterStyle.wrap(metricAffectingSpan); in testGetUnderlying()
|
D | MetricAffectingSpanTest.java | 42 CharacterStyle result = CharacterStyle.wrap(metricAffectingSpan); in testGetUnderlying()
|
/cts/tests/tests/wrap/nowrap/ |
D | jarjar-rules.txt | 1 rule android.wrap.cts.WrapTest** android.wrap.cts.WrapTestNoWrap@1
|
/cts/tests/tests/wrap/src/android/wrap/cts/ |
D | WrapTest.java | 16 package android.wrap.cts; 19 import android.wrap.WrapActivity;
|
/cts/apps/CtsVerifier/assets/report/ |
D | compatibility_result.css | 148 white-space: pre-wrap; /* css-3 */ 149 white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ 150 white-space: -pre-wrap; /* Opera 4-6 */ 151 white-space: -o-pre-wrap; /* Opera 7 */ 152 word-wrap: break-word; /* Internet Explorer 5.5+ */
|
/cts/tests/tests/wrap/src/android/wrap/ |
D | WrapActivity.java | 17 package android.wrap;
|
/cts/tests/tests/location/src/android/location/cts/suplClient/ |
D | SuplTcpClient.java | 66 short dataLength = ByteBuffer.wrap(lengthArray).getShort(); in getSuplResponse()
|
/cts/tests/tests/location/src/android/location/cts/asn1/base/ |
D | Asn1IA5String.java | 78 ByteBuffer buffer = StandardCharsets.US_ASCII.newEncoder().encode(CharBuffer.wrap(alphabet)); in setAlphabet() 108 charset.newEncoder().encode(CharBuffer.wrap(value)); in setValue() 175 ByteBuffer buffer = charset.newEncoder().encode(CharBuffer.wrap(value)); in encodeValueCharacters()
|
D | Asn1Object.java | 130 decodeBer(ByteBuffer.wrap(data)); in decodeBer()
|
D | Asn1SequenceOf.java | 97 ByteBuffer subBuf = ByteBuffer.wrap(buf.array(), buf.position(), valueLength); in decodeBerValue()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | SSLConscryptPlainTextExposureTest.java | 226 dataOutAppBuffers[0] = ByteBuffer.wrap("PLAIN TEXT EXPOSED".getBytes()); in StartConnect() 227 dataOutAppBuffers[1] = ByteBuffer.wrap("PLAIN TEXT EXPOSED".getBytes()); in StartConnect() 228 dataOutAppBuffers[2] = ByteBuffer.wrap("PLAIN TEXT EXPOSED".getBytes()); in StartConnect() 234 result = clientEngine.wrap(dataOutAppBuffers, 0, 3, dataOutNetBuffer); in StartConnect() 363 result = engine.wrap(hsOutAppBuffer, hsOutNetBuffer); in doHandshake() 727 result = engine.wrap(hsOutAppBuffer, hsOutNetBuffer); in doHandshake()
|
/cts/hostsidetests/jvmti/redefining/app/src/android/jvmti/cts/ |
D | JvmtiRedefineClassesTest.java | 747 ByteBuffer.wrap(ONLOAD_INITIAL_CLASS), in testCannotRetransformOnLoadTest() 764 new InMemoryDexClassLoader(ByteBuffer.wrap(ONLOAD_INITIAL_CLASS), in testRetransformOnLoad()
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | BlockingInputAllocation.java | 60 public static BlockingInputAllocation wrap(Allocation allocation) { in wrap() method in BlockingInputAllocation
|
D | AllocationInfo.java | 431 return BlockingInputAllocation.wrap(alloc); in createBlockingInputAllocation()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | ImageDecoderTest.java | 144 return ByteBuffer.wrap(buffer); in getAsByteBufferWrap() 866 ByteBuffer.wrap(bytes, 0, truncatedLength)); in testEarlyIncomplete() 964 ByteBuffer.wrap(bytes, 0, truncatedLength)); in testOnPartialImage() 984 ByteBuffer.wrap(bytes, 0, truncatedLength)); in testOnPartialImage() 1016 ImageDecoder.Source src = ImageDecoder.createSource(ByteBuffer.wrap(bytes)); in testCorruptException() 1035 ByteBuffer.wrap(bytes, 0, bytes.length / 2)); in testPartialImageThrowException() 1152 return ByteBuffer.wrap(bytes); in testEmptyByteBuffer() 1159 return ByteBuffer.wrap(bytes).asReadOnlyBuffer(); in testEmptyByteBuffer() 1860 ImageDecoder.createSource(ByteBuffer.wrap(new byte[10], 0, 0))); 1880 () -> ByteBuffer.wrap(array, offset, length), [all …]
|
/cts/tests/tests/net/src/android/net/ipv6/cts/ |
D | PingTest.java | 104 int ret = Os.sendto(s, ByteBuffer.wrap(packet), 0, address, port); in sendPing()
|
/cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/ |
D | DeviceTestCompanion.java | 79 ByteBuffer.wrap(nextTestNameBytes)).toString().trim(); in nextTest()
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | AESGCMCipherTestBase.java | 162 updateAAD(ByteBuffer.wrap(aad)); in assertKatTransformWithAadProvidedInOneGo()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaCasTest.java | 298 ByteBuffer expectedOutputBuf = ByteBuffer.wrap( in testClearKeyApis() 544 ByteBuffer inputBuf = ByteBuffer.wrap( in descrambleTestInputBuffer()
|