Searched defs:Predicate (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DPredicate.java36 * The <code>Predicate</code> interface is a standard interface that
53 * and application motivated implementations of <code>Predicate</code> to emerge.
58 * public class Range implements Predicate {
108 public interface Predicate { interface
134 * have been passed to <code>Predicate</code> as one of the columns
135 * for filtering while initializing a <code>Predicate</code>
155 * have been passed to <code>Predicate</code> as one of the columns for filtering
156 * while initializing a <code>Predicate</code>
/openjdk7/hotspot/src/share/vm/runtime/
H A DadvancedThresholdPolicy.hpp167 typedef bool (AdvancedThresholdPolicy::*Predicate)(int i, int b, CompLevel cur_level); typedef in class:AdvancedThresholdPolicy
171 CompLevel common(Predicate p, methodOop method, CompLevel cur_level, bool disable_feedback = false);
H A DsimpleThresholdPolicy.hpp46 typedef bool (SimpleThresholdPolicy::*Predicate)(int i, int b, CompLevel cur_level); typedef in class:SimpleThresholdPolicy
50 CompLevel common(Predicate p, methodOop method, CompLevel cur_level);
77 // Predicate helpers are used by .*_predicate() methods as well as others.
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DPredicate.java21 * $Id: Predicate.java,v 1.2.4.1 2005/09/12 11:02:18 pvedula Exp $
58 final class Predicate extends Expression implements Closure { class in inherits:Expression,Closure
117 public Predicate(Expression exp) { method in class:Predicate
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DSCDParser.java182 Predicate(s);
226 Predicate(s);
262 Predicate(s);
274 Predicate(s);
286 Predicate(s);
298 Predicate(s);
310 Predicate(s);
394 final public int Predicate(Step s) throws ParseException { method in class:SCDParser
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DXPathParser.java1327 * | FilterExpr Predicate
1357 Predicate();
1377 * Predicate();
1650 * Step ::= Basis Predicate
1728 Predicate();
1927 * Predicate ::= '[' PredicateExpr ']'
1932 protected void Predicate() throws javax.xml.transform.TransformerException method in class:XPathParser
2284 * AbbreviatedNodeTestStep ::= '@'? NodeTest Predicate
2367 Predicate();
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp1154 const Predicate *pred1 = instr1->_predicate;
1155 const Predicate *pred2 = instr2->_predicate;
1471 Predicate *InstructForm::build_predicate() {
1514 return new Predicate(s);
2630 //------------------------------Predicate--------------------------------------
2631 Predicate::Predicate(char *pr) function in class:Predicate
2634 Predicate::~Predicate() {
2637 void Predicate
[all...]
H A Dformssel.hpp43 class Predicate;
100 Predicate *_predicate; // Predicate test for this instruction
220 Predicate *build_predicate();
572 Predicate *_predicate; // Predicate test for this operand
705 //------------------------------Predicate--------------------------------------
706 class Predicate : public Form { class in class:InstructForm
714 Predicate(char *pr);
715 ~Predicate();
[all...]

Completed in 221 milliseconds