/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.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 D | org.apache.commons.el_1.0.0.v201004212143.jar | META-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 D | AbstractControlActionsManager.java | 19 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 D | MediaQuery.h | 51 const Vector<OwnPtr<MediaQueryExp> >* expressions() const { return m_expressions.get(); } function in class:WebCore::MediaQuery
|
/external/regex-re2/doc/ |
H A D | mksyntaxgo | 25 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 D | mksyntaxwiki | 20 #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 D | mksyntaxhtml | 33 <tr><td colspan=2>Grayed out expressions are not supported by RE2.</td></tr>
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
H A D | VariableTranslator.java | 149 private JavaExpression concatenate(List<JavaExpression> expressions) { argument 153 for (JavaExpression expression : expressions) {
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
H A D | toy.ml | 35 (* reassociate expressions. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
H A D | toy.ml | 35 (* reassociate expressions. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
H A D | toy.ml | 35 (* reassociate expressions. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
H A D | toy.ml | 39 (* reassociate expressions. *)
|
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/ |
H A D | ExpressionEvaluator.java | 70 * @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 D | gen_example_doxy.php | 44 // 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 D | jstemplate.js | 85 * 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 D | jstemplate.js | 85 * 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 D | perl.php | 68 //Regular expressions
|
H A D | reg.php | 16 * - Updated and optimized most regular expressions
|
/external/libvpx/libvpx/examples/includes/ |
H A D | vp8_doc_tools.php | 48 * @PARAM mtch_arr array - Array of ASCIIMath expressions
|
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/ |
H A D | jstemplate_compiled.js | 127 * 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 D | ASCIIMathPHP-2.0.class.php | 40 * -- 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 D | jsunittest.js | 731 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 D | ast.cc | 640 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 D | DumpRenderTree.mm | 339 NSDictionary *expressions = [NSDictionary dictionaryWithObjectsAndKeys: 362 NSEnumerator *enumerator = [expressions keyEnumerator]; 365 NSString *expectedResult = [expressions objectForKey:expression];
|
/external/libvpx/libvpx/examples/includes/geshi/contrib/ |
H A D | langcheck.php | 587 //Check for unmasked / in regular expressions ...
|