HomeSort by relevance Sort by last modified time
    Searched full:expressions (Results 1 - 25 of 775) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clearsilver/cs/
test_func.cs.gold 12 testing passing expressions to builtins
49 first/last only run on local vars, which can't be created by expressions
test14.cs.gold 14 All expressions exist
test_func.cs 11 testing passing expressions to builtins
28 first/last only run on local vars, which can't be created by expressions
  /dalvik/dx/tests/048-dex-new-array/
info.txt 2 simple array construction expressions get converted reasonably.
  /dalvik/dx/tests/049-dex-instanceof/
info.txt 2 instanceof expressions get converted reasonably.
  /dalvik/dx/tests/050-dex-checkcast/
info.txt 2 checked cast expressions get converted reasonably.
  /external/webkit/JavaScriptCore/pcre/
pcre.pri 1 # Perl Compatible Regular Expressions - Qt4 build info
  /libcore/luni/src/main/java/org/apache/xalan/templates/
XSLTVisitor.java 39 * @return true if the sub expressions should be traversed.
50 * @return true if the sub expressions should be traversed.
62 * @return true if the sub expressions should be traversed.
73 * @return true if the sub expressions should be traversed.
85 * @return true if the sub expressions should be traversed.
96 * @return true if the sub expressions should be traversed.
107 * @return true if the sub expressions should be traversed.
118 * @return true if the sub expressions should be traversed.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathdef.h 31 typedef float float_t; /* `float' expressions are evaluated as `float'. */
32 typedef double double_t; /* `double' expressions are evaluated
38 typedef long double float_t; /* `float' expressions are evaluated as
40 typedef long double double_t; /* `double' expressions are evaluated as
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
expression-002.js 2 File Name: expressions-002.js
3 Corresponds to: ecma/Expressions/11.2.1-3-n.js
12 var SECTION = "expressions-002.js";
expression-003.js 2 File Name: expressions-003.js
3 Corresponds to: ecma/Expressions/11.2.1-3-n.js
12 var SECTION = "expressions-003.js";
expression-009.js 3 Corresponds to: ecma/Expressions/11.2.2-4-n.js
expression-011.js 3 Corresponds To: ecma/Expressions/11.2.2-6-n.js
expression-012.js 3 Corresponds To: ecma/Expressions/11.2.2-6-n.js
expression-013.js 3 Corresponds To: ecma/Expressions/11.2.2-8-n.js
expression-014.js 3 Corresponds To: ecma/Expressions/11.2.2-9-n.js
expression-015.js 3 Corresponds To: ecma/Expressions/11.2.3-2-n.js
expression-016.js 3 Corresponds To: ecma/Expressions/11.2.3-3-n.js
expression-017.js 3 Corresponds To: ecma/Expressions/11.2.3-4-n.js
  /external/libxml2/include/libxml/
xmlregexp.h 2 * Summary: regular expressions handling
3 * Description: basic API for libxml regular expressions handling used
26 * thank the POSIX regex expressions.
115 /* expressions are used within a context */
130 /* Expressions are trees but the tree is opaque */
144 * 2 core expressions shared by all for the empty language set
151 * Expressions are reference counted internally
  /libcore/luni/src/main/java/org/apache/xpath/
XPathVisitor.java 58 * @return true if the sub expressions should be traversed.
70 * @return true if the sub expressions should be traversed.
82 * @return true if the sub expressions should be traversed.
97 * @return true if the sub expressions should be traversed.
109 * @return true if the sub expressions should be traversed.
121 * @return true if the sub expressions should be traversed.
133 * @return true if the sub expressions should be traversed.
145 * @return true if the sub expressions should be traversed.
157 * @return true if the sub expressions should be traversed.
169 * @return true if the sub expressions should be traversed
    [all...]
ExpressionNode.java 26 * A class that implements this interface can construct expressions,
27 * give information about child and parent expressions,
  /external/webkit/WebCore/manual-tests/inspector/
debugger-watch-expressions.html 15 <li><p>Add the following expressions to the "Watch Expressions" section of the
19 <li><p>The values of the expressions as shown in the window should a
36 expressions change value appropriately as the current stack frame changes.
42 <code>runTest()</code> function, and the expressions are being evaluated against
46 watch expressions do not currently refresh, so the value for <code>a</code>
49 <li><p>Click the "Refresh" button in the Watch Expressions section and the
54 set of Watch Expressions in the list as you had when you last used web
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathExpression.java 25 * <p><code>XPathExpression</code> provides access to compiled XPath expressions.</p>
30 * <th colspan="2">Evaluation of XPath Expressions.</th>
39 * For the purposes of evaluating XPath expressions, a DocumentFragment
79 * @see <a href="http://www.w3.org/TR/xpath#section-Expressions">XML Path Language (XPath) Version 1.0, Expressions</a>
87 * <p>See <a href="#XPathExpression-evaluation">Evaluation of XPath Expressions</a> for context item evaluation,
117 * <p>See <a href="#XPathExpression-evaluation">Evaluation of XPath Expressions</a> for context item evaluation,
141 * <p>See <a href="#XPathExpression-evaluation">Evaluation of XPath Expressions</a> for context item evaluation,
170 * <p>See <a href="#XPathExpression-evaluation">Evaluation of XPath Expressions</a> for context item evaluation,
  /external/webkit/WebCore/inspector/front-end/
WatchExpressionsSidebarPane.js 33 WebInspector.SidebarPane.call(this, WebInspector.UIString("Watch Expressions"));
57 centerElement.addStyleClass("watch-expressions-buttons-container");
85 this.propertiesElement.addStyleClass("watch-expressions");
107 // For newly added, empty expressions, set description to "",
149 // Now process all the expressions, since we have the actual count,
160 // with no expressions, and expanded tree, we get some extra vertical
163 // at the bottom of the section, then we can add a "No Watch Expressions
164 // element when there are no watch expressions, and this issue should
226 this.valueElement.addStyleClass("watch-expressions-error-level");

Completed in 260 milliseconds

1 2 3 4 5 6 7 8 91011>>