/packages/modules/Bluetooth/android/pandora/test/ |
D | main.py | 18 import avatar.cases.host_test 19 import avatar.cases.le_host_test 20 import avatar.cases.le_security_test 21 import avatar.cases.security_test 28 avatar.cases.host_test.HostTest, 29 avatar.cases.le_host_test.LeHostTest, 30 avatar.cases.security_test.SecurityTest, 31 avatar.cases.le_security_test.LeSecurityTest,
|
/packages/services/Car/tools/hidl_parser/ |
D | parser.py | 124 def __init__(self, header, cases): argument 126 self.cases = cases 131 if len(self.cases) < 1: return 133 if self.cases[0].value is None: 134 self.cases[0].value = EnumValueConstant("0") 136 for i in range(1,len(self.cases)): 138 if self.cases[i].value is None: 140 self.cases[i].value = EnumValueSuccessor( 141 EnumValueLocalRef(self.cases[i-1].name)) 145 '\n'.join(str(x) for x in self.cases)) [all …]
|
/packages/modules/IntentResolver/tests/ |
D | README.md | 11 **Use cases**: The first choice for all new code. Fakes and other reusable test code should be plac… 17 **Use cases**: Larger tests which require device preparation and setup to test production code usin… 27 **Use cases**: New tests and expansion of existing tests should be considered only as last resort f… 33 **Use cases**: Fakes, reusable assertions, or other test setup code. Tests for code here should be …
|
/packages/modules/StatsD/lib/libkll/encoding/ |
D | bits_util_test.cpp | 53 const BitsUtilTupleParam cases[]{{0x1LL, 0}, variable 114 INSTANTIATE_TEST_SUITE_P(BitsUtilTestCases, BitsUtilTupleTest, ::testing::ValuesIn(cases));
|
D | encoder_test.cpp | 62 const EncodedTupleParam cases[] = { variable 81 ::testing::ValuesIn(cases));
|
/packages/modules/Permission/tests/cts/permission/ |
D | README | 15 In the permissions test cases, we just test the negative cases. These tests are to test the behavio…
|
/packages/modules/Wifi/framework/tests/ |
D | README.md | 4 The test cases are built using the [JUnit](http://junit.org/) and [Mockito](http://mockito.org/) 25 Tests can be added by adding classes to the src directory. JUnit4 style test cases can
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
D | README.md | 27 efficient at fuzzing because it uses line coverage of previous test cases to 28 generate new random inputs. For example, `libFuzzer` favors test cases that 132 * `corpus/` -- directory for reference/example “good” test cases, used to speed 135 * `crash-*` -- any future problematic test cases will be dumped to the directory 194 `slow_unit-*` cases. Increasing the `max_total_time` value may yield a more 299 `NO_VALUE`, and `SUBGRAPH_OUTPUT` operands, in which cases there is no data or 346 2. Unzip the generated files (>8000 test cases) 347 3. [Merge][12] the cases with libneuralnetworks_fuzzer to reduce the corpus size 348 4. Take and rename the top 500 cases to seedXXX
|
D | Android.bp | 105 // This genrule generates a zip file of 5000+ test cases from the NNAPI test
|
/packages/modules/Wifi/service/tests/wifitests/ |
D | README.md | 4 The test cases are built using the [JUnit](http://junit.org/) and [Mockito](http://mockito.org/) 15 Tests can be added by adding classes to the src directory. JUnit4 style test cases can
|
/packages/modules/Bluetooth/system/test/ |
D | README.md | 45 [==========] Running 11 tests from 2 test cases. 76 [==========] 11 tests from 2 test cases ran. (44495 ms total)
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/ |
D | ReorderAlgorithmUnitTest.java | 293 List<ReorderAlgorithmUnitTestCase> cases = new ArrayList<>(); in getTestCases() local 297 cases.add(ReorderAlgorithmUnitTestCase.readNextCase(iterableSection)); in getTestCases() 299 return cases; in getTestCases()
|
/packages/services/Car/tools/ |
D | update-obd2-sensors.py | 276 for case in integerSensors.cases: 278 for case in floatSensors.cases:
|
/packages/modules/Permission/tests/functional/safetycenter/multiusers/ |
D | TEST_MAPPING | 3 // Note that these test cases are running in postsubmit only. Bedstead tests can be pretty slow
|
/packages/services/Car/tests/CarFrameworkPackageStubsTest/ |
D | README.md | 4 in the following cases:
|
/packages/modules/Bluetooth/system/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 105 "TestClass:test_case_name", for multiple test cases, quote them using " and 216 * Individual test directories: logs for individual test cases
|
/packages/apps/DocumentsUI/tests/ |
D | README | 5 Some of the test cases in functional/ check the file operation among the different storage media.
|
/packages/modules/AdServices/adservices/linter/documentation/ |
D | BackCompatNewFileDetector.md | 16 Edge cases to also consider: 21 …ename all the files being created to have a prefix of adservices. In some cases, the files already…
|
D | BackCompatJobServiceDetector.md | 9 It is hard (or impossible in some cases) to properly gate field Initializers with function calls. P…
|
/packages/services/Car/tests/vehiclehal_test/ |
D | Android.bp | 23 // on vehicle HAL. Test cases would use vehicle HAL debug interface to
|
/packages/modules/Virtualization/ |
D | README.md | 4 executing code. AVF is ideal for security-oriented use cases that require stronger isolation
|
/packages/services/Car/tools/emulator/ |
D | vhal_const_generate.py | 55 for case in enum_object.cases:
|
/packages/modules/Virtualization/demo_native/ |
D | README.md | 7 This is for VMs that are part of the platform itself. Specifically, this C++ example is for cases
|
/packages/modules/NeuralNetworks/tools/systrace_parser/ |
D | contract-between-code-and-parser.txt | 9 Special cases 15 ANeuralNetworksEvent_wait. This special case is not reflected in the cases
|
/packages/modules/Connectivity/ |
D | TEST_MAPPING | 89 // Test with APK modules only, in cases where APEX is not supported, or the other modules 329 // Test with APK modules only, in cases where APEX is not supported, or the other modules
|