/aosp12/system/nvram/messages/tests/ |
H A D | nvram_messages_test.cpp | 41 Request decoded; in TEST() local 65 Response decoded; in TEST() local 98 Request decoded; in TEST() local 122 Response decoded; in TEST() local 136 Request decoded; in TEST() local 159 Response decoded; in TEST() local 186 Request decoded; in TEST() local 218 Request decoded; in TEST() local 249 Request decoded; in TEST() local 289 Request decoded; in TEST() local [all …]
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | GsmSmsTest.java | 395 String decoded = GsmAlphabet.gsm7BitPackedToString(septets, 0, 128, 0, language, 0); in decodeSingle() local 472 String decoded = GsmAlphabet.gsm7BitPackedToString(septets, 0, numSeptets, 0, in testDecodeExtended() local 547 String decoded = GsmAlphabet.gsm7BitPackedToString(septets, 0, numSeptets, 0, in testDecodeExtendedFallback() local 550 assertEquals(defaultTable.toString(), decoded); in testDecodeExtendedFallback() local 553 assertEquals(turkishTable.toString(), decoded); in testDecodeExtendedFallback() local 556 assertEquals(portugueseTable.toString(), decoded); in testDecodeExtendedFallback() local
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/clock/ |
H A D | SettingsWrapperTest.kt | 54 val decoded = wrapper.decode(value, USER_ID) regex 70 val decoded = wrapper.decode(value, USER_ID) regex 82 val decoded = wrapper.decode(value, USER_ID) regex
|
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/internal/net/ |
H A D | VpnProfileTest.java | 135 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, profile.encode()); in testEncodeDecode() local 181 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, tooFewValues.getBytes()); in testEncodeDecodeMissingIsRestrictedToTestNetworks() local 190 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, profile.encode()); in testEncodeDecodeLoginsNotSaved() local
|
/aosp12/packages/apps/Car/Calendar/src/com/android/car/calendar/common/ |
H A D | EventDescriptions.java | 71 String decoded = Uri.decode(descriptionText); in extractNumberAndPins() local 85 String decoded, Map<String, NumberAndAccess> results, Pattern phonePinPattern) { in addMatchedNumbers() argument
|
/aosp12/frameworks/base/media/packages/BluetoothMidiService/tests/unit/src/com/android/bluetoothmidiservice/ |
H A D | BluetoothMidiDecoderTest.java | 90 void test(byte[] encoded, byte[][] decoded) throws IOException { in test() 95 void test(byte[][] encoded, byte[][] decoded) throws IOException { in test()
|
/aosp12/system/security/keystore/tests/ |
H A D | blob_test.cpp | 36 std::string decoded(decodeKeyName(encodeKeyName(toEncode))); in TEST() local
|
/aosp12/hardware/interfaces/rebootescrow/aidl/default/ |
H A D | HadamardUtilsTest.cpp | 48 auto decoded = DecodeKey(encoded); in TEST_F() local
|
/aosp12/frameworks/base/location/java/com/android/internal/location/ |
H A D | GpsNetInitiatedHandler.java | 493 String decoded; in decodeGSMPackedString() local 520 String decoded = ""; in decodeUTF8String() local 533 String decoded = ""; in decodeUCS2String() local
|
/aosp12/frameworks/base/core/java/android/net/ |
H A D | Uri.java | 2002 volatile String decoded; field in Uri.AbstractPart 2005 AbstractPart(String encoded, String decoded) { in AbstractPart() 2058 private Part(String encoded, String decoded) { in Part() 2107 static Part fromDecoded(String decoded) { in fromDecoded() 2117 static Part from(String encoded, String decoded) { in from() 2167 private PathPart(String encoded, String decoded) { in PathPart() 2254 static PathPart appendDecodedSegment(PathPart oldPart, String decoded) { in appendDecodedSegment() 2287 static PathPart fromDecoded(String decoded) { in fromDecoded() 2297 static PathPart from(String encoded, String decoded) { in from()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
H A D | ImageExporterTest.java | 114 Bitmap decoded = null; in testImageExport() local
|
/aosp12/art/libartbase/base/ |
H A D | leb128_test.cc | 26 uint32_t decoded; member 45 int32_t decoded; member
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
H A D | NativeUtil.java | 257 CharBuffer decoded = decoder.decode(ByteBuffer.wrap(byteArray)); in bytesToHexOrQuotedString() local
|
/aosp12/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/imaging/ |
H A D | LocalImageFetcher.java | 278 Bitmap decoded = ImageDecoder.decodeBitmap(src, mOnHeaderDecodedListener); in doInBackground() local
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | FastPairGattServer.java | 303 byte[] encrypt(byte[] decoded) { in encrypt()
|
/aosp12/system/media/audio_utils/tests/ |
H A D | metadata_tests.cpp | 324 Data decoded = dataFromByteString(bs); in TEST() local
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
H A D | NetworkDetail.java | 259 CharBuffer decoded = decoder.decode(ByteBuffer.wrap(ssidOctets)); in NetworkDetail() local
|
/aosp12/frameworks/base/core/tests/coretests/src/android/net/ |
H A D | UriTest.java | 858 private Object createPart(Class partClass, String encoded, String decoded) throws Exception { in createPart()
|
/aosp12/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/ |
H A D | WifiNl80211ManagerTest.java | 1227 CharBuffer decoded = decoder.decode(ByteBuffer.wrap(byteArray)); in bytesToHexOrQuotedString() local
|
/aosp12/packages/services/BuiltInPrintService/jni/ipphelper/ |
H A D | ipphelper.c | 1324 const char *decoded = "unknown"; in debuglist_printerStatus() local
|
/aosp12/hardware/qcom/audio/legacy/libalsa-intf/ |
H A D | alsa_audio.h | 272 size_t decoded; member
|
/aosp12/system/security/keystore2/src/ |
H A D | legacy_blob.rs | 1194 let decoded = match LegacyBlobLoader::decode_alias(&encoded) { in decode_encode_alias_test() localVariable
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | okio-1.15.0.jar | META-INF/
META-INF/MANIFEST.MF
okio/
okio/AsyncTimeout$Watchdog. ... |
H A D | opencensus-api-0.24.0.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/opencensus/
io/ ... |
/aosp12/packages/services/Car/tests/BugReportApp/libs/ |
H A D | opencensus-api-0.21.0.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/opencensus/
io/ ... |