Home
last modified time | relevance | path

Searched refs:asBytes (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DIsValidUtf8Test.java114 assertTrue(asBytes("").isValidUtf8()); in testSomeSequences()
117 assertTrue(asBytes("\u0000abc\u007f").isValidUtf8()); in testSomeSequences()
120 assertTrue(asBytes("\u00a2\u00a2").isValidUtf8()); in testSomeSequences()
123 assertTrue(asBytes("\u020ac\u020ac").isValidUtf8()); in testSomeSequences()
126 assertTrue(asBytes("\u024B62\u024B62").isValidUtf8()); in testSomeSequences()
129 assertTrue(asBytes("a\u020ac\u00a2b\\u024B62u020acc\u00a2de\u024B62").isValidUtf8()); in testSomeSequences()
174 private static ByteString asBytes(String s) { in asBytes() method in IsValidUtf8Test
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/asn1/
DAsn1DecoderTest.java62 new byte[] {(byte) 0x98, 0x10, 0x21, 0, 0, 0, 0, 0, 0, 0}, node.asBytes()); in testNormalOperation()
104 new byte[] {(byte) 0x98, 0x10, 0x21, 0, 0, 0, 0, 0, 0, 0}, childOfFirst.asBytes()); in testNodeList()
117 new byte[] {(byte) 0x98, 0x10, 0x21, 0, 0, 0, 0, 0, 0, 1}, childOfSecond.asBytes()); in testNodeList()
141 new byte[] {(byte) 0x98, 0x10, 0x21, 0, 0, 0, 0, 0, 0, 0}, childOfFirst.asBytes()); in testMissingData()
169 assertArrayEquals(new byte[] {}, childOfFirst.asBytes()); in testEmptyData()
181 assertArrayEquals(new byte[] {}, childOfSecond.asBytes()); in testEmptyData()
202 assertArrayEquals(new byte[] {1, 2, 3}, node.asBytes()); in testLongFormLength()
DAsn1NodeTest.java148 assertArrayEquals(new byte[] {-1, 0, -1}, node.getChild(0x31).getChild(0x14).asBytes()); in testBuilderAndGetters()
152 assertArrayEquals(new byte[] {-1, 0, -1}, node.getChild(0x14).asBytes()); in testBuilderAndGetters()
271 node.asBytes(); in testAsBytes_ConstructedTag()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccSpecVersion.java61 versionType = node.getChild(TAG_VERSION).asBytes(); in fromOpenChannelResponse()
64 node.getChild(TAG_ISD_R_APP_TEMPLATE, TAG_VERSION).asBytes(); in fromOpenChannelResponse()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/perf/
DTimedStatement.java97 hashStream.write(code1.asBytes()); in calibrateMethod()
98 hashStream.write(code2.asBytes()); in calibrateMethod()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
DEuiccCardTest.java1031 assertTrue(Arrays.equals(new byte[] {11, 0 , 0}, child.asBytes())); in testAddDeviceCapability()
1039 assertTrue(Arrays.equals(new byte[] {11, 0 , 0}, child.asBytes())); in testAddDeviceCapability()
1047 assertTrue(Arrays.equals(new byte[] {1, 0 , 0}, child.asBytes())); in testAddDeviceCapability()
1055 assertTrue(Arrays.equals(new byte[] {1, 0 , 0}, child.asBytes())); in testAddDeviceCapability()
1063 assertTrue(Arrays.equals(new byte[] {12, 0 , 0}, child.asBytes())); in testAddDeviceCapability()
1071 assertTrue(Arrays.equals(new byte[] {11, 0 , 0}, child.asBytes())); in testAddDeviceCapability()
1079 assertTrue(Arrays.equals(new byte[] {0, 0 , 0}, child.asBytes())); in testAddDeviceCapability()
1087 assertTrue(Arrays.equals(new byte[] {0, 0 , 0}, child.asBytes())); in testAddDeviceCapability()
/frameworks/base/telephony/java/com/android/internal/telephony/uicc/asn1/
DAsn1Node.java449 public byte[] asBytes() throws InvalidAsn1DataException { in asBytes() method in Asn1Node
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DGeneratedMessageLite.java1164 private final byte[] asBytes; field in GeneratedMessageLite.SerializedForm
1172 asBytes = regularForm.toByteArray(); in SerializedForm()
1189 .mergeFrom(asBytes) in readResolve()
1216 .mergeFrom(asBytes) in readResolveFallback()