/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/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/NeuralNetworks/runtime/test/android_fuzzing/ |
D | README.md | 10 previous test cases to generate new random inputs. For example, `libFuzzer` 11 favors test cases that run on uncovered lines of code. This greatly reduces the 128 * `corpus/` -- directory for reference/example “good” test cases, used to speed 131 * `crash-*` -- any future problematic test cases will be dumped to the directory 190 `slow_unit-*` cases. Increasing the `max_total_time` value may yield a more 294 operands, in which cases there is no data, so "random_seed" is ignored). This
|
D | Android.bp | 100 // This genrule generates a zip file of 5000+ test cases from the NNAPI test
|
/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/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/services/Car/tools/ |
D | update-obd2-sensors.py | 276 for case in integerSensors.cases: 278 for case in floatSensors.cases:
|
/packages/modules/Connectivity/tests/ |
D | TEST_MAPPING | 15 // presubmit testing for auto is to augment the existing tests to cover auto use cases as well.
|
/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/Gki/test/ |
D | Android.bp | 15 // A list of names of test APEXes for GkiInstallTest to instantiate test cases.
|
/packages/modules/NetworkStack/ |
D | TEST_MAPPING | 21 // presubmit testing for auto is to augment the existing tests to cover auto use cases as well.
|
/packages/services/Car/tools/emulator/ |
D | vhal_const_generate.py | 55 for case in enum_object.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/NeuralNetworks/tools/api/ |
D | README.md | 194 three cases: 201 In all other cases, the condition is **off**.
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | features.md | 51 * Recursive parser is faster but prone to stack overflow in extreme cases.
|
D | faq.md | 69 …ernational.org/publications/standards/Ecma-404.htm). It can handle corner cases, such as supportin…
|
D | internals.md | 245 …s algorithm guarantees that the result is always accurate. And in most of cases it produces the sh…
|
D | Doxyfile.in | 308 # be prevented in individual cases by by putting a % sign in front of the word 594 # accept a match between prototype and implementation in such cases. 2227 # So in most cases it will be better to enable call graphs for selected 2238 # So in most cases it will be better to enable caller graphs for selected
|
/packages/services/Car/tests/BugReportApp/ |
D | README.md | 81 * In rare cases it might not upload the bugreport, depending Android's
|
/packages/modules/adb/ |
D | OVERVIEW.TXT | 107 client to make other requests. But in certain cases, an OKAY will even
|
/packages/services/Car/car-lib/src/android/car/navigation/ |
D | navigation_state.proto | 124 // for disambiguating cases where there is more than one option to go into 129 // for disambiguating cases where there is more than one option to go into
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 1470 # the time of a run. So in most cases it will be better to enable call graphs 1478 # the time of a run. So in most cases it will be better to enable caller
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 1470 # the time of a run. So in most cases it will be better to enable call graphs 1478 # the time of a run. So in most cases it will be better to enable caller
|
/packages/modules/Wifi/service/proto/src/ |
D | metrics.proto | 969 // Long lived secondary STA used for restricted use cases
|