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

1 2 3 4 5 6 7 8 91011>>

  /external/golang-protobuf/protoc-gen-go/testdata/
extension_test.go 66 t.Fatal("Decoded message didn't contain extension.")
104 t.Fatal("Decoded message didn't contain extension.")
141 t.Fatal("Decoded message didn't contain extension.")
193 t.Errorf("Retrieved extension from decoded message is not correct: %+v", osp)
  /external/golang-protobuf/ptypes/
any.go 103 // message and places the decoded result in pb. It returns an error if type of
  /external/python/cpython3/Lib/test/
test_cmd_line.py 173 # _Py_char2wchar() decoded b'\xff' as '\udcff' (b'\xff' is not
179 # _Py_char2wchar() decoded b'\xff' as '\xff' even if the locale is
194 decoded = text.decode('utf-8', 'surrogateescape')
195 expected = ascii(decoded).encode('ascii') + b'\n'
  /external/python/httplib2/tests/
__init__.py 561 decoded = base64.b64decode(data).decode()
562 username, password = decoded.split(":", 1)
  /external/skia/infra/lottiecap/gold/
lottie-web-aggregator.go 191 // decoded PNG bytes and any error. This hash is what will be used as
  /external/skia/infra/pathkit/gold/
wasm_gold_aggregator.go 199 // decoded PNG bytes and any error. This hash is what will be used as
  /external/skqp/infra/lottiecap/gold/
lottie-web-aggregator.go 191 // decoded PNG bytes and any error. This hash is what will be used as
  /external/skqp/infra/pathkit/gold/
wasm_gold_aggregator.go 199 // decoded PNG bytes and any error. This hash is what will be used as
  /external/syzkaller/vendor/github.com/golang/protobuf/ptypes/
any.go 103 // message and places the decoded result in pb. It returns an error if type of
  /external/webrtc/webrtc/base/
httpcommon.cc 773 //std::string decoded = username + ":" + password;
1041 std::string decoded(out_buf, out_buf + out_sec.cbBuffer);
1044 response.append(Base64::Encode(decoded));
  /external/boringssl/src/ssl/test/
test_config.cc 267 std::unique_ptr<uint8_t[]> decoded(new uint8_t[len]);
268 if (!EVP_DecodeBase64(decoded.get(), &len, len,
275 base64_field->assign(reinterpret_cast<const char *>(decoded.get()),
    [all...]
  /external/deqp-deps/SPIRV-Tools/test/
hex_float_test.cpp 71 HexFloat<FloatProxy<T>> decoded(0.f);
72 EXPECT_TRUE((std::stringstream(str) >> decoded).eof());
73 return decoded.value();
    [all...]
  /external/deqp-deps/glslang/gtests/
HexFloat.cpp 67 spvutils::HexFloat<FloatProxy<T>> decoded(0.f);
68 EXPECT_TRUE((std::stringstream(str) >> decoded).eof());
69 return decoded.value();
    [all...]
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java 1918 String decoded = null; local
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/test/
hex_float_test.cpp 71 HexFloat<FloatProxy<T>> decoded(0.f);
72 EXPECT_TRUE((std::stringstream(str) >> decoded).eof());
73 return decoded.value();
    [all...]
  /device/linaro/hikey/hifi/xaf/hifi-dpf/audio/
xa-class-mixer.c 63 /* ...total amount of decoded frames since last synchronization point */
64 u32 decoded; member in struct:XATrack
  /external/golang-protobuf/proto/
extensions.go 346 // Already decoded. Check the descriptor, though.
366 // Remember the decoded version and drop the encoded version.
  /external/protobuf/python/google/protobuf/pyext/
message.cc 731 // If the string can't be decoded in UTF-8, just return a string object that
2486 PyObject* decoded = PyString_AsDecodedObject(encoded.get(), "utf-8", NULL); local
2488 PyObject* decoded = PyUnicode_FromEncodedObject(encoded.get(), "utf-8", NULL); local
    [all...]
  /external/python/cpython3/Lib/urllib/
parse.py 621 By default, percent-encoded sequences are decoded with UTF-8, and invalid
    [all...]
  /external/syzkaller/vendor/github.com/golang/protobuf/proto/
extensions.go 330 // Already decoded. Check the descriptor, though.
350 // Remember the decoded version and drop the encoded version.
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java 505 Bitmap decoded = BitmapFactory.decodeResource(mRes, RES_IDS[i], options); local
506 assertSame(reuseBuffer, decoded);
689 // client and the properties of the image to be decoded.
693 // will always be decoded to Config.ARGB_8888.
711 // This test ensures that images are decoded to the intended Config and that the
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
xmlrpclib.py     [all...]
  /external/pcre/dist2/src/sljit/
sljitNativeTILEGX-encoder.c 10071 decoded[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE]; local
    [all...]
  /external/protobuf/js/binary/
decoder_test.js 137 // Verify decoded values.
  /external/python/cpython2/Lib/test/
test_xmlrpc.py     [all...]

Completed in 1137 milliseconds

1 2 3 4 5 6 7 8 91011>>