Home
last modified time | relevance | path

Searched defs:encode (Results 151 - 175 of 309) sorted by relevance

12345678910>>...13

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-utf.hh140 encode (codepoint_t *text, in encode() function
266 encode (codepoint_t *text, in encode() function
333 encode (codepoint_t *text, in encode() function
387 encode (codepoint_t *text, in encode() function
442 encode (codepoint_t *text, in encode() function
/third_party/python/Lib/encodings/
H A Didna.py145 def encode(self, input, errors='strict'): member in Codec
H A Dpunycode.py200 def encode(self, input, errors='strict'): member in Codec
211 def encode(self, input, final=False): member in IncrementalEncoder
H A Dzlib_codec.py22 def encode(self, input, errors='strict'): member in Codec
33 def encode(self, input, final=False): member in IncrementalEncoder
H A Dbz2_codec.py24 def encode(self, input, errors='strict'): member in Codec
35 def encode(self, input, final=False): member in IncrementalEncoder
/third_party/ffmpeg/doc/examples/
H A Dencode_audio.c94 static void encode(AVCodecContext *ctx, AVFrame *frame, AVPacket *pkt, in encode() function
/third_party/libwebsockets/lib/misc/
H A Dbase64-decode.c52 _lws_b64_encode_string(const char *encode, const char *in, int in_len, in _lws_b64_encode_string() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vce_40_2_2.c286 static void encode(struct rvce_encoder *enc) in encode() function
H A Dradeon_vce_52.c212 static void encode(struct rvce_encoder *enc) in encode() function
/third_party/python/Lib/email/
H A D_encoded_words.py204 def encode(string, charset='utf-8', encoding=None, lang=''): function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp224 llvm::Error InlineInfo::encode(FileWriter &O, uint64_t BaseAddr) const { in encode() function in InlineInfo
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
H A DEncoder.java112 boolean encode(EncoderJNI.Operation op) throws IOException { in encode() method in Encoder
/third_party/python/Lib/json/
H A Dencoder.py183 def encode(self, o): member in JSONEncoder
/third_party/rust/crates/rustix/src/io/
H A Dcontext.rs62 fn encode(&self, target: Ref<'_, Self::Target>) -> u64; in fmt() functions
91 fn encode(&self, target: Ref<'_, Self::Target>) -> u64 { in encode() functions
146 fn encode(&self, target: Ref<'_, Self::Target>) -> u64 { in acquire() functions
/base/security/device_auth/common_lib/interfaces/
H A Dhc_tlv_parser.h40 int32_t (*encode)(struct TlvBaseT *, HcParcel *); member
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/derived/
H A Ddcamera_time_statistician.cpp27 int64_t encode = frameInfo.timePonit.finishEncode - frameInfo.timePonit.startEncode; in CalProcessTime() local
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dstream_impl.cpp28 std::tuple<int, std::unique_ptr<char[]>, size_t> DecodeString(const std::string& buffer, const std::string& encode) in DecodeString() argument
196 tuple<int, int64_t> StreamImpl::WriteCur(const std::string& buffer, int64_t length, const std::string& encode) in WriteCur() argument
62 GetWriteArg(const std::string& buffer, int64_t length, int64_t offset, const std::string& encode) GetWriteArg() argument
216 Write(const std::string& buffer, int64_t length, int64_t offset, const std::string& encode) Write() argument
/kernel/linux/linux-5.10/include/net/tc_act/
H A Dtc_ife.h42 int (*encode)(struct sk_buff *, void *, struct tcf_meta_info *); member
/kernel/linux/linux-6.6/include/net/tc_act/
H A Dtc_ife.h42 int (*encode)(struct sk_buff *, void *, struct tcf_meta_info *); member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPunycode.java130 public static StringBuilder encode(CharSequence src, boolean[] caseFlags) throws StringPrepParseException{ in encode() method in Punycode
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DPunycode.java134 public static StringBuilder encode(CharSequence src, boolean[] caseFlags) throws StringPrepParseException{ in encode() method in Punycode
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
H A DInputFile.java146 public byte[] encode(char[] chars) in encode() method in InputFile
/third_party/lzma/CPP/7zip/Compress/
H A DCodecExports.cpp54 static HRESULT FindCodecClassId(const GUID *clsid, bool isCoder2, bool isFilter, bool &encode, int &index) throw() in FindCodecClassId() argument
95 static HRESULT CreateCoderMain(unsigned index, bool encode, void **coder) in CreateCoderMain() argument
127 static HRESULT CreateCoder2(bool encode, UInt32 index, const GUID *iid, void **outObject) in CreateCoder2() argument
186 bool encode; in CreateCoder() local
[all...]
/third_party/node/src/quic/
H A Dsessionticket.cc83 MaybeLocal<Object> SessionTicket::encode(Environment* env) const { in encode() function in node::quic::SessionTicket
/third_party/node/deps/v8/src/objects/
H A Ddescriptor-array.h271 static inline int16_t encode(unsigned mark_compact_epoch, int16_t value) { in encode() function in v8::internal::NumberOfMarkedDescriptors

Completed in 11 milliseconds

12345678910>>...13