Home
last modified time | relevance | path

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

123

/external/chromium_org/gin/test/
Dexpect.js134 var predicates = {};
136 predicates.toBe = function(actual, expected) {
146 predicates.toEqual = function(actual, expected) {
156 predicates.toBeDefined = function(actual) {
166 predicates.toBeUndefined = function(actual) {
177 predicates.toBeNull = function(actual) {
188 predicates.toBeTruthy = function(actual) {
198 predicates.toBeFalsy = function(actual) {
208 predicates.toContain = function(actual, element) {
224 predicates.toBeLessThan = function(actual, reference) {
[all …]
/external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
Drc4-ia64.pl672 $predicates = 1;
674 &emit_body (\$code, \$bypass, $iteration++, $predicates);
675 $predicates = ($predicates << 1) | 1;
684 &emit_body (\$code, \$bypass, $iteration++, $predicates);
693 $predicates <<= 1;
694 &emit_body (\$code, \$bypass, $iteration++, $predicates);
/external/openssl/crypto/rc4/asm/
Drc4-ia64.pl672 $predicates = 1;
674 &emit_body (\$code, \$bypass, $iteration++, $predicates);
675 $predicates = ($predicates << 1) | 1;
684 &emit_body (\$code, \$bypass, $iteration++, $predicates);
693 $predicates <<= 1;
694 &emit_body (\$code, \$bypass, $iteration++, $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/droiddriver/src/com/google/android/droiddriver/finders/
DBy.java154 Predicate<? super UiElement>[] predicates = new Predicate[finders.length]; in getPredicates() local
156 predicates[i] = finders[i].predicate; in getPredicates()
158 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/chromium_org/third_party/WebKit/Source/core/xml/
DXPathPath.cpp39 …sOwnPtrWillBeRawPtr<Expression> expr, WillBeHeapVector<OwnPtrWillBeMember<Predicate> >& predicates) in Filter() argument
42 m_predicates.swap(predicates); in Filter()
/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/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
DOverridesView.js115 WebInspector.OverridesView.Tab = function(id, name, settings, predicates) argument
121 this._predicates = predicates || [];
307 var predicates = [this._userAgentOverrideEnabled.bind(this)];
309 predicates.push(this._networkThroughputIsLimited.bind(this));
310 …nspector.OverridesView.Tab.call(this, "network", WebInspector.UIString("Network"), [], predicates);
/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/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/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/
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/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/llvm/lib/Target/Mips/
DMips.td20 // subclasses to partially override the predicates of their superclasses without
21 // having to re-add all the existing 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/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/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/runtime/ActionScript/project/src/org/antlr/runtime/
DFailedPredicateException.as30 /** A semantic predicate failed during validation. Validation of predicates
DCharStreamState.as30 /** When walking ahead with cyclic DFA or for syntactic 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
/external/antlr/antlr-3.4/runtime/C/
DREADME437 with predicates, analysis made cyclic DFA. But this stops
758 * Syntactic predicates did not get hoisting properly upon non-LL(*) decision. Other hoisting issue…
937 * fixed a place where I was adding syn predicates into rewrite stuff.
967 by left-factoring or using syntactic predicates with fixed k
1004 * Reduce op for combining predicates was insanely slow sometimes and
1113 with semantic/syntactic predicates if they exist. The DFA is then
1122 Now, I uses predicates if available and emits no warnings.
1133 * Fixed a bug in how predicates are collected. The definition of
1135 gated predicates incorrectly missed a case where an edge should become
1267 States with edges emanating that have predicates are specially
[all …]

123