HomeSort by relevance Sort by last modified time
    Searched full:expressions (Results 276 - 300 of 2155) sorted by null

<<11121314151617181920>>

  /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 30 sizes or VM expressions from typeof that need to be evaluated
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
posix2_lim.h 43 /* The maximum number of expressions that can be nested
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
posix2_lim.h 43 /* The maximum number of expressions that can be nested
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
posix2_lim.h 43 /* The maximum number of expressions that can be nested
  /system/core/include/log/
logprint.h 81 * filterString: a whitespace-separated set of filter expressions
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
BasicTestIterator.java 64 * into the Compiler to create predicate expressions.
99 * into the Compiler to create predicate expressions.
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryEvaluator.cpp 136 const ExpressionVector& expressions = query->expressions(); local
137 // Iterate through expressions, stop if any of them eval to false (AND semantics).
139 for (; j < expressions.size(); ++j) {
140 bool exprResult = eval(expressions.at(j).get());
141 if (viewportDependentMediaQueryResults && expressions.at(j)->isViewportDependent())
142 viewportDependentMediaQueryResults->append(adoptRef(new MediaQueryResult(*expressions.at(j), exprResult)));
148 result = applyRestrictor(query->restrictor(), expressions.size() == j);
  /external/chromium_org/third_party/libxml/linux/include/libxml/
xmlversion.h 328 * Whether the regular expressions interfaces are compiled in
346 * Whether the formal expressions interfaces are compiled in
  /external/chromium_org/third_party/libxml/mac/include/libxml/
xmlversion.h 328 * Whether the regular expressions interfaces are compiled in
346 * Whether the formal expressions interfaces are compiled in
  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlversion.h.in 328 * Whether the regular expressions interfaces are compiled in
346 * Whether the formal expressions interfaces are compiled in
  /external/chromium_org/third_party/libxml/win32/include/libxml/
xmlversion.h 328 * Whether the regular expressions interfaces are compiled in
346 * Whether the formal expressions interfaces are compiled in
  /external/chromium_org/third_party/mesa/src/src/glsl/
s_expression.h 45 /* For our purposes, S-Expressions are:
135 /* Lists of expressions: (expr1 ... exprN) */
  /external/chromium_org/third_party/sqlite/src/test/
in4.test 92 # The following block of tests test expressions of the form:
96 # i.e. IN expressions with a literal empty set.
  /external/chromium_org/tools/git/
mffr.py 51 # Posix extended regular expressions do not reliably support the "\s"
114 'line. NOTE: To be sure of regular expressions being '
  /external/chromium_org/v8/test/webkit/
named-function-expression-expected.txt 24 Tests variable resolution rules for named function expressions.
37 named function expressions are not saved in the current context
  /external/clang/docs/analyzer/
DebugChecks.rst 71 inspects expressions.)
82 values by using expressions like "x == 5". Note that this functionality is
  /external/clang/include/clang/AST/
PrettyPrinter.h 33 /// \brief Describes how types, statements, expressions, and
108 /// \brief Whether we should print the sizes of constant array expressions
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 21 // For more complicated match expressions we're often interested in accessing
23 // use the id(...) matcher around the match expressions that match the nodes
323 /// \brief Matches expressions that match InnerMatcher after any implicit casts
353 /// \brief Matches expressions that match InnerMatcher after parentheses and
374 /// \brief Matches expressions that match InnerMatcher after implicit casts and
586 /// \brief Matches member expressions.
599 /// \brief Matches call expressions.
609 /// \brief Matches lambda expressions.
617 /// \brief Matches member call expressions.
628 /// \brief Matches init list expressions
    [all...]
  /external/clang/include/clang/ASTMatchers/Dynamic/
Parser.h 13 /// The parser understands matcher expressions of the form:
20 /// Grammar for the expressions supported:
  /external/clang/include/clang/Sema/
Designator.h 173 /// FreeExprs - Release any unclaimed memory for the expressions in
203 /// FreeExprs - Release any unclaimed memory for the expressions in this
  /external/clang/lib/AST/
ParentMap.cpp 74 // OpaqueValueExpr is shared among multiple parent expressions.
76 // parent, then not reassign that when traversing the semantic expressions.
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringSyntaxChecker.cpp 37 /// Check if two expressions refer to the same declaration.
110 // Identify wrong size expressions, which are commonly used instead.
  /external/clang/test/Index/
complete-memfunc-cvquals.cpp 40 // Check member access expressions.
61 // Check implicit member access expressions.
  /external/clang/test/Sema/
scope-check.c 66 // Statement expressions.
125 // Statement expressions 2.
unused-expr.c 126 // Don't warn for unused expressions in macro bodies; however, do warn for
127 // unused expressions in macro arguments. Macros below are reduced from code

Completed in 1089 milliseconds

<<11121314151617181920>>