Searched
full:expression (Results
451 -
475 of
3197) sorted by null
<<11121314151617181920>>
/external/mesa3d/src/glsl/ |
s_expression.h | 43 * - (expr1 expr2 ... exprN) where exprN is an S-Expression 51 * Read an S-Expression from the given string. 52 * Advances the supplied pointer to just after the expression read. 59 * Print out an S-Expression. Useful for debugging.
|
/external/oprofile/libregex/ |
demangle_symbol.h | 22 /// normal plus a pass through the regular expression to simplify
|
/external/oprofile/libutil++/ |
stream_util.h | 23 * width is restored at end of expression, there is no need to save it.
|
/external/regex-re2/ |
README | 1 This is the source code repository for RE2, a regular expression library.
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Statements/ |
12.6.3-5-n.js | 26 The production IterationStatement : for ( LeftHandSideExpression in Expression ) 29 1. Evaluate the Expression. 68 // for ( LeftHandSideExpression in Expression ) 72 "more than one member expression",
|
12.6.3-6-n.js | 26 The production IterationStatement : for ( LeftHandSideExpression in Expression ) 29 1. Evaluate the Expression. 68 // for ( LeftHandSideExpression in Expression ) 72 "bad left-hand side expression",
|
12.6.3-7-n.js | 26 The production IterationStatement : for ( LeftHandSideExpression in Expression ) 29 1. Evaluate the Expression. 68 // for ( LeftHandSideExpression in Expression ) 72 "bad left-hand side expression",
|
12.6.3-8-n.js | 26 The production IterationStatement : for ( LeftHandSideExpression in Expression ) 29 1. Evaluate the Expression. 68 // for ( LeftHandSideExpression in Expression ) 72 "bad left-hand side expression",
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/ |
lexical-047.js | 40 "line breaks within a for expression" +
|
lexical-048.js | 34 "line breaks within a for expression" +
|
lexical-049.js | 39 "line breaks within a for expression" +
|
statement-004.js | 37 "bad left-hand side expression" +
|
statement-005.js | 37 "bad left-hand side expression" +
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/ |
if-001.js | 6 * Verify that assignment in the if expression is evaluated correctly.
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
ValidateLimitations.cpp | 20 // Traverses a node to check if it represents a constant index expression. 34 // Returns true if the parsed node represents a constant index expression. 39 // constant index expression. 180 // for ( init-declaration ; condition ; expression ) statement 203 // type-specifier identifier = constant-expression 233 // The loop index is initialized with constant expression. 236 "Loop index cannot be initialized with non-constant expression", 291 "Loop index cannot be compared with non-constant expression", 304 error(node->getLine(), "Missing expression", "for"); 308 // for expression has one of the following forms [all...] |
/external/webkit/Source/WebCore/inspector/ |
InjectedScript.h | 58 void evaluate(ErrorString*, const String& expression, const String& objectGroup, bool includeCommandLineAPI, RefPtr<InspectorObject>* result); 59 void evaluateOn(ErrorString*, const String& objectId, const String& expression, RefPtr<InspectorObject>* result); 60 void evaluateOnCallFrame(ErrorString*, const String& callFrameId, const String& expression, const String& objectGroup, bool includeCommandLineAPI, RefPtr<InspectorObject>* result); 63 void setPropertyValue(ErrorString*, const String& objectId, const String& propertyName, const String& expression);
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
link-warning.h | 9 Testing __GNUC__ is necessary for the compound expression syntax. */
|
/sdk/emulator/opengl/host/tools/emugen/ |
Var.h | 100 std::string m_lenExpression; // an expression to calcualte a pointer data size 104 std::string m_packExpression; // an expression to pack data into the stream 105 std::string m_writeExpression; // an expression to write data into the stream 106 std::string m_paramCheckExpression; //an expression to check parameter value
|
/external/libpng/contrib/visupng/ |
cexcept.h | 116 Catch (expression) statement 123 except that the parenthesized expression goes after the second 128 expression must be a modifiable lvalue (something capable of being 136 to the expression, and control will jump to the Catch clause. If no 140 The expression is not evaluated unless and until the exception is 163 Throw expression; 166 the expression is required. Whereas return jumps back to the place 168 clause of the innermost enclosing Try clause. The expression must 172 Slight limitation: If the expression is a comma-expression, it mus [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/ |
XPathFactory.java | 38 * @param exprString The XPath expression string. 39 * @param locator The location of the expression string, mainly for diagnostic
|
/external/apache-xml/src/main/java/org/apache/xpath/res/ |
XPATHErrorResources.java | 75 * instance of that notation is referred to as an XPath expression. 78 * XPath expression is being evaluated. 299 /* Note to translators: The XPath expression cannot be evaluated with respect 452 "Empty expression!"}, 488 "Error! Did not find xpath select expression (-select)."}, 650 //Note to translators: A relative location path is a form of XPath expression. 651 // The message indicates that such an expression was expected following the 656 // Note to translators: A location path is a form of XPath expression. 657 // The message indicates that syntactically such an expression was expected,but 662 // Note to translators: A location path is a form of XPath expression [all...] |
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
p12.cpp | 45 []() { // expected-note{{lambda expression begins here}} 67 auto m3 = [this,m] { // expected-note 3{{lambda expression begins here}}
|
/external/clang/test/Parser/ |
cxx0x-condition.cpp | 20 if (S(n)) {} // expected-error {{unexpected type name 'n': expected expression}} 22 if (S(n) == 0) {} // expected-error {{unexpected type name 'n': expected expression}}
|
/external/clang/test/Sema/ |
bitfield.c | 10 int c : (1 + 0.25); // expected-error{{expression is not an integer constant expression}}
|
generic-selection.c | 13 (void) _Generic((void (*)()) 0, // expected-error {{controlling expression type 'void (*)()' compatible with 2 generic association types}} 17 (void) _Generic(0, // expected-error {{controlling expression type 'int' not compatible with any generic association type}}
|
Completed in 1150 milliseconds
<<11121314151617181920>>