Home
last modified time | relevance | path

Searched refs:predicates (Results 1 – 25 of 117) sorted by relevance

12345

/external/libbackup/src/com/google/android/libraries/backup/
DBackupKeyPredicates.java114 public static BackupKeyPredicate or(Iterable<BackupKeyPredicate> predicates) {
116 for (BackupKeyPredicate predicate : predicates) {
128 public static BackupKeyPredicate or(BackupKeyPredicate... predicates) {
129 return orDefensivelyCopied(Arrays.asList(predicates));
133 final Iterable<BackupKeyPredicate> predicates) {
137 for (BackupKeyPredicate predicate : predicates) {
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
DT.g1 /** Demonstrates how semantic predicates get hoisted out of the rule in
3 * how predicates can be used to distinguish between enum as a keyword and
7 * the T_dec-1.dot file to see the predicates in action.
DTParser.m23 /** Demonstrates how semantic predicates get hoisted out of the rule in
25 * how predicates can be used to distinguish between enum as a keyword and
29 * the T_dec-1.dot file to see the predicates in action.
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Darithmetic.cc106 StatusOr<ComputationDataHandle> Any(const ComputationDataHandle& predicates, in Any() argument
111 builder->GetShape(predicates)); in Any()
114 return builder->Reduce(predicates, f, logical_or, all_dimensions); in Any()
Darithmetic.h56 StatusOr<ComputationDataHandle> Any(const ComputationDataHandle& predicates,
/external/droiddriver/src/io/appium/droiddriver/finders/
DBy.java186 ArrayList<Predicate<? super UiElement>> predicates = new ArrayList<>(finders.length); in getPredicates() local
188 predicates.add(finders[i].predicate); in getPredicates()
190 return predicates; in getPredicates()
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
DStepPattern.java283 public void setPredicates(Expression[] predicates) in setPredicates() argument
286 m_predicates = predicates; in setPredicates()
287 if(null != predicates) in setPredicates()
289 for(int i = 0; i < predicates.length; i++) in setPredicates()
291 predicates[i].exprSetParent(this); in setPredicates()
/external/tensorflow/tensorflow/docs_src/api_guides/python/
Dtfdbg.md30 ## Tensor-value predicates
32 Built-in tensor-filter predicates to support conditional breakpoint between
/external/googletest/googletest/docs/
DPumpManual.md56 // Foo$i does blah for $i-ary predicates.
75 // Foo0 does blah for 0-ary predicates.
81 // Foo1 does blah for 1-ary predicates.
87 // Foo2 does blah for 2-ary predicates.
93 // Foo3 does blah for 3-ary predicates.
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DCompiler.java955 Expression[] predicates = new Expression[count]; in getCompiledPredicates() local
957 compilePredicates(opPos, predicates); in getCompiledPredicates()
959 return predicates; in getCompiledPredicates()
998 private void compilePredicates(int opPos, Expression[] predicates) in compilePredicates() argument
1004 predicates[i] = predicate(opPos); in compilePredicates()
/external/llvm/test/MC/Disassembler/Hexagon/
Dcr.txt10 # Logical reductions on predicates
44 # Logical operations on predicates
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops.py3495 def _assert_at_most_n_true(predicates, n, msg): argument
3503 preds_c = array_ops.stack(predicates, name="preds_c")
3508 preds_names = ", ".join(getattr(p, "name", "?") for p in predicates)
3513 return Assert(condition, data=error_msg, summarize=len(predicates))
3516 def _case_create_default_action(predicates, actions): argument
3529 k = len(predicates) - 1 # could pick any
3530 predicate, action = predicates[k], actions[k]
3531 other_predicates, other_actions = predicates[:k], actions[:k]
3539 array_ops.stack(predicates, name="preds_c"))
3586 predicates, actions = zip(*pred_fn_pairs)
[all …]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
DJavaScript.stg251 * rules created for syntactic predicates. As they never have return values
254 * As predicates cannot be inlined into the invoking rule, they need to
878 * have to evaluate some predicates for this edge.
880 dfaEdge(labelExpr, targetState, predicates) ::= <<
881 if ( (<labelExpr>) <if(predicates)>&& (<predicates>)<endif>) {
1011 /* bind to recognizer so semantic predicates can be evaluated */
1056 cyclicDFAEdge(labelExpr, targetStateNumber, edgeNumber, predicates) ::= <<
1057 if ( (<labelExpr>) <if(predicates)>&& (<predicates>)<endif>) {s = <targetStateNumber>;}<\n>
1063 eotDFAEdge(targetStateNumber,edgeNumber, predicates) ::= <<
1205 * to stack itself not top of stack. This is useful for predicates
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
DCPP.stg330 * rules created for syntactic predicates. As they never have return values
333 * As predicates cannot be inlined into the invoking rule, they need to
935 * have to evaluate some predicates for this edge.
937 dfaEdge(labelExpr, targetState, predicates) ::= <<
938 if ( (<labelExpr>) <if(predicates)>&& (<predicates>)<endif>)
1109 cyclicDFAEdge(labelExpr, targetStateNumber, edgeNumber, predicates) ::= <<
1111 if ( (<labelExpr>) <if(predicates)>&& (<predicates>)<endif>)
1121 eotDFAEdge(targetStateNumber,edgeNumber, predicates) ::= "goto s<targetStateNumber>;"
1252 * to stack itself not top of stack. This is useful for predicates
/external/autotest/server/cros/dynamic_suite/
Dsuite.py1446 def create_from_predicates(cls, predicates, builds, board, devserver, argument
1482 return cls(predicates,
1518 predicates, argument
1603 _ComposedPredicate(predicates),
1754 def __init__(self, predicates): argument
1759 self._predicates = list(predicates)
/external/antlr/antlr-3.4/tool/
DCHANGES.txt26 * rewrites weren't pulled from syntactic predicates.
543 * Labels on tokens, rules carry into synpreds now so semantic predicates work.
564 indicates when actions hid semantic predicates.
724 * Insufficiently covered (with semantic predicates) alt warnings are now emitted before
728 warning(203): T.g:2:3: The following alternatives are insufficiently covered with predicates: 1
730 warning(203): T.g:2:3: Input B is insufficiently covered with predicates at loca
734 Semantic predicates were present but were hidden by actions.
739predicates. In this case, there are two predicates that indicate the semantic context in which the…
742 warning(203): U.g:2:5: Input such as "A B" is insufficiently covered with predicates at locations: …
743 Semantic predicates were present but were hidden by actions.
[all …]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
DPerl5.stg262 * rules created for syntactic predicates. As they never have return values
265 * As predicates cannot be inlined into the invoking rule, they need to
907 * have to evaluate some predicates for this edge.
909 dfaEdge(labelExpr, targetState, predicates) ::= <<
910 if ( (<labelExpr>) <if(predicates)>&& (<predicates>)<endif>) {
1092 cyclicDFAEdge(labelExpr, targetStateNumber, edgeNumber, predicates) ::= <<
1093 if ( (<labelExpr>) <if(predicates)>&& (<predicates>)<endif>) {s = <targetStateNumber>;}<\n>
1099 eotDFAEdge(targetStateNumber,edgeNumber, predicates) ::= <<
1244 * to stack itself not top of stack. This is useful for predicates
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
DActionScript.stg247 * rules created for syntactic predicates. As they never have return values
250 * As predicates cannot be inlined into the invoking rule, they need to
867 * have to evaluate some predicates for this edge.
869 dfaEdge(labelExpr, targetState, predicates) ::= <<
870 if ( (<labelExpr>) <if(predicates)>&& (<predicates>)<endif>) {
1012 cyclicDFAEdge(labelExpr, targetStateNumber, edgeNumber, predicates) ::= <<
1013 if ( (<labelExpr>) <if(predicates)>&& (<predicates>)<endif>) {s = <targetStateNumber>;}<\n>
1019 eotDFAEdge(targetStateNumber,edgeNumber, predicates) ::= <<
1155 * to stack itself not top of stack. This is useful for predicates
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
Den.stg242 …led for that input<endif><if(hasPredicateBlockedByAction)><\n>Semantic predicates were present but…
254predicates at locations: <altToLocations.keys:{alt|alt <alt>: <altToLocations.(alt):{loc| line <lo…
284 …led for that input<endif><if(hasPredicateBlockedByAction)><\n>Semantic predicates were present but…
292 …s <alts; separator=",">. Resolve by left-factoring or using syntactic predicates or using backtra…
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
DPython.stg330 * rules created for syntactic predicates. As they never have return values
333 * As predicates cannot be inlined into the invoking rule, they need to
1026 * have to evaluate some predicates for this edge.
1028 dfaEdge(labelExpr, targetState, predicates) ::= <<
1029 if (<labelExpr>) <if(predicates)>and (<predicates>)<endif>:
1141 # thus semantic predicates can be evaluated
1196 cyclicDFAEdge(labelExpr, targetStateNumber, edgeNumber, predicates) ::= <<
1197 if (<labelExpr>)<if(predicates)> and (<predicates>)<endif>:
1204 eotDFAEdge(targetStateNumber,edgeNumber, predicates) ::= <<
1347 * to stack itself not top of stack. This is useful for predicates
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DRuby.stg266 * imaginary rules created for syntactic predicates. As they
270 * predicates cannot be inlined into the invoking rule, they
820 * productions, we may have to evaluate some predicates for
823 dfaEdge(labelExpr, targetState, predicates) ::= <<
824 if ( <labelExpr> )<if(predicates)> and ( <predicates> )<endif>
984 cyclicDFAEdge(labelExpr, targetStateNumber, edgeNumber, predicates) ::= <<
985 if ( <labelExpr> )<if(predicates)> and ( <predicates> )<endif>
992 eotDFAEdge(targetStateNumber, edgeNumber, predicates) ::= <<
1061 * predicates like {$function.size()>0 &&
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
DScala.stg272 * rules created for syntactic predicates. As they never have return values
275 * As predicates cannot be inlined into the invoking rule, they need to
936 * have to evaluate some predicates for this edge.
938 dfaEdge(labelExpr, targetState, predicates) ::= <<
939 if ( (<labelExpr>) <if(predicates)>&& (<predicates>)<endif>) {
1101 cyclicDFAEdge(labelExpr, targetStateNumber, edgeNumber, predicates) ::= <<
1102 if ( (<labelExpr>) <if(predicates)>&& (<predicates>)<endif>) {s = <targetStateNumber>}<\n>
1108 eotDFAEdge(targetStateNumber,edgeNumber, predicates) ::= <<
1251 * to stack itself not top of stack. This is useful for predicates
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
DJava.stg297 * rules created for syntactic predicates. As they never have return values
300 * As predicates cannot be inlined into the invoking rule, they need to
943 * have to evaluate some predicates for this edge.
945 dfaEdge(labelExpr, targetState, predicates) ::= <<
946 if ( (<labelExpr>) <if(predicates)>&& (<predicates>)<endif>) {
1115 cyclicDFAEdge(labelExpr, targetStateNumber, edgeNumber, predicates) ::= <<
1116 if ( (<labelExpr>) <if(predicates)>&& (<predicates>)<endif>) {s = <targetStateNumber>;}<\n>
1122 eotDFAEdge(targetStateNumber,edgeNumber, predicates) ::= <<
1267 * to stack itself not top of stack. This is useful for predicates
/external/llvm/test/CodeGen/Hexagon/intrinsics/
Dcr.ll22 ; Logical reductions on predicates
38 ; Logical operations on predicates
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg70 * synpreds (): syntactic predicates
497 * rules created for syntactic predicates. As they never have return values
500 * As predicates cannot be inlined into the invoking rule, they need to
1285 * have to evaluate some predicates for this edge.
1287 dfaEdge(labelExpr, targetState, predicates) ::= <<
1288 if ((<labelExpr>)<if(predicates)> and (<predicates>)<endif>) then
1470 cyclicDFAEdge(labelExpr, targetStateNumber, edgeNumber, predicates) ::= <<
1471 if ((<labelExpr>)<if(predicates)> and (<predicates>)<endif>) then
1478 eotDFAEdge(targetStateNumber,edgeNumber, predicates) ::= <<
1664 * to stack itself not top of stack. This is useful for predicates

12345