HomeSort by relevance Sort by last modified time
    Searched refs:decoded (Results 126 - 150 of 286) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
jsoncpp.cpp 726 Value decoded;
727 if (!decodeNumber(token, decoded))
729 currentValue().swapPayload(decoded);
735 bool Reader::decodeNumber(Token& token, Value& decoded) {
752 return decodeDouble(token, decoded);
761 return decodeDouble(token, decoded);
767 decoded = -Value::LargestInt(value);
769 decoded = Value::LargestInt(value);
771 decoded = value;
776 Value decoded;
    [all...]
  /external/grpc-grpc/test/core/security/
json_token_test.cc 212 char* decoded; local
220 decoded = static_cast<char*>(gpr_malloc(GRPC_SLICE_LENGTH(slice) + 1));
221 strncpy(decoded, reinterpret_cast<const char*> GRPC_SLICE_START_PTR(slice),
223 decoded[GRPC_SLICE_LENGTH(slice)] = '\0';
224 json = grpc_json_parse_string(decoded);
226 *scratchpad = decoded;
  /external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/
jsoncpp.cpp 726 Value decoded;
727 if (!decodeNumber(token, decoded))
729 currentValue().swapPayload(decoded);
735 bool Reader::decodeNumber(Token& token, Value& decoded) {
752 return decodeDouble(token, decoded);
761 return decodeDouble(token, decoded);
767 decoded = -Value::LargestInt(value);
769 decoded = Value::LargestInt(value);
771 decoded = value;
776 Value decoded;
    [all...]
  /external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
jsoncpp.cpp 726 Value decoded;
727 if (!decodeNumber(token, decoded))
729 currentValue().swapPayload(decoded);
735 bool Reader::decodeNumber(Token& token, Value& decoded) {
752 return decodeDouble(token, decoded);
761 return decodeDouble(token, decoded);
767 decoded = -Value::LargestInt(value);
769 decoded = Value::LargestInt(value);
771 decoded = value;
776 Value decoded;
    [all...]
  /development/scripts/
usb-reset-by-serial.py 103 decoded = pout.decode(encoding)
104 lines = decoded.strip().split("\n")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
__init__.py 266 ``codecs.getreader(fp)(encoding)``, or simply decoded to a ``unicode``
275 result of any object literal decoded with an ordered list of pairs. The
278 order that the key and value pairs are decoded (for example,
301 are not allowed and should be decoded to ``unicode`` first.
309 result of any object literal decoded with an ordered list of pairs. The
312 order that the key and value pairs are decoded (for example,
317 of every JSON float to be decoded. By default this is equivalent to
322 of every JSON int to be decoded. By default this is equivalent to
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
__init__.py 254 ``codecs.getreader(fp)(encoding)``, or simply decoded to a ``unicode``
263 result of any object literal decoded with an ordered list of pairs. The
266 order that the key and value pairs are decoded (for example,
289 are not allowed and should be decoded to ``unicode`` first.
297 result of any object literal decoded with an ordered list of pairs. The
300 order that the key and value pairs are decoded (for example,
305 of every JSON float to be decoded. By default this is equivalent to
310 of every JSON int to be decoded. By default this is equivalent to
  /external/curl/docs/cmdline-opts/
preproxy.d 18 User and password that might be provided in the proxy string are URL decoded
  /external/python/cpython2/Lib/json/
__init__.py 267 ``codecs.getreader(fp)(encoding)``, or simply decoded to a ``unicode``
276 result of any object literal decoded with an ordered list of pairs. The
279 order that the key and value pairs are decoded (for example,
302 are not allowed and should be decoded to ``unicode`` first.
310 result of any object literal decoded with an ordered list of pairs. The
313 order that the key and value pairs are decoded (for example,
318 of every JSON float to be decoded. By default this is equivalent to
323 of every JSON int to be decoded. By default this is equivalent to
  /external/python/cpython3/Lib/
base64.py 217 # the end of the decoded string.
222 decoded = bytearray()
232 decoded += acc.to_bytes(5, 'big')
236 if padchars and decoded:
240 decoded[-5:] = last[:leftover]
241 return bytes(decoded)
376 decoded = []
377 decoded_append = decoded.append
407 result = b''.join(decoded)
  /external/syzkaller/pkg/kd/
kd.go 33 func Decode(data []byte) (start, size int, decoded []byte) {
61 decoded = []byte(fmt.Sprintf("\n\nBUG: %v chance exception 0x%x\n\n%#v\n\n",
kd_test.go 11 start, size, decoded := Decode(exceptionPacket)
15 t.Logf("%s", decoded)
  /dalvik/dx/src/com/android/dx/io/instructions/
DecodedInstruction.java 27 * A decoded Dalvik instruction. This consists of a format codec, a
84 DecodedInstruction[] decoded = new DecodedInstruction[size]; local
89 decoded[in.cursor()] = DecodedInstruction.decode(in);
95 return decoded;
  /external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
ZipEncodingTest.java 180 final String decoded = enc.decode(testBytes); local
182 assertTrue(enc.canEncode(decoded));
184 final ByteBuffer encoded = enc.encode(decoded);
  /external/nos/host/generic/libnos/generator/test/
test.cpp 48 typename std::remove_const<decltype(msg)>::type decoded; local
49 return decoded.ParseFromArray(arg.data(), arg.size())
50 && MessageDifferencer::Equals(decoded, msg);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
kenny.cc 117 int16_t decoded[MAX_FRAMESAMPLES]; local
733 WebRtcIsacfix_DecodePlc(ISAC_main_inst, decoded, prevFrameSize));
737 ISAC_main_inst, decoded, prevFrameSize));
753 decoded,
765 stream_len, decoded, speechType );
779 /* Write decoded speech frame to file */
780 if (fwrite(decoded, sizeof(int16_t),
  /external/brotli/go/cbrotli/
cbrotli_test.go 282 decoded, err := Decode(encoded)
286 if !bytes.Equal(decoded, content) {
292 decoded, len(content))
348 decoded, err := Decode(encoded)
352 if !bytes.Equal(decoded, input) {
364 decoded, want)
  /external/conscrypt/common/src/main/java/org/conscrypt/
SSLUtils.java 391 * @return the decoded protocols or {@link EmptyArray#BYTE} if {@code protocols} is
414 String[] decoded = new String[numProtocols]; local
417 decoded[d++] = protocolLength > 0
423 return decoded;
  /external/deqp-deps/SPIRV-Tools/source/comp/
bit_stream.cpp 191 const int64_t decoded = DecodeZigZag(encoded, zigzag_exponent); local
193 *val = static_cast<T>(decoded);
194 assert(*val == decoded);
  /external/mesa3d/src/broadcom/qpu/
qpu_disasm.c 354 const char *decoded = v3d_qpu_decode(devinfo, instr); local
355 fprintf(stderr, "%s", decoded);
356 ralloc_free((char *)decoded);
  /external/okhttp/okio/okio/src/main/java/okio/
ByteString.java 139 byte[] decoded = Base64.decode(base64);
140 return decoded != null ? new ByteString(decoded) : null;
  /external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
ByteString.java 141 byte[] decoded = Base64.decode(base64);
142 return decoded != null ? new ByteString(decoded) : null;
  /external/protobuf/src/google/protobuf/util/internal/
datapiece.cc 251 string decoded; local
252 if (!DecodeBase64(str_, &decoded)) {
255 return decoded;
  /external/python/cpython3/Lib/test/
test_audioop.py 304 decoded = packs[w](*(x << (w * 8) >> 13 for x in src))
305 self.assertEqual(audioop.alaw2lin(encoded, w), decoded)
306 self.assertEqual(audioop.alaw2lin(bytearray(encoded), w), decoded)
307 self.assertEqual(audioop.alaw2lin(memoryview(encoded), w), decoded)
311 decoded = audioop.alaw2lin(encoded, w)
312 self.assertEqual(audioop.lin2alaw(decoded, w), encoded)
331 decoded = packs[w](*(x << (w * 8) >> 14 for x in src))
332 self.assertEqual(audioop.ulaw2lin(encoded, w), decoded)
333 self.assertEqual(audioop.ulaw2lin(bytearray(encoded), w), decoded)
334 self.assertEqual(audioop.ulaw2lin(memoryview(encoded), w), decoded)
    [all...]
  /external/python/cpython3/Lib/test/test_email/
test_headerregistry.py 132 decoded,
139 self.assertEqual(h, decoded)
230 decoded = args[2] if l>2 and args[2] is not DITTO else source
232 folded = args[3] if l>3 else header + decoded + '\n'
241 self.assertEqual(h, decoded)
783 decoded = args[1] if l>1 and args[1] is not DITTO else source
789 self.assertEqual(h, decoded)
824 decoded = args[2] if l>2 and args[2] is not DITTO else source
831 self.assertEqual(h, decoded)
883 decoded,
    [all...]

Completed in 1410 milliseconds

1 2 3 4 56 7 8 91011>>