HomeSort by relevance Sort by last modified time
    Searched full:expression (Results 351 - 375 of 6680) sorted by null

<<11121314151617181920>>

  /external/apache-xml/src/main/java/org/apache/xpath/axes/
FilterExprIterator.java 24 import org.apache.xpath.Expression;
32 /** The contained expression. Should be non-null.
34 private Expression m_expr;
55 public FilterExprIterator(Expression expr)
62 * Initialize the context values for this expression
123 * Get the inner contained expression of this filter.
125 public Expression getInnerExpression()
131 * Set the inner contained expression of this filter.
133 public void setInnerExpression(Expression expr)
169 public Expression getExpression(
    [all...]
FilterExprIteratorSimple.java 26 import org.apache.xpath.Expression;
40 /** The contained expression. Should be non-null.
42 private Expression m_expr;
63 public FilterExprIteratorSimple(Expression expr)
70 * Initialize the context values for this expression
84 * Execute the expression. Meant for reuse by other FilterExpr iterators
91 Expression expr )
104 // so we have to set up the variable context, execute the expression,
208 * Get the inner contained expression of this filter.
210 public Expression getInnerExpression(
    [all...]
  /external/clang/test/OpenMP/
parallel_sections_misc_messages.c 111 // expected-error@+2 {{expected expression}}
118 // expected-error@+1 2 {{expected expression}}
123 // expected-error@+1 2 {{expected expression}}
128 // expected-error@+1 {{expected expression}}
133 // expected-error@+1 {{expected expression}}
162 // expected-error@+1 {{expected expression}}
169 // expected-error@+1 2 {{expected expression}}
174 // expected-error@+1 2 {{expected expression}}
179 // expected-error@+1 {{expected expression}}
184 // expected-error@+1 {{expected expression}}
    [all...]
sections_misc_messages.c 117 // expected-error@+2 {{expected expression}}
125 // expected-error@+1 2 {{expected expression}}
131 // expected-error@+1 2 {{expected expression}}
137 // expected-error@+1 {{expected expression}}
143 // expected-error@+1 {{expected expression}}
177 // expected-error@+1 {{expected expression}}
185 // expected-error@+1 2 {{expected expression}}
191 // expected-error@+1 2 {{expected expression}}
197 // expected-error@+1 {{expected expression}}
203 // expected-error@+1 {{expected expression}}
    [all...]
atomic_messages.cpp 7 // expected-error@+2 {{the statement for 'atomic' must be an expression statement of form '++x;', '--x;', 'x++;', 'x--;', 'x binop= expr;', 'x = x binop expr' or 'x = expr binop x', where x is an l-value expression with scalar type}}
8 // expected-note@+1 {{expected an expression statement}}
15 // expected-error@+2 {{the statement for 'atomic' must be an expression statement of form '++x;', '--x;', 'x++;', 'x--;', 'x binop= expr;', 'x = x binop expr' or 'x = expr binop x', where x is an l-value expression with scalar type}}
16 // expected-note@+1 {{expected an expression statement}}
43 // expected-error@+2 {{the statement for 'atomic read' must be an expression statement of form 'v = x;', where v and x are both lvalue expressions with scalar type}}
44 // expected-note@+1 {{expected an expression statement}}
47 // expected-error@+2 {{the statement for 'atomic read' must be an expression statement of form 'v = x;', where v and x are both lvalue expressions with scalar type}}
51 // expected-error@+2 2 {{the statement for 'atomic read' must be an expression statement of form 'v = x;', where v and x are both lvalue expressions with scalar type}
    [all...]
  /external/libxml2/result/XPath/tests/
simplebase 3 Expression: /child::*
15 Expression: /child::EXAMPLE
27 Expression: /child::EXAMPLE/child::head
33 Expression: /child::EXAMPLE/child::*
40 Expression: /child::EXAMPLE/child::head/child::title
46 Expression: /child::EXAMPLE/child::head/child::title/child::text()
53 Expression: /child::EXAMPLE/child::head/node()
63 Expression: /child::EXAMPLE/attribute::prop1/self::node()
71 Expression: /child::EXAMPLE/attribute::prop1/self::*
76 Expression: /child::EXAMPLE/attribute::prop1/descendant-or-self::node(
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
regex 52 * A facility for performing regular expression pattern matching.
64 * @name 5.1 Regular Expression Syntax Options
102 * Specifies that when a regular expression is matched against a character
103 * container sequence, no sub-expression matches are to be stored in the
109 * Specifies that the regular expression engine should pay more attention to
111 * speed with which regular expression objects are constructed. Otherwise
123 * Specifies that the grammar recognized by the regular expression engine is
128 * POSIX regular expression grammar.
133 * Specifies that the grammar recognized by the regular expression engine is
142 * Specifies that the grammar recognized by the regular expression engine i
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
regex 52 * A facility for performing regular expression pattern matching.
64 * @name 5.1 Regular Expression Syntax Options
102 * Specifies that when a regular expression is matched against a character
103 * container sequence, no sub-expression matches are to be stored in the
109 * Specifies that the regular expression engine should pay more attention to
111 * speed with which regular expression objects are constructed. Otherwise
123 * Specifies that the grammar recognized by the regular expression engine is
128 * POSIX regular expression grammar.
133 * Specifies that the grammar recognized by the regular expression engine is
142 * Specifies that the grammar recognized by the regular expression engine i
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
regex 52 * A facility for performing regular expression pattern matching.
64 * @name 5.1 Regular Expression Syntax Options
102 * Specifies that when a regular expression is matched against a character
103 * container sequence, no sub-expression matches are to be stored in the
109 * Specifies that the regular expression engine should pay more attention to
111 * speed with which regular expression objects are constructed. Otherwise
123 * Specifies that the grammar recognized by the regular expression engine is
128 * POSIX regular expression grammar.
133 * Specifies that the grammar recognized by the regular expression engine is
142 * Specifies that the grammar recognized by the regular expression engine i
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
regex 52 * A facility for performing regular expression pattern matching.
64 * @name 5.1 Regular Expression Syntax Options
102 * Specifies that when a regular expression is matched against a character
103 * container sequence, no sub-expression matches are to be stored in the
109 * Specifies that the regular expression engine should pay more attention to
111 * speed with which regular expression objects are constructed. Otherwise
123 * Specifies that the grammar recognized by the regular expression engine is
128 * POSIX regular expression grammar.
133 * Specifies that the grammar recognized by the regular expression engine is
142 * Specifies that the grammar recognized by the regular expression engine i
    [all...]
  /system/tools/aidl/
ast_java.cpp 57 void WriteArgumentList(CodeWriter* to, const vector<Expression*>& arguments) {
111 FieldVariable::FieldVariable(Expression* o, const string& n)
139 void StatementBlock::Add(Expression* expression) {
140 this->statements.push_back(new ExpressionStatement(expression));
143 ExpressionStatement::ExpressionStatement(Expression* e) : expression(e) {}
146 this->expression->Write(to);
150 Assignment::Assignment(Variable* l, Expression* r)
153 Assignment::Assignment(Variable* l, Expression* r, const Type* c
196 Expression* expression = (Expression*)va_arg(args, void*); local
235 Expression* expression = (Expression*)va_arg(args, void*); local
    [all...]
  /external/fio/exp/
expression-parser.y 73 %type <v> expression
76 top_level: expression {
81 | expression error {
86 expression: expression '+' expression { label
94 | expression '-' expression {
102 | expression '*' expression {
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
XPathImpl.java 51 * of an XPath expression.
193 private XObject eval(String expression, Object contextItem)
195 org.apache.xpath.XPath xpath = new org.apache.xpath.XPath( expression,
226 * <p>Evaluate an <code>XPath</code> expression in the specified context and return the result as the specified type.</p>
243 * If <code>expression</code> or <code>returnType</code> is <code>null</code>, then a
246 * @param expression The XPath expression.
250 * @return Result of evaluating an XPath expression as an <code>Object</code> of <code>returnType</code>.
252 * @throws XPathExpressionException If <code>expression</code> cannot be evaluated.
254 * @throws NullPointerException If <code>expression</code> or <code>returnType</code> is <code>null</code>
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Preconditions.java 33 * Note that the sense of the expression is inverted; with {@code Preconditions}
58 * Ensures the truth of an expression involving one or more parameters to the
61 * @param expression a boolean expression
62 * @throws IllegalArgumentException if {@code expression} is false
64 public static void checkArgument(boolean expression) {
65 if (!expression) {
71 * Ensures the truth of an expression involving one or more parameters to the
74 * @param expression a boolean expression
    [all...]
  /external/e2fsprogs/intl/
plural-exp.h 0 /* Expression parsing and evaluation for plural form selection.
34 struct expression struct
64 struct expression *args[3]; /* Up to three arguments. */
73 struct expression *res;
82 binary incompatible changes in 'struct expression'. Furthermore,
104 extern void FREE_EXPRESSION (struct expression *exp)
107 extern struct expression GERMANIC_PLURAL attribute_hidden;
109 struct expression **pluralp,
114 extern unsigned long int plural_eval (struct expression *pexp,
  /external/libxml2/result/XPath/xptr/
strpoint 3 Expression: xpointer(start-point(string-range(//p,'multiple')))
10 Expression: xpointer(end-point(string-range(//p,'multiple')))
17 Expression: xpointer(start-point(string-range(//p,'test')))
30 Expression: xpointer(end-point(string-range(//p,'test')))
43 Expression: xpointer(start-point(string-range(//*,'multiple',1,0)))
50 Expression: xpointer(end-point(string-range(//*,'multiple',1,0)))
57 Expression: xpointer(start-point(string-range(//*,'multiple',1,1)))
64 Expression: xpointer(end-point(string-range(//*,'multiple',1,1)))
71 Expression: xpointer(start-point(string-range(//p,'test'))[1])
  /external/selinux/secilc/docs/
cil_constraint_statements.md 11 (constrain classpermissionset_id ... expression | expr ...)
30 <td align="left"><p><code>expression</code></p></td>
31 <td align="left"><p>There must be one constraint <code>expression</code> or one or more <code>expr</code>'s. The expression consists of an operator and two operands as follows:</p>
54 <p><code> (and expression expression)</code></p>
55 <p><code> (or expression expression)</code></p>
56 <p><code> (not expression)</code></p></td>
98 (validatetrans class_id expression | expr ...
    [all...]
  /toolchain/binutils/binutils-2.25/intl/
plural-exp.h 0 /* Expression parsing and evaluation for plural form selection.
42 struct expression struct
72 struct expression *args[3]; /* Up to three arguments. */
81 struct expression *res;
90 binary incompatible changes in 'struct expression'. Furthermore,
112 extern void FREE_EXPRESSION PARAMS ((struct expression *exp))
115 extern struct expression GERMANIC_PLURAL attribute_hidden;
117 struct expression **pluralp,
122 extern unsigned long int plural_eval PARAMS ((struct expression *pexp,
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
Function2Args.java 24 import org.apache.xpath.Expression;
38 Expression m_arg1;
43 * @return An expression that represents the second argument passed to the
46 public Expression getArg1()
70 * Set an argument expression for a function. This method is called by the
73 * @param arg non-null expression that represents the argument.
78 public void setArg(Expression arg, int argNum)
119 * Tell if this expression or it's subexpressions can traverse outside
135 public Expression getExpression()
142 * @see ExpressionOwner#setExpression(Expression)
    [all...]
Function3Args.java 24 import org.apache.xpath.Expression;
38 Expression m_arg2;
43 * @return An expression that represents the third argument passed to the
46 public Expression getArg2()
69 * Set an argument expression for a function. This method is called by the
72 * @param arg non-null expression that represents the argument.
77 public void setArg(Expression arg, int argNum)
117 * Tell if this expression or it's subexpressions can traverse outside
133 public Expression getExpression()
140 * @see ExpressionOwner#setExpression(Expression)
    [all...]
FunctionOneArg.java 24 import org.apache.xpath.Expression;
38 Expression m_arg0;
43 * @return An expression that represents the first argument passed to the
46 public Expression getArg0()
52 * Set an argument expression for a function. This method is called by the
55 * @param arg non-null expression that represents the argument.
60 public void setArg(Expression arg, int argNum)
98 * Tell if this expression or it's subexpressions can traverse outside
137 public Expression getExpression()
143 * @see ExpressionOwner#setExpression(Expression)
    [all...]
  /external/clang/test/SemaCXX/
compare.cpp 92 (C == (unsigned short) b) + // expected-warning {{comparison of constant 'C' (65536) with expression of type 'unsigned short' is always false}}
93 (C == (unsigned char) b) + // expected-warning {{comparison of constant 'C' (65536) with expression of type 'unsigned char' is always false}}
104 (C < (unsigned short) b) + // expected-warning {{comparison of constant 'C' (65536) with expression of type 'unsigned short' is always false}}
105 (C < (unsigned char) b) + // expected-warning {{comparison of constant 'C' (65536) with expression of type 'unsigned char' is always false}}
122 ((short) a == C) + // expected-warning {{comparison of constant 'C' (65536) with expression of type 'short' is always false}}
123 ((signed char) a == C) + // expected-warning {{comparison of constant 'C' (65536) with expression of type 'signed char' is always false}}
134 ((short) a < C) + // expected-warning {{comparison of constant 'C' (65536) with expression of type 'short' is always true}}
135 ((signed char) a < C) + // expected-warning {{comparison of constant 'C' (65536) with expression of type 'signed char' is always true}}
144 (0x80000 == (unsigned short) b) + // expected-warning {{comparison of constant 524288 with expression of type 'unsigned short' is always false}}
145 (0x80000 == (unsigned char) b) + // expected-warning {{comparison of constant 524288 with expression of type 'unsigned char' is always false}
    [all...]
cxx1y-contextual-conversion-tweaks.cpp 39 //expected-error@23 {{ambiguous conversion of delete expression of type 'zero_init<int *>' to a pointer}}
91 //expected-error@82 {{statement requires expression of integer type ('extended_examples::A2' invalid)}}
92 //expected-error@83 {{statement requires expression of integer type ('extended_examples::A3' invalid)}}
93 //expected-error@84 {{statement requires expression of integer type ('extended_examples::A4' invalid)}}
96 //expected-error@81 {{statement requires expression of integer type ('extended_examples::A1' invalid)}}
97 //expected-error@85 {{statement requires expression of integer type ('extended_examples::B2' invalid)}}
99 //expected-error@81 {{cannot initialize object parameter of type 'extended_examples::A1' with an expression of type 'extended_examples::A1'}}
100 //expected-error@85 {{cannot initialize object parameter of type 'extended_examples::B2' with an expression of type 'extended_examples::B2'}}
147 //expected-error@142 {{statement requires expression of integer type ('extended_examples_cxx1y::C' invalid)}}
150 //expected-error@139 {{statement requires expression of integer type ('extended_examples_cxx1y::A2' invalid)}
    [all...]
  /external/libcxx/test/std/re/re.badexp/
regex_error.pass.cpp 29 assert(e.what() == std::string("The expression contained an invalid collating element name."));
34 assert(e.what() == std::string("The expression contained an invalid character class name."));
39 assert(e.what() == std::string("The expression contained an invalid escaped character, or a "
45 assert(e.what() == std::string("The expression contained an invalid back reference."));
50 assert(e.what() == std::string("The expression contained mismatched [ and ]."));
55 assert(e.what() == std::string("The expression contained mismatched ( and )."));
60 assert(e.what() == std::string("The expression contained mismatched { and }."));
65 assert(e.what() == std::string("The expression contained an invalid range in a {} expression."));
70 assert(e.what() == std::string("The expression contained an invalid character range,
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.badexp/
regex_error.pass.cpp 29 assert(e.what() == std::string("The expression contained an invalid collating element name."));
34 assert(e.what() == std::string("The expression contained an invalid character class name."));
39 assert(e.what() == std::string("The expression contained an invalid escaped character, or a "
45 assert(e.what() == std::string("The expression contained an invalid back reference."));
50 assert(e.what() == std::string("The expression contained mismatched [ and ]."));
55 assert(e.what() == std::string("The expression contained mismatched ( and )."));
60 assert(e.what() == std::string("The expression contained mismatched { and }."));
65 assert(e.what() == std::string("The expression contained an invalid range in a {} expression."));
70 assert(e.what() == std::string("The expression contained an invalid character range,
    [all...]

Completed in 914 milliseconds

<<11121314151617181920>>