Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ALIGNMENT
(Results
1 - 7
of
7
) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/zip/zipsigner_fuzzer/
H
A
D
zipsigner_fuzzer.cpp
27
static constexpr int
ALIGNMENT
= 4;
member
41
zip->Alignment(
ALIGNMENT
);
in ZipSignerCompleteFlowFunc()
/developtools/hapsigner/hapsigntool_cpp/hap/entity/src/
H
A
D
param_constants.cpp
25
const std::string ParamConstants::
ALIGNMENT
= "4";
member in OHOS::SignatureTools::ParamConstants
/developtools/hapsigner/hapsigntool_cpp/hap/entity/include/
H
A
D
param_constants.h
33
static const std::string
ALIGNMENT
;
member in OHOS::SignatureTools::ParamConstants
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/entity/
H
A
D
ParamConstants.java
117
public static final String
ALIGNMENT
= "4";
field in ParamConstants
/developtools/hapsigner/hapsigntool_cpp_test/unittest/zip/
H
A
D
zip_signer_test.cpp
49
const static int
ALIGNMENT
= 4;
member
101
zip1->Alignment(
ALIGNMENT
);
in HWTEST_F()
115
zip2->Alignment(
ALIGNMENT
);
in HWTEST_F()
129
zip3->Alignment(
ALIGNMENT
);
in HWTEST_F()
224
ASSERT_EQ(zipEntry->Alignment(
ALIGNMENT
), 0);
in HWTEST_F()
236
ASSERT_EQ(zipEntry->Alignment(
ALIGNMENT
), 1);
in HWTEST_F()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
H
A
D
SignProvider.java
546
signParams.put(ParamConstants.PARAM_BASIC_ALIGNMENT, ParamConstants.
ALIGNMENT
);
in checkSignAlignment()
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
H
A
D
sign_provider.cpp
664
signParams.insert(std::make_pair(ParamConstants::PARAM_BASIC_ALIGNMENT, ParamConstants::
ALIGNMENT
));
in CheckSignAlignment()
Completed in 7 milliseconds