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

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_constants.h 36 * @defgroup regex Regular Expressions
83 * Specifies that the matching of regular expressions against a character
97 * the speed with which regular expressions are matched, and less to the
121 * that used by POSIX basic regular expressions in IEEE Std 1003.1-2001,
123 * Headers, Section 9, Regular Expressions [IEEE, Information Technology --
130 * that used by POSIX extended regular expressions in IEEE Std 1003.1-2001,
132 * Section 9, Regular Expressions.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jsevalcontext.js 17 * @fileoverview This class is used to evaluate expressions in a local
64 * expressions, and it holds the locally defined variables.
78 * expressions are evaluated. Other than for the local context,
104 * $this so it is possible to use it in expressions.
117 * expressions are evaluated. Notice that this is usually an Object,
263 * jsvalue expressions, variable names must start with $, but in the
360 * it up into a map of labels and expressions, and creates functions
361 * from the expressions that are suitable for execution by
390 * up into a list of expressions, and creates functions from the
391 * expressions that are suitable for execution by
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jsevalcontext.js 17 * @fileoverview This class is used to evaluate expressions in a local
64 * expressions, and it holds the locally defined variables.
78 * expressions are evaluated. Other than for the local context,
104 * $this so it is possible to use it in expressions.
117 * expressions are evaluated. Notice that this is usually an Object,
263 * jsvalue expressions, variable names must start with $, but in the
360 * it up into a map of labels and expressions, and creates functions
361 * from the expressions that are suitable for execution by
390 * up into a list of expressions, and creates functions from the
391 * expressions that are suitable for execution b
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jsevalcontext.js 17 * @fileoverview This class is used to evaluate expressions in a local
64 * expressions, and it holds the locally defined variables.
78 * expressions are evaluated. Other than for the local context,
104 * $this so it is possible to use it in expressions.
117 * expressions are evaluated. Notice that this is usually an Object,
263 * jsvalue expressions, variable names must start with $, but in the
360 * it up into a map of labels and expressions, and creates functions
361 * from the expressions that are suitable for execution by
390 * up into a list of expressions, and creates functions from the
391 * expressions that are suitable for execution b
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jsevalcontext.js 17 * @fileoverview This class is used to evaluate expressions in a local
64 * expressions, and it holds the locally defined variables.
78 * expressions are evaluated. Other than for the local context,
104 * $this so it is possible to use it in expressions.
117 * expressions are evaluated. Notice that this is usually an Object,
263 * jsvalue expressions, variable names must start with $, but in the
360 * it up into a map of labels and expressions, and creates functions
361 * from the expressions that are suitable for execution by
390 * up into a list of expressions, and creates functions from the
391 * expressions that are suitable for execution b
    [all...]
  /external/chromium_org/third_party/jstemplate/
jsevalcontext.js 17 * @fileoverview This class is used to evaluate expressions in a local
64 * expressions, and it holds the locally defined variables.
78 * expressions are evaluated. Other than for the local context,
104 * $this so it is possible to use it in expressions.
117 * expressions are evaluated. Notice that this is usually an Object,
263 * jsvalue expressions, variable names must start with $, but in the
360 * it up into a map of labels and expressions, and creates functions
361 * from the expressions that are suitable for execution by
390 * up into a list of expressions, and creates functions from the
391 * expressions that are suitable for execution b
    [all...]
  /external/llvm/test/Other/
constant-fold-gep.ll 48 ; simplifications on sizeof, alignof, and offsetof expressions. The
181 ; SCEV: Classifying expressions for: @goo8
184 ; SCEV: Classifying expressions for: @goo1
187 ; SCEV: Classifying expressions for: @foo8
190 ; SCEV: Classifying expressions for: @foo1
193 ; SCEV: Classifying expressions for: @hoo8
195 ; SCEV: Classifying expressions for: @hoo1
313 ; SCEV: Classifying expressions for: @fa
316 ; SCEV: Classifying expressions for: @fb
319 ; SCEV: Classifying expressions for: @f
    [all...]
  /external/llvm/docs/
TableGenFundamentals.rst 155 from various kinds of string processing expressions and ``NAME`` resolves to the
156 final value obtained after resolving all of those expressions. The user may
268 .. _TableGen expressions:
270 TableGen values and expressions
400 colon character ("``:``"). If `value definitions`_ or `let expressions`_ are
437 .. _let expressions:
438 .. _"let" expressions within a record:
440 'let' expressions
445 derived class or definition wants to override. Let expressions consist of the
487 The more esoteric forms of `TableGen expressions`_ are useful in conjunctio
    [all...]
  /external/eigen/Eigen/src/Core/util/
Constants.h 101 * (row,col)-based access. Expressions for which that isn't possible don't have the LinearAccessBit.
107 * Typically, all vector expressions have the LinearAccessBit, but there is one exception:
108 * Product expressions don't have it, because it would be troublesome for vectorization, even when the
109 * Product is a vector expression. Thus, vector Product expressions allow index-based coefficient access but
117 * This rules out read-only expressions.
121 * \li writable expressions that don't have a very simple memory layout as a strided array, have LvalueBit but not DirectAccessBit
122 * \li Map-to-const expressions, for example Map<const Matrix>, have DirectAccessBit but not LvalueBit
124 * Expressions having LvalueBit also have their coeff() method returning a const reference instead of returning a new value.
132 * outerStride(), innerStride(), and the RowMajorBit. This rules out expressions such as Diagonal, whose coefficients,
  /external/llvm/include/llvm/MC/
MCExpr.h 1 //===- MCExpr.h - Assembly Level Expressions --------------------*- C++ -*-===//
29 /// MCExpr - Base class for the full range of assembler expressions which are
34 Binary, ///< Binary expressions.
35 Constant, ///< Constant expressions.
36 SymbolRef, ///< References to labels and assigned expressions.
37 Unary, ///< Unary expressions.
78 /// values. If not given, then only non-symbolic expressions will be
302 /// MCUnaryExpr - Unary assembler expressions.
355 /// MCBinaryExpr - Binary assembler expressions.
  /external/eigen/doc/
C03_TutorialArrayClass.dox 90 Arrays also support expressions of the form <tt>array + scalar</tt> which add a scalar to each coefficient in the array.
141 \section TutorialArrayClassConvert Converting between array and matrix expressions
150 \link MatrixBase Matrix expressions \endlink have an \link MatrixBase::array() .array() \endlink method that
151 'converts' them into \link ArrayBase array expressions\endlink, so that coefficient-wise operations
152 can be applied easily. Conversely, \link ArrayBase array expressions \endlink
169 because Eigen allows assigning array expressions to matrix variables).
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_constants.h 76 * Specifies that the matching of regular expressions against a character
90 * the speed with which regular expressions are matched, and less to the
114 * that used by POSIX basic regular expressions in IEEE Std 1003.1-2001,
116 * Headers, Section 9, Regular Expressions [IEEE, Information Technology --
123 * that used by POSIX extended regular expressions in IEEE Std 1003.1-2001,
125 * Section 9, Regular Expressions.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_constants.h 76 * Specifies that the matching of regular expressions against a character
90 * the speed with which regular expressions are matched, and less to the
114 * that used by POSIX basic regular expressions in IEEE Std 1003.1-2001,
116 * Headers, Section 9, Regular Expressions [IEEE, Information Technology --
123 * that used by POSIX extended regular expressions in IEEE Std 1003.1-2001,
125 * Section 9, Regular Expressions.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h 76 * Specifies that the matching of regular expressions against a character
90 * the speed with which regular expressions are matched, and less to the
114 * that used by POSIX basic regular expressions in IEEE Std 1003.1-2001,
116 * Headers, Section 9, Regular Expressions [IEEE, Information Technology --
123 * that used by POSIX extended regular expressions in IEEE Std 1003.1-2001,
125 * Section 9, Regular Expressions.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h 76 * Specifies that the matching of regular expressions against a character
90 * the speed with which regular expressions are matched, and less to the
114 * that used by POSIX basic regular expressions in IEEE Std 1003.1-2001,
116 * Headers, Section 9, Regular Expressions [IEEE, Information Technology --
123 * that used by POSIX extended regular expressions in IEEE Std 1003.1-2001,
125 * Section 9, Regular Expressions.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h 76 * Specifies that the matching of regular expressions against a character
90 * the speed with which regular expressions are matched, and less to the
114 * that used by POSIX basic regular expressions in IEEE Std 1003.1-2001,
116 * Headers, Section 9, Regular Expressions [IEEE, Information Technology --
123 * that used by POSIX extended regular expressions in IEEE Std 1003.1-2001,
125 * Section 9, Regular Expressions.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h 76 * Specifies that the matching of regular expressions against a character
90 * the speed with which regular expressions are matched, and less to the
114 * that used by POSIX basic regular expressions in IEEE Std 1003.1-2001,
116 * Headers, Section 9, Regular Expressions [IEEE, Information Technology --
123 * that used by POSIX extended regular expressions in IEEE Std 1003.1-2001,
125 * Section 9, Regular Expressions.
  /external/eigen/Eigen/src/Core/
DenseCoeffsBase.h 48 // not possible, since the underlying expressions might not offer a valid address the reference could be referring to.
143 * This method is allowed only for vector expressions, and for matrix expressions having the LinearAccessBit.
164 * This method is allowed only for vector expressions, and for matrix expressions having the LinearAccessBit.
199 * to ensure that a packet really starts there. This method is only available on expressions having the
226 * to ensure that a packet really starts there. This method is only available on expressions having the
366 * This method is allowed only for vector expressions, and for matrix expressions having the LinearAccessBit.
386 * This method is allowed only for vector expressions, and for matrix expressions having the LinearAccessBit
    [all...]
  /external/ceres-solver/internal/ceres/
corrector.h 45 // The key idea here is to look at the expressions for the robustified
48 // full expressions see Eq. 10 and 11 in BANS by Triggs et al.
  /external/chromium_org/third_party/angle/src/compiler/
VersionGLSL.cpp 20 // GLSL spec section 6.1.1: "When calling a function, expressions that do
23 // GLSL 1.1 section 5.8: "Other binary or unary expressions,
  /external/chromium_org/third_party/mesa/src/src/glsl/
opt_constant_folding.cpp 26 * Replace constant-valued expressions with references to constant values.
38 * Visitor class for replacing expressions with ir_constant values.
  /external/chromium_org/tools/gn/
parser.h 51 // |PrefixFunc|s used in parsing expressions.
58 // |InfixFunc|s used in parsing expressions.
  /external/clang/lib/Analysis/
CFGStmtMap.cpp 50 // First walk the block-level expressions.
84 // Walk all blocks, accumulating the block-level expressions, labels,
  /external/clang/test/SemaObjCXX/
instantiate-expr.mm 32 // Test instantiation of unresolved member reference expressions to an
44 // Test instantiation of unresolved member referfence expressions to
  /external/llvm/include/llvm/IR/
TypeFinder.h 31 // To avoid walking constant expressions multiple times and other IR
66 /// hiding in constant expressions and other operands that won't be walked in

Completed in 885 milliseconds

1 2 3 45 6 7 8 91011>>