Searched refs:cases (Results 1 – 25 of 54) sorted by relevance
123
5 * run_tests.sh: The main entry to run test cases. Using different6 test cases under testdata/*.
6 CHRE runs in most/all cases.
35 # Do not audit the cases where traced_perf attempts to access /proc/[pid] for39 # Do not audit failures to signal a process, as there are cases when this is
11 debug-unwind command, to help debug and profile dwarf unwinding. Below are two use cases.15 ## Debug failed unwinding cases32 # Generate a text report containing failed unwinding cases.
6 into the various use cases of users of the project.
49 # Do not audit the cases where traced_perf attempts to access /proc/[pid] for53 # Do not audit failures to signal a process, as there are cases when this is
293 Case::Case(const string& c) { cases.push_back(c); } in Case()296 int N = this->cases.size(); in Write()299 string s = this->cases[i]; in Write()319 int N = this->cases.size(); in Write()321 this->cases[i]->Write(to); in Write()
271 std::vector<std::string> cases; member282 std::vector<std::shared_ptr<Case>> cases; member
197 auto case_count = transact_switch_user->cases.size(); in Finish()198 transact_switch_user->cases.push_back(default_case); in Finish()238 this->code_to_method_name_switch->cases.push_back(code_switch_default_case); in Finish()685 stubClass->transact_switch_user->cases.push_back(c); in GenerateStubCase()721 stubClass->transact_switch_user->cases.push_back(c); in GenerateStubCaseOutline()923 stubClass->code_to_method_name_switch->cases.push_back(c); in GenerateMethods()
51 # Do not audit the cases where traced_perf attempts to access /proc/[pid] for55 # Do not audit failures to signal a process, as there are cases when this is
100 # which is super useful in some cases.
50 # which is super useful in some cases.
102 std::vector<std::vector<std::string>> cases = { in TEST() local106 for (auto& test_case : cases) { in TEST()
62 # which is super useful in some cases.
17 The intention is to cover the 80% use cases, not be all things to all users.
56 # which is super useful in some cases.
25 Here are some sample use cases for this tool.65 in cases where you do not intend to do any kind of PGO probing and know exactly what ranges you wan…