Home
last modified time | relevance | path

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

12345678910

/third_party/python/Lib/encodings/
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/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
H A DFunctionInfo.cpp96 llvm::Expected<uint64_t> FunctionInfo::encode(FileWriter &O) const { in encode() function in FunctionInfo
H A DGsymCreator.cpp53 llvm::Error GsymCreator::encode(FileWriter &O) const { in encode() function in GsymCreator
/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
/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/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vce_52.c212 static void encode(struct rvce_encoder *enc) in encode() function
/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
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DGlyfEncoder.java58 public void encode(Font sourceFont) { in encode() method in GlyfEncoder
/third_party/toybox/toys/pending/
H A Dgetty.c84 static speed_t encode(char *s) in encode() function
/arkcompiler/runtime_core/bytecode_optimizer/
H A Dbytecode_optimizer_isapi.rb57 def encode method
91 def encode method
101 def encode method
129 def encode; end method
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dbytecode_optimizer_isapi.rb57 def encode method
91 def encode method
101 def encode method
138 def encode method
148 def encode; end method
/third_party/ffmpeg/libavcodec/
H A Davcodec.c516 void avcodec_string(char *buf, int buf_size, AVCodecContext *enc, int encode) in avcodec_string() argument
H A Dcodec_internal.h207 int (*encode)(struct AVCodecContext *avctx, struct AVPacket *avpkt, member

Completed in 13 milliseconds

12345678910