Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/style/cts/
DCharacterStyleTest.java32 CharacterStyle result = CharacterStyle.wrap(metricAffectingSpan); in testWrap()
39 result = CharacterStyle.wrap(characterStyle); in testWrap()
45 result = CharacterStyle.wrap((MetricAffectingSpan) null); in testWrap()
49 result = CharacterStyle.wrap((CharacterStyle) null); in testWrap()
59 CharacterStyle result = CharacterStyle.wrap(metricAffectingSpan); in testGetUnderlying()
DMetricAffectingSpanTest.java33 CharacterStyle result = CharacterStyle.wrap(metricAffectingSpan); in testGetUnderlying()
/cts/tools/tradefed-host/res/report/
Dcts_result.css180 white-space: pre-wrap; /* css-3 */
181 white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
182 white-space: -pre-wrap; /* Opera 4-6 */
183 white-space: -o-pre-wrap; /* Opera 7 */
184 word-wrap: break-word; /* Internet Explorer 5.5+ */
/cts/tools/dex-tools/src/dex/reader/
DDexBuffer.java45 initialize(ByteBuffer.wrap(bytes)); in DexBuffer()
54 initialize(ByteBuffer.wrap(bytes)); in DexBuffer()
/cts/tests/tests/hardware/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/net/src/android/net/ipv6/cts/
DPingTest.java104 int ret = Os.sendto(s, ByteBuffer.wrap(packet), 0, address, port); in sendPing()
/cts/tests/tests/keystore/src/android/keystore/cts/
DAESGCMCipherTestBase.java162 updateAAD(ByteBuffer.wrap(aad)); in assertKatTransformWithAadProvidedInOneGo()
DBlockCipherTestBase.java699 ByteBuffer inputBuffer = ByteBuffer.wrap( in assertKatOneShotTransformUsingDoFinal()
708 (ByteBuffer) ByteBuffer.wrap(expectedOutput).position(expectedOutput.length), in assertKatOneShotTransformUsingDoFinal()
1170 ByteBuffer inputBuffer = ByteBuffer.wrap(buffer, inputOffsetInBuffer, input.length); in assertUpdateCopySafe()
1172 ByteBuffer.wrap(buffer, outputOffsetInBuffer, expectedOutput.length); in assertUpdateCopySafe()
1239 ByteBuffer inputBuffer = ByteBuffer.wrap(buffer, inputOffsetInBuffer, input.length); in assertDoFinalCopySafe()
1241 ByteBuffer.wrap(buffer, outputOffsetInBuffer, expectedOutput.length); in assertDoFinalCopySafe()
DKeyPairGeneratorTest.java1343 TestKeyManager.wrap(new MyKeyManager(privateKey, x509CertificateChain)) in assertUsableForTLSPeerAuthentication()
DAndroidKeyStoreTest.java1892 byte[] wrappedExpected = c.wrap(expectedSecret); in testKeyStore_KeyOperations_Wrap_Unencrypted_Success()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java581 ByteBuffer bstr = ByteBuffer.wrap( in sendResponse()
1404 ByteBuffer buf = ByteBuffer.wrap(img);
1410 ByteBuffer buf = ByteBuffer.wrap(img);
1416 ByteBuffer buf = ByteBuffer.wrap(img);
1422 ByteBuffer buf = ByteBuffer.wrap(img);
1430 ByteBuffer buf = ByteBuffer.wrap(img);
1444 ByteBuffer dngBuf = ByteBuffer.wrap(dngArray);
DItsUtils.java46 return ByteBuffer.wrap(jsonObj.toString().getBytes(Charset.defaultCharset())); in jsonToByteBuffer()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DWavAnalyzer.java30 ByteBuffer.wrap(byteData).order(ByteOrder.LITTLE_ENDIAN).asShortBuffer().get(shortData); in WavAnalyzer()
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGLSurfaceViewCustom.java648 GL wrap(GL gl); in wrap() method
1127 gl = view.mGLWrapper.wrap(gl); in createGL()
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/
Djquery.js5690 var wrap = jQuery( html, this[0].ownerDocument ).eq(0).clone(true);
5693 wrap.insertBefore( this[0] );
5696 wrap.map(function() {
5730 wrap: function( html ) { method
6273 wrap = wrapMap[ tag ] || wrapMap._default, variable
6274 depth = wrap[0],
6287 div.innerHTML = wrap[1] + elem + wrap[2];
6303 wrap[1] === "<table>" && !hasBody ?
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/
Ddocs.css710 word-wrap: break-word;
Dbootstrap.css608 word-wrap: break-word;
610 white-space: pre-wrap;
/cts/tests/tests/media/src/android/media/cts/
DDecoderTest.java112 mFormat.setByteBuffer("csd-0", ByteBuffer.wrap( new byte [] {0x13, 0x10} )); in testBug11696552()
/cts/tools/signature-tools/lib/
Dstringtemplate.jarMETA-INF/ META-INF/MANIFEST.MF org/antlr/stringtemplate/AttributeRenderer. ...
/cts/tools/dex-tools/dex/
Dclasses0.out.dex26468 public static java.nio.ByteBuffer wrap(
26471 public static java.nio.ByteBuffer wrap(
26794 public static java.nio.CharBuffer wrap(
26797 public static java.nio.CharBuffer wrap(
26802 public static java.nio.CharBuffer wrap(
26805 public static java.nio.CharBuffer wrap(
27071 static java.nio.CharBuffer wrap(
27248 public static java.nio.DoubleBuffer wrap(
27251 public static java.nio.DoubleBuffer wrap(
27382 static java.nio.DoubleBuffer wrap(
[all …]