Home
last modified time | relevance | path

Searched full:pack (Results 601 - 625 of 1900) sorted by relevance

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

/applications/standard/app_samples/code/Project/HapBuild/compile-tool/resources/
H A Dapp1-signed.hap ... js/widget/pages/index/index.json module.json pack.info resources.index resources/base/media/add. ...
/base/startup/appspawn/service/hnp/
H A DREADME_zh.md18 参考[Native软件打hnp包功能开发指导](https://gitee.com/openharmony/startup_appspawn/blob/master/service/hnp/pack/README_zh.md)将Native软件包文件打包成hnp包。
/base/update/updater/services/package/pkg_package/
H A Dpkg_gzipfile.h48 int32_t Pack(PkgStreamPtr inStream, size_t startOffset, size_t &encodeLen) override;
/base/update/sys_installer/services/module_update/util/include/
H A Dmodule_constants.h31 static constexpr const char *PACK_INFO_NAME = "pack.info";
/base/update/updater/services/package/pkg_algorithm/
H A Dpkg_algorithm.h72 virtual int32_t Pack(const PkgStreamPtr inStream, const PkgStreamPtr outStream,
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/debug/backend/
H A Dmali_kbase_debug_ktrace_defs_csf.h73 /* Pack smaller members together */
/third_party/jerryscript/jerry-debugger/
H A Djerry_client_rawpacket.py40 expected = struct.pack("B", config_size)
/third_party/json/
H A D.clang-tidy3 -altera-struct-pack-align,
/third_party/mesa3d/src/gallium/drivers/i915/
H A DTODO19 We could also use diffuse/specular and pack two sets of 2D coords in a single
/third_party/python/Tools/msi/
H A Dmake_appx.ps157 makeappx pack /f _resources.map.txt /m AppxManifest.xml /o /p $msix
/third_party/openssl/test/recipes/
H A D70-test_sslskewith0p.t61 $message->p(pack('C', 0));
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DFramebuffer11.h73 const gl::PixelPackState &pack,
H A DPixelTransfer11.h9 // Used to implement pixel unpack and pixel pack buffers in ES3.
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DFramebuffer9.h68 const gl::PixelPackState &pack,
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DStructureHLSL.h25 // how to pack std140 structs within HLSL's packing rules.
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkApiVersion.hpp53 deUint32 pack (const ApiVersion& version);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DFramebufferNULL.h58 const gl::PixelPackState &pack,
/third_party/skia/src/core/
H A DSkRTree.h21 * TODO: Experiment with other bulk-load algorithms (in particular the Hilbert pack variant,
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_native/
H A DChainUtils.h65 // parameter pack or no ChainedStructs at all.
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dparallelize.h44 // (1) Schedules the function parameters in the parameter pack fn.
/third_party/vk-gl-cts/framework/referencerenderer/
H A Ddesign.txt43 + VertexID, InstanceID (pack into some accessor?)
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcPackedPixelsTests.cpp760 int componentCount, float (*pack)(Type), std::vector<FloatPixel>& result) const;
764 void (*pack)(rawIntPixel*, Type), std::vector<FloatPixel>& result) const;
768 void (*pack)(rawUintPixel*, Type), std::vector<FloatPixel>& result) const;
772 void (*pack)(rawFloatPixel*, Type), std::vector<FloatPixel>& result) const;
2208 // a pack operation, any extra memory allocated for skipping should be
2766 int elementCount, int componentCount, float (*pack)(Type),
2783 values[j] = pack(sourceData[componentCount * i + j]);
2864 void (*pack)(rawIntPixel*, Type), std::vector<FloatPixel>& result) const
2871 pack(&values, sourceData[i]);
2878 void (*pack)(rawUintPixe
[all...]
/third_party/python/Lib/test/
H A Dtest_zipfile.py889 file_size = struct.pack("<L", file_size)
897 compress_size = struct.pack("<L", compress_size)
904 header_offset = struct.pack("<L", header_offset)
906 local_extra = struct.pack(
913 central_extra = struct.pack(
920 central_dir_size = struct.pack('<Q', 58 + 8 * len(central_zip64_fields))
921 offset_to_central_dir = struct.pack('<Q', 50 + 8 * len(local_zip64_fields))
923 local_extra_length = struct.pack("<H", 4 + 8 * len(local_zip64_fields))
924 central_extra_length = struct.pack("<H", 4 + 8 * len(central_zip64_fields))
928 filename_length = struct.pack("<
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_varyings.c939 * Currently we pack vec4's first, then vec2's, then scalar values, then
1214 /* Without help from the back-end, there is no way to pack together in varying_matches_compute_packing_class()
1219 * However, we can safely pack together floats, ints, and uints, because: in varying_matches_compute_packing_class()
1249 * use to determine when to attempt to pack the given varying relative to
1422 /* Sort varying matches into an order that makes them easy to pack. */ in varying_matches_assign_locations()
1439 * Also don't pack vec3 if the driver prefers power of two aligned in varying_matches_assign_locations()
1479 * because we still pack individual arrays, records and matrices even in varying_matches_assign_locations()
1481 * we can pack varyings together that are only used for transform in varying_matches_assign_locations()
1518 * trying to fill any locations that we skipped because we couldn't pack in varying_matches_assign_locations()
2604 /* If we can't pack th in link_shader_opts()
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dmarked.js2711 args.forEach(function (pack) {
2713 if (pack.extensions) {
2715 pack.extensions.forEach(function (ext) {
2782 if (pack.renderer) {
2794 var ret = pack.renderer[prop].apply(renderer, args);
2804 for (var prop in pack.renderer) {
2812 if (pack.tokenizer) {
2824 var ret = pack.tokenizer[prop].apply(tokenizer, args);
2834 for (var prop in pack.tokenizer) {
2843 if (pack
[all...]

Completed in 29 milliseconds

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