Home
last modified time | relevance | path

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

12345678910>>...75

/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()
/third_party/python/Lib/test/
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/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Daddress_is_readable.cc50 // Pack a pid and two file descriptors into a 64-bit word,
52 static uint64_t Pack(uint64_t pid, uint64_t read_fd, uint64_t write_fd) { in Pack() function
59 // Pack().
100 uint64_t new_pid_and_fds = Pack(current_pid, p[0], p[1]); in AddressIsReadable()
/third_party/mesa3d/src/util/tests/format/
H A Du_format_test.c281 const struct util_format_pack_description *pack = in test_format_pack_rgba_float() local
306 pack->pack_rgba_float(packed, 0, in test_format_pack_rgba_float()
404 const struct util_format_pack_description *pack = in test_format_pack_rgba_8unorm() local
429 pack->pack_rgba_8unorm(packed, 0, in test_format_pack_rgba_8unorm()
500 const struct util_format_pack_description *pack = in test_format_pack_z_float() local
517 pack->pack_z_float(packed, 0, in test_format_pack_z_float()
578 const struct util_format_pack_description *pack = in test_format_pack_z_32unorm() local
596 pack->pack_z_32unorm(packed, 0, in test_format_pack_z_32unorm()
657 const struct util_format_pack_description *pack = in test_format_pack_s_8uint() local
675 pack in test_format_pack_s_8uint()
[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)
H A Dbitfield_pragma_packed.h1 #pragma pack(push, 1)
9 #pragma pack(pop)
H A Dpacked-vtable.h3 #pragma pack(1)
10 #pragma pack()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp.h66 #define FILLP_ITEM_RESEND_TRIGGER_PACK 0X02 /* item resend triggered by pack */
132 /* Below structures are exchanged over network, so there should be no padding, so use pack 1 */
133 #pragma pack(1)
154 * define fillp pack options
207 FILLP_UINT16 optsOffset; /* options start address relative to the first byte of pack packet */
210 FILLP_UINT32 owdPackDelay; /* the delta time between min owd packet received and next PACK send */
308 #pragma pack()
/third_party/node/deps/npm/man/man7/
H A Dscripts.736 Runs BEFORE the package is packed, i.e. during \fBnpm publish\fR and \fBnpm pack\fR
65 Runs BEFORE a tarball is packed (on "\fBnpm pack\fR", "\fBnpm publish\fR", and when installing a git dependency).
67 NOTE: "\fBnpm run pack\fR" is NOT the same as "\fBnpm pack\fR". "\fBnpm run pack\fR" is an arbitrary user defined script name, where as, "\fBnpm pack\fR" is a CLI defined command.
178 .SS "npm help pack"
/third_party/node/deps/npm/docs/output/using-npm/
H A Dscripts.html145 <div id="_table_of_contents"><ul><li><a href="#description">Description</a></li><li><a href="#pre--post-scripts">Pre &amp; Post Scripts</a></li><li><a href="#life-cycle-scripts">Life Cycle Scripts</a></li><ul><li><a href="#prepare-and-prepublish">Prepare and Prepublish</a></li><li><a href="#dependencies">Dependencies</a></li></ul><li><a href="#life-cycle-operation-order">Life Cycle Operation Order</a></li><ul><li><a href="#npm-cache-add"><a href="../commands/npm-cache.html"><code>npm cache add</code></a></a></li><li><a href="#npm-ci"><a href="../commands/npm-ci.html"><code>npm ci</code></a></a></li><li><a href="#npm-diff"><a href="../commands/npm-diff.html"><code>npm diff</code></a></a></li><li><a href="#npm-install"><a href="../commands/npm-install.html"><code>npm install</code></a></a></li><li><a href="#npm-pack"><a href="../commands/npm-pack.html"><code>npm pack</code></a></a></li><li><a href="#npm-publish"><a href="../commands/npm-publish.html"><code>npm publish</code></a></a></li><li><a href="#npm-rebuild"><a href="../commands/npm-rebuild.html"><code>npm rebuild</code></a></a></li><li><a href="#npm-restart"><a href="../commands/npm-restart.html"><code>npm restart</code></a></a></li><li><a href="#npm-run-user-defined"><a href="../commands/npm-run-script.html"><code>npm run &lt;user defined&gt;</code></a></a></li><li><a href="#npm-start"><a href="../commands/npm-start.html"><code>npm start</code></a></a></li><li><a href="#npm-stop"><a href="../commands/npm-stop.html"><code>npm stop</code></a></a></li><li><a href="#npm-test"><a href="../commands/npm-test.html"><code>npm test</code></a></a></li><li><a href="#npm-version"><a href="../commands/npm-version.html"><code>npm version</code></a></a></li><li><a href="#a-note-on-a-lack-of-npm-uninstall-scripts">A Note on a lack of <a href="../commands/npm-uninstall.html"><code>npm uninstall</code></a> scripts</a></li></ul><li><a href="#user">User</a></li><li><a href="#environment">Environment</a></li><ul><li><a href="#path">path</a></li><li><a href="#packagejson-vars">package.json vars</a></li><li><a href="#current-lifecycle-event">current lifecycle event</a></li></ul><li><a href="#examples">Examples</a></li><li><a href="#exiting">Exiting</a></li><li><a href="#best-practices">Best Practices</a></li><li><a href="#see-also">See Also</a></li></ul></div>
181 and <code>npm pack</code></p>
211 <li>Runs BEFORE a tarball is packed (on "<code>npm pack</code>", "<code>npm publish</code>", and when installing a git dependency).</li>
212 <li>NOTE: "<code>npm run pack</code>" is NOT the same as "<code>npm pack</code>". "<code>npm run pack</code>" is an arbitrary user defined script name, where as, "<code>npm pack</code>" is a CLI defined command.</li>
281 <h4 id="npm-pack"><
[all...]
/third_party/exfatprogs/manpages/
H A Dmkfs.exfat.820 .B \-\-pack\-bitmap
87 .B \-\-pack\-bitmap
98 Specifying \fB\-\-pack\-bitmap\fR attempts to avoid the potential problems
/third_party/node/deps/npm/node_modules/pacote/lib/
H A Ddir.js40 // pre/post-pack is run by the npm CLI for publish and pack,
65 throw new Error('DirFetcher requires either a tree or an Arborist constructor to pack')
/third_party/python/Lib/idlelib/
H A Dpercolator.py105 text.pack()
108 cb1.pack()
111 cb2.pack()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DFramebufferGL.h65 const gl::PixelPackState &pack,
109 const gl::PixelPackState &pack,
117 const gl::PixelPackState &pack,
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_replace_benchmark.cc37 {"lazy", "pack"}, //
57 "pack my box with the five dozen liquor jugs"}) { in SetUpStrings()
114 {"lazy", "pack"}, in BM_StrReplaceAll()
/third_party/python/Tools/msi/bundle/
H A Dsnapshot.wixproj12 <DefineConstants Condition="'$(Pack)' != 'true'">
15 <DefineConstants Condition="'$(Pack)' == 'true'">
/third_party/skia/src/sfnt/
H A DSkOTTable_maxp.h15 #pragma pack(push, 1)
32 #pragma pack(pop)
H A DSkOTTable_loca.h14 #pragma pack(push, 1)
29 #pragma pack(pop)
H A DSkOTTable_maxp_CFF.h14 #pragma pack(push, 1)
23 #pragma pack(pop)
H A DSkOTTable_hhea.h14 #pragma pack(push, 1)
47 #pragma pack(pop)
H A DSkOTTable_maxp_TT.h14 #pragma pack(push, 1)
41 #pragma pack(pop)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp204 const gl::PixelPackState &pack, in readPixels()
224 sizedFormatInfo.computeRowPitch(type, area.width, pack.alignment, in readPixels()
225 pack.rowLength, &outputPitch)); in readPixels()
228 ANGLE_CHECK_GL_MATH(contextD3D, sizedFormatInfo.computeSkipBytes(type, outputPitch, 0, pack, in readPixels()
233 return readPixelsImpl(context, clippedArea, format, type, outputPitch, pack, packBuffer, in readPixels()
200 readPixels(const gl::Context *context, const gl::Rectangle &area, GLenum format, GLenum type, const gl::PixelPackState &pack, gl::Buffer *packBuffer, void *pixels) readPixels() argument
/third_party/skia/third_party/externals/angle2/extensions/
H A DANGLE_get_image.txt125 If a pixel pack buffer is bound (as indicated by a non-zero value of PIXEL_-
126 PACK_BUFFER_BINDING), <pixels> is an offset into the pixel pack buffer;
132 image data to the pixel pack buffer or client memory pointed to by pixels.
179 An INVALID_OPERATION error is generated if a pixel pack buffer object
183 An INVALID_OPERATION error is generated if a pixel pack buffer object
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_packer_napi.cpp530 IMAGE_LOGD("No needsPackProperties in pack option"); in parseNeedsPackProperties()
556 IMAGE_LOGE("No frameCount in pack option"); in parsePackOptionOfdelayTimes()
562 IMAGE_LOGE("No delayTimeList in pack option"); in parsePackOptionOfdelayTimes()
571 IMAGE_LOGE("Parse pack napi_get_array_length failed"); in parsePackOptionOfdelayTimes()
604 IMAGE_LOGE("Parse pack napi_get_array_length failed"); in parsePackOptionOfdisposalTypes()
633 IMAGE_LOGE("No quality in pack option"); in parsePackOptionOfQuality()
650 IMAGE_LOGE("No format in pack option"); in parsePackOptions()
665 IMAGE_LOGE("Parse pack option format failed"); in parsePackOptions()
672 IMAGE_LOGE("Parse pack napi_get_array_length failed"); in parsePackOptions()
675 IMAGE_LOGD("Parse pack array_lengt in parsePackOptions()
[all...]
/third_party/node/deps/npm/node_modules/tar/
H A Dindex.js11 exports.Pack = require('./lib/pack.js')

Completed in 20 milliseconds

12345678910>>...75