/third_party/node/benchmark/crypto/ |
H A D | webcrypto-digest.js | 40 data = ec.encode(data);
|
/third_party/protobuf/benchmarks/protobuf.js/ |
H A D | protobufjs_benchmark.js | 46 protoType.encode(message).finish();
|
/third_party/skia/src/core/ |
H A D | SkVerticesPriv.h | 40 void encode(SkWriteBuffer&) const;
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
H A D | CvtEncoder.java | 41 public void encode(ControlValueTable cvtTable) { in encode() method in CvtEncoder
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
H A D | BrotliEncoderChannel.java | 66 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 D | GsymCreator.h | 158 llvm::Error encode(FileWriter &O) const;
|
H A D | InlineInfo.h | 34 /// 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 D | dmlib_lite.py | 151 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 D | seq_midi_event.c | 86 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 D | radeon_vce_40_2_2.c | 286 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 D | test_bitfields.py | 41 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 D | stream.py | 210 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 D | header.py | 246 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 D | generator.py | 147 # 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 D | reader_test.js | 17 const {encode} = goog.require('protobuf.binary.textencoding'); 243 return textEncoder.encode(s); 245 return encode(s);
|
H A D | writer.js | 14 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 D | efuse_cfg_gen.py | 35 c = bytes.encode('hex')
|
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | rk_mpi.h | 24 * 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 D | rk_mpi.h | 24 * 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 D | rk_mpi.h | 25 * 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 D | rk_mpi.h | 24 * 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 D | gen_vs_module_defs.py | 72 f.write(out_file_content.encode('utf-8'))
|
/third_party/mesa3d/src/compiler/glsl/tests/ |
H A D | optimization_test.py | 91 out, err = proc.communicate(source.encode('utf-8'))
|
/third_party/node/test/parallel/ |
H A D | test-whatwg-encoding-custom-api-basics.js | 33 const encoded = new TextEncoder().encode(string);
|
/third_party/node/deps/openssl/openssl/crypto/encode_decode/ |
H A D | encoder_local.h | 40 OSSL_FUNC_encoder_encode_fn *encode; member
|