| /base/update/updater/services/package/pkg_package/ |
| H A D | pkg_gzipfile.cpp | 126 int32_t GZipFileEntry::Pack(PkgStreamPtr inStream, size_t startOffset, size_t &encodeLen)
in Pack() function in Hpackage::GZipFileEntry 144 int32_t ret = algorithm->Pack(inStream, outStream, context);
in Pack() 166 PKG_LOGI("Pack packedSize:%zu unpackedSize: %zu offset: %zu %zu", fileInfo_.fileInfo.packedSize,
in Pack() 339 ret = entry->Pack(inStream, currentOffset_, encodeLen);
in AddEntry() 341 PKG_LOGE("Fail Pack for %s", file->identity.c_str());
in AddEntry()
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
| H A D | image_source_hdr_test.cpp | 408 * @tc.desc: Test pack hdr pixelmap
431 ImagePacker pack;
in HWTEST_F() local 435 errorCode = pack.StartPacking(outputData.data(), fileSize, option);
in HWTEST_F() 437 errorCode = pack.AddImage(*(pixelMap.get()));
in HWTEST_F() 439 uint32_t retFinalizePacking = pack.FinalizePacking();
in HWTEST_F()
|
| H A D | image_source_svg_test.cpp | 72 * @tc.expected: step3. pack pixel map success.
in HWTEST_F() 115 * @tc.expected: step3. pack pixel map success.
in HWTEST_F() 160 * @tc.expected: step3. pack pixel map success and the color is purple.
in HWTEST_F() 205 * @tc.expected: step3. pack pixel map success and the color is purple.
in HWTEST_F() 250 * @tc.expected: step3. pack pixel map success and the size is 200% of the former one.
in HWTEST_F()
|
| H A D | image_source_png_test.cpp | 77 * @tc.expected: step3. pack pixel map success and the png compress file size equals to PNG_PACK_SIZE. in HWTEST_F() 175 * @tc.expected: step3. pack pixel map success and the jpeg compress file size equals to PNG_PACK_SIZE. in HWTEST_F() 213 * @tc.expected: step3. pack pixel map success and the png compress file size equals to PNG_PACK_SIZE. in HWTEST_F() 274 * @tc.expected: step3. pack pixel map success and the jpeg compress file size equals to PNG_PACK_SIZE. in HWTEST_F() 315 * @tc.expected: step4. pack pixel map success and the jpeg compress file size equals to PNG_PACK_SIZE. in HWTEST_F() 382 * @tc.expected: step4. pack bitmap success and the jpeg compress file size equals to PNG_PACK_SIZE. in HWTEST_F() 455 * @tc.expected: step4. pack pixel map success and the jpeg compress file size equals to PNG_PACK_SIZE. in HWTEST_F()
|
| H A D | image_source_webp_test.cpp | 105 * @tc.expected: step5. pack pixel map success and the jpeg compress file. in HWTEST_F() 218 * @tc.expected: step3. pack pixel map success and the jpeg compress file size. in HWTEST_F() 255 * @tc.expected: step3. pack pixel map success and the jpeg compress file size. in HWTEST_F() 315 * @tc.expected: step3. pack pixel map success and the jpeg compress file size. in HWTEST_F() 355 * @tc.expected: step4. pack pixel map success and the jpeg compress file size. in HWTEST_F() 424 * @tc.expected: step4. pack pixel map success and the jpeg compress file size. in HWTEST_F() 495 * @tc.expected: step4. pack pixel map success and the jpeg compress file size. in HWTEST_F()
|
| /foundation/communication/dsoftbus/core/transmission/common/src/ |
| H A D | softbus_message_open_channel.c | 58 TRANS_LOGD(TRANS_CTRL, "begin to pack first data"); in PackFirstData() 68 TRANS_LOGE(TRANS_CTRL, "failed to pack bytes."); in PackFirstData() 73 TRANS_LOGE(TRANS_CTRL, "pack bytes len error, outlen=%{public}d", outLen); in PackFirstData() 146 TRANS_LOGE(TRANS_CTRL, "pack first data failed"); in PackRequest() 163 TRANS_LOGE(TRANS_CTRL, "pack jsonObj failed."); in PackRequest()
|
| /foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
| H A D | lnn_topo_manager.c | 239 LNN_LOGE(LNN_BUILDER, "pack topo common json fail"); in PackCommonTopoMsg() 250 LNN_LOGE(LNN_BUILDER, "pack topo info json to msg fail"); in PackCommonTopoMsg() 273 LNN_LOGE(LNN_BUILDER, "pack topo udid json fail"); in PackTopoInfo() 282 LNN_LOGE(LNN_BUILDER, "pack topo relation json fail"); in PackTopoInfo() 446 LNN_LOGE(LNN_BUILDER, "pack correct lnn relation msg fail"); in TryCorrectRelation()
|
| /third_party/mesa3d/src/panfrost/bifrost/ |
| H A D | bi_packer.c.py | 183 # Generates a routine to pack a single variant of a single- instruction. 190 # sources/modifiers, and last calculate derived values and pack. 213 # Expressions to be ORed together for the final pack, an array per state 224 # Pack sources. Offset over to deal with staging/immediate weirdness in our 336 unreachable("Cannot pack instruction as ${unit}");
|
| /third_party/openssl/test/recipes/ |
| H A D | 70-test_tls13kexmodes.t | 341 $ext = pack "C", 344 $ext = pack "C2", 348 $ext = pack "C2", 352 $ext = pack "C3", 358 $ext = pack "C3",
|
| /third_party/python/Lib/idlelib/idle_test/ |
| H A D | htest.py | 379 frameLabel.pack() 384 scrollbar.pack(side='right', fill='y', expand=False) 385 text.pack(side='left', fill='both', expand=True) 435 button.pack() 436 next_button.pack()
|
| /third_party/skia/src/core/ |
| H A D | SkBitmapProcState_matrixProcs.cpp | 158 static uint32_t pack(SkFixed f, unsigned max, SkFixed one) { in pack() function 177 *xy++ = pack<tiley, extract_low_bits>(mapper.fixedY(), maxY, s.fFilterOneY); in filter_scale() 197 *xy++ = pack<tilex, extract_low_bits>(SkFractionalIntToFixed(fx), maxX, s.fFilterOneX); in filter_scale() 219 *xy++ = pack<tiley, extract_low_bits>(SkFractionalIntToFixed(fy), maxY, oneY); in filter_affine() 220 *xy++ = pack<tilex, extract_low_bits>(SkFractionalIntToFixed(fx), maxX, oneX); in filter_affine()
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_qpu_emit.c | 193 if (inst->src[0].pack) { in fixup_raddr_conflict() 211 if (!inst->dst.pack) in set_last_dst_pack() 214 *last_inst(block) |= QPU_SET_FIELD(inst->dst.pack, QPU_PACK); in set_last_dst_pack() 221 assert(!had_ws); /* dst must be a-file to pack. */ in set_last_dst_pack() 307 if (qinst->src[i].pack) { in vc4_generate_code_block() 309 unpack == qinst->src[i].pack); in vc4_generate_code_block() 310 unpack = QPU_SET_FIELD(qinst->src[i].pack, in vc4_generate_code_block()
|
| /foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/ |
| H A D | trans_udp_negotiation_exchange.c | 167 TRANS_LOGI(TRANS_CTRL, "pack request udp info in negotiation."); in TransPackRequestUdpInfo() 218 TRANS_LOGI(TRANS_CTRL, "pack reply udp info in negotiation."); in TransPackReplyUdpInfo() 250 TRANS_LOGI(TRANS_CTRL, "pack reply error info in negotiation."); in TransPackReplyErrInfo()
|
| /test/xts/acts/graphic/vkgl/src/deqpgles3/functional/ |
| H A D | Deqpgles3single_nested_struct_mixed_matrix_packing_single_bufferTestCase.cpp | 151 "dEQP-GLES3.functional.ubo.single_nested_struct_mixed_matrix_packing.single_buffer.pack", 167 "dEQP-GLES3.functional.ubo.single_nested_struct_mixed_matrix_packing.single_buffer.pack", 175 "dEQP-GLES3.functional.ubo.single_nested_struct_mixed_matrix_packing.single_buffer.pack",
|
| /third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
| H A D | CollectAPI.java | 68 String pack = ""; in writeHTML() 91 if (!packageName.equals(pack)) { in writeHTML() 97 pack = packageName; in writeHTML()
|
| /base/hiviewdfx/hiview_lite/ |
| H A D | hiview_cache.h | 38 #pragma pack(1) 46 #pragma pack()
|
| /base/hiviewdfx/hiview/base/event_store/utility/reader/ |
| H A D | content_reader_version_2.cpp | 29 #pragma pack(1) 81 #pragma pack()
|
| H A D | content_reader_version_1.cpp | 29 #pragma pack(1)
78 #pragma pack()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/ |
| H A D | atomicservice_basic_engine_plugin.cpp | 106 // if ACE_ENGINE_PLUGIN_PATH is defined, load so pack in AtomicServiceBasicEnginePlugin() 138 // close dlopen so pack in ~AtomicServiceBasicEnginePlugin()
|
| /foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/ |
| H A D | client_trans_proxy_file_manager_mock_test.cpp | 97 * @tc.desc: client trans proxy pack file data frame test, use normal parameter.
141 * @tc.desc: client trans proxy pack file data frame test, use normal parameter.
|
| /foundation/communication/netmanager_ext/services/networksharemanager/include/ |
| H A D | router_advertisement_daemon.h | 77 #pragma pack(1) 116 #pragma pack()
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/ |
| H A D | hci_def_status_params_cmd.h | 27 #pragma pack(1) 211 #pragma pack(0)
|
| H A D | hci_def_link_policy_cmd.h | 27 #pragma pack(1) 183 #pragma pack(0)
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/ |
| H A D | fillp_frame.h | 28 #pragma pack(1) 38 #pragma pack()
|
| /test/xts/acts/graphic/vkgl/src/deqpgles31/functional/ |
| H A D | Deqpgles31and_extension_pack_extensionsTestCase.cpp | 80 "pack.extensions.ext_primitive_bounding_box"); 100 "pack.extensions.ext_texture_cube_map_array");
|