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

1 2 3 4 5 6 7 8 91011>>

  /external/skia/gm/
image_shader.cpp 60 sk_sp<SkData> encoded = src->encodeToData(SkEncodedImageFormat::kPNG, 100); local
61 if (!encoded) {
64 return SkImage::MakeFromEncoded(std::move(encoded));
  /external/skqp/gm/
image_shader.cpp 60 sk_sp<SkData> encoded = src->encodeToData(SkEncodedImageFormat::kPNG, 100); local
61 if (!encoded) {
64 return SkImage::MakeFromEncoded(std::move(encoded));
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/idna/
punycode_test.go 13 s, encoded string
156 if got, err := decode(tc.encoded); err != nil {
157 t.Errorf("decode(%q): %v", tc.encoded, err)
159 t.Errorf("decode(%q): got %q, want %q", tc.encoded, got, tc.s)
164 } else if got != tc.encoded {
165 t.Errorf(`encode("", %q): got %q, want %q`, tc.s, got, tc.encoded)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/idna/
punycode_test.go 13 s, encoded string
156 if got, err := decode(tc.encoded); err != nil {
157 t.Errorf("decode(%q): %v", tc.encoded, err)
159 t.Errorf("decode(%q): got %q, want %q", tc.encoded, got, tc.s)
164 } else if got != tc.encoded {
165 t.Errorf(`encode("", %q): got %q, want %q`, tc.s, got, tc.encoded)
  /external/protobuf/src/google/protobuf/util/internal/
datapiece.cc 328 string encoded; local
330 WebSafeBase64Escape(*dest, &encoded);
335 return encoded == src_no_padding;
342 string encoded; local
345 &encoded, false); local
349 return encoded == src_no_padding;
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/openssl/
CertificateTrustBlock.java 41 CertificateTrustBlock(byte[] encoded)
43 ASN1Sequence seq = ASN1Sequence.getInstance(encoded);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
Base64.java 27 byte[] encoded = encode(data, off, length);
28 return Strings.fromByteArray(encoded);
32 * encode the input data producing a base 64 encoded byte array.
34 * @return a byte array containing the base 64 encoded data.
43 * encode the input data producing a base 64 encoded byte array.
45 * @return a byte array containing the base 64 encoded data.
96 * decode the base 64 encoded input data. It is assumed the input data is valid.
119 * decode the base 64 encoded String data - whitespace will be ignored.
142 * decode the base 64 encoded String data writing it to the given output stream,
  /external/curl/docs/cmdline-opts/
data-urlencode.d 3 Help: HTTP POST data url encoded
24 the name part is expected to be URL-encoded already.
32 name is expected to be URL-encoded already.
  /external/llvm/test/MC/Mips/mips64r6/
invalid-mips3.s 30 # ddiv has been re-encoded. See valid.s
31 # ddivu has been re-encoded. See valid.s
32 # div has been re-encoded. See valid.s
33 # divu has been re-encoded. See valid.s
  /external/skia/bench/
ColorCodecBench.cpp 21 ColorCodecBench::ColorCodecBench(const char* name, sk_sp<SkData> encoded)
22 : fEncoded(std::move(encoded))
  /external/skia/infra/bots/android_compile/
trigger_wait_ac_task.py 58 encoded = base64.standard_b64encode(m.digest())
62 "X-Webhook-Auth-Hash": encoded}
  /external/skqp/bench/
ColorCodecBench.cpp 21 ColorCodecBench::ColorCodecBench(const char* name, sk_sp<SkData> encoded)
22 : fEncoded(std::move(encoded))
  /external/tensorflow/tensorflow/contrib/slim/python/slim/data/
test_utils.py 39 encoded = tf_encoded.eval()
44 return feature_pb2.Feature(bytes_list=string_to_bytes(encoded))
63 """Generates an image and an example containing the encoded image.
74 example: a TF-example with a feature key 'image/encoded' set to the
81 'image/encoded': _encoded_bytes_feature(tf_encoded),
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
audio_encoder_ilbc.cc 96 uint8_t* encoded) {
121 encoded);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
isacfix.c 392 * - encoded : the encoded data vector
403 uint8_t* encoded)
428 encoded);
452 * - encoded : the encoded data vector
463 int16_t *encoded)
507 (uint8_t*)encoded);
516 * This function returns encoded data, with the recieved bwe-index in the
525 * - encoded : the encoded data vecto
    [all...]
  /libcore/ojluni/src/main/java/java/security/cert/
PKIXRevocationChecker.java 191 * DER-encoded OCSP response for that certificate. A deep copy of
213 * DER-encoded OCSP response for that certificate. A deep copy of
268 // deep-copy the encoded responses, since they are mutable
272 byte[] encoded = entry.getValue();
273 entry.setValue(encoded.clone());
  /tools/apksig/src/test/java/com/android/apksig/internal/util/
Resources.java 91 byte[] encoded = toByteArray(cls, resourceName);
110 return keyFactory.generatePrivate(new PKCS8EncodedKeySpec(encoded));
  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.cs 397 /// Writes an already-encoded tag.
399 /// <param name="tag">The encoded tag</param>
408 /// <param name="b1">The encoded tag</param>
417 /// <param name="b1">The first byte of the encoded tag</param>
418 /// <param name="b2">The second byte of the encoded tag</param>
428 /// <param name="b1">The first byte of the encoded tag</param>
429 /// <param name="b2">The second byte of the encoded tag</param>
430 /// <param name="b3">The third byte of the encoded tag</param>
441 /// <param name="b1">The first byte of the encoded tag</param>
442 /// <param name="b2">The second byte of the encoded tag</param>
    [all...]
  /external/llvm/test/MC/MachO/ARM/
thumb-bl-jbits.s 16 # has it displacement encoded correctly with respect to the J1 and J2 bits when
  /external/valgrind/exp-bbv/tests/amd64-linux/
fldcw_check.S 13 # It is encoded as "d9 /5" which means
  /external/valgrind/exp-bbv/tests/x86/
fldcw_check.S 13 # It is encoded as "d9 /5" which means
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
audio_encoder_g722.h 47 uint8_t* encoded) override;
55 rtc::Buffer encoded_buffer; // Already encoded.
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/
audio_encoder_isac_t.h 66 uint8_t* encoded) override;
89 // Timestamp of the previously encoded packet.
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
audio_encoder_opus.h 67 uint8_t* encoded) override;
  /frameworks/av/media/libstagefright/include/
ID3.h 93 static bool ParseSyncsafeInteger(const uint8_t encoded[4], size_t *x);

Completed in 627 milliseconds

1 2 3 4 5 6 7 8 91011>>