Searched refs:decoded (Results 1 – 13 of 13) sorted by relevance
181 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, profile.encode()); in testEncodeDecodeWithIkeTunConnParams() local182 assertEquals(profile, decoded); in testEncodeDecodeWithIkeTunConnParams()188 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, profile.encode()); in testEncodeDecode() local189 assertEquals(profile, decoded); in testEncodeDecode()236 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, tooFewValues.getBytes()); in testEncodeDecodeMissingIsRestrictedToTestNetworks() local237 assertFalse(decoded.isRestrictedToTestNetworks); in testEncodeDecodeMissingIsRestrictedToTestNetworks()248 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, tooFewValues.getBytes()); in testEncodeDecodeMissingExcludeLocalRoutes() local249 assertFalse(decoded.excludeLocalRoutes); in testEncodeDecodeMissingExcludeLocalRoutes()259 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, tooFewValues.getBytes()); in testEncodeDecodeMissingRequiresValidation() local260 assertFalse(decoded.requiresInternetValidation); in testEncodeDecodeMissingRequiresValidation()[all …]
71 String decoded = Uri.decode(descriptionText); in extractNumberAndPins() local75 addMatchedNumbers(decoded, results, PHONE_PIN_PATTERN); in extractNumberAndPins()78 addMatchedNumbers(decoded, results, TEL_PIN_PATTERN); in extractNumberAndPins()85 String decoded, Map<String, NumberAndAccess> results, Pattern phonePinPattern) { in addMatchedNumbers() argument86 Matcher phoneFormatMatcher = phonePinPattern.matcher(decoded); in addMatchedNumbers()
100 let decoded = base64::decode_config(b64url_query, base64::URL_SAFE_NO_PAD)?; in handle_http3_request() localVariable101 self.in_flight_queries.insert([decoded[0], decoded[1]], stream_id); in handle_http3_request()102 ret = decoded; in handle_http3_request()
1593 const char *decoded = "unknown"; in debuglist_printerStatus() local1595 decoded = "Initializing"; in debuglist_printerStatus()1597 decoded = "Shutting Down"; in debuglist_printerStatus()1599 decoded = "Unable To Connect"; in debuglist_printerStatus()1601 decoded = "Unknown"; in debuglist_printerStatus()1603 decoded = "Offline"; in debuglist_printerStatus()1605 decoded = "Idle"; in debuglist_printerStatus()1607 decoded = "Printing"; in debuglist_printerStatus()1609 decoded = "Out Of Paper"; in debuglist_printerStatus()1611 decoded = "Out Of Ink"; in debuglist_printerStatus()[all …]
132 CharBuffer decoded = decoder.decode(ByteBuffer.wrap(byteArray)); in byteArrayToString() local133 return decoded.toString(); in byteArrayToString()
176 …e place where it is stored. It is possible in JSON because the length of decoded string is always …178 …ompare normal and *in situ* parsing. The JSON string values contain pointers to the decoded string.182 …decoded string are copied to freshly allocated buffers. `"\\n"` (2 characters) is decoded as `"\n"…230 During transcoding, the source string is decoded to into Unicode code points, and then the code poi…
116 … it must decode the input sequence. And if the sequence was unable to be decoded, it must be inval…
257 CharBuffer decoded = decoder.decode(ByteBuffer.wrap(byteArray)); in bytesToHexOrQuotedString() local258 return "\"" + decoded.toString() + "\""; in bytesToHexOrQuotedString()
290 CharBuffer decoded = decoder.decode(ByteBuffer.wrap(ssidOctets)); in NetworkDetail() local291 ssid = decoded.toString(); in NetworkDetail()
116 Assign the binary packet to be decoded into a variable. Beware of using
1dictionary=main:en_us,locale=en_US,description=English (US),date ...
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...