Home
last modified time | relevance | path

Searched refs:wrap (Results 1 – 25 of 44) sorted by relevance

12

/cts/tests/tests/wrap/wrap_nodebug/
DAndroid.mk32 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
Djarjar-rules.txt1 rule android.wrap.cts.WrapTest** android.wrap.cts.WrapTestWrapNoDebug@1
/cts/tests/tests/wrap/wrap_debug/
DAndroid.mk32 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
Djarjar-rules.txt1 rule android.wrap.cts.WrapTest** android.wrap.cts.WrapTestWrapDebug@1
/cts/tests/tests/wrap/wrap_debug_malloc_debug/
DAndroid.mk32 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
Djarjar-rules.txt1 rule android.wrap.cts.WrapTest** android.wrap.cts.WrapTestDebugMalloc@1
/cts/tests/tests/text/src/android/text/style/cts/
DCharacterStyleTest.java42 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()
DMetricAffectingSpanTest.java42 CharacterStyle result = CharacterStyle.wrap(metricAffectingSpan); in testGetUnderlying()
/cts/tests/tests/wrap/nowrap/
Djarjar-rules.txt1 rule android.wrap.cts.WrapTest** android.wrap.cts.WrapTestNoWrap@1
/cts/tests/tests/wrap/src/android/wrap/cts/
DWrapTest.java16 package android.wrap.cts;
19 import android.wrap.WrapActivity;
/cts/apps/CtsVerifier/assets/report/
Dcompatibility_result.css148 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/
DWrapActivity.java17 package android.wrap;
/cts/tests/tests/location/src/android/location/cts/suplClient/
DSuplTcpClient.java66 short dataLength = ByteBuffer.wrap(lengthArray).getShort(); in getSuplResponse()
/cts/tests/tests/location/src/android/location/cts/asn1/base/
DAsn1IA5String.java78 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()
DAsn1Object.java130 decodeBer(ByteBuffer.wrap(data)); in decodeBer()
DAsn1SequenceOf.java97 ByteBuffer subBuf = ByteBuffer.wrap(buf.array(), buf.position(), valueLength); in decodeBerValue()
/cts/tests/tests/security/src/android/security/cts/
DSSLConscryptPlainTextExposureTest.java226 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/
DJvmtiRedefineClassesTest.java747 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/
DBlockingInputAllocation.java60 public static BlockingInputAllocation wrap(Allocation allocation) { in wrap() method in BlockingInputAllocation
DAllocationInfo.java431 return BlockingInputAllocation.wrap(alloc); in createBlockingInputAllocation()
/cts/tests/tests/graphics/src/android/graphics/cts/
DImageDecoderTest.java144 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/
DPingTest.java104 int ret = Os.sendto(s, ByteBuffer.wrap(packet), 0, address, port); in sendPing()
/cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/
DDeviceTestCompanion.java79 ByteBuffer.wrap(nextTestNameBytes)).toString().trim(); in nextTest()
/cts/tests/tests/keystore/src/android/keystore/cts/
DAESGCMCipherTestBase.java162 updateAAD(ByteBuffer.wrap(aad)); in assertKatTransformWithAadProvidedInOneGo()
/cts/tests/tests/media/src/android/media/cts/
DMediaCasTest.java298 ByteBuffer expectedOutputBuf = ByteBuffer.wrap( in testClearKeyApis()
544 ByteBuffer inputBuf = ByteBuffer.wrap( in descrambleTestInputBuffer()

12