HomeSort by relevance Sort by last modified time
    Searched full:evaluated (Results 251 - 275 of 915) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 436 * I may be evaluated more than once.
447 * argument are evaluated. This unfortunate trickery is needed to get
456 * VALUE may be evaluated more than once.
472 * X is evaluated more than once.
505 * X and Y may be evaluated more than once.
    [all...]
  /ndk/sources/host-tools/make-3.81/
function.c 1193 If CONDITION is true, then TRUE-PART is evaluated, otherwise FALSE-PART is
1194 evaluated (if it exists). Because only one of the two PARTs is evaluated,
1246 CONDITION1 is evaluated. If it's true, then this is the result of
1247 expansion. If it's false, CONDITION2 is evaluated, and so on. If none of
1250 Once a CONDITION is true no further conditions are evaluated
1296 CONDITION1 is evaluated. If it's false, then this is the result of
1297 expansion. If it's true, CONDITION2 is evaluated, and so on. If all of
1300 Once a CONDITION is false no further conditions are evaluated
    [all...]
  /external/icu/icu4c/source/i18n/
tzfmt.cpp 99 // Order of GMT offset pattern parsing, *_HMS must be evaluated first
818 int32_t evaluated = 0; // bit flags representing already evaluated styles local
842 // evaluated |= (fallbackLocalizedGMT ? STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT] : STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT_SHORT]);
843 evaluated |= STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT] | STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT_SHORT];
864 evaluated |= STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT_SHORT];
881 evaluated |= STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT];
    [all...]
  /external/llvm/docs/tutorial/
OCamlLangImpl4.rst 284 print_string "Evaluated to ";
306 Evaluated to 9.000000
331 Evaluated to 24.000000
358 Evaluated to 0.841471
373 Evaluated to 1.000000
835 print_string "Evaluated to ";
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
e_select.test 513 # the ON expression is evaluated for each row of the cartesian product
551 # expression "lhs.X = rhs.X" is evaluated for each row of the cartesian
733 # expression is evaluated for each row in the input data as a boolean
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
AVT.java 482 * @return The AVT evaluated as a string
517 * it is being evaluated. This is intended to facilitate
ElemSort.java 59 * For each node to be processed, the expression is evaluated
82 * For each node to be processed, the expression is evaluated
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jsevalcontext.js 78 * expressions are evaluated. Other than for the local context,
117 * expressions are evaluated. Notice that this is usually an Object,
util.js 43 * that object literals are really evaluated to objects. Without the
44 * wrapping, they are evaluated as block, and create syntax
jstemplate.js 85 * attributes are JavaScript expressions that are evaluated in the
510 // NOTE(mesch): jsvars is evaluated before jsvalues, because it's
527 // the expression evaluated in jseval relies on the values set in
528 // jsvalues, so it needs to be evaluated *after*
    [all...]
  /external/chromium_org/third_party/jstemplate/
jsevalcontext.js 78 * expressions are evaluated. Other than for the local context,
117 * expressions are evaluated. Notice that this is usually an Object,
util.js 39 * that object literals are really evaluated to objects. Without the
40 * wrapping, they are evaluated as block, and create syntax
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core_sse2.c 234 // n can be evaluated by playing with float representation.
311 // 2^n can be evaluated by playing with float representation.
  /external/clang/docs/
BlockLanguageSpec.rst 161 that no references to the variable will actually be evaluated.
357 any enclosing class, are evaluated by capturing ``this`` just like a
  /external/clang/include/clang/Lex/
PPCallbacks.h 276 /// \param ConditionValue The evaluated value of the condition.
286 /// \param ConditionValue The evaluated value of the condition.
  /external/eigen/Eigen/src/Core/util/
Constants.h 57 * means the expression should be evaluated by the calling expression */
62 * means the expression should be evaluated before any assignment */
  /external/eigen/Eigen/src/Eigenvalues/
HessenbergDecomposition.h 249 * when it is assigned to a matrix or otherwise evaluated. The matrix H is
331 * HessenbergDecomposition class until the it is assigned or evaluated for
  /external/eigen/doc/
A05_PortingFrom2To3.dox 251 In Eigen all operations are performed in a lazy fashion except the matrix products which are always evaluated into a temporary by default.
261 it might be useful to explicit request for a lay product, i.e., for a product which will be evaluated one coefficient at once, on request,
  /external/webrtc/src/modules/audio_processing/aec/
aec_core_sse2.c 218 // n can be evaluated by playing with float representation.
295 // 2^n can be evaluated by playing with float representation.
  /libcore/luni/src/main/java/java/security/cert/
PKIXParameters.java 316 * should be evaluated.
327 * evaluated.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.def 455 has side-effects, they are evaluated once for each element. Wrap the
563 is always evaluated when cleanups are run. */
575 whether the cleanup is run before or after 't.i' is evaluated. When
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/res/
XPATHErrorResources.java 78 * XPath expression is being evaluated.
299 /* Note to translators: The XPath expression cannot be evaluated with respect
743 // this case the expression represented by this object was being evaluated with
748 // Note to translators: The XPath expression cannot be evaluated with respect
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
cookie_details.h 136 // is evaluated through a nil object. The other methods are bound using a
  /external/chromium_org/chrome/test/chromedriver/chrome/
navigation_tracker.cc 63 // Between the time the JavaScript is evaluated and SendCommandAndGetResult
  /external/chromium_org/content/renderer/service_worker/
embedded_worker_context_client.cc 156 // script has been evaluated and worker run loop has been started.

Completed in 4125 milliseconds

<<11121314151617181920>>