Searched refs:cases (Results 1 – 20 of 20) sorted by relevance
/system/libufdt/tests/ |
D | README | 5 * run_tests.sh: The main entry to run test cases. Using different 6 test cases under testdata/*.
|
/system/tools/hidl/test/ |
D | hidl_test_helper | 82 echo " $TEST_NAME failed for the following cases:\n\t" 88 echo " $TEST_NAME passed for all 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/tools/aidl/ |
D | ast_java.cpp | 338 Case::Case(const string& c) { cases.push_back(c); } in Case() 341 int N = this->cases.size(); in Write() 344 string s = this->cases[i]; in Write() 363 int N = this->cases.size(); in Write() 365 this->cases[i]->Write(to); in Write()
|
D | ast_java.h | 289 std::vector<std::string> cases; member 300 std::vector<Case*> cases; member
|
D | generate_java_binder.cpp | 380 stubClass->transact_switch->cases.push_back(c); in generate_method() 497 stub->transact_switch->cases.push_back(c); in generate_interface_descriptors()
|
/system/sepolicy/public/ |
D | perfprofd.te | 11 # perfevents problems in cases where CPU goes on/off during measurement;
|
/system/chre/host/msm/daemon/generated/ |
D | chre_slpi_skel.c | 356 const Type * const *cases; member
|
D | chre_slpi_stub.c | 356 const Type * const *cases; member
|
/system/core/adb/ |
D | OVERVIEW.TXT | 111 client to make other requests. But in certain cases, an OKAY will even
|
/system/bt/doc/ |
D | style_guide.md | 96 In nearly all cases, variables should be declared and initialized on the same line. 226 // particular, edge cases, and whether a pointer argument may or may not be
|
/system/core/liblog/ |
D | README | 168 ANDROID_LOG_RDONLY in these cases.
|
/system/tpm/trunks/generator/ |
D | raw_structures_fixed.txt | 1413 In some cases, the allowed values are numeric values with no associated mnemonic. In such a case, t… 1606 In many cases, the input values are algorithm IDs. When two collections of algorithm IDs differ only 2141 cases, the subsequent structure is self-defining. If the size precedes a parameter that is not an o… 2266 In some cases, additional qualifying characters will follow the underscore. These are generally use… 2408 In many cases, the table contains no specific response code value and the return code will be deter… 5818 algorithm ID. In cases where an algorithm ID is not a meaningful way to designate the structure, the 6029 a) TPM Reset – Two cases: 7879 Each algorithm has a fundamental attribute: asymmetric, symmetric, or hash. In some cases (e.g., 9816 In most cases, either platformAuth or ownerAuth may be used to authorize the commands used for 12647 those cases when different symmetric algorithms may be selected. [all …]
|
D | raw_structures.txt | 1413 In some cases, the allowed values are numeric values with no associated mnemonic. In such a case, t… 1606 In many cases, the input values are algorithm IDs. When two collections of algorithm IDs differ only 2141 cases, the subsequent structure is self-defining. If the size precedes a parameter that is not an o… 2266 In some cases, additional qualifying characters will follow the underscore. These are generally use… 2408 In many cases, the table contains no specific response code value and the return code will be deter… 5824 algorithm ID. In cases where an algorithm ID is not a meaningful way to designate the structure, the 6053 a) TPM Reset – Two cases: 7851 Each algorithm has a fundamental attribute: asymmetric, symmetric, or hash. In some cases (e.g., 9788 In most cases, either platformAuth or ownerAuth may be used to authorize the commands used for 12635 those cases when different symmetric algorithms may be selected. [all …]
|
D | raw_commands_fixed.txt | 914 The code in parts 3 and 4 is written to define the behavior of a compliant TPM. In some cases (e.g., 915 firmware update), it is not possible to provide a compliant implementation. In those cases, any 1198 cases, a TPM in failure mode may process TPM2_GetTestResult(), TPM2_GetCapability(), or 1594 In many cases, the table contains no specific response code value and the return code will be deter… 4726 The TPM-computed Name is provided as a convenience to the caller for those cases where the 5163 The TPM-computed Name is provided as a convenience to the caller for those cases where the 8680 the decryption process and label is required to be the same in both cases. The TPM shall verify tha… 9620 cases. 14834 key is created for a single pass key exchange with another TPM. However, there are other cases, such
|
/system/core/init/ |
D | README.md | 130 all cases the leading "/dev/" should be omitted, so "/dev/tty0" would be
|
/system/media/audio_utils/ |
D | Doxyfile | 287 # be prevented in individual cases by by putting a % sign in front of the word 573 # accept a match between prototype and implementation in such cases. 2163 # So in most cases it will be better to enable call graphs for selected 2174 # So in most cases it will be better to enable caller graphs for selected
|
D | Doxyfile.orig | 287 # be prevented in individual cases by by putting a % sign in front of the word 573 # accept a match between prototype and implementation in such cases. 2163 # So in most cases it will be better to enable call graphs for selected 2174 # So in most cases it will be better to enable caller graphs for selected
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 298 # be prevented in individual cases by putting a % sign in front of the word or 598 # accept a match between prototype and implementation in such cases. 2247 # So in most cases it will be better to enable call graphs for selected 2259 # So in most cases it will be better to enable caller graphs for selected
|
/system/extras/simpleperf/ |
D | README.md | 210 In most cases, the cpu-cycles event is used to evaluate consumed cpu time.
|