Home
last modified time | relevance | path

Searched full:pack (Results 101 - 125 of 1877) sorted by relevance

12345678910>>...76

/third_party/node/deps/npm/lib/commands/
H A Dpack.js8 class Pack extends BaseCommand {
10 static name = 'pack'
14 'pack-destination',
86 module.exports = Pack
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Deapol_common.h15 #pragma pack(push, 1)
32 #pragma pack(pop)
61 #pragma pack(push, 1)
89 #pragma pack(pop)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Deapol_common.h15 #pragma pack(push, 1)
32 #pragma pack(pop)
61 #pragma pack(push, 1)
89 #pragma pack(pop)
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dpacking.hpp38 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions</a>
50 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions</a>
66 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions</a>
82 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions</a>
95 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions</a>
108 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions</a>
124 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions</a>
140 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions</a>
153 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions</a>
166 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack an
[all...]
/third_party/mbedtls/programs/test/
H A Dudp_proxy.c81 " pack=%%d default: 0 (don't pack)\n" \
82 " options: t > 0 (pack for t milliseconds)\n"
159 unsigned pack; /* merge packets into single datagram for member
185 opt.pack = DFL_PACK; in get_options()
258 } else if (strcmp(p, "pack") == 0) { in get_options()
260 opt.pack = (unsigned) atoi(q); in get_options()
262 mbedtls_printf(" option pack only defined if MBEDTLS_TIMING_C is enabled\n"); in get_options()
407 if (cur_time - buf->packet_lifetime >= opt.pack) { in ctx_buffer_time_remaining()
411 return opt.pack in ctx_buffer_time_remaining()
[all...]
/foundation/multimedia/audio_framework/test/fuzztest/audioeffectchain_fuzzer/
H A Daudio_effect_chain_fuzzer.cpp109 SessionInfoPack pack = {2, "3", EFFECTDEFAULT, "true"}; in EffectChainManagerAddSessionInfoFuzzTest() local
110 EffectChainManagerAddSessionInfo(SCENETYPEMUSIC, SESSIONIDDEFAULT, pack); in EffectChainManagerAddSessionInfoFuzzTest()
120 SessionInfoPack pack = {2, "3", SESSIONIDDEFAULT, "true"}; in EffectChainManagerDeleteSessionInfoFuzzTest() local
121 EffectChainManagerAddSessionInfo(SCENETYPEMUSIC, SESSIONIDDEFAULT, pack); in EffectChainManagerDeleteSessionInfoFuzzTest()
133 SessionInfoPack pack = {2, "3", SESSIONIDDEFAULT, "true"}; in EffectChainManagerReturnEffectChannelInfoFuzzTest() local
134 EffectChainManagerAddSessionInfo(SCENETYPEMUSIC, SESSIONIDDEFAULT, pack); in EffectChainManagerReturnEffectChannelInfoFuzzTest()
/third_party/mesa3d/src/mesa/main/
H A Dpolygon.c37 #include "pack.h"
285 if (ctx->Pack.BufferObj) in _mesa_GetnPolygonStippleARB()
286 ctx->Pack.BufferObj->UsageHistory |= USAGE_PIXEL_PACK_BUFFER; in _mesa_GetnPolygonStippleARB()
289 &ctx->Pack, 32, 32, 1, in _mesa_GetnPolygonStippleARB()
295 _mesa_pack_polygon_stipple(ctx->PolygonStipple, dest, &ctx->Pack); in _mesa_GetnPolygonStippleARB()
297 _mesa_unmap_pbo_dest(ctx, &ctx->Pack); in _mesa_GetnPolygonStippleARB()
/third_party/python/Lib/tkinter/
H A Dsimpledialog.py47 self.message.pack(expand=1, fill=BOTH)
49 self.frame.pack()
60 b.pack(side=LEFT, fill=BOTH, expand=1)
129 body.pack(padx=5, pady=5)
174 w.pack(side=LEFT, padx=5, pady=5)
176 w.pack(side=LEFT, padx=5, pady=5)
181 box.pack()
436 t.pack()
438 q.pack()
H A Ddialog.py3 from tkinter import _cnfmerge, Widget, TclError, Button, Pack namespace
45 Pack: {}})
48 Pack: {}})
/third_party/protobuf/php/src/Google/Protobuf/
H A DAny.php15 * Protobuf library provides support to pack/unpack Any values in the form
17 * Example 1: Pack and unpack a message in C++.
25 * Example 2: Pack and unpack a message in Java.
27 * Any any = Any.pack(foo);
32 * Example 3: Pack and unpack a message in Python.
35 * any.Pack(foo)
40 * Example 4: Pack and unpack a message in Go
48 * The pack methods provided by protobuf library will by default use
291 public function pack($msg) function
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qpu_disasm.c265 vc4_qpu_disasm_pack_mul(FILE *out, uint32_t pack) in vc4_qpu_disasm_pack_mul() argument
267 fprintf(out, "%s", DESC(qpu_pack_mul, pack)); in vc4_qpu_disasm_pack_mul()
271 vc4_qpu_disasm_pack_a(FILE *out, uint32_t pack) in vc4_qpu_disasm_pack_a() argument
273 fprintf(out, "%s", DESC(qpu_pack_a, pack)); in vc4_qpu_disasm_pack_a()
303 uint32_t pack = QPU_GET_FIELD(inst, QPU_PACK); in print_alu_dst() local
313 vc4_qpu_disasm_pack_mul(stderr, pack); in print_alu_dst()
315 vc4_qpu_disasm_pack_a(stderr, pack); in print_alu_dst()
/third_party/node/deps/npm/node_modules/tar/lib/
H A Dpack.js8 // do `new Pack(opt).add('files').add('dir').end().pipe(output)
10 // streamOfPaths().pipe(new Pack()).pipe(new fs.WriteStream('out.tar'))
59 const Pack = warner(class Pack extends Minipass {
386 class PackSync extends Pack {
430 Pack.Sync = PackSync
432 module.exports = Pack
H A Dreplace.js5 const Pack = require('./pack.js')
15 // Write the new Pack stream starting there.
41 const p = new Pack.Sync(opt)
114 const p = new Pack(opt)
/third_party/python/Doc/library/
H A Dxdrlib.rst61 Returns the current pack buffer as a string.
66 Resets the pack buffer to the empty string.
68 In general, you can pack any of the most common XDR data types by calling the
70 value to pack. The following simple data type packing methods are supported:
124 that is called to pack the individual item. At the end of the list, an unsigned
127 For example, to pack a list of integers, the code might appear like this::
139 function used to pack each element.
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_extensions.py104 lscale.pack()
133 x.pack()
175 x.pack(expand=True, fill='both')
257 optmenu.pack()
288 optmenu.pack()
289 optmenu2.pack()
312 optmenu.pack()
/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/
H A DServerKeyExchange.pm100 $data = pack('n', length($self->p));
102 $data .= pack('n', length($self->g));
104 $data .= pack('n', length($self->pub_key));
106 $data .= pack('n', $self->sigalg) if ($self->sigalg != -1);
108 $data .= pack('n', length($self->signature));
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DFramebufferNULL.cpp89 const gl::PixelPackState &pack, in readPixels()
93 // Get the pointer to write to from the argument or the pack buffer in readPixels()
122 ANGLE_CHECK_GL_MATH(contextNull, glFormat.computeRowPitch(type, origArea.width, pack.alignment, in readPixels()
123 pack.rowLength, &rowBytes)); in readPixels()
127 glFormat.computeSkipBytes(type, rowBytes, 0, pack, false, &skipBytes)); in readPixels()
85 readPixels(const gl::Context *context, const gl::Rectangle &origArea, GLenum format, GLenum type, const gl::PixelPackState &pack, gl::Buffer *packBuffer, void *ptrOrOffset) readPixels() argument
/third_party/openssl/util/perl/TLSProxy/
H A DServerKeyExchange.pm100 $data = pack('n', length($self->p));
102 $data .= pack('n', length($self->g));
104 $data .= pack('n', length($self->pub_key));
106 $data .= pack('n', $self->sigalg) if ($self->sigalg != -1);
108 $data .= pack('n', length($self->signature));
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DAnyTest.java45 TestAny container = TestAny.newBuilder().setValue(Any.pack(message)).build(); in testAnyGeneratedApi()
79 TestAny container = TestAny.newBuilder().setValue(Any.pack(message, "xxx.com")).build(); in testCustomTypeUrls()
90 container = TestAny.newBuilder().setValue(Any.pack(message, "yyy.com/")).build(); in testCustomTypeUrls()
101 container = TestAny.newBuilder().setValue(Any.pack(message, "")).build(); in testCustomTypeUrls()
118 TestAny container = TestAny.newBuilder().setValue(Any.pack(message)).build(); in testCachedUnpackResult()
/third_party/python/Lib/
H A Dxdrlib.py51 """Pack various data representations into a buffer."""
66 self.__buf.write(struct.pack('>L', x))
70 self.__buf.write(struct.pack('>l', x))
92 self.__buf.write(struct.pack('>f', x))
96 self.__buf.write(struct.pack('>d', x))
H A Dpickle.py33 from struct import pack, unpack namespace
228 write(FRAME + pack("<Q", len(data)))
484 self.write(PROTO + pack("<B", self.proto))
519 return BINPUT + pack("<B", idx)
521 return LONG_BINPUT + pack("<I", idx)
529 return BINGET + pack("<B", i)
531 return LONG_BINGET + pack("<I", i)
759 self.write(BININT1 + pack("<B", obj))
762 self.write(BININT2 + pack("<H", obj))
766 self.write(BININT + pack("<
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_inst.h157 List *chanList; // Pack struct L2capChannel
159 List *pendingList; // Pack struct L2capPendingRequest
170 List *psmList; // Pack struct L2capPsm
171 List *connList; // Pack struct L2capConnection
/third_party/node/deps/npm/test/lib/utils/
H A Dtar.js2 const pack = require('libnpmpack')
47 const tarball = await pack(testDir)
79 const tarball = await pack(testDir)
115 const tarball = await pack(testDir)
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DAPIInfo.java56 private String pack = ""; // package field in APIInfo
68 return (((pack.hashCode() << 3) ^ cls.hashCode()) << 3) ^ name.hashCode(); in hashCode()
78 this.pack.equals(that.pack) && in equals()
170 case PAK: return pack; in get()
208 case PAK: pack = val; break; in setType()
340 int result = lhi.pack.compareTo(rhi.pack); in defaultComparator()
372 int result = lhi.pack.compareTo(rhi.pack); in changedComparator()
[all...]
H A DCheckAPI.java106 private String pack; // package field in CheckAPI.Info
122 case PAK: return pack; in get()
144 case PAK: pack = val; break; in setType()
391 int result = lhi.pack.compareTo(rhi.pack); in defaultComparator()
416 int result = lhi.pack.compareTo(rhi.pack); in changedComparator()
441 int result = lhi.pack.compareTo(rhi.pack); in classFirstComparator()
828 String pack in writeResults()
[all...]

Completed in 61 milliseconds

12345678910>>...76