Searched refs:predicates (Results 1 - 25 of 36) sorted by relevance

12

/external/libbackup/src/com/google/android/libraries/backup/
H A DBackupKeyPredicates.java108 * Returns a predicate that determines whether a key passes any of the given predicates. Each
114 public static BackupKeyPredicate or(Iterable<BackupKeyPredicate> predicates) { argument
116 for (BackupKeyPredicate predicate : predicates) {
123 * Returns a predicate that determines whether a key passes any of the given predicates. Each
126 * there are no given predicates.
128 public static BackupKeyPredicate or(BackupKeyPredicate... predicates) { argument
129 return orDefensivelyCopied(Arrays.asList(predicates));
133 final Iterable<BackupKeyPredicate> predicates) {
137 for (BackupKeyPredicate predicate : predicates) {
132 orDefensivelyCopied( final Iterable<BackupKeyPredicate> predicates) argument
/external/droiddriver/src/io/appium/droiddriver/finders/
H A DBy.java186 ArrayList<Predicate<? super UiElement>> predicates = new ArrayList<>(finders.length);
188 predicates.add(finders[i].predicate);
190 return predicates;
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
H A DStepPattern.java207 // * @param predicates List of expression objects.
209 // public void setPredicates(Expression[] predicates)
211 // m_predicates = predicates;
233 * NOTE: Ancestors tests with predicates are problematic, and will require
266 * Get the number of predicates for this match pattern step.
269 * @return the number of predicates for this match pattern step.
277 * Set the predicates for this match pattern step.
280 * @param predicates An array of expressions that define predicates
283 public void setPredicates(Expression[] predicates) argument
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
H A 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)
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
H A Den.stg242 <if(disabled)><\n>As a result, alternative(s) <disabled; separator=","> were disabled for that input<endif><if(hasPredicateBlockedByAction)><\n>Semantic predicates were present but were hidden by actions.<endif>
254 Input such as "<upon>" is insufficiently covered with predicates at locations: <altToLocations.keys:{alt|alt <alt>: <altToLocations.(alt):{loc| line <loc.line>:<loc.column> at <loc.text>}; separator=", ">}; separator=", "><if(hasPredicateBlockedByAction)><\n>Semantic predicates were present but were hidden by actions.<endif>
284 <if(disabled)><\n>As a result, token(s) <disabled; separator=","> were disabled for that input<endif><if(hasPredicateBlockedByAction)><\n>Semantic predicates were present but were hidden by actions.<endif>
292 [fatal] rule <ruleName> has non-LL(*) decision due to recursive rule invocations reachable from alts <alts; separator=",">. Resolve by left-factoring or using syntactic predicates or using backtrack=true option.
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DCompiler.java908 // list, from where predicates are counted.
939 * Compile a zero or more predicates for a given match pattern.
955 Expression[] predicates = new Expression[count];
957 compilePredicates(opPos, predicates);
959 return predicates;
966 * Count the number of predicates in the step.
970 * @return The number of predicates for this step.
990 * Compiles predicates in the step.
993 * @param predicates An empty pre-determined array of
998 private void compilePredicates(int opPos, Expression[] predicates) argument
[all...]
/external/autotest/server/cros/dynamic_suite/
H A Dsuite.py902 # Some predicates may return a list of tuples, e.g.,
1484 def create_from_predicates(cls, predicates, builds, board, devserver,
1495 @param predicates: A list of callables that accept ControlData
1520 return cls(predicates,
1556 predicates,
1585 @param predicates: A list of callables that accept ControlData
1636 _ComposedPredicate(predicates),
1744 """Return the composition of the predicates.
1748 predicate's set is the intersection of all of the input predicates'
1749 sets (it returns True if all predicates retur
[all...]
H A Dsuite_unittest.py580 test_predicates = test_report.predicates
723 Fetch the predicates of a failing test, and the parameters
726 predicates = collections.namedtuple('predicates',
732 'predicates, fallout')
733 return test_report(predicates(result_status, 'bad_test',
741 Confirm that all the necessary predicates are passed on to the
H A Ddynamic_suite.py523 predicates=[spec.predicate],
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
H A 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)
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
H A 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)
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
H A 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)
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
H A 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)
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A 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>)<endi
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
H A 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)
[all...]
/external/guice/extensions/persist/lib/
H A Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
H A Djaxen-1.1-beta-7.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jaxen/ org/jaxen/dom/ org/jaxen/dom4j/ org/ ...
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_sched.c462 struct ir3_instruction *predicated = ir->predicates[i];
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DCSharp2.stg420 * rules created for syntactic predicates. As they never have return values
423 * As predicates cannot be inlined into the invoking rule, they need to
1187 * have to evaluate some predicates for this edge.
1189 dfaEdge(labelExpr, targetState, predicates) ::= <<
1190 if ((<labelExpr>)<if(predicates)> && (<predicates>)<endif>)
1387 cyclicDFAEdge(labelExpr, targetStateNumber, edgeNumber, predicates) ::= <<
1388 if ((<labelExpr>)<if(predicates)> && (<predicates>)<endif>) {s = <targetStateNumber>;}<\n>
1394 eotDFAEdge(targetStateNumber,edgeNumber, predicates)
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DCSharp3.stg402 * rules created for syntactic predicates. As they never have return values
405 * As predicates cannot be inlined into the invoking rule, they need to
1166 * have to evaluate some predicates for this edge.
1168 dfaEdge(labelExpr, targetState, predicates) ::= <<
1169 if ((<labelExpr>)<if(predicates)> && (<predicates>)<endif>)
1366 cyclicDFAEdge(labelExpr, targetStateNumber, edgeNumber, predicates) ::= <<
1367 if ((<labelExpr>)<if(predicates)> && (<predicates>)<endif>) {s = <targetStateNumber>;}<\n>
1373 eotDFAEdge(targetStateNumber,edgeNumber, predicates)
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
H A 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>)<endi
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DObjC.stg764 * rules created for syntactic predicates. As they never have return values
767 * As predicates cannot be inlined into the invoking rule, they need to
1414 * have to evaluate some predicates for this edge.
1416 dfaEdge(labelExpr, targetState, predicates) ::= <<
1417 if ( (<labelExpr>) <if(predicates)>&& (<predicates>)<endif>) {
1614 cyclicDFAEdge(labelExpr, targetStateNumber, edgeNumber, predicates) ::= <<
1616 if (<labelExpr><if(predicates)> && (<predicates>)<endif>) { s = <targetStateNumber>;}<\n>
1622 eotDFAEdge(targetStateNumber,edgeNumber, predicates)
[all...]
/external/python/cpython2/Lib/test/
H A Dtest_inspect.py49 predicates = set([inspect.isbuiltin, inspect.isclass, inspect.iscode, variable in class:IsTestBase
58 for other in self.predicates - set([predicate]):
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DC.stg1070 * Lexer syntactic predicates
1074 * Lexer syntactic predicates end.
1460 * Syntactic predicates
1463 /* End of syntactic predicates
1511 * rules created for syntactic predicates. As they never have return values
1514 * As predicates cannot be inlined into the invoking rule, they need to
2401 * have to evaluate some predicates for this edge.
2403 dfaEdge(labelExpr, targetState, predicates) ::= <<
2404 if ( <if(predicates)>(<predicates>)
[all...]
/external/libunwind/src/ia64/
H A DGparser.c961 unw_word_t predicates = c->pr;
972 sr->pr_val = predicates;
959 unw_word_t predicates = c->pr; local

Completed in 525 milliseconds

12