Home
last modified time | relevance | path

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

12

/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/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/NeuralNetworks/runtime/test/android_fuzzing/
DREADME.md10 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
DAndroid.bp100 // This genrule generates a zip file of 5000+ test cases from the NNAPI test
/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/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/services/Car/tools/
Dupdate-obd2-sensors.py276 for case in integerSensors.cases:
278 for case in floatSensors.cases:
/packages/modules/Connectivity/tests/
DTEST_MAPPING15 // presubmit testing for auto is to augment the existing tests to cover auto use cases as well.
/packages/apps/DocumentsUI/tests/
DREADME5 Some of the test cases in functional/ check the file operation among the different storage media.
/packages/modules/Gki/test/
DAndroid.bp15 // A list of names of test APEXes for GkiInstallTest to instantiate test cases.
/packages/modules/NetworkStack/
DTEST_MAPPING21 // presubmit testing for auto is to augment the existing tests to cover auto use cases as well.
/packages/services/Car/tools/emulator/
Dvhal_const_generate.py55 for case in enum_object.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/NeuralNetworks/tools/api/
DREADME.md194 three cases:
201 In all other cases, the condition is **off**.
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dfeatures.md51 * Recursive parser is faster but prone to stack overflow in extreme cases.
Dfaq.md69 …ernational.org/publications/standards/Ecma-404.htm). It can handle corner cases, such as supportin…
Dinternals.md245 …s algorithm guarantees that the result is always accurate. And in most of cases it produces the sh…
DDoxyfile.in308 # 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/
DREADME.md81 * In rare cases it might not upload the bugreport, depending Android's
/packages/modules/adb/
DOVERVIEW.TXT107 client to make other requests. But in certain cases, an OKAY will even
/packages/services/Car/car-lib/src/android/car/navigation/
Dnavigation_state.proto124 // 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/
Ddbreg_API_doxyfile1470 # 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/
Dfeature_mos_API_doxyfile1470 # 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/
Dmetrics.proto969 // Long lived secondary STA used for restricted use cases

12