Searched refs:encode (Results 176 - 200 of 609) sorted by relevance

1234567891011>>

/external/chromium_org/v8/src/x64/
H A Dcode-stubs-x64.h283 return DictionaryBits::encode(dictionary_.code()) |
284 ResultBits::encode(result_.code()) |
285 IndexBits::encode(index_.code()) |
286 LookupModeBits::encode(mode_);
514 return ObjectBits::encode(object_.code()) |
515 ValueBits::encode(value_.code()) |
516 AddressBits::encode(address_.code()) |
517 RememberedSetActionBits::encode(remembered_set_action_) |
518 SaveFPRegsModeBits::encode(save_fp_regs_mode_);
/external/openssl/crypto/evp/
H A Dbio_b64.c86 int encode; member in struct:b64_struct
125 ctx->encode=0;
157 if (ctx->encode != B64_DECODE)
159 ctx->encode=B64_DECODE;
383 if (ctx->encode != B64_ENCODE)
385 ctx->encode=B64_ENCODE;
504 ctx->encode=B64_NONE;
516 if ((ret == 0) && (ctx->encode != B64_NONE)
550 else if (ctx->encode != B64_NONE && ctx->base64.num != 0)
/external/chromium_org/third_party/libxml/src/
H A DtestHTML.c824 else if ((!strcmp(argv[i], "-encode")) ||
825 (!strcmp(argv[i], "--encode"))) {
831 if ((!strcmp(argv[i], "-encode")) ||
832 (!strcmp(argv[i], "--encode"))) {
867 printf("\t--encode encoding : output in the given encoding\n");
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DVia.java260 sentProtocol.encode(buffer);
262 sentBy.encode(buffer);
265 parameters.encode(buffer);
550 return sentBy.encode();
559 return sentProtocol.encode();
H A DContact.java110 address.encode(buffer);
114 address.encode(buffer);
119 parameters.encode(buffer);
H A DChallenge.java81 public String encode() { method in class:Challenge
84 .append(authParams.encode())
/external/wpa_supplicant_8/hostapd/
H A Dwps-ap-nfc.py51 print wpas.request("WPS_NFC_TAG_READ " + message.encode("hex"))
80 str(req).encode("hex") + " " +
81 str(sel).encode("hex"))
104 print data.encode("hex")
112 print str(sel).encode("hex")
/external/chromium/sdch/open-vcdiff/vsprojects/
H A Dvcdiff_test.bat50 rem vcdiff with three arguments but without "encode" or "decode"
60 encode -dictionary %DICTIONARY_FILE% ^
82 encode -dictionary %DICTIONARY_FILE% ^
102 encode -dictionary %DICTIONARY_FILE% ^
121 encode -dictionary %DICTIONARY_FILE% ^
165 encode -dictionary %TEMP%\nonexistent_file ^
174 encode -dictionary %DICTIONARY_FILE% ^
191 encode -dictionary %DICTIONARY_FILE% ^
235 encode -target %TARGET_FILE% ^
243 encode
[all...]
/external/chromium_org/sdch/open-vcdiff/vsprojects/
H A Dvcdiff_test.bat50 rem vcdiff with three arguments but without "encode" or "decode"
60 encode -dictionary %DICTIONARY_FILE% ^
82 encode -dictionary %DICTIONARY_FILE% ^
102 encode -dictionary %DICTIONARY_FILE% ^
121 encode -dictionary %DICTIONARY_FILE% ^
165 encode -dictionary %TEMP%\nonexistent_file ^
174 encode -dictionary %DICTIONARY_FILE% ^
191 encode -dictionary %DICTIONARY_FILE% ^
235 encode -target %TARGET_FILE% ^
243 encode
[all...]
/external/open-vcdiff/vsprojects/
H A Dvcdiff_test.bat50 rem vcdiff with three arguments but without "encode" or "decode"
60 encode -dictionary %DICTIONARY_FILE% ^
82 encode -dictionary %DICTIONARY_FILE% ^
102 encode -dictionary %DICTIONARY_FILE% ^
121 encode -dictionary %DICTIONARY_FILE% ^
165 encode -dictionary %TEMP%\nonexistent_file ^
174 encode -dictionary %DICTIONARY_FILE% ^
191 encode -dictionary %DICTIONARY_FILE% ^
235 encode -target %TARGET_FILE% ^
243 encode
[all...]
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
H A DJSON.pm27 shrink max_depth max_size encode decode decode_prefix allow_unknown
129 shift @_; $alternative = 'encode';
154 $json->encode($_[0]);
457 my $JSON_XS_encode_orignal = \&JSON::XS::encode;
462 *JSON::XS::encode = \&JSON::Backend::XS::Supportable::_encode;
543 my $unsupported = $type eq 'encode' ? JSON::Backend::XS::UNSUPPORTED_ENCODE_FLAG
559 sub _encode { # using with PP encode
561 _set_for_pp('encode' => @_)->encode($_[1]);
610 *JSON::XS::encode
[all...]
/external/chromium_org/third_party/JSON/JSON-2.59/lib/
H A DJSON.pm27 shrink max_depth max_size encode decode decode_prefix allow_unknown
129 shift @_; $alternative = 'encode';
154 $json->encode($_[0]);
457 my $JSON_XS_encode_orignal = \&JSON::XS::encode;
462 *JSON::XS::encode = \&JSON::Backend::XS::Supportable::_encode;
543 my $unsupported = $type eq 'encode' ? JSON::Backend::XS::UNSUPPORTED_ENCODE_FLAG
559 sub _encode { # using with PP encode
561 _set_for_pp('encode' => @_)->encode($_[1]);
610 *JSON::XS::encode
[all...]
/external/chromium_org/third_party/JSON/out/lib/perl5/
H A DJSON.pm27 shrink max_depth max_size encode decode decode_prefix allow_unknown
129 shift @_; $alternative = 'encode';
154 $json->encode($_[0]);
457 my $JSON_XS_encode_orignal = \&JSON::XS::encode;
462 *JSON::XS::encode = \&JSON::Backend::XS::Supportable::_encode;
543 my $unsupported = $type eq 'encode' ? JSON::Backend::XS::UNSUPPORTED_ENCODE_FLAG
559 sub _encode { # using with PP encode
561 _set_for_pp('encode' => @_)->encode($_[1]);
610 *JSON::XS::encode
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DActionScriptTarget.java64 * or are in the surrogate pair ranges. For example "/uffff" will not encode properly
66 * if the int is below 255, we encode as hex literal
71 * Ideally this should be improved at a future date. The most optimal way to encode this
78 // encode as hex
/external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
H A Dimage_encoder.js82 var encodedMetadata = metadataEncoder.encode();
86 // TODO(kaznacheev): refactor |stringToArrayBuffer| and |encode| to return
98 appendSlice(metadataEncoder.encode());
180 // Chrome can only encode JPEG and PNG. Force PNG mime type so that we
226 ImageEncoder.MetadataEncoder.prototype.encode = function() {
/external/chromium_org/v8/src/
H A Dscopeinfo.h95 value_ = ModeField::encode(mode) |
96 IndexField::encode(index) |
97 InitField::encode(init_flag);
/external/compiler-rt/lib/asan/scripts/
H A Dsymbolize.py107 print "%s%d" % (match.group(1).encode('utf-8'), inline_frameno), \
108 match.group(3).encode('utf-8'), "in", frame[0], frame[1]
110 print line.rstrip().encode('utf-8')
/external/apache-http/src/org/apache/http/impl/auth/
H A DDigestScheme.java88 * @see #encode(byte[])
314 String tmp2=encode(md5Helper.digest(EncodingUtils.getBytes(a1, charset)));
325 String md5a1 = encode(md5Helper.digest(EncodingUtils.getBytes(a1, charset)));
335 String md5a2 = encode(md5Helper.digest(EncodingUtils.getAsciiBytes(a2)));
368 encode(md5Helper.digest(EncodingUtils.getAsciiBytes(serverDigestValue)));
451 private static String encode(byte[] binaryData) { method in class:DigestScheme
480 cnonce = encode(md5Helper.digest(EncodingUtils.getAsciiBytes(cnonce)));
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwps-nfc.py53 if "FAIL" in wpas.request("WPS_NFC_TAG_READ " + message.encode("hex")):
105 str(req).encode("hex") + " " +
106 str(sel).encode("hex"))
129 print data.encode("hex")
137 print str(sel).encode("hex")
183 print "Handover request carrier record from wpa_supplicant: " + data.encode("hex")
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1OutputStream.java128 obj.toASN1Primitive().encode(this);
141 obj.encode(new ImplicitOutputStream(os));
/external/chromium_org/third_party/WebKit/Source/core/platform/image-encoders/skia/
H A DPNGImageEncoder.cpp117 bool PNGImageEncoder::encode(const SkBitmap& bitmap, Vector<unsigned char>* output) function in class:WebCore::PNGImageEncoder
127 bool PNGImageEncoder::encode(const ImageData& imageData, Vector<unsigned char>* output) function in class:WebCore::PNGImageEncoder
H A DWEBPImageEncoder.cpp37 #include "webp/encode.h"
118 bool WEBPImageEncoder::encode(const SkBitmap& bitmap, int quality, Vector<unsigned char>* output) function in class:WebCore::WEBPImageEncoder
128 bool WEBPImageEncoder::encode(const ImageData& imageData, int quality, Vector<unsigned char>* output) function in class:WebCore::WEBPImageEncoder
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodecUTF16.cpp120 CString TextCodecUTF16::encode(const UChar* characters, size_t length, UnencodableHandling) function in class:WTF::TextCodecUTF16
134 // null characters inside it. Perhaps the result of encode should not be a CString.
152 CString TextCodecUTF16::encode(const LChar* characters, size_t length, UnencodableHandling) function in class:WTF::TextCodecUTF16
H A DTextCodecUserDefined.cpp80 // No way to encode this character with x-user-defined.
114 CString TextCodecUserDefined::encode(const UChar* characters, size_t length, UnencodableHandling handling) function in class:WTF::TextCodecUserDefined
119 CString TextCodecUserDefined::encode(const LChar* characters, size_t length, UnencodableHandling handling) function in class:WTF::TextCodecUserDefined
/external/javasqlite/src/main/java/SQLite/
H A DStringEncoder.java42 public static String encode(byte[] a) { method in class:StringEncoder
97 * this class' <code>encode</code> method.

Completed in 923 milliseconds

1234567891011>>