Searched refs:cases (Results 1 – 25 of 47) sorted by relevance
12
/system/libufdt/tests/ |
D | README | 5 * run_tests.sh: The main entry to run test cases. Using different 6 test cases under testdata/*.
|
/system/bt/doc/ |
D | pts_guide.md | 4 need special handling for some test cases as they are not applicable for the 43 - `PTS_SmpFailureCase` enables handling for various SMP failure cases.
|
/system/bt/test/ |
D | README.md | 45 [==========] Running 11 tests from 2 test cases. 76 [==========] 11 tests from 2 test cases ran. (44495 ms total)
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | traced_perf.te | 35 # Do not audit the cases where traced_perf attempts to access /proc/[pid] for 39 # Do not audit failures to signal a process, as there are cases when this is
|
/system/chre/doc/ |
D | contributing.md | 6 into the various use cases of users of the project.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | traced_perf.te | 49 # Do not audit the cases where traced_perf attempts to access /proc/[pid] for 53 # Do not audit failures to signal a process, as there are cases when this is
|
/system/sepolicy/private/ |
D | traced_perf.te | 49 # Do not audit the cases where traced_perf attempts to access /proc/[pid] for 53 # Do not audit failures to signal a process, as there are cases when this is
|
/system/tools/aidl/ |
D | ast_java.cpp | 298 Case::Case(const string& c) { cases.push_back(c); } in Case() 301 int N = this->cases.size(); in Write() 304 string s = this->cases[i]; in Write() 324 int N = this->cases.size(); in Write() 326 this->cases[i]->Write(to); in Write()
|
D | generate_java_binder.cpp | 210 transact_switch_user->cases.push_back(default_case); in finish() 223 this->code_to_method_name_switch->cases.push_back(code_switch_default_case); in finish() 542 stubClass->transact_switch_user->cases.push_back(c); in generate_stub_case() 578 stubClass->transact_switch_user->cases.push_back(c); in generate_stub_case_outline() 794 stubClass->code_to_method_name_switch->cases.push_back(c); in generate_methods() 836 stubClass->transact_switch_meta->cases.push_back(c); in generate_methods() 846 stubClass->transact_switch_meta->cases.push_back(c); in generate_methods() 930 stub->transact_switch_meta->cases.push_back(c); in generate_interface_descriptors()
|
D | ast_java.h | 274 std::vector<std::string> cases; member 285 std::vector<std::shared_ptr<Case>> cases; member
|
/system/timezone/distro/core/ |
D | Android.bp | 43 // cases. Same as above, except dependent on system_current stubs.
|
/system/bt/gd/docs/testing/ |
D | cert_test.md | 39 : A process that loads and runs the actual test cases and use auto-generated 42 framework and test cases are written in Python for fast iteration and easy debugging 114 "TestClass:test_case_name", for multiple test cases, quote them using " and 225 * Individual test directories: logs for individual test cases
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | perfprofd.te | 11 # perfevents problems in cases where CPU goes on/off during measurement;
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | perfprofd.te | 11 # perfevents problems in cases where CPU goes on/off during measurement;
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | crash_dump.te | 50 # which is super useful in some cases.
|
D | perfprofd.te | 14 # perfevents problems in cases where CPU goes on/off during measurement;
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | crash_dump.te | 50 # which is super useful in some cases.
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | crash_dump.te | 56 # which is super useful in some cases.
|
/system/sepolicy/public/ |
D | crash_dump.te | 56 # which is super useful in some cases.
|
/system/libbase/ |
D | README.md | 17 The intention is to cover the 80% use cases, not be all things to all users.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | perfprofd.te | 14 # perfevents problems in cases where CPU goes on/off during measurement;
|
/system/core/cli-test/ |
D | README.md | 9 * Readable syntax. Common cases should be concise, and pretty much anyone
|
/system/extras/libjsonpb/ |
D | README.md | 26 - Parser code must explicitly handle these cases. Example:
|
/system/extras/partition_tools/ |
D | README.md | 20 * `--alignment-offset=N` - In some cases, the "super" partition is misaligned within its parent blo…
|
/system/core/fastboot/fuzzy_fastboot/ |
D | README.md | 34 tests to Fuzzy Fastboot. However, in most cases the optional device specific 53 many more additional tests cases. 317 In most cases this message at the bottom is all that is needed to figure out why it failed. 353 oem commands all have provided test cases. Be sure to test both the positive case
|
12