Home
last modified time | relevance | path

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

123

/packages/modules/Bluetooth/android/pandora/test/
Dmain.py18 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/
Dparser.py124 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/
DREADME.md11 **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/
Dbits_util_test.cpp53 const BitsUtilTupleParam cases[]{{0x1LL, 0}, variable
114 INSTANTIATE_TEST_SUITE_P(BitsUtilTestCases, BitsUtilTupleTest, ::testing::ValuesIn(cases));
Dencoder_test.cpp62 const EncodedTupleParam cases[] = { variable
81 ::testing::ValuesIn(cases));
/packages/modules/Permission/tests/cts/permission/
DREADME15 In the permissions test cases, we just test the negative cases. These tests are to test the behavio…
/packages/modules/Wifi/framework/tests/
DREADME.md4 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/
DREADME.md27 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
DAndroid.bp105 // This genrule generates a zip file of 5000+ test cases from the NNAPI test
/packages/modules/Wifi/service/tests/wifitests/
DREADME.md4 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/
DREADME.md45 [==========] 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/
DReorderAlgorithmUnitTest.java293 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/
Dupdate-obd2-sensors.py276 for case in integerSensors.cases:
278 for case in floatSensors.cases:
/packages/modules/Permission/tests/functional/safetycenter/multiusers/
DTEST_MAPPING3 // Note that these test cases are running in postsubmit only. Bedstead tests can be pretty slow
/packages/services/Car/tests/CarFrameworkPackageStubsTest/
DREADME.md4 in the following cases:
/packages/modules/Bluetooth/system/gd/docs/testing/
Dcert_test.md39 : 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/
DREADME5 Some of the test cases in functional/ check the file operation among the different storage media.
/packages/modules/AdServices/adservices/linter/documentation/
DBackCompatNewFileDetector.md16 Edge cases to also consider:
21 …ename all the files being created to have a prefix of adservices. In some cases, the files already…
DBackCompatJobServiceDetector.md9 It is hard (or impossible in some cases) to properly gate field Initializers with function calls. P…
/packages/services/Car/tests/vehiclehal_test/
DAndroid.bp23 // on vehicle HAL. Test cases would use vehicle HAL debug interface to
/packages/modules/Virtualization/
DREADME.md4 executing code. AVF is ideal for security-oriented use cases that require stronger isolation
/packages/services/Car/tools/emulator/
Dvhal_const_generate.py55 for case in enum_object.cases:
/packages/modules/Virtualization/demo_native/
DREADME.md7 This is for VMs that are part of the platform itself. Specifically, this C++ example is for cases
/packages/modules/NeuralNetworks/tools/systrace_parser/
Dcontract-between-code-and-parser.txt9 Special cases
15 ANeuralNetworksEvent_wait. This special case is not reflected in the cases
/packages/modules/Connectivity/
DTEST_MAPPING89 // 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

123