Home
last modified time | relevance | path

Searched defs:case (Results 1 – 25 of 418) sorted by relevance

12345678910>>...17

/external/tensorflow/tensorflow/python/kernel_tests/random/
Dstateless_random_ops_test.py215 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 …]
/external/tensorflow/tensorflow/python/kernel_tests/proto/
Ddecode_proto_op_test_base.py209 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
Dencode_proto_op_test_base.py175 def testRoundtrip(self, case): argument
185 def testRoundtripPacked(self, case): argument
/external/libxml2/
Dcheck-xinclude-test-suite.py171 def runTestCases(case): argument
203 case = testsuite.children variable
214 case = case.next variable
Dcheck-xml-test-suite.py362 def runTestCases(case): argument
391 case = testsuite.children variable
402 case = case.next variable
/external/cronet/third_party/libxml/src/
Dcheck-xinclude-test-suite.py171 def runTestCases(case): argument
203 case = testsuite.children variable
214 case = case.next variable
Dcheck-xml-test-suite.py362 def runTestCases(case): argument
391 case = testsuite.children variable
402 case = case.next variable
/external/rust/crates/bitflags/src/tests/
Diter.rs106 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
Dall.rs17 fn case<T: Flags>(expected: T::Bits, inherent: impl FnOnce() -> T) in case() function
Dfrom_bits_retain.rs22 fn case<T: Flags>(input: T::Bits, inherent: impl FnOnce(T::Bits) -> T) in case() function
Dempty.rs17 fn case<T: Flags>(expected: T::Bits, inherent: impl FnOnce() -> T) in case() function
Dfrom_bits_truncate.rs26 fn case<T: Flags>(expected: T::Bits, input: T::Bits, inherent: impl FnOnce(T::Bits) -> T) in case() function
Dis_empty.rs23 fn case<T: Flags + std::fmt::Debug>(expected: bool, value: T, inherent: impl FnOnce(&T) -> bool) { in case() function
Dis_all.rs24 fn case<T: Flags + std::fmt::Debug>(expected: bool, value: T, inherent: impl FnOnce(&T) -> bool) { in case() function
Dfrom_name.rs26 fn case<T: Flags>(expected: Option<T::Bits>, input: &str, inherent: impl FnOnce(&str) -> Option<T>) in case() function
Dbits.rs27 fn case<T: Flags + std::fmt::Debug>( in case() function
Dfrom_bits.rs26 fn case<T: Flags>( in case() function
/external/zstd/tests/cli-tests/
DREADME.md94 #### Passing examples
162 #### Failing examples
/external/mesa3d/src/compiler/isaspec/
Dencode.py67 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
/external/rust/beto-rust/common/pourover/src/
Dconversions.rs81 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
/external/rust/crates/ring/src/rsa/
Dconvert_nist_rsa_test_vectors.py82 def print_sign_test(case, n, e, d, padding_alg): argument
130 def print_verify_test(case, n, e): argument
/external/rust/crates/predicates/examples/
Dcase_tree.rs8 let case = pred.find_case(true, &var); in main() localVariable
/external/autotest/client/site_tests/infra_PythonVersion/
Dinfra_PythonVersion.py15 def run_once(self, case): argument
/external/autotest/client/site_tests/policy_WilcoUSBPowershare/
Dpolicy_WilcoUSBPowershare.py14 def run_once(self, case): argument
/external/autotest/server/site_tests/infra_ServerPythonVersion/
Dinfra_ServerPythonVersion.py16 def run_once(self, host, case): argument

12345678910>>...17