Home
last modified time | relevance | path

Searched refs:cases (Results 1 – 20 of 20) sorted by relevance

/system/libufdt/tests/
DREADME5 * run_tests.sh: The main entry to run test cases. Using different
6 test cases under testdata/*.
/system/tools/hidl/test/
Dhidl_test_helper82 echo " $TEST_NAME failed for the following cases:\n\t"
88 echo " $TEST_NAME passed for all cases!"
/system/bt/test/
DREADME.md45 [==========] Running 11 tests from 2 test cases.
76 [==========] 11 tests from 2 test cases ran. (44495 ms total)
/system/tools/aidl/
Dast_java.cpp338 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()
Dast_java.h289 std::vector<std::string> cases; member
300 std::vector<Case*> cases; member
Dgenerate_java_binder.cpp380 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/
Dperfprofd.te11 # perfevents problems in cases where CPU goes on/off during measurement;
/system/chre/host/msm/daemon/generated/
Dchre_slpi_skel.c356 const Type * const *cases; member
Dchre_slpi_stub.c356 const Type * const *cases; member
/system/core/adb/
DOVERVIEW.TXT111 client to make other requests. But in certain cases, an OKAY will even
/system/bt/doc/
Dstyle_guide.md96 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/
DREADME168 ANDROID_LOG_RDONLY in these cases.
/system/tpm/trunks/generator/
Draw_structures_fixed.txt1413 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 …]
Draw_structures.txt1413 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 …]
Draw_commands_fixed.txt914 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/
DREADME.md130 all cases the leading "/dev/" should be omitted, so "/dev/tty0" would be
/system/media/audio_utils/
DDoxyfile287 # 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
DDoxyfile.orig287 # 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/
DDoxyfile298 # 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/
DREADME.md210 In most cases, the cpu-cycles event is used to evaluate consumed cpu time.