/cts/libs/webkit-shared/src/android/webkit/cts/ |
D | ExceptionWrapper.java | 41 public static <T> T wrap(WrappedTypedCall<T> c) { in wrap() method in ExceptionWrapper 43 return c.wrap(); in wrap() 49 public static void wrap(WrappedVoidCall r) { in wrap() method in ExceptionWrapper 50 wrap(() -> { in wrap() method 51 r.wrap(); in wrap() 81 T wrap() throws Exception; in wrap() method 85 void wrap() throws Exception; in wrap() method
|
D | SharedWebViewTestEnvironment.java | 219 ExceptionWrapper.wrap(() -> { 226 ExceptionWrapper.wrap(() -> { 243 return ExceptionWrapper.wrap(() -> { 258 ExceptionWrapper.wrap(() -> { 287 ExceptionWrapper.wrap(() -> { 301 ExceptionWrapper.wrap(() -> { 309 return ExceptionWrapper.wrap(() -> { 317 return ExceptionWrapper.wrap(() -> { 324 return ExceptionWrapper.wrap(() -> { 331 return ExceptionWrapper.wrap(() -> { [all …]
|
/cts/tests/tests/text/src/android/text/style/cts/ |
D | CharacterStyleTest.java | 43 CharacterStyle result = CharacterStyle.wrap(metricAffectingSpan); in testWrap() 50 result = CharacterStyle.wrap(characterStyle); in testWrap() 56 result = CharacterStyle.wrap((MetricAffectingSpan) null); in testWrap() 60 result = CharacterStyle.wrap((CharacterStyle) null); in testWrap() 71 CharacterStyle result = CharacterStyle.wrap(metricAffectingSpan); in testGetUnderlying()
|
/cts/tests/tests/wrap/wrap_debug_malloc_debug/ |
D | jarjar-rules.txt | 1 rule android.wrap.cts.WrapTest** android.wrap.cts.WrapTestDebugMalloc@1
|
/cts/tests/tests/wrap/wrap_debug/ |
D | jarjar-rules.txt | 1 rule android.wrap.cts.WrapTest** android.wrap.cts.WrapTestWrapDebug@1
|
/cts/tests/tests/wrap/wrap_nodebug/ |
D | jarjar-rules.txt | 1 rule android.wrap.cts.WrapTest** android.wrap.cts.WrapTestWrapNoDebug@1
|
/cts/tests/tests/wrap/nowrap/ |
D | jarjar-rules.txt | 1 rule android.wrap.cts.WrapTest** android.wrap.cts.WrapTestNoWrap@1
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/presence/ble/ |
D | BleAdvertisingPacket.java | 71 ByteBuffer.wrap(packet, 0, MAX_REFERENCE_DEVICE_NAME_LENGTH - 1).array(), in fromBytes() 73 byte randomDeviceId = ByteBuffer.wrap(packet, MAX_REFERENCE_DEVICE_NAME_LENGTH, 1).get(); in fromBytes() 74 byte rssiMedianFromReferenceDevice = ByteBuffer.wrap(packet, in fromBytes()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2015-6616/ |
D | poc.cpp | 71 creator = (void*) getDef().u.v2.sniff(dataSource->wrap(), &confidence, in main() 74 creator = (void*) getDef().u.v3.sniff(dataSource->wrap(), &confidence, in main() 82 CMediaExtractor *ret = ((CreatorFunc) creator)(dataSource->wrap(), meta); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0697/ |
D | poc.cpp | 73 creator = (void *)getDef().u.v2.sniff(dataSource->wrap(), &confidence, in main() 76 creator = (void *)getDef().u.v3.sniff(dataSource->wrap(), &confidence, in main() 84 CMediaExtractor *ret = ((CreatorFunc)creator)(dataSource->wrap(), meta); in main()
|
/cts/tests/tests/wrap/src/android/wrap/cts/ |
D | WrapTest.java | 16 package android.wrap.cts; 19 import android.wrap.WrapActivity;
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2126/ |
D | poc.cpp | 100 creator = (void *)getDef().u.v2.sniff(dataSource->wrap(), &confidence, in main() 103 creator = (void *)getDef().u.v3.sniff(dataSource->wrap(), &confidence, in main() 112 CMediaExtractor *ret = ((CreatorFunc)creator)(dataSource->wrap(), meta); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2015-3873/ |
D | poc.cpp | 71 creator = (void *)getDef().u.v2.sniff(dataSource->wrap(), &confidence, in main() 74 creator = (void *)getDef().u.v3.sniff(dataSource->wrap(), &confidence, in main() 83 ((CreatorFunc)creator)(dataSource->wrap(), meta); in main()
|
/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/hostsidetests/securitybulletin/securityPatch/CVE-2017-0726/ |
D | poc.cpp | 109 creator = (void *)getDef().u.v2.sniff(dataSource->wrap(), &confidence, in main() 112 creator = (void *)getDef().u.v3.sniff(dataSource->wrap(), &confidence, in main() 121 CMediaExtractor *ret = ((CreatorFunc)creator)(dataSource->wrap(), meta); in main()
|
/cts/tests/tests/wrap/ |
D | Android.bp | 30 name: "wrap.sh", 32 "wrap.sh",
|
/cts/tests/tests/wrap/src/android/wrap/ |
D | WrapActivity.java | 17 package android.wrap;
|
/cts/common/device-side/bedstead/testapp/src/library/main/java/com/android/bedstead/testapp/ |
D | TestAppActivityReference.java | 80 return TestApis.activities().wrap( in start() 100 return TestApis.activities().wrap( in start()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0383/ |
D | poc.cpp | 124 getDef().u.v2.sniff(dataSource->wrap(), &confidence, &meta, &freeMeta); in main() 126 getDef().u.v3.sniff(dataSource->wrap(), &confidence, &meta, &freeMeta); in main()
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/accounts/ |
D | Accounts.java | 50 …> com.android.bedstead.nene.accounts.AccountManager<RemoteAccountManager> wrap(UserReference user,… in wrap() method in Accounts 58 public LocalAccountManager wrap(android.accounts.AccountManager accountManager) { in wrap() method in Accounts
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0385/ |
D | poc.cpp | 124 getDef().u.v2.sniff(dataSource->wrap(), &confidence, &meta, &freeMeta); in main() 126 getDef().u.v3.sniff(dataSource->wrap(), &confidence, &meta, &freeMeta); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0381/ |
D | poc.cpp | 124 getDef().u.v2.sniff(dataSource->wrap(), &confidence, &meta, &freeMeta); in main() 126 getDef().u.v3.sniff(dataSource->wrap(), &confidence, &meta, &freeMeta); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0384/ |
D | poc.cpp | 124 getDef().u.v2.sniff(dataSource->wrap(), &confidence, &meta, &freeMeta); in main() 126 getDef().u.v3.sniff(dataSource->wrap(), &confidence, &meta, &freeMeta); in main()
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | ByteBufferTest.java | 100 ByteBuffer texelData = ByteBuffer.wrap(byteArray); in testArrayBackedTexImage2d() 115 ByteBuffer bufferData = ByteBuffer.wrap(byteArray); in testArrayBackedBufferData() 131 ByteBuffer texelData = ByteBuffer.wrap(byteArray); in testArraybackedFBTextureReadPixels()
|
/cts/tests/media/common/src/android/mediav2/common/cts/ |
D | HDRDecoderTestBase.java | 86 ByteBuffer.wrap(loadByteArrayFromString(hdr10Info)), in dequeueOutput() 97 ? ByteBuffer.wrap(loadByteArrayFromString(hdrStaticInfoStream)) : null; in validateHDRInfo() 99 ? ByteBuffer.wrap(loadByteArrayFromString(hdrStaticInfoContainer)) : null; in validateHDRInfo()
|