Home
last modified time | relevance | path

Searched refs:encode (Results 401 - 425 of 850) sorted by relevance

1...<<11121314151617181920>>...34

/third_party/node/benchmark/crypto/
H A Dwebcrypto-digest.js40 data = ec.encode(data);
/third_party/protobuf/benchmarks/protobuf.js/
H A Dprotobufjs_benchmark.js46 protoType.encode(message).finish();
/third_party/skia/src/core/
H A DSkVerticesPriv.h40 void encode(SkWriteBuffer&) const;
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DCvtEncoder.java41 public void encode(ControlValueTable cvtTable) { in encode() method in CvtEncoder
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
H A DBrotliEncoderChannel.java66 while (src.hasRemaining() && encode(EncoderJNI.Operation.PROCESS)) { in write()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h158 llvm::Error encode(FileWriter &O) const;
H A DInlineInfo.h34 /// Any clients that encode information will need to ensure the ranges are
45 /// we encode the offset and size of each range instead of full addresses. This
168 llvm::Error encode(FileWriter &O, uint64_t BaseAddr) const;
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddmlib_lite.py151 telnet.write(command.encode('ascii') + b"\n")
362 command = command.encode("utf-8")
382 command = command.encode("utf-8")
/third_party/alsa-lib/src/seq/
H A Dseq_midi_event.c86 event_encode_t encode; member
218 * \brief Resets MIDI encode parser.
250 * \brief Resets MIDI encode/decode parsers.
308 * buffer to encode a sequencer event. If a complete MIDI message has been
389 * This function tries to use the byte \a c to encode a sequencer event. If
441 if (status_event[dev->type].encode) /* set data values */ in snd_midi_event_encode_byte()
442 status_event[dev->type].encode(dev, ev); in snd_midi_event_encode_byte()
465 /* encode note event */
473 /* encode one parameter controls */
480 /* encode pitc
[all...]
/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
302 RVCE_BEGIN(0x03000001); // encode in encode()
441 enc->encode = encode; in si_vce_40_2_2_init()
/third_party/python/Lib/ctypes/test/
H A Dtest_bitfields.py41 self.assertEqual(getattr(b, name), func(byref(b), name.encode('ascii')))
48 if func(byref(b), name.encode('ascii')) == 999:
54 self.assertEqual(getattr(b, name), func(byref(b), name.encode('ascii')))
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/
H A Dstream.py210 return self._fd.write(data.encode('utf-8'))
212 return self._fd.write(data.encode('utf-8'))
371 params_bytes = params.to_json().encode('utf-8')
/third_party/python/Lib/email/
H A Dheader.py246 original_bytes = string.encode('ascii', 'surrogateescape')
305 s.encode(output_charset, errors)
317 def encode(self, splitchars=';, \t', maxlinelen=None, linesep='\n'):
323 7-bit ASCII, care must be taken to properly convert and encode (with
313 def encode(self, splitchars=';, \\t', maxlinelen=None, linesep='\\n'): global() member in Header
H A Dgenerator.py147 # BytesGenerator overrides this to encode strings to bytes.
402 bytes and not string. When surrogates were used in the input to encode
412 self._fp.write(s.encode('ascii', 'surrogateescape'))
418 return s.encode('ascii')
445 return re.compile(s.encode('ascii'), flags)
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dreader_test.js17 const {encode} = goog.require('protobuf.binary.textencoding');
243 return textEncoder.encode(s);
245 return encode(s);
H A Dwriter.js14 const {encode} = goog.require('protobuf.binary.textencoding');
26 return s => s.length === 0 ? new Uint8Array(0) : textEncoder.encode(s);
29 return encode;
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/efuse_tool/
H A Defuse_cfg_gen.py35 c = bytes.encode('hex')
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Drk_mpi.h24 * call hardware encode and decode. Current MPP fully supports
46 * encode : both send video frame to encoder and get encoded video stream from
122 MPP_RET (*encode)(MppCtx ctx, MppFrame frame, MppPacket *packet); member
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Drk_mpi.h24 * call hardware encode and decode. Current MPP fully supports
46 * encode : both send video frame to encoder and get encoded video stream from
122 MPP_RET (*encode)(MppCtx ctx, MppFrame frame, MppPacket *packet); member
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Drk_mpi.h25 * call hardware encode and decode. Current MPP fully supports
47 * encode : both send video frame to encoder and get encoded video stream from
123 MPP_RET (*encode)(MppCtx ctx, MppFrame frame, MppPacket *packet); member
/device/soc/rockchip/common/hardware/mpp/include/
H A Drk_mpi.h24 * call hardware encode and decode. Current MPP fully supports
46 * encode : both send video frame to encoder and get encoded video stream from
122 MPP_RET (*encode)(MppCtx ctx, MppFrame frame, MppPacket *packet); member
/third_party/mesa3d/bin/
H A Dgen_vs_module_defs.py72 f.write(out_file_content.encode('utf-8'))
/third_party/mesa3d/src/compiler/glsl/tests/
H A Doptimization_test.py91 out, err = proc.communicate(source.encode('utf-8'))
/third_party/node/test/parallel/
H A Dtest-whatwg-encoding-custom-api-basics.js33 const encoded = new TextEncoder().encode(string);
/third_party/node/deps/openssl/openssl/crypto/encode_decode/
H A Dencoder_local.h40 OSSL_FUNC_encoder_encode_fn *encode; member

Completed in 12 milliseconds

1...<<11121314151617181920>>...34