HomeSort by relevance Sort by last modified time
    Searched full:expression (Results 251 - 275 of 4888) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/test/mjsunit/compiler/
delete.js 30 // In an effect context, expression is always true.
32 // In an effect context, expression is always false.
35 // In a pure test context, expression is always true.
37 // In a pure test context, expression is always false.
39 // In a negated test context, expression is always false.
42 // In a hybrid test/value context, expression is always true, value
45 // In a hybrid test/value context, expression is always false, value
48 // In a hybrid test/value context, expression is always true, value
51 // In a hybrid test/value context, expression is always false, value
55 // In a hybrid value/test context, expression is always true, valu
    [all...]
  /external/clang/test/SemaCXX/
for-range-dereference.cpp 40 for (auto i : pt) { } // expected-error{{invalid range expression of type 'T *'; did you mean to dereference it with '*'?}}
45 for (auto i : parr) { }// expected-error{{invalid range expression of type 'int (*)[10]'; did you mean to dereference it with '*'?}}
50 for (auto i : pNB) { }// expected-error{{invalid range expression of type 'NoBegin *'; no viable 'begin' function available}}
52 for (auto i : ppNB) { }// expected-error{{invalid range expression of type 'NoBegin **'; no viable 'begin' function available}}
54 for (auto i : pppppNB) { }// expected-error{{invalid range expression of type 'NoBegin *****'; no viable 'begin' function available}}
57 for (auto i : ANE) { } // expected-error{{invalid range expression of type 'ADLNoEnd'; no viable 'end' function available}}
59 for (auto i : pANE) { } // expected-error{{invalid range expression of type 'ADLNoEnd *'; no viable 'begin' function available}}
63 expected-note {{when looking up 'end' function for range expression of type 'DeletedEnd'}}
66 for (auto i : pDE) { } // expected-error {{invalid range expression of type 'DeletedEnd *'; no viable 'begin' function available}}
74 for (auto i : pPE) { }// expected-error {{invalid range expression of type 'PrivateEnd *'}
    [all...]
  /external/v8/test/mjsunit/compiler/
delete.js 30 // In an effect context, expression is always true.
32 // In an effect context, expression is always false.
35 // In a pure test context, expression is always true.
37 // In a pure test context, expression is always false.
39 // In a negated test context, expression is always false.
42 // In a hybrid test/value context, expression is always true, value
45 // In a hybrid test/value context, expression is always false, value
48 // In a hybrid test/value context, expression is always true, value
51 // In a hybrid test/value context, expression is always false, value
55 // In a hybrid value/test context, expression is always true, valu
    [all...]
  /external/jsilver/src/com/google/streamhtmlparser/impl/
StateTableTransition.java 25 * <li>An expression which consists of one or more characters and/or
37 private final String expression; field in class:StateTableTransition
50 return String.format("Expression: %s; From: %s; To: %s",
51 expression, from, to);
54 StateTableTransition(String expression, InternalState from,
57 Preconditions.checkNotNull(expression);
60 this.expression = expression;
66 return expression;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.def 29 tracks information about constancy of an expression and VLA type
31 before the main expression. It is used during parsing and removed
32 in c_fully_fold. C_MAYBE_CONST_EXPR_PRE is the expression to
34 expression. If C_MAYBE_CONST_EXPR_INT_OPERANDS is set then the
35 expression may be used in an unevaluated part of an integer
36 constant expression, but not in an evaluated part. If
37 C_MAYBE_CONST_EXPR_NON_CONST is set then the expression contains
39 expression (or outside of sizeof in C90 mode); otherwise it does
44 C, represents an expression evaluated in greater range or precision
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.def 29 tracks information about constancy of an expression and VLA type
31 before the main expression. It is used during parsing and removed
32 in c_fully_fold. C_MAYBE_CONST_EXPR_PRE is the expression to
34 expression. If C_MAYBE_CONST_EXPR_INT_OPERANDS is set then the
35 expression may be used in an unevaluated part of an integer
36 constant expression, but not in an evaluated part. If
37 C_MAYBE_CONST_EXPR_NON_CONST is set then the expression contains
39 expression (or outside of sizeof in C90 mode); otherwise it does
44 C, represents an expression evaluated in greater range or precision
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.def 29 tracks information about constancy of an expression and VLA type
31 before the main expression. It is used during parsing and removed
32 in c_fully_fold. C_MAYBE_CONST_EXPR_PRE is the expression to
34 expression. If C_MAYBE_CONST_EXPR_INT_OPERANDS is set then the
35 expression may be used in an unevaluated part of an integer
36 constant expression, but not in an evaluated part. If
37 C_MAYBE_CONST_EXPR_NON_CONST is set then the expression contains
39 expression (or outside of sizeof in C90 mode); otherwise it does
44 C, represents an expression evaluated in greater range or precision
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.def 29 tracks information about constancy of an expression and VLA type
31 before the main expression. It is used during parsing and removed
32 in c_fully_fold. C_MAYBE_CONST_EXPR_PRE is the expression to
34 expression. If C_MAYBE_CONST_EXPR_INT_OPERANDS is set then the
35 expression may be used in an unevaluated part of an integer
36 constant expression, but not in an evaluated part. If
37 C_MAYBE_CONST_EXPR_NON_CONST is set then the expression contains
39 expression (or outside of sizeof in C90 mode); otherwise it does
44 C, represents an expression evaluated in greater range or precision
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathExpressionNode.cpp 35 EvaluationContext& Expression::evaluationContext()
41 Expression::Expression()
48 Expression::~Expression()
  /external/chromium_org/v8/test/webkit/
toString-prefix-postfix-preserve-parens-expected.txt 24 This test checks that toString() round-trip on a function that has prefix, postfix and typeof operators applied to group expression will not remove the grouping. Also checks that evaluation of such a expression produces run-time exception
31 PASS prefix_should_preserve_parens(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in prefix operation.
32 PASS eval(unevalf(prefix_should_preserve_parens))(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in prefix operation.
35 PASS postfix_should_preserve_parens(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
36 PASS eval(unevalf(postfix_should_preserve_parens))(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
39 PASS both_should_preserve_parens(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in prefix operation.
40 PASS eval(unevalf(both_should_preserve_parens))(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in prefix operation.
43 PASS prefix_should_preserve_parens_multi(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in prefix operation.
44 PASS eval(unevalf(prefix_should_preserve_parens_multi))(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in prefix operation
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
XpathResourceXmlLoader.java 14 private String expression; field in class:XpathResourceXmlLoader
16 public XpathResourceXmlLoader(ResourceExtractor resourceExtractor, String expression) {
18 this.expression = expression;
22 XPathExpression stringsXPath = XPathFactory.newInstance().newXPath().compile(expression);
  /external/v8/src/
ast.h 128 class Expression;
224 virtual Expression* AsExpression() { return NULL; }
296 class Expression: public AstNode {
315 virtual Expression* AsExpression() { return this; }
332 // True iff the expression is a literal represented as a smi.
335 // True iff the expression is a string literal.
338 // True iff the expression is the null literal.
361 explicit Expression(Isolate* isolate)
715 void Initialize(Expression* cond, Statement* body) {
720 Expression* cond() const { return cond_;
893 Expression* expression() const { return expression_; } function in class:v8::internal::ExpressionStatement
944 Expression* expression() const { return expression_; } function in class:v8::internal::ReturnStatement
961 Expression* expression() const { return expression_; } function in class:v8::internal::WithStatement
1569 Expression* expression() const { return expression_; } function in class:v8::internal::Call
1628 Expression* expression() const { return expression_; } function in class:v8::internal::CallNew
1704 Expression* expression() const { return expression_; } function in class:v8::internal::UnaryOperation
1794 Expression* expression() const { return expression_; } function in class:v8::internal::CountOperation
    [all...]
  /external/chromium_org/v8/src/
preparser.h 293 class Expression;
337 friend class Expression;
340 // Bits 0 and 1 are used to identify the type of expression:
345 // Bit 2 is used to mark the expression as being parenthesized,
347 class Expression {
349 static Expression Default() {
350 return Expression(kUnknownExpression);
353 static Expression FromIdentifier(Identifier id) {
354 return Expression(kIdentifierFlag | (id.type_ << kIdentifierShift));
357 static Expression StringLiteral()
    [all...]
  /libcore/luni/src/main/java/javax/xml/xpath/
XPath.java 38 * If a request is made to evaluate the expression in the absence
47 * If the expression contains a variable reference, its value will be found through the {@link XPathVariableResolver}
57 * If the expression contains a function reference, the function will be found through the {@link XPathFunctionResolver}
66 * QNames in the expression are resolved against the XPath namespace context
73 * This result of evaluating an expression is converted to an instance of the desired return type.
164 * <p>Compile an XPath expression for later evaluation.</p>
166 * <p>If <code>expression</code> contains any {@link XPathFunction}s,
171 * <p>If <code>expression</code> is <code>null</code>, a <code>NullPointerException</code> is thrown.</p>
173 * @param expression The XPath expression
    [all...]
  /external/chromium_org/third_party/libxml/src/
testRegexp.c 40 char expression[5000]; local
49 while (fgets(expression, 4500, input) != NULL) {
50 len = strlen(expression);
53 ((expression[len] == '\n') || (expression[len] == '\t') ||
54 (expression[len] == '\r') || (expression[len] == ' '))) len--;
55 expression[len + 1] = 0;
57 if (expression[0] == '#')
59 if ((expression[0] == '=') && (expression[1] == '>'))
94 char expression[5000]; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
regextxt.h 9 // This file contains utility code for supporting UText in the regular expression engine.
11 // This class is internal to the regular expression implementation.
12 // For the public Regular Expression API, see the file "unicode/regex.h"
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
lower_guarded_conditional_break.opt_test 14 ((if (expression bool > (var_ref aa) (constant float (0.000000)))
15 ((if (expression bool > (var_ref ab) (constant float (0.000000)))
19 (if (expression bool > (var_ref b) (constant float (0.000000))) (break)
  /external/clang/test/CXX/expr/expr.const/
p5-0x.cpp 3 // If an expression of literal class type is used in a context where an integral
4 // constant expression is required, then that class type shall have a single
45 // [expr.new]p6: Every constant-expression in a noptr-new-declarator shall be
46 // an integral constant expression
53 // value [...] shall be an integral constant expression.
62 // alignas(assignment-expression), the assignment-expression shall be an
63 // integral constant expression
69 // [dcl.array]p1: If the constant-expression is present, it shall be an integral
70 // constant expression
    [all...]
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p13.cpp 5 void g1(int = ([i]{ return i; })()); // expected-error{{lambda expression in default argument cannot capture any entity}}
6 void g2(int = ([i]{ return 0; })()); // expected-error{{lambda expression in default argument cannot capture any entity}}
7 void g3(int = ([=]{ return i; })()); // expected-error{{lambda expression in default argument cannot capture any entity}}
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p2-cxx0x.cpp 13 new auto; // expected-error{{new expression for type 'auto' requires a constructor argument}}
14 new (const auto)(); // expected-error{{new expression for type 'auto const' requires a constructor argument}}
15 new (auto) (1,2,3); // expected-error{{new expression for type 'auto' contains multiple constructor arguments}}
  /external/clang/test/Index/
arc-complete.m 11 // CHECK-CC1: NotImplemented:{TypedText __bridge}{HorizontalSpace }{Placeholder type}{RightParen )}{Placeholder expression} (40)
12 // CHECK-CC1: NotImplemented:{TypedText __bridge_retained}{HorizontalSpace }{Placeholder CF type}{RightParen )}{Placeholder expression} (40)
13 // CHECK-CC1: NotImplemented:{TypedText __bridge_transfer}{HorizontalSpace }{Placeholder Objective-C type}{RightParen )}{Placeholder expression} (40)
  /external/e2fsprogs/intl/
plural-exp.c 0 /* Expression parsing for plural form selection.
33 /* These structs are the constant expression for the germanic plural
34 form determination. It represents the expression "n != 1". */
35 static const struct expression plvar =
40 static const struct expression plone =
49 struct expression GERMANIC_PLURAL =
57 [0] = (struct expression *) &plvar,
58 [1] = (struct expression *) &plone
70 static struct expression plvar;
71 static struct expression plone
    [all...]
  /external/icu4c/i18n/
regextxt.h 9 // This file contains utility code for supporting UText in the regular expression engine.
11 // This class is internal to the regular expression implementation.
12 // For the public Regular Expression API, see the file "unicode/regex.h"
  /external/mesa3d/src/glsl/tests/lower_jumps/
lower_guarded_conditional_break.opt_test 14 ((if (expression bool > (var_ref aa) (constant float (0.000000)))
15 ((if (expression bool > (var_ref ab) (constant float (0.000000)))
19 (if (expression bool > (var_ref b) (constant float (0.000000))) (break)
  /external/webrtc/src/system_wrappers/interface/
compile_assert.h 15 * The argument is the boolean expression to evaluate.
19 #define COMPILE_ASSERT(expression) switch(0){case 0: case expression:;}

Completed in 1893 milliseconds

<<11121314151617181920>>