/applications/standard/app_samples/code/Project/HapBuild/compile-tool/resources/ |
H A D | app1-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 D | README_zh.md | 18 参考[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 D | pkg_gzipfile.h | 48 int32_t Pack(PkgStreamPtr inStream, size_t startOffset, size_t &encodeLen) override;
|
/base/update/sys_installer/services/module_update/util/include/ |
H A D | module_constants.h | 31 static constexpr const char *PACK_INFO_NAME = "pack.info";
|
/base/update/updater/services/package/pkg_algorithm/ |
H A D | pkg_algorithm.h | 72 virtual int32_t Pack(const PkgStreamPtr inStream, const PkgStreamPtr outStream,
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/debug/backend/ |
H A D | mali_kbase_debug_ktrace_defs_csf.h | 73 /* Pack smaller members together */
|
/third_party/jerryscript/jerry-debugger/ |
H A D | jerry_client_rawpacket.py | 40 expected = struct.pack("B", config_size)
|
/third_party/json/ |
H A D | .clang-tidy | 3 -altera-struct-pack-align,
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | TODO | 19 We could also use diffuse/specular and pack two sets of 2D coords in a single
|
/third_party/python/Tools/msi/ |
H A D | make_appx.ps1 | 57 makeappx pack /f _resources.map.txt /m AppxManifest.xml /o /p $msix
|
/third_party/openssl/test/recipes/ |
H A D | 70-test_sslskewith0p.t | 61 $message->p(pack('C', 0));
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Framebuffer11.h | 73 const gl::PixelPackState &pack,
|
H A D | PixelTransfer11.h | 9 // 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 D | Framebuffer9.h | 68 const gl::PixelPackState &pack,
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | StructureHLSL.h | 25 // how to pack std140 structs within HLSL's packing rules.
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkApiVersion.hpp | 53 deUint32 pack (const ApiVersion& version);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | FramebufferNULL.h | 58 const gl::PixelPackState &pack,
|
/third_party/skia/src/core/ |
H A D | SkRTree.h | 21 * 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 D | ChainUtils.h | 65 // parameter pack or no ChainedStructs at all.
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
H A D | parallelize.h | 44 // (1) Schedules the function parameters in the parameter pack fn.
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | design.txt | 43 + VertexID, InstanceID (pack into some accessor?)
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPackedPixelsTests.cpp | 760 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 D | test_zipfile.py | 889 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 D | gl_nir_link_varyings.c | 939 * 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 D | marked.js | 2711 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...] |