Searched refs:Alignment (Results 1 - 10 of 10) sorted by relevance
/developtools/profiler/tools/smaps_show/src/ |
H A D | main.rs | 189 "x" => Cell::new_align(format!("{:x}", i.value.get(k).unwrap()).as_str(), Alignment::RIGHT), in value_to_cell() 190 "d" => Cell::new_align(format!("{}", i.value.get(k).unwrap()).as_str(), Alignment::RIGHT), in value_to_cell() 202 "Counts" => Cell::new_align(format!("{}", i.counts).as_str(), Alignment::RIGHT), in info_to_cell() 215 "Counts" => Cell::new_align(format!("{}", i.counts).as_str(), Alignment::RIGHT), in info_to_cell()
|
/developtools/hapsigner/hapsigntool_cpp/zip/include/ |
H A D | zip_entry.h | 46 int Alignment(int alignNum);
|
H A D | zip_signer.h | 65 void Alignment(int alignment);
|
/developtools/hapsigner/hapsigntool_cpp_test/unittest/zip/ |
H A D | zip_signer_test.cpp | 101 zip1->Alignment(ALIGNMENT); in HWTEST_F() 115 zip2->Alignment(ALIGNMENT); in HWTEST_F() 129 zip3->Alignment(ALIGNMENT); in HWTEST_F() 196 * @tc.name: Test Alignment Function 197 * @tc.desc: Test function of ZipEntry::Alignment() interface. 204 * @tc.steps: step1. test Alignment function in HWTEST_F() 213 ASSERT_EQ(zipEntry->Alignment(zeroAlignment), -1); in HWTEST_F() 217 * @tc.steps: step2. test Alignment function in HWTEST_F() 224 ASSERT_EQ(zipEntry->Alignment(ALIGNMENT), 0); in HWTEST_F() 228 * @tc.steps: step3. test Alignment functio in HWTEST_F() [all...] |
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/zip/zipsigner_fuzzer/ |
H A D | zipsigner_fuzzer.cpp | 41 zip->Alignment(ALIGNMENT); in ZipSignerCompleteFlowFunc() 159 zipEntry->Alignment(aliBytes); in AlignmentFunc()
|
/developtools/hapsigner/hapsigntool_cpp/zip/src/ |
H A D | zip_signer.cpp | 257 void ZipSigner::Alignment(int alignment) in Alignment() function in OHOS::SignatureTools::ZipSigner 281 int add = entry->Alignment(alignBytes); in Alignment()
|
H A D | zip_entry.cpp | 23 int ZipEntry::Alignment(int alignNum) in Alignment() function in OHOS::SignatureTools::ZipEntry
|
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/pkgs/ |
H A D | simple_excel_writer.py | 20 from xlwt import Worksheet, Pattern as PTRN, Alignment as ALGT, Font as FT, XFStyle as XFSL
|
/developtools/integration_verification/tools/rom_ram_analyzer/standard/pkgs/ |
H A D | simple_excel_writer.py | 18 from xlwt import Pattern as PTRN, Alignment as ALMT, Font as FT, XFStyle as XFSTL
|
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/ |
H A D | sign_provider.cpp | 148 SIGNATURE_TOOLS_LOGE("[signHap] copy File And Alignment failed"); in InitZipOutput() 559 zip.Alignment(alignment); in CopyFileAndAlignment()
|
Completed in 10 milliseconds