Home
last modified time | relevance | path

Searched full:pack (Results 151 - 175 of 2059) sorted by relevance

12345678910>>...83

/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DAnyPartial.cs126 /// <param name="message">The message to pack.</param>
128 public static Any Pack(IMessage message) => Pack(message, DefaultPrefix);
133 /// <param name="message">The message to pack.</param>
136 public static Any Pack(IMessage message, string typeUrlPrefix) in Pack() method in Google.Protobuf.WellKnownTypes.Any
/third_party/python/Lib/idlelib/
H A Dtextview.py24 def pack(self, **kwargs): member in AutoHideScrollbar
25 raise TclError(f'{self.__class__.__name__} does not support "pack"')
97 self.textframe.pack(side='top', expand=True, fill='both')
98 button_ok.pack(side='bottom')
134 self.viewframe.pack(side='top', expand=True, fill='both')
H A Dtooltip.py163 label.pack()
172 label.pack()
174 button1.pack()
177 button2.pack()
/third_party/python/Lib/test/
H A Dtest_fcntl.py35 lockdata = struct.pack(off_t + off_t + pid_t + 'hh', 0, 0, 0,
38 lockdata = struct.pack('qqihhi', 0, 0, 0, fcntl.F_WRLCK, 0, 0)
40 lockdata = struct.pack('hhlllii', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)
42 lockdata = struct.pack('hh'+start_len+'hh', fcntl.F_WRLCK, 0, 0, 0, 0, 0)
45 print('struct.pack: ', repr(lockdata))
H A Dtest_sunau.py135 b = struct.pack('>LLLLL', sunau.AUDIO_FILE_MAGIC, 20, 0,
141 b = struct.pack('>LLLLLL', sunau.AUDIO_FILE_MAGIC, 124, 0,
148 b = struct.pack('>LLLLLL', sunau.AUDIO_FILE_MAGIC, 24, 0, 0, 11025, 1)
153 b = struct.pack('>LLLLLL', sunau.AUDIO_FILE_MAGIC, 24, 0,
/third_party/node/deps/npm/docs/content/commands/
H A Dnpm-publish.md49 Similar to `--dry-run` see [`npm pack`](/commands/npm-pack), which figures
55 To see what will be included in your package, run `npm pack --dry-run`. All
132 `dedupe`, `uninstall`, as well as `pack` and `publish`.
234 * [npm pack](/commands/npm-pack)
/third_party/lzma/C/
H A DCpuArch.h236 #define MY_CPU_pragma_pack_push_1 __pragma(pack(push, 1))
237 #define MY_CPU_pragma_pop __pragma(pack(pop))
244 #define MY_CPU_pragma_pack_push_1 _Pragma("pack(1)")
245 #define MY_CPU_pragma_pop _Pragma("pack()")
247 #define MY_CPU_pragma_pack_push_1 _Pragma("pack(push, 1)")
248 #define MY_CPU_pragma_pop _Pragma("pack(pop)")
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/efuse_tool/
H A Defuse_cfg_gen.py59 result = struct.pack('BBHHH', 0, 8, int(line[2]), size, value_len)
65 value_struct = value_struct + struct.pack('I', value)
69 header = struct.pack('BBHIII', 0, 48, number, len(buf) + 48, 0, 0)
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dfillp_cookie.h33 /* Below structures are exchanged over network, so there should be no padding, so use pack 1 */
34 #pragma pack(1)
80 #pragma pack()
/third_party/elfutils/tests/
H A Drun-getphdrnum.sh10 # struct.pack(
56 # struct.pack(
83 # struct.pack(
/third_party/mesa3d/src/mesa/main/
H A Dpbo.h38 const struct gl_pixelstore_attrib *pack,
62 const struct gl_pixelstore_attrib *pack,
75 const struct gl_pixelstore_attrib *pack);
/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/
H A DCertificateRequest.pm76 $extensions .= pack("n", $key);
77 $extensions .= pack("n", length($extdata));
81 $data = pack('n', length($extensions));
H A DEncryptedExtensions.pm81 $extensions .= pack("n", $key);
82 $extensions .= pack("n", length($extdata));
86 $data = pack('n', length($extensions));
/third_party/python/Tools/demo/
H A Dmcast.py39 ttl_bin = struct.pack('@i', MYTTL)
68 mreq = group_bin + struct.pack('=I', socket.INADDR_ANY)
71 mreq = group_bin + struct.pack('@I', 0)
/third_party/openssl/util/perl/TLSProxy/
H A DCertificateRequest.pm76 $extensions .= pack("n", $key);
77 $extensions .= pack("n", length($extdata));
81 $data = pack('n', length($extensions));
H A DEncryptedExtensions.pm81 $extensions .= pack("n", $key);
82 $extensions .= pack("n", length($extdata));
86 $data = pack('n', length($extensions));
/third_party/ffmpeg/libavformat/
H A Dmpegenc.c69 int pack_header_freq; /* frequency (in packets^-1) at which we send pack headers */
242 * that the pack which contains this system belongs to. in put_system_header()
515 * rate you get a different value because the real pack size is 2324, in mpeg_mux_init()
528 * 2279 data bytes per audio pack, 2294 data bytes per video pack */ in mpeg_mux_init()
650 /* "general" pack without data specific to one stream? */ in flush_packet()
661 /* output pack and systems header if needed */ in flush_packet()
732 * each audio pack (see standard p. IV-8). */ in flush_packet()
737 /* for VCD the first pack of each stream contains only the pack heade in flush_packet()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DFramebufferGL.cpp339 const gl::PixelPackState &pack, in RearrangeEXTTextureNorm16Pixels()
355 contextGL, glFormatOriginal.computeRowPitch(type, area.width, pack.alignment, in RearrangeEXTTextureNorm16Pixels()
356 pack.rowLength, &originalReadFormatRowBytes)); in RearrangeEXTTextureNorm16Pixels()
359 glFormatOriginal.computeSkipBytes(type, originalReadFormatRowBytes, 0, pack, in RearrangeEXTTextureNorm16Pixels()
650 const gl::PixelPackState &pack, in readPixels()
658 gl::PixelPackState packState = pack; in readPixels()
1485 const gl::PixelPackState &pack, in readPixelsRowByRow()
1496 ANGLE_CHECK_GL_MATH(contextGL, glFormat.computeRowPitch(type, area.width, pack.alignment, in readPixelsRowByRow()
1497 pack.rowLength, &rowBytes)); in readPixelsRowByRow()
1500 glFormat.computeSkipBytes(type, rowBytes, 0, pack, fals in readPixelsRowByRow()
331 RearrangeEXTTextureNorm16Pixels(const gl::Context *context, const gl::Rectangle &area, GLenum originalReadFormat, GLenum format, GLenum type, GLuint skipBytes, GLuint rowBytes, GLuint pixelBytes, const gl::PixelPackState &pack, GLubyte *clientPixels, GLubyte *tmpPixels) RearrangeEXTTextureNorm16Pixels() argument
646 readPixels(const gl::Context *context, const gl::Rectangle &area, GLenum format, GLenum type, const gl::PixelPackState &pack, gl::Buffer *packBuffer, void *pixels) readPixels() argument
1480 readPixelsRowByRow(const gl::Context *context, const gl::Rectangle &area, GLenum originalReadFormat, GLenum format, GLenum type, const gl::PixelPackState &pack, GLubyte *pixels) const readPixelsRowByRow() argument
1534 readPixelsAllAtOnce(const gl::Context *context, const gl::Rectangle &area, GLenum originalReadFormat, GLenum format, GLenum type, const gl::PixelPackState &pack, GLubyte *pixels, bool readLastRowSeparately) const readPixelsAllAtOnce() argument
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dpacked-n-with-padding.h1 #pragma pack(push, 2)
8 #pragma pack(pop)
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dmodule_hdi_sink.c113 SessionInfoPack pack = {channels, channelLayout, sceneMode, spatializationEnabled, streamUsage}; in SinkInputNewCb() local
115 !EffectChainManagerAddSessionInfo(sceneType, sessionID, pack)) { in SinkInputNewCb()
171 SessionInfoPack pack = {channels, channelLayout, sceneMode, spatializationEnabled, streamUsage}; in SinkInputStateChangedCb() local
172 if (!EffectChainManagerAddSessionInfo(sceneType, sessionID, pack)) { in SinkInputStateChangedCb()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_frame.h76 #pragma pack(push, 1)
190 #pragma pack(pop)
201 #pragma pack(push, 1)
211 #pragma pack(pop)
/third_party/python/Tools/msi/
H A Dbuild.bat23 if "%~1" EQU "--pack" (set BUILDPACK=1) && shift && goto CheckOpts
65 set BUILD_CMD=%BUILD_CMD% /p:Pack=true
87 echo build.bat [-x86] [-x64] [-arm64] [--doc] [-h] [--test-marker] [--pack] [-r]
95 echo --pack Embed core MSIs into installer
/third_party/openGLES/extensions/NV/
H A DNV_pack_subimage.txt75 Note: The description of the behavior of the added PACK* PixelStore
112 RESOLVED: Yes, it is possible to pack pixels into a sub-
117 pack sub-rectangles of pixels with lower overhead.
122 is no functional dependency between the PACK enums and the
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
H A DNV_pack_subimage.txt75 Note: The description of the behavior of the added PACK* PixelStore
112 RESOLVED: Yes, it is possible to pack pixels into a sub-
117 pack sub-rectangles of pixels with lower overhead.
122 is no functional dependency between the PACK enums and the
/third_party/protobuf/src/google/protobuf/
H A Dany_test.cc67 // We can pack a Any message inside another Any message. in TEST()
90 // Pack with a custom type URL prefix. in TEST()
93 // Pack with a custom type URL prefix ending with '/'. in TEST()
96 // Pack with an empty type URL prefix. in TEST()

Completed in 13 milliseconds

12345678910>>...83