Home
last modified time | relevance | path

Searched refs:Alignment (Results 1 - 10 of 10) sorted by relevance

/developtools/profiler/tools/smaps_show/src/
H A Dmain.rs189 "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 Dzip_entry.h46 int Alignment(int alignNum);
H A Dzip_signer.h65 void Alignment(int alignment);
/developtools/hapsigner/hapsigntool_cpp_test/unittest/zip/
H A Dzip_signer_test.cpp101 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 Dzipsigner_fuzzer.cpp41 zip->Alignment(ALIGNMENT); in ZipSignerCompleteFlowFunc()
159 zipEntry->Alignment(aliBytes); in AlignmentFunc()
/developtools/hapsigner/hapsigntool_cpp/zip/src/
H A Dzip_signer.cpp257 void ZipSigner::Alignment(int alignment) in Alignment() function in OHOS::SignatureTools::ZipSigner
281 int add = entry->Alignment(alignBytes); in Alignment()
H A Dzip_entry.cpp23 int ZipEntry::Alignment(int alignNum) in Alignment() function in OHOS::SignatureTools::ZipEntry
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/pkgs/
H A Dsimple_excel_writer.py20 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 Dsimple_excel_writer.py18 from xlwt import Pattern as PTRN, Alignment as ALMT, Font as FT, XFStyle as XFSTL
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
H A Dsign_provider.cpp148 SIGNATURE_TOOLS_LOGE("[signHap] copy File And Alignment failed"); in InitZipOutput()
559 zip.Alignment(alignment); in CopyFileAndAlignment()

Completed in 10 milliseconds