/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/random/ |
H A D | stateless_random_ops_test.py | 215 def _test_match(self, case, seed): argument 228 def _test_match_stateless_cpu_gpu(self, case, seed): argument 239 def _test_old_and_new_stateless_match(self, case, seed): argument 249 def _test_explicit_alg(self, case, seed): argument 258 def _test_determinism(self, case, seed_type): argument 289 def testMatchFloat(self, case, seed): argument 302 def testMatchInt(self, case, seed): argument 315 def testMatchMultinomial(self, case, seed): argument 327 def testMatchGamma(self, case, seed): argument 343 def testStatelessGammaCpuGpuMatch(self, case, seed): argument [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/proto/ |
H A D | decode_proto_op_test_base.py | 209 def testBinary(self, case): argument 221 def testBinaryDisordered(self, case): argument 235 def testPacked(self, case): argument 261 def testText(self, case): argument 279 def testSanitizerGood(self, case): argument
|
H A D | encode_proto_op_test_base.py | 175 def testRoundtrip(self, case): argument 185 def testRoundtripPacked(self, case): argument
|
/aosp_15_r20/external/python/absl-py/absl/testing/tests/ |
D | parameterized_test.py | 152 def test_something(self, case): argument 160 def testSingle(self, case): argument 166 def testDictSingle(self, case): argument 173 def testSomething(self, case): argument 180 def testDictSomething(self, case): argument 187 def testMixedSomething(self, case): argument 199 def test_single(self, case): argument 205 def test_dict_single(self, case): argument 212 def test_something(self, case): argument 219 def test_dict_something(self, case): argument [all …]
|
/aosp_15_r20/external/emboss/compiler/front_end/ |
H A D | tokenizer_test.py | 268 def make_test_case(case): argument 286 def make_test_case(case): argument 342 def make_test_case(case): argument 369 def make_test_case(case): argument
|
/aosp_15_r20/external/mesa3d/src/compiler/isaspec/ |
H A D | encode.py | 67 def __init__(self, bitset, field, case): argument 79 def __init__(self, bitset, field, case): argument 90 def __init__(self, bitset, case, name): argument 131 def __init__(self, bitset, case): argument
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | check-xinclude-test-suite.py | 171 def runTestCases(case): argument 203 case = testsuite.children variable 214 case = case.next variable
|
H A D | check-xml-test-suite.py | 362 def runTestCases(case): argument 391 case = testsuite.children variable 402 case = case.next variable
|
/aosp_15_r20/external/pytorch/torch/_export/db/examples/ |
H A D | __init__.py | 38 def get_name(case): argument 60 def get_rewrite_cases(case): argument
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bitflags-2.5.0/src/tests/ |
H A D | iter.rs | 106 fn case<T: Flags + std::fmt::Debug + IntoIterator<Item = T> + Copy>( in case() function 185 fn case<T: Flags + std::fmt::Debug>( in case() function
|
H A D | from_bits_retain.rs | 22 fn case<T: Flags>(input: T::Bits, inherent: impl FnOnce(T::Bits) -> T) in case() function
|
H A D | empty.rs | 17 fn case<T: Flags>(expected: T::Bits, inherent: impl FnOnce() -> T) in case() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/bitflags/src/tests/ |
D | iter.rs | 106 fn case<T: Flags + std::fmt::Debug + IntoIterator<Item = T> + Copy>( in case() function 185 fn case<T: Flags + std::fmt::Debug>( in case() function
|
D | empty.rs | 17 fn case<T: Flags>(expected: T::Bits, inherent: impl FnOnce() -> T) in case() function
|
D | all.rs | 17 fn case<T: Flags>(expected: T::Bits, inherent: impl FnOnce() -> T) in case() function
|
D | from_bits_retain.rs | 22 fn case<T: Flags>(input: T::Bits, inherent: impl FnOnce(T::Bits) -> T) in case() function
|
/aosp_15_r20/external/zstd/tests/cli-tests/ |
H A D | README.md | 94 #### Passing examples 162 #### Failing examples
|
/aosp_15_r20/external/rust/beto-rust/common/pourover/src/ |
D | conversions.rs | 81 let case: &[u8] = &[1, 2, 3, 0, 0xff, 0xfe]; in test_roundtrip_unsigned() localVariable 87 let case: &[i8] = &[1, 2, 3, 0, -1, -2]; in test_roundtrip_signed() localVariable
|
/aosp_15_r20/external/googleapis/google/cloud/support/v2/ |
H A D | case_service.proto | 165 Case case = 2 [(google.api.field_behavior) = REQUIRED]; field 297 Case case = 1 [(google.api.field_behavior) = REQUIRED]; field
|
/aosp_15_r20/external/google-cloud-java/java-cloudsupport/proto-google-cloud-cloudsupport-v2/src/main/proto/google/cloud/support/v2/ |
H A D | case_service.proto | 165 Case case = 2 [(google.api.field_behavior) = REQUIRED]; field 297 Case case = 1 [(google.api.field_behavior) = REQUIRED]; field
|
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
H A D | bootstrap.js | 1018 case 'bottom': variable 1021 case 'top': variable 1024 case 'left': variable 1027 case 'right': variable
|
/aosp_15_r20/external/openthread/tools/harness-automation/autothreadharness/ |
H A D | harness_case.py | 138 case = None variable in HarnessCase 811 def _select_case(self, role, case): argument
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/data/repository/ |
H A D | PromptRepositoryImplTest.kt | 106 for (case in listOf(true, false)) { in isConfirmationRequired_whenNotForced() constant 126 for (case in listOf(true, false)) { in isConfirmationRequired_whenForced() constant
|
/aosp_15_r20/external/okhttp/website/static/ |
H A D | bootstrap.min.js | 6 …createElement("bootstrap"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend"… function
|
/aosp_15_r20/external/rust/android-crates-io/crates/predicates/examples/ |
D | case_tree.rs | 8 let case = pred.find_case(true, &var); in main() localVariable
|