Searched refs:expressions (Results 1 - 25 of 50) sorted by relevance

12

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.expressions_3.4.200.v20100505.jar ... properties org/ org/eclipse/ org/eclipse/core/ org/eclipse/core/expressions/ org/eclipse/core/expressions/ElementHandler.class ElementHandler.java
H A Dorg.apache.commons.el_1.0.0.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/
H A DAbstractControlActionsManager.java19 import org.eclipse.core.expressions.EvaluationResult;
20 import org.eclipse.core.expressions.Expression;
21 import org.eclipse.core.expressions.ExpressionInfo;
22 import org.eclipse.core.expressions.IEvaluationContext;
/external/webkit/Source/WebCore/css/
H A DMediaQuery.h51 const Vector<OwnPtr<MediaQueryExp> >* expressions() const { return m_expressions.get(); } function in class:WebCore::MediaQuery
/external/regex-re2/doc/
H A Dmksyntaxgo25 Package syntax parses regular expressions into parse trees and compiles
26 parse trees into programs. Most clients of regular expressions will use the
H A Dmksyntaxwiki20 #summary I define UNIX as “30 definitions of regular expressions living under one roof.” —Don Knuth
29 <tr><td colspan="2">Grayed out expressions are not supported by RE2.</td></tr>
H A Dmksyntaxhtml33 <tr><td colspan=2>Grayed out expressions are not supported by RE2.</td></tr>
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DVariableTranslator.java149 private JavaExpression concatenate(List<JavaExpression> expressions) { argument
153 for (JavaExpression expression : expressions) {
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoy.ml35 (* reassociate expressions. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoy.ml35 (* reassociate expressions. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoy.ml35 (* reassociate expressions. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoy.ml39 (* reassociate expressions. *)
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
H A DExpressionEvaluator.java70 * @param functionExecutor Used for executing functions in expressions. As well as looking up
230 private void executeFunction(String name, PExpression... expressions) { argument
231 Value[] args = new Value[expressions.length];
233 args[i] = evaluate(expressions[i]);
/external/libvpx/libvpx/examples/
H A Dgen_example_doxy.php44 // Transform any MathML expressions in the body text
140 * @PARAM mtch_arr array - Array of ASCIIMath expressions
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
H A Djstemplate.js85 * attributes are JavaScript expressions that are evaluated in the
512 // expressions than vice versa.
523 // Evaluate expressions immediately. Useful for hooking callbacks
531 var expressions = jstAttributes[ATT_eval];
532 if (expressions) {
533 for (var i = 0, I = jsLength(expressions); i < I; ++i) {
534 context.jsexec(expressions[i], template);
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
H A Djstemplate.js85 * attributes are JavaScript expressions that are evaluated in the
512 // expressions than vice versa.
523 // Evaluate expressions immediately. Useful for hooking callbacks
531 var expressions = jstAttributes[ATT_eval];
532 if (expressions) {
533 for (var i = 0, I = jsLength(expressions); i < I; ++i) {
534 context.jsexec(expressions[i], template);
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dperl.php68 //Regular expressions
H A Dreg.php16 * - Updated and optimized most regular expressions
/external/libvpx/libvpx/examples/includes/
H A Dvp8_doc_tools.php48 * @PARAM mtch_arr array - Array of ASCIIMath expressions
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/
H A Djstemplate_compiled.js127 * Wrapper for the eval() builtin function to evaluate expressions and
682 * expressions, and it holds the locally defined variables.
698 * expressions are evaluated. Notice that this is usually an Object,
709 * expressions are evaluated. Other than for the local context,
774 * jsvalue expressions, variable names must start with $, but in the
822 * attributes are JavaScript expressions that are evaluated in the
922 var expressions = domGetAttribute(template, ATT_eval);
923 if (expressions) {
924 foreach(expressions.split(/\s*;\s*/), function(expression) {
/external/libvpx/libvpx/examples/includes/ASCIIMathPHP-2.0/
H A DASCIIMathPHP-2.0.class.php40 * -- Fixed bug that stopped script execution for incomplete expressions
41 * -- Changed the algorithm for parsing expressions so that it matches the longest string possible (greedy)
598 // Deal whole expressions like 'ax + by + c = 0' etc.
1095 // Deals with expressions of length 1
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
H A Djsunittest.js731 var pass = true, expressions = DrNicTest.arrayfromargs(arguments);
732 var elements = expressions.shift();
733 if (elements.length != expressions.length) {
734 message = this.buildMessage('assertElementsMatch', 'size mismatch: ? elements, ? expressions (?).', elements.length, expressions.length, expressions);
738 for (var i=0; i < expressions.length; i++) {
739 var expression = expressions[i];
/external/v8/src/
H A Dast.cc640 void AstVisitor::VisitExpressions(ZoneList<Expression*>* expressions) { argument
641 for (int i = 0; i < expressions->length(); i++) {
642 // The variable statement visiting code may pass NULL expressions
646 Expression* expression = expressions->at(i);
653 // Regular expressions
/external/webkit/Tools/DumpRenderTree/mac/
H A DDumpRenderTree.mm339 NSDictionary *expressions = [NSDictionary dictionaryWithObjectsAndKeys:
362 NSEnumerator *enumerator = [expressions keyEnumerator];
365 NSString *expectedResult = [expressions objectForKey:expression];
/external/libvpx/libvpx/examples/includes/geshi/contrib/
H A Dlangcheck.php587 //Check for unmasked / in regular expressions ...

Completed in 2136 milliseconds

12