/frameworks/base/core/java/com/android/internal/util/ |
Preconditions.java | 58 * Ensures the truth of an expression involving the state of the calling 61 * @param expression a boolean expression 62 * @throws IllegalStateException if {@code expression} is false 64 public static void checkState(boolean expression) { 65 if (!expression) {
|
/frameworks/base/tools/aidl/ |
Type.h | 64 virtual void WriteToRpcData(StatementBlock* addTo, Expression* k, Variable* v, 66 virtual void CreateFromRpcData(StatementBlock* addTo, Expression* k, Variable* v, 71 Expression* BuildWriteToParcelFlags(int flags); 117 virtual void WriteToRpcData(StatementBlock* addTo, Expression* k, Variable* v, 119 virtual void CreateFromRpcData(StatementBlock* addTo, Expression* k, Variable* v, 154 virtual void WriteToRpcData(StatementBlock* addTo, Expression* k, Variable* v, 156 virtual void CreateFromRpcData(StatementBlock* addTo, Expression* k, Variable* v, 179 virtual void WriteToRpcData(StatementBlock* addTo, Expression* k, Variable* v, 181 virtual void CreateFromRpcData(StatementBlock* addTo, Expression* k, Variable* v, 207 virtual void WriteToRpcData(StatementBlock* addTo, Expression* k, Variable* v [all...] |
/external/clang/test/Sema/ |
parentheses.cpp | 8 // expected-note {{place parentheses around the '+' expression to silence this warning}} \ 9 // expected-note {{place parentheses around the '?:' expression to evaluate it first}} 16 // expected-note {{place parentheses around the '-' expression to silence this warning}} \ 17 // expected-note {{place parentheses around the '?:' expression to evaluate it first}} 24 // expected-note {{place parentheses around the '*' expression to silence this warning}} \ 25 // expected-note {{place parentheses around the '?:' expression to evaluate it first}} 43 // expected-note {{place parentheses around the '<<' expression to silence this warning}} \ 44 // expected-note {{place parentheses around the '?:' expression to evaluate it first}} 51 // expected-note {{place parentheses around the '<<' expression to silence this warning}} \ 52 // expected-note {{place parentheses around comparison expression to evaluate it first} [all...] |
deref.c | 21 void* y = &*x; /* expected-warning{{address of an expression of type 'void'}} */ 34 return &cv2; /* expected-warning{{address of an expression of type 'void'}} */
|
ms-inline-asm.c | 16 mov eax, 1+=2 // expected-error 2 {{unknown token in expression}} 20 mov eax, 1+++ // expected-error 2 {{unknown token in expression}}
|
vla-2.c | 7 return (int)sizeof *(0 << 32,(int(*)[n])0); // expected-warning {{expression result unused}} expected-warning {{shift count >= width of type}} 11 __typeof(*(0 << 32,(int(*)[n])0)) x; // expected-warning {{expression result unused}} expected-warning {{shift count >= width of type}}
|
/libcore/luni/src/main/java/javax/xml/xpath/ |
XPathExpression.java | 37 * If a request is made to evaluate the expression in the absence 46 * If the expression contains a variable reference, its value will be found through the {@link XPathVariableResolver}. 55 * If the expression contains a function reference, the function will be found through the {@link XPathFunctionResolver}. 63 * QNames in the expression are resolved against the XPath namespace context. 69 * This result of evaluating an expression is converted to an instance of the desired return type. 85 * <p>Evaluate the compiled XPath expression in the specified context and return the result as the specified type.</p> 101 * @return The <code>Object</code> that is the result of evaluating the expression and converting the result to 104 * @throws XPathExpressionException If the expression cannot be evaluated. 112 * <p>Evaluate the compiled XPath expression in the specified context and return the result as a <code>String</code>.</p> 126 * @return The <code>String</code> that is the result of evaluating the expression and converting the result to [all...] |
/external/clang/test/CXX/expr/expr.const/ |
p3-0x.cpp | 3 // A converted constant expression of type T is a core constant expression, 5 enum NonConstE : unsigned char { NCE = nonconst }; // expected-error {{enumerator value is not a constant expression}} expected-note {{read of non-const}} 6 template<int = nonconst> struct NonConstT {}; // expected-error {{non-type template argument is not a constant expression}} expected-note {{read of non-const}} 9 case nonconst: // expected-error {{case value is not a constant expression}} expected-note {{read of non-const}} 15 // implicitly converted to a prvalue of type T, where the converted expression 16 // is a literal constant expression 84 using Int = A<1.0>; // expected-error {{conversion from 'double' to 'unsigned char' is not allowed in a converted constant expression}} 86 True = &a, // expected-error {{conversion from 'bool (*)(int)' to 'bool' is not allowed in a converted constant expression}} 87 False = nullptr // expected-error {{conversion from 'nullptr_t' to 'bool' is not allowed in a converted constant expression}} [all...] |
/external/eigen/Eigen/src/plugins/ |
CommonCwiseUnaryOps.h | 15 /** \internal Represents a scalar multiple of an expression */ 17 /** \internal Represents a quotient of an expression by a scalar*/ 41 /** \returns an expression of the opposite of \c *this 47 /** \returns an expression of \c *this scaled by the scalar factor \a scalar */ 59 /** \returns an expression of \c *this divided by the scalar value \a scalar */ 83 /** \returns an expression of *this with the \a Scalar type casted to 97 /** \returns an expression of the complex conjugate of \c *this. 106 /** \returns a read-only expression of the real part of \c *this. 112 /** \returns an read-only expression of the imaginary part of \c *this. 121 * \returns An expression of a custom coefficient-wise unary operator \a func of *thi [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/ |
lower_returns_3.opt_test | 14 ((if (expression bool > (var_ref a) (constant float (0.000000))) 15 ((if (expression bool > (var_ref b) (constant float (0.000000)))
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/ |
p3.cpp | 6 // context of the entire postfix-expression. If the type T of the object 7 // expression is of a class type C, the type-name is also looked up in the
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/ |
basic.cpp | 10 T x{i}; // expected-error{{non-constant-expression cannot be narrowed from type 'int' to 'float' in initializer list}} \ 12 T y{i}; // expected-error{{non-constant-expression cannot be narrowed from type 'int' to 'float' in initializer list}} \
|
/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/ |
p2.cpp | 13 // - a constant with literal type and is initialized with an expression 19 typename S<i>::T check4; // expected-error {{not an integral constant expression}} expected-error {{qualified name}}
|
/external/clang/test/SemaObjC/ |
objc-container-subscripting-2.m | 19 array[f] = array; // expected-error {{indexing expression is invalid because subscript type 'float' is not an integral or Objective-C pointer type}} 20 return array[3.14]; // expected-error {{indexing expression is invalid because subscript type 'double' is not an integral or Objective-C pointer type}}
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
AbstractListPropertyEditor.java | 21 * The {@link PropertyEditor} for selecting single expression from given set. 59 // return expression for value 102 // String expression = getExpression(index); 103 // Object evaluatedExpression = evaluateExpression(genericProperty, expression); 104 // // apply expression 105 // genericProperty.setExpression(expression, evaluatedExpression); 112 // final String expression) { 117 // return ScriptUtils.evaluate(classLoader, expression);
|
/external/mesa3d/src/glsl/tests/lower_jumps/ |
lower_returns_3.opt_test | 14 ((if (expression bool > (var_ref a) (constant float (0.000000))) 15 ((if (expression bool > (var_ref b) (constant float (0.000000)))
|
/libcore/luni/src/main/java/java/util/regex/ |
PatternSyntaxException.java | 25 * expression, and the index at which the error occurred. 41 * Holds the syntactically incorrect regular expression, or null if the 42 * regular expression is not known. 60 * the syntactically incorrect regular expression, or 61 * {@code null} if the regular expression is not known. 73 * Returns the syntactically incorrect regular expression. 75 * @return the regular expression. 85 * original regular expression, and the index at which the error occurred.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
regex.h | 37 * A facility for performing regular expression pattern matching. 43 * @brief Describes aspects of a regular expression. 45 * A regular expression traits class that satisfies the requirements of 337 * Storage for the regular expression is allocated and deallocated as 380 * Constructs a basic regular expression that does not match any 390 * @brief Constructs a basic regular expression from the sequence 395 * containing a regular expression. 398 * @throws regex_error if @p p is not a valid regular expression. 409 * @brief Constructs a basic regular expression from the sequence 413 * expression [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
regex.h | 37 * A facility for performing regular expression pattern matching. 43 * @brief Describes aspects of a regular expression. 45 * A regular expression traits class that satisfies the requirements of 337 * Storage for the regular expression is allocated and deallocated as 380 * Constructs a basic regular expression that does not match any 390 * @brief Constructs a basic regular expression from the sequence 395 * containing a regular expression. 398 * @throws regex_error if @p p is not a valid regular expression. 409 * @brief Constructs a basic regular expression from the sequence 413 * expression [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
regex.h | 37 * A facility for performing regular expression pattern matching. 43 * @brief Describes aspects of a regular expression. 45 * A regular expression traits class that satisfies the requirements of 337 * Storage for the regular expression is allocated and deallocated as 380 * Constructs a basic regular expression that does not match any 390 * @brief Constructs a basic regular expression from the sequence 395 * containing a regular expression. 398 * @throws regex_error if @p p is not a valid regular expression. 409 * @brief Constructs a basic regular expression from the sequence 413 * expression [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
regex.h | 37 * A facility for performing regular expression pattern matching. 43 * @brief Describes aspects of a regular expression. 45 * A regular expression traits class that satisfies the requirements of 338 * Storage for the regular expression is allocated and deallocated as 381 * Constructs a basic regular expression that does not match any 391 * @brief Constructs a basic regular expression from the 396 * containing a regular expression. 399 * @throws regex_error if @p __p is not a valid regular expression. 410 * @brief Constructs a basic regular expression from the sequence 414 * expression [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
regex.h | 37 * A facility for performing regular expression pattern matching. 43 * @brief Describes aspects of a regular expression. 45 * A regular expression traits class that satisfies the requirements of 337 * Storage for the regular expression is allocated and deallocated as 380 * Constructs a basic regular expression that does not match any 390 * @brief Constructs a basic regular expression from the sequence 395 * containing a regular expression. 398 * @throws regex_error if @p p is not a valid regular expression. 409 * @brief Constructs a basic regular expression from the sequence 413 * expression [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
regex.h | 37 * A facility for performing regular expression pattern matching. 43 * @brief Describes aspects of a regular expression. 45 * A regular expression traits class that satisfies the requirements of 338 * Storage for the regular expression is allocated and deallocated as 381 * Constructs a basic regular expression that does not match any 391 * @brief Constructs a basic regular expression from the 396 * containing a regular expression. 399 * @throws regex_error if @p __p is not a valid regular expression. 410 * @brief Constructs a basic regular expression from the sequence 414 * expression [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
regex.h | 41 * @brief Class regex_traits. Describes aspects of a regular expression. 43 * A regular expression traits class that satisfies the requirements of 331 * Storage for the regular expression is allocated and deallocated as 364 * Constructs a basic regular expression that does not match any 374 * @brief Constructs a basic regular expression from the 379 * containing a regular expression. 382 * @throws regex_error if @p __p is not a valid regular expression. 392 * @brief Constructs a basic regular expression from the sequence 396 * expression. 398 * expression [all...] |
/external/chromium_org/components/autofill/core/browser/ |
autofill_regexes.h | 13 // Case-insensitive regular expression matching.
|