Home
last modified time | relevance | path

Searched defs:branch (Results 1 – 8 of 8) sorted by relevance

/system/extras/simpleperf/scripts/
Dupdate.py92 def fetch_artifact(branch, build, target, name): argument
112 def commit(branch, build, add_paths): argument
135 def install_new_release(branch, build, install_dir): argument
141 def install_entry(branch, build, install_dir, entry): argument
/system/extras/simpleperf/
DETMBranchListFile_test.cpp24 std::vector<bool> branch; in TEST() local
DETMBranchListFile.cpp26 std::string BranchToProtoString(const std::vector<bool>& branch) { in BranchToProtoString()
38 std::vector<bool> branch(bit_size, false); in ProtoStringToBranch() local
85 const std::vector<bool>& branch = branch_p.first; in BranchListBinaryMapToString() local
126 std::vector<bool> branch = in BuildUnorderedBranchMap() local
272 [this](const ETMBranchList& branch) { ProcessBranchList(branch); }); in ProcessRecord()
Detm_branch_list.proto34 bytes branch = 1; field
DETMDecoder.h61 std::vector<bool> branch; member
Dcmd_inject.cpp241 [this](const ETMBranchList& branch) { ProcessBranchList(branch); }); in ProcessRecord()
496 const AddrPair& branch = pair2.first; in Write() local
DETMDecoder.cpp524 ETMBranchList branch; member
947 const std::vector<bool>& branch = branch_p.first; in ConvertBranchMapToInstrRanges() local
/system/sepolicy/tools/
Dsepolicy_generate_compat.py72 def fetch_artifact(branch, build, pattern, destination='.'): argument
117 def download_mapping_file(branch, build, ver, destination='.'): argument