/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
regex | 39 * A facility for performing regular expression pattern matching. 49 * @name 5.1 Regular Expression Syntax Options 87 * Specifies that when a regular expression is matched against a character 88 * container sequence, no sub-expression matches are to be stored in the 94 * Specifies that the regular expression engine should pay more attention to 96 * speed with which regular expression objects are constructed. Otherwise 108 * Specifies that the grammar recognized by the regular expression engine is 113 * POSIX regular expression grammar. 118 * Specifies that the grammar recognized by the regular expression engine is 127 * Specifies that the grammar recognized by the regular expression engine i [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/ |
regex | 39 * A facility for performing regular expression pattern matching. 49 * @name 5.1 Regular Expression Syntax Options 87 * Specifies that when a regular expression is matched against a character 88 * container sequence, no sub-expression matches are to be stored in the 94 * Specifies that the regular expression engine should pay more attention to 96 * speed with which regular expression objects are constructed. Otherwise 108 * Specifies that the grammar recognized by the regular expression engine is 113 * POSIX regular expression grammar. 118 * Specifies that the grammar recognized by the regular expression engine is 127 * Specifies that the grammar recognized by the regular expression engine i [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/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...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/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...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/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...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/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...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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...] |
/external/chromium_org/v8/src/ |
ast.h | 137 class Expression; 317 class Expression : public AstNode { 346 // True iff the expression is a literal represented as a smi. 349 // True iff the expression is a string literal. 352 // True iff the expression is the null literal. 355 // True if we can prove that the expression is the undefined literal. 358 // Expression type bounds 384 Expression(Isolate* isolate, int pos) 763 void Initialize(Expression* cond, Statement* body) { 768 Expression* cond() const { return cond_; 1019 Expression* expression() const { return expression_; } function in class:v8::internal::V8_FINAL 1074 Expression* expression() const { return expression_; } function in class:v8::internal::V8_FINAL 1090 Expression* expression() const { return expression_; } function in class:v8::internal::V8_FINAL 1745 Expression* expression() const { return expression_; } function in class:v8::internal::V8_FINAL 1830 Expression* expression() const { return expression_; } function in class:v8::internal::V8_FINAL 1908 Expression* expression() const { return expression_; } function in class:v8::internal::V8_FINAL 2000 Expression* expression() const { return expression_; } function in class:v8::internal::V8_FINAL 2203 Expression* expression() const { return expression_; } function in class:v8::internal::V8_FINAL [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/android/mail/lib/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...] |
/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/oprofile/libregex/ |
op_regex.h | 28 * ill formed regular expression or expression throw such exception 46 * build an object holding regular defintion and regular expression 62 * @param pattern a regular expression pattern, POSIX extended notation 64 * expression is matched 75 * Execute loop at max limit time on the set of regular expression 107 // the number of grouping expression allowed in a regular expression 109 // replace rule not in match regular expression since POSIX don't allow
|
/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/ |
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...] |
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...] |
i-c-e-cxx.cpp | 21 case t:; // expected-error {{not an integral constant expression}} expected-note {{initializer of 't' is not a constant expression}} 51 static const int B = int(0.75 * 1000 * 1000); // expected-warning {{not a constant expression; folding it to a constant is a GNU extension}} 61 // This isn't an integral constant expression, but make sure it folds anyway. 63 int PR8836test[(__typeof(sizeof(int)))&reinterpret_cast<const volatile char&>((((PR8836*)0)->a))]; // expected-warning {{folded to constant array as an extension}} expected-note {{cast that performs the conversions of a reinterpret_cast is not allowed in a constant expression}} 66 int arr[nonconst]; // expected-warning {{folded to constant array as an extension}} expected-note {{initializer of 'nonconst' is not a constant expression}}
|
pseudo-destructors.cpp | 26 a->~foo(); // expected-error{{identifier 'foo' in object destruction expression does not name a type}} 28 a->~Bar(); // expected-error{{destructor type 'Bar' (aka 'Foo') in object destruction expression does not match the type 'A' of the object being destroyed}} 45 i->N::OtherInteger::~Integer(); // expected-error{{'Integer' does not refer to a type name in pseudo-destructor expression; expected the name of type 'int'}} 46 i->N::~Integer(); // expected-error{{'Integer' does not refer to a type name in pseudo-destructor expression; expected the name of type 'int'}} 47 i->Integer::~Double(); // expected-error{{the type of object expression ('int') does not match the type being destroyed ('Double' (aka 'double')) in pseudo-destructor expression}}
|
/external/eigen/Eigen/src/plugins/ |
ArrayCwiseUnaryOps.h | 3 /** \returns an expression of the coefficient-wise absolute value of \c *this 16 /** \returns an expression of the coefficient-wise squared absolute value of \c *this 29 /** \returns an expression of the coefficient-wise exponential of *this. 42 /** \returns an expression of the coefficient-wise logarithm of *this. 55 /** \returns an expression of the coefficient-wise square root of *this. 68 /** \returns an expression of the coefficient-wise cosine of *this. 82 /** \returns an expression of the coefficient-wise sine of *this. 95 /** \returns an expression of the coefficient-wise arc cosine of *this. 108 /** \returns an expression of the coefficient-wise arc sine of *this. 121 /** \returns an expression of the coefficient-wise tan of *this [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...] |
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
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/CXX/temp/temp.decls/temp.variadic/ |
p5.cpp | 130 // FIXME: Test for unexpanded parameter packs in each of the expression nodes. 135 Values; // expected-error{{expression contains unexpanded parameter pack 'Values'}} 141 (Values); // expected-error{{expression contains unexpanded parameter pack 'Values'}} 143 -Values; // expected-error{{expression contains unexpanded parameter pack 'Values'}} 148 __builtin_offsetof(OffsetMe, array[Values]); // expected-error{{expression contains unexpanded parameter pack 'Values'}} 154 f(static_cast<Types>(i)); // expected-error{{expression contains unexpanded parameter pack 'Types'}} 165 struct alignas(Types) TestUnexpandedDecls : T{ // expected-error{{expression contains unexpanded parameter pack 'Types'}} 168 void member_function2() noexcept(Types()); // expected-error{{expression contains unexpanded parameter pack 'Types'}} 247 (void)(values + 0); // expected-error{{expression contains unexpanded parameter pack 'values'}} 248 (void)(0 + values); // expected-error{{expression contains unexpanded parameter pack 'values'} [all...] |
/external/clang/test/Parser/ |
recovery.c | 66 [10] // expected-error {{expected expression}} 75 X = 4 // expected-error{{expected ';' after expression}} 81 x = VALUE // expected-error{{expected ';' after expression}} 98 x = VALUE2 // expected-error{{expected ';' after expression}} 99 x = VALUE3 // expected-error{{expected ';' after expression}} 100 x = VALUE4(0) // expected-error{{expected ';' after expression}}
|