Home
last modified time | relevance | path

Searched defs:predicates (Results 1 – 17 of 17) sorted by relevance

/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/
DMethodFilter.java20 private final CompoundMethodPredicate predicates = new CompoundMethodPredicate(); field in MethodFilter
185 private final List<Predicate<Method>> predicates = new ArrayList<>(); field in MethodFilter.CompoundMethodPredicate
/external/conscrypt/testing/src/main/java/org/conscrypt/
DMethodFilter.java18 private final CompoundMethodPredicate predicates = new CompoundMethodPredicate(); field in MethodFilter
180 private final List<Predicate<Method>> predicates = new ArrayList<>(); field in MethodFilter.CompoundMethodPredicate
/external/rust/crates/serde_derive/src/
Dbound.rs49 let predicates = cont in with_where_predicates_from_fields() localVariable
72 let predicates = variants in with_where_predicates_from_variants() localVariable
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/
Dfilter_fusion_test.py68 def testFilterFusion(self, function, predicates): argument
/external/tensorflow/tensorflow/core/grappler/utils/
Dtraversal.cc48 const DfsPredicates& predicates, in DfsTraversal()
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DCompiler.java955 Expression[] predicates = new Expression[count]; in getCompiledPredicates() local
998 private void compilePredicates(int opPos, Expression[] predicates) in compilePredicates()
/external/autotest/server/cros/dynamic_suite/
Dsuite.py1354 def create_from_predicates(cls, predicates, builds, board, devserver, argument
1426 predicates, argument
1664 def __init__(self, predicates): argument
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
DStepPattern.java283 public void setPredicates(Expression[] predicates) in setPredicates()
/external/tensorflow/tensorflow/compiler/jit/
Dnode_matchers.cc228 std::vector<string> predicates; in DescribeTo() local
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Darithmetic.cc100 XlaOp Any(XlaOp predicates) { in Any()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlhlo_legalize_to_affine.cc419 SmallVector<Value, 4> predicates; in matchAndRewrite() local
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops.py3115 def _assert_at_most_n_true(predicates, n, msg): argument
3136 def _case_create_default_action(predicates, actions): argument
/external/rust/crates/syn/src/
Dgenerics.rs921 let mut predicates = Punctuated::new(); in parse() localVariable
/external/python/cpython2/Lib/test/
Dtest_inspect.py50 predicates = set([inspect.isbuiltin, inspect.isclass, inspect.iscode, variable in IsTestBase
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision.cc795 const DfsTypePredicates& predicates, in DfsTypeTraversal()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_util.cc1076 std::vector<HloInstruction*> predicates; in ExchangeHaloAndGetValidData() local
/external/python/cpython3/Lib/test/
Dtest_inspect.py91 predicates = set([inspect.isbuiltin, inspect.isclass, inspect.iscode, variable in IsTestBase