Home
last modified time | relevance | path

Searched full:pack (Results 526 - 550 of 1880) sorted by relevance

1...<<21222324252627282930>>...76

/third_party/python/Lib/
H A Dgzip.py73 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 Dwave.py600 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 DesextcTextureCubeMapArrayGenerateMipMap.cpp144 /* 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 Dfillpinc.h25 #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 Dtkinter.rst648 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 Dtkinter.scrolledtext.rst20 methods of the :class:`Grid` and :class:`Pack` geometry managers are acquired
/applications/standard/app_samples/code/SystemFeature/Media/GamePuzzle/
H A DREADME.md11 `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 Daudio_effect_chain_adapter.h53 int32_t EffectChainManagerAddSessionInfo(const char *sceneType, const char *sessionID, SessionInfoPack pack);
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_common.h54 void FillpBuildAndSendPack(struct FillpPcb *pcb, struct FtSocket *ftSock, struct FillpPktPack *pack,
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dpdt_fc_miracast.h51 /* pack setting */
/third_party/ffmpeg/libavcodec/
H A Dutvideo.h79 int pack; member
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DInfoDialog.java61 this.pack(); in InfoDialog()
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DAboutDialog.java63 dialog.pack(); in initComponents()
/third_party/mesa3d/src/intel/genxml/
H A DgenX_pack.h54 # error "Need to add a pack header include for this gen"
/third_party/node/deps/npm/node_modules/libnpmpack/
H A Dpackage.json4 "description": "Programmatic API for the bits behind npm pack",
/third_party/node/deps/openssl/openssl/util/
H A Dmk-fipsmodule-cnf.pl35 = ( uc(hmac_sha256_hex($data, pack("H$mac_keylen", $mac_key))) =~ m/../g );
/third_party/openssl/util/
H A Dmk-fipsmodule-cnf.pl35 = ( uc(hmac_sha256_hex($data, pack("H$mac_keylen", $mac_key))) =~ m/../g );
/third_party/skia/src/gpu/
H A DGrRectanizerSkyline.h14 // Pack rectangles and track the current silhouette
/third_party/openssl/doc/man3/
H A DPKCS12_pack_p7encdata.pod5 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 Dvarint.py32 w.write(struct.pack('B', byte))
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_tree.py26 sc.frame.pack(expand=1, fill="both", side='left')
/third_party/node/deps/v8/src/codegen/ppc/
H A Dconstants-ppc.h2316 /* 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 Ddmlib.py594 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 Dpacking.test.ets428 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 Dvoc.c275 { 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

Completed in 22 milliseconds

1...<<21222324252627282930>>...76