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

<<11121314151617181920>>

  /external/chromium_org/third_party/icu/source/common/
umutex.h 51 * Encapsulates a safe check of an expression
55 * The expression must involve only a _single_ variable, typically
66 #define UMTX_CHECK(pMutex, expression, result) \
67 (result)=(expression)
71 #define UMTX_CHECK(pMutex, expression, result) \
73 (result)=(expression); \
  /external/chromium_org/third_party/icu/source/i18n/unicode/
uregex.h 44 * Constants for Regular Expression Match Modes.
94 * traditional regular expression word boundaries. See
112 * Open (compile) an ICU regular expression. Compiles the regular expression in
114 * The resulting regular expression handle can then be used to perform various
118 * @param pattern The Regular Expression pattern to be compiled.
122 * the regular expression, UREGEX_CASE_INSENSITIVE, for
127 * error within the source regular expression string. If this
141 * Open (compile) an ICU regular expression. Compiles the regular expression i
    [all...]
  /external/chromium_org/v8/test/webkit/
equality.js 65 var expression = values[i] + " == " + values[j];
67 shouldBe(expression, ((i == j) ^ (exceptionMap[expression] || exceptionMap[reversed])) ? "true" : "false");
73 var expression = values[i] + " === " + values[j];
75 shouldBe(expression, ((i == j) ^ (exceptionMap[expression] || exceptionMap[reversed])) ? "true" : "false");
regexp-compile-crash-expected.txt 30 PASS /[/ threw exception SyntaxError: Invalid regular expression: missing /.
31 PASS /[a/ threw exception SyntaxError: Invalid regular expression: missing /.
32 PASS /[-/ threw exception SyntaxError: Invalid regular expression: missing /.
  /external/clang/test/CXX/class/class.mfct/class.mfct.non-static/
p3.cpp 4 // When an id-expression (5.1) that is not part of a class member
8 // id-expression to a non-static non-type member of some class C,
9 // the id-expression is transformed into a class member access
10 // expression (5.2.5) using (*this) (9.3.2) as the
11 // postfix-expression to the left of the . operator. [ Note: if C is
12 // not X or a base class of X, the class member access expression is
  /external/clang/test/CodeGen/
avx-cmp-builtins.c 13 // Expects that the third argument in LLVM IR is immediate expression
19 // Expects that the third argument in LLVM IR is immediate expression
25 // Expects that the third argument in LLVM IR is immediate expression
31 // Expects that the third argument in LLVM IR is immediate expression
37 // Expects that the third argument in LLVM IR is immediate expression
43 // Expects that the third argument in LLVM IR is immediate expression
  /external/clang/test/Sema/
enum.c 31 ve + i; // expected-error{{invalid operands to binary expression}}
43 for (; ve2;) // expected-error {{statement requires expression of scalar type}}
47 for (; ;ve2) // expected-warning {{expression result unused}}
50 ve2; // expected-warning {{expression result unused}}
94 char * s = (an_enum) an_enumerator; // expected-warning {{incompatible integer to pointer conversion initializing 'char *' with an expression of type 'an_enum'}}
103 switch (PR7911V); // expected-error {{statement requires expression of integer type}}
alignas.c 21 // expected-warning@+4{{'_Alignof' applied to an expression is a GNU extension}}
22 // expected-warning@+4{{'_Alignof' applied to an expression is a GNU extension}}
23 // expected-warning@+4{{'_Alignof' applied to an expression is a GNU extension}}
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionNormalization.h 21 // While the expression for most uses of i inside the loop is {0,+,1}<%L>, the
22 // expression for the use of i outside the loop is {1,+,1}<%L>, since i is
30 // Expressions for post-incremented uses are represented as an expression
31 // paired with a set of loops for which the expression is in "post-increment"
58 /// Denormalize - Perform the inverse transform on the expression with the
66 /// TransformForPostIncUse - Transform the given expression according to the
  /external/guava/guava/src/com/google/common/base/
Preconditions.java 38 * Note that the sense of the expression is inverted; with {@code Preconditions}
64 * Ensures the truth of an expression involving one or more parameters to the
67 * @param expression a boolean expression
68 * @throws IllegalArgumentException if {@code expression} is false
70 public static void checkArgument(boolean expression) {
71 if (!expression) {
77 * Ensures the truth of an expression involving one or more parameters to the
80 * @param expression a boolean expression
    [all...]
  /external/llvm/docs/
re_format.7 142 An atom is a regular expression enclosed in
144 (matching a part of the regular expression),
149 .Em bracket expression
177 A bracket expression is a list of characters enclosed in
221 lose their special significance within a bracket expression.
223 Within a bracket expression, a collating element
232 The sequence is a single element of the bracket expression's list.
233 A bracket expression containing a multi-character collating element
243 Within a bracket expression, a collating element enclosed in
267 Within a bracket expression, the name of
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathExpression.h 43 class Expression;
51 static PassRefPtr<XPathExpression> createExpression(const String& expression, PassRefPtr<XPathNSResolver>, ExceptionState&);
60 XPath::Expression* m_topExpression;
  /external/chromium_org/third_party/re2/doc/
mksyntaxhtml 25 <title>RE2 regular expression syntax reference</title>
28 <h1>RE2 regular expression syntax reference</h1>
31 <tr><td colspan=2>This page lists the regular expression syntax accepted by RE2.</td></tr>
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafety.h 75 /// \param Loc -- the SourceLocation of the unresolved expression.
79 /// expression.
80 /// \param LockName -- A StringRef name for the lock expression, to be printed
86 /// \param LockName -- A StringRef name for the lock expression, to be printed
88 /// \param Loc -- The location of the second lock expression.
96 /// \param LockName -- A StringRef name for the lock expression, to be printed
98 /// \param LocLocked -- The location of the lock expression where the mutex is
111 /// \param LockName -- A StringRef name for the lock expression, to be printed
113 /// \param Loc1 -- The location of the first lock expression.
114 /// \param Loc2 -- The location of the second lock expression
    [all...]
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p2.cpp 18 int i2 = sizeof([]()->void{}()); // expected-error{{lambda expression in an unevaluated operand}}
20 const std::type_info &ti2 = typeid([&]() -> int { return i; }()); // expected-error{{lambda expression in an unevaluated operand}}
38 = typeid([=]() -> int { boom_float.tickle(); return 0; }()); // expected-error{{lambda expression in an unevaluated operand}} \
  /external/clang/test/CodeGenObjC/
for-in.m 26 for (NSString *i in array) { // expected-warning {{collection expression type 'NSArray *' may not respond}}
36 for (NSString *i in array) { // expected-warning {{collection expression type 'NSArray *' may not respond}}
48 for (NSArray *array in array) { // expected-warning {{collection expression type 'NSArray *' may not respond}}
  /external/clang/test/Parser/
statements.c 53 . // expected-error {{expected expression}}
70 X = 0, // expected-error {{expected ';' after expression}}
74 X = 0, // expected-error {{expected ';' after expression}}
  /external/clang/test/SemaCXX/
conversion-delete-expr.cpp 14 delete d; // expected-error {{ambiguous conversion of delete expression of type 'D' to a pointer}}
42 delete d; // expected-error {{ambiguous conversion of delete expression of type 'D2' to a pointer}}
59 delete d; // expected-error {{ambiguous conversion of delete expression of type 'D3' to a pointer}}
dcl_ambig_res.cpp 31 new (int(*p)) int; //new-placement expression
46 (void)sizeof(int(1)); //expression
55 (void)(int(1)); //expression
static-assert.cpp 5 static_assert(f(), "f"); // expected-error {{static_assert expression is not an integral constant expression}} expected-note {{non-constexpr function 'f' cannot be used in a constant expression}}
constant-expression-cxx11.cpp 6 static_assert(++x, "test"); // expected-error {{not an integral constant expression}}
110 constexpr int &Recurse3 = Recurse2; // expected-error {{must be initialized by a constant expression}} expected-note {{initializer of 'Recurse2' is not a constant expression}}
115 constexpr int RecurseC = RecurseB; // expected-error {{must be initialized by a constant expression}} expected-note {{initializer of 'RecurseB' is not a constant expression}}
151 static_assert(F(4, k) == 3, ""); // expected-error {{constant expression}} expected-note {{read of non-const variable 'k'}}
203 constexpr int a = MaybeReturnJunk(true, 0); // expected-error {{constant expression}} expected-note {{read of variable whose lifetime has ended}}
214 constexpr int n3 = InternalReturnJunk(0); // expected-error {{must be initialized by a constant expression}} expected-note {{in call to 'InternalReturnJunk(0)'}}
254 constexpr int Invalid = Apply(Select(0), 0); // expected-error {{must be initialized by a constant expression}} expected-note {{in call to 'Apply(0, 0)'}}
265 constexpr bool g3 = &x <= &y; // expected-error {{must be initialized by a constant expression}}
    [all...]
  /external/eigen/Eigen/src/plugins/
CommonCwiseBinaryOps.h 13 /** \returns an expression of the difference of \c *this and \a other
21 /** \returns an expression of the sum of \c *this and \a other
29 /** \returns an expression of a custom coefficient-wise operator \a func of *this and \a other
  /external/llvm/lib/Target/NVPTX/
NVPTXMCExpr.h 1 //===-- NVPTXMCExpr.h - NVPTX specific MC expression classes ----*- C++ -*-===//
56 /// getOpcode - Get the kind of this expression.
59 /// getSubExpr - Get the child of this expression.
  /external/regex-re2/doc/
mksyntaxhtml 25 <title>RE2 regular expression syntax reference</title>
28 <h1>RE2 regular expression syntax reference</h1>
31 <tr><td colspan=2>This page lists the regular expression syntax accepted by RE2.</td></tr>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
identity_type.hpp 19 @brief This macro allows to wrap the specified type expression within extra
25 The type expression to be passed as macro parameter wrapped by a single set
27 This type expression can contain an arbitrary number of commas.

Completed in 4283 milliseconds

<<11121314151617181920>>