/third_party/python/Lib/ |
H A D | gzip.py | 73 output.write(struct.pack("<L", value)) 571 # Pack ID1 and ID2 magic bytes, method (8=deflate), header flags (no extra 573 return struct.pack("<BBBBLBB", 0x1f, 0x8b, 8, 0, int(mtime), xfl, 255) 588 trailer = struct.pack("<LL", zlib.crc32(data), (len(data) & 0xffffffff))
|
H A D | wave.py | 600 self._file.write(struct.pack('<L4s4sLHHLLHH4s', 608 self._file.write(struct.pack('<L', self._datalength)) 617 self._file.write(struct.pack('<L', 36 + self._datawritten)) 619 self._file.write(struct.pack('<L', self._datawritten))
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArrayGenerateMipMap.cpp | 144 /* Restore pixel pack/unpack settings */ in deinit() 203 /* Update pixel pack/unpack settings */ in initTest() 500 /* Restore default pixel pack/unpack settings */ in deinit() 546 /* Update pixel pack/unpack settings */ in initTest()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/include/ |
H A D | fillpinc.h | 25 #pragma pack(push, 8) 608 * 12) Pack Interval 627 * 12) Stack PACK Interval 645 * 4) pack timer 680 FT_CONF_ENLARGE_PACK_INTERVAL, /* Indicates about the enlarging pack duration when there is no much data send */ 695 FT_CONF_APP_PACK_INTERVAL, /* Indicate the FillP default pack interval */ 931 /* Indicates the the increase the pack interval when there is no data transmission. Values: Any value. Greater 1247 struct FillpPackStastics pack; /* Indicates the packet statistics. */ member 1429 #pragma pack(pop)
|
/third_party/python/Doc/library/ |
H A D | tkinter.rst | 648 master into which they are packed. You can pack widgets into frames, and frames 657 :meth:`pack` method applied to it. 659 The pack() method can be called with keyword-option/value pairs that control 663 fred.pack() # defaults to side = "top" 664 fred.pack(side="left") 665 fred.pack(expand=1) 722 self.pack() 725 self.entrythingy.pack() 773 self.pack()
|
H A D | tkinter.scrolledtext.rst | 20 methods of the :class:`Grid` and :class:`Pack` geometry managers are acquired
|
/applications/standard/app_samples/code/SystemFeature/Media/GamePuzzle/ |
H A D | README.md | 11 `ImagePacker`: a class that provides APIs to pack images. Before calling any API in `ImagePacker`, you must use `createImagePacker` to create an `ImagePacker` instance.
|
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/ |
H A D | audio_effect_chain_adapter.h | 53 int32_t EffectChainManagerAddSessionInfo(const char *sceneType, const char *sessionID, SessionInfoPack pack);
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/ |
H A D | fillp_common.h | 54 void FillpBuildAndSendPack(struct FillpPcb *pcb, struct FtSocket *ftSock, struct FillpPktPack *pack,
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | pdt_fc_miracast.h | 51 /* pack setting */
|
/third_party/ffmpeg/libavcodec/ |
H A D | utvideo.h | 79 int pack; member
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | InfoDialog.java | 61 this.pack(); in InfoDialog()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
H A D | AboutDialog.java | 63 dialog.pack(); in initComponents()
|
/third_party/mesa3d/src/intel/genxml/ |
H A D | genX_pack.h | 54 # error "Need to add a pack header include for this gen"
|
/third_party/node/deps/npm/node_modules/libnpmpack/ |
H A D | package.json | 4 "description": "Programmatic API for the bits behind npm pack",
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | mk-fipsmodule-cnf.pl | 35 = ( uc(hmac_sha256_hex($data, pack("H$mac_keylen", $mac_key))) =~ m/../g );
|
/third_party/openssl/util/ |
H A D | mk-fipsmodule-cnf.pl | 35 = ( uc(hmac_sha256_hex($data, pack("H$mac_keylen", $mac_key))) =~ m/../g );
|
/third_party/skia/src/gpu/ |
H A D | GrRectanizerSkyline.h | 14 // Pack rectangles and track the current silhouette
|
/third_party/openssl/doc/man3/ |
H A D | PKCS12_pack_p7encdata.pod | 5 PKCS12_pack_p7encdata, PKCS12_pack_p7encdata_ex - Pack a set of PKCS#12 safeBags
|
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/ |
H A D | varint.py | 32 w.write(struct.pack('B', byte))
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_tree.py | 26 sc.frame.pack(expand=1, fill="both", side='left')
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | constants-ppc.h | 2316 /* Vector Pack Unsigned Halfword Unsigned Modulo */ \ 2346 /* Vector Pack Unsigned Word Unsigned Saturate */ \ 2350 /* Vector Pack Unsigned Doubleword Unsigned Modulo */ \ 2410 /* Vector Pack Signed Word Signed Saturate */ \ 2412 /* Vector Pack Signed Word Unsigned Saturate */ \ 2414 /* Vector Pack Signed Halfword Signed Saturate */ \ 2416 /* Vector Pack Signed Halfword Unsigned Saturate */ \ 2564 /* Vector Pack Pixel */ \ 2566 /* Vector Pack Signed Doubleword Signed Saturate */ \ 2568 /* Vector Pack Signe [all...] |
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | dmlib.py | 594 buf = struct.pack( 648 return struct.pack( 656 return struct.pack( 666 return struct.pack("%ds%ds" % (len(command), FORMAT_BYTES_LENGTH), 902 result = struct.pack(fmt, len(req), req) 1044 pack_cmd = struct.pack(fmt, size, banner_str, connect_key)
|
/test/xts/acts/multimedia/image/image_js_standard/imagePacking/entry/src/ohosTest/ets/test/ |
H A D | packing.test.ets | 428 console.log(`create pack file imageSource failed.`); 461 console.info(`${testNum} pack fail: ${JSON.stringify(err)}`); 1529 * @tc.name : test pack gif PixelMap to buffer --callback 1558 * @tc.name : test pack gif ImageSource to buffer --callback 1587 * @tc.name : test pack gif PixelMap to buffer --promise 1616 * @tc.name : test pack gif ImageSource to buffer --promise
|
/third_party/libsnd/src/ |
H A D | voc.c | 275 { unsigned char pack, stereo, compression ; in voc_read_header() local 279 offset += psf_binheader_readf (psf, "e3211", &size, &rate_short, &pack, &stereo) ; in voc_read_header() 287 psf_log_printf (psf, " pack : %d\n" in voc_read_header() 288 " stereo : %s\n", pack, (stereo ? "yes" : "no")) ; in voc_read_header() 718 02 Pack 825 02 Pack
|