Searched defs:branch (Results 1 – 8 of 8) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | update.py | 92 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/ |
D | ETMBranchListFile_test.cpp | 24 std::vector<bool> branch; in TEST() local
|
D | ETMBranchListFile.cpp | 26 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()
|
D | etm_branch_list.proto | 34 bytes branch = 1; field
|
D | ETMDecoder.h | 61 std::vector<bool> branch; member
|
D | cmd_inject.cpp | 241 [this](const ETMBranchList& branch) { ProcessBranchList(branch); }); in ProcessRecord() 496 const AddrPair& branch = pair2.first; in Write() local
|
D | ETMDecoder.cpp | 524 ETMBranchList branch; member 947 const std::vector<bool>& branch = branch_p.first; in ConvertBranchMapToInstrRanges() local
|
/system/sepolicy/tools/ |
D | sepolicy_generate_compat.py | 72 def fetch_artifact(branch, build, pattern, destination='.'): argument 117 def download_mapping_file(branch, build, ver, destination='.'): argument
|