Searched defs:predicates (Results 1 - 14 of 14) sorted by relevance

/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/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/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/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
/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/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3.h370 struct ir3_instruction **predicates; member in struct:ir3
/external/python/cpython3/Lib/test/
H A Dtest_inspect.py64 predicates = set([inspect.isbuiltin, inspect.isclass, inspect.iscode, variable in class:IsTestBase
75 for other in self.predicates - set([predicate]):
/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/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/annotation-tools/asmx/test/lib/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...
/external/guice/extensions/struts2/lib/
H A Djsp-api-2.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/resources/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 2254 milliseconds