HomeSort by relevance Sort by last modified time
    Searched full:precondition (Results 1 - 25 of 364) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/test/test262/
harness-adapt.js 50 if (!(test.precondition && !test.precondition())) {
63 var precondition = (test.precondition !== undefined)
64 ? test.precondition.toString()
72 precondition,
  /external/chromium_org/v8/test/test262-es6/
harness-adapt.js 50 if (!(test.precondition && !test.precondition())) {
63 var precondition = (test.precondition !== undefined)
64 ? test.precondition.toString()
72 precondition,
  /external/chromium_org/third_party/skia/src/utils/
SkTFitsIn.h 41 typedef typename SkTHasMoreDigits<S, D>::type precondition; typedef
42 SK_COMPILE_ASSERT(precondition::value, SkTOutOfRange_LT_MinD__minS_gt_minD);
64 typedef typename SkTHasMoreDigits<S, D>::type precondition; typedef
65 SK_COMPILE_ASSERT(precondition::value, SkTOutOfRange_GT_MaxD__maxS_lt_maxD);
121 // This also protects the precondition of SkTOutOfRange_GT_MaxD.
138 // This also protects the precondition of SkTOutOfRange_LT_MinD and SkTOutOfRange_GT_MaxD.
156 // This also protects the precondition of SkTOutOfRange_GT_MaxD.
174 // This also protects the precondition of SkTOutOfRange_GT_MaxD.
  /external/skia/src/utils/
SkTFitsIn.h 41 typedef typename SkTHasMoreDigits<S, D>::type precondition; typedef
42 SK_COMPILE_ASSERT(precondition::value, SkTOutOfRange_LT_MinD__minS_gt_minD);
64 typedef typename SkTHasMoreDigits<S, D>::type precondition; typedef
65 SK_COMPILE_ASSERT(precondition::value, SkTOutOfRange_GT_MaxD__maxS_lt_maxD);
121 // This also protects the precondition of SkTOutOfRange_GT_MaxD.
138 // This also protects the precondition of SkTOutOfRange_LT_MinD and SkTOutOfRange_GT_MaxD.
156 // This also protects the precondition of SkTOutOfRange_GT_MaxD.
174 // This also protects the precondition of SkTOutOfRange_GT_MaxD.
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
X.java 43 * are checking a precondition, please use {@link Preconditions} instead).
52 * out the error message (note: if you are checking a precondition, please use
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
speech_rule.js 22 goog.provide('cvox.SpeechRule.Precondition');
27 * Creates a speech rule with precondition, actions and admin information.
32 * @param {cvox.SpeechRule.Precondition} prec Precondition of the rule.
40 /** @type {cvox.SpeechRule.Precondition} */
41 this.precondition = prec;
57 this.precondition.toString() + ' ==> ' +
279 * Constructs a valid precondition for a speech rule.
284 cvox.SpeechRule.Precondition = function(query, opt_constraints) {
296 cvox.SpeechRule.Precondition.prototype.toString = function()
    [all...]
math_store.js 100 * @param {string} query Precondition query of the rule.
101 * @param {...string} cstr Additional static precondition constraints.
123 * @param {string} query Precondition query of the rule.
124 * @param {...string} cstr Additional static precondition constraints.
140 * @param {string} query Precondition query of the rule.
141 * @param {...string} cstr Additional static precondition constraints.
161 * @param {string} query Precondition query of the rule.
166 var prec = new cvox.SpeechRule.Precondition(query, cstrList);
base_rule_store.js 93 var fullPrec = new cvox.SpeechRule.Precondition(prec, cstrList);
179 * are identified by having the same precondition and dynamic constraint.
342 return (r2.precondition.constraints.length -
343 r1.precondition.constraints.length);},
350 * Test the precondition of a speech rule.
357 var prec = rule.precondition;
367 // and precondition classes, respectively.
390 * Compares two static constraints (i.e., lists of precondition constraints) and
419 var prec1 = rule1.precondition;
420 var prec2 = rule2.precondition;
    [all...]
speech_rule_store.js 70 * @param {string} prec Precondition of the rule.
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyEventSource.java 36 * check whether precondition is satisfied
  /packages/apps/Music/tests/src/com/android/music/
MusicPlayerFunctionalTestRunner.java 30 * Precondition: Opened keyboard and wipe the userdata
  /art/compiler/sea_ir/ir/
sea.h 108 // Precondition: SeaGraph.ConvertToSSA().
317 // Precondition: ComputeMethodSeaGraph()
323 // Precondition: ComputeDEDefs()
326 // Precondition: ComputeDEDefs()
331 // Precondition: ComputeIDominators()
341 // Precondition: ConvertToSSA().
  /external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_page_sync_handler.h 56 // NOTE: precondition: sync must be enabled.
  /external/chromium_org/net/http/
http_status_code_list.h 53 HTTP_STATUS(PRECONDITION_FAILED, 412, "Precondition Failed")
  /external/compiler-rt/lib/builtins/
clzdi2.c 19 /* Precondition: a != 0 */
clzti2.c 21 /* Precondition: a != 0 */
ctzdi2.c 19 /* Precondition: a != 0 */
ctzti2.c 21 /* Precondition: a != 0 */
ashldi3.c 19 /* Precondition: 0 <= b < bits_in_dword */
  /hardware/ti/omap3/dspbridge/inc/
dbc.h 57 #define DBC_Require DBC_Assert /* Function Precondition. */
  /external/chromium_org/chrome/browser/chromeos/login/ui/
captive_portal_window_proxy.h 81 // where wp(E, S) is a weakest precondition (initial state) such
  /external/chromium_org/net/tools/balsa/
http_message_constants.cc 68 return "Precondition Failed";
  /external/chromium_org/net/tools/flip_server/
http_message_constants.cc 68 return "Precondition Failed";
  /external/chromium_org/third_party/skia/include/core/
SkError.h 22 * other general precondition.
  /external/chromium_org/v8/src/
fast-dtoa.h 28 // Precondition:

Completed in 6787 milliseconds

1 2 3 4 5 6 7 8 91011>>