HomeSort by relevance Sort by last modified time
    Searched refs:outcome (Results 26 - 50 of 57) sorted by null

12 3

  /external/chromium_org/third_party/webrtc/test/
fake_network_pipe.cc 37 int outcome = rand() % 100; local
38 return outcome < loss_percent;
  /external/chromium_org/v8/tools/testrunner/local/
progress.py 124 outcome = 'CRASH'
126 outcome = 'FAIL'
128 outcome = 'pass'
129 print 'Done running %s: %s' % (test.GetLabel(), outcome)
testsuite.py 208 outcome = self.GetOutcome(testcase)
209 return not outcome in (testcase.outcomes or [statusfile.PASS])
  /external/chromium_org/chrome/browser/metrics/
perf_provider_chromeos.cc 82 void AddToPerfHistogram(GetPerfDataOutcome outcome) {
84 outcome,
  /external/chromium_org/v8/test/webkit/
try-catch-try-try-catch-try-finally-return-catch-finally.js 25 "Tests what would happen if you a throwing operation at the beginning of a finally blow that gets inlined inside a complicated catch/finally stack. The correct outcome is for this test to not crash during exception throwing."
try-try-return-finally-finally.js 25 "Tests what would happen if you have nested try-finally's with interesting control statements nested within them. The correct outcome is for this test to not crash during bytecompilation."
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py     [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
singlesigner.js 49 * longer interested in the outcome.
91 /** The signer got a final outcome. */
277 // means we don't yet know the final outcome. In any event, we don't yet
278 // know the final outcome: return timeout.
multiplesigner.js 40 * longer interested in the outcome.
336 * outcome.
usbgnubbydevice.js 516 // failed, just ignore the outcome of the access request and move along.
  /external/protobuf/gtest/src/
gtest-death-test.cc 332 DeathTestOutcome outcome() const { return outcome_; } function in class:testing::internal::DeathTestImpl
333 void set_outcome(DeathTestOutcome outcome) { outcome_ = outcome; }
429 // outcome: An enumeration describing how the death test
457 switch (outcome()) {
513 // 5. The parent reads child's output through the pipe (outcome code and
550 // outcome data member.
714 // outcome data member.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_re.py     [all...]
test_support.py 397 outcome = fcmp(x[i], y[i])
398 if outcome != 0:
399 return outcome
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_re.py     [all...]
test_support.py 397 outcome = fcmp(x[i], y[i])
398 if outcome != 0:
399 return outcome
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest-death-test.cc 385 DeathTestOutcome outcome() const { return outcome_; } function in class:testing::internal::DeathTestImpl
512 // outcome: An enumeration describing how the death test
540 switch (outcome()) {
601 // 5. The parent reads child's output through the pipe (outcome code and
638 // outcome data member.
798 // outcome data member.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-death-test.cc 345 DeathTestOutcome outcome() const { return outcome_; } function in class:testing::internal::DeathTestImpl
472 // outcome: An enumeration describing how the death test
500 switch (outcome()) {
561 // 5. The parent reads child's output through the pipe (outcome code and
598 // outcome data member.
762 // outcome data member.
    [all...]
  /external/gtest/src/
gtest-death-test.cc 385 DeathTestOutcome outcome() const { return outcome_; } function in class:testing::internal::DeathTestImpl
512 // outcome: An enumeration describing how the death test
540 switch (outcome()) {
601 // 5. The parent reads child's output through the pipe (outcome code and
638 // outcome data member.
798 // outcome data member.
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 348 DeathTestOutcome outcome() const { return outcome_; } function in class:testing::internal::DeathTestImpl
475 // outcome: An enumeration describing how the death test
503 switch (outcome()) {
563 // 5. The parent reads child's output through the pipe (outcome code and
600 // outcome data member.
764 // outcome data member.
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 345 DeathTestOutcome outcome() const { return outcome_; } function in class:testing::internal::DeathTestImpl
472 // outcome: An enumeration describing how the death test
500 switch (outcome()) {
561 // 5. The parent reads child's output through the pipe (outcome code and
598 // outcome data member.
762 // outcome data member.
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
FIXES 139 should not be blamed for the outcome. according to posix, "." is the
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 385 DeathTestOutcome outcome() const { return outcome_; } function in class:testing::internal::DeathTestImpl
512 // outcome: An enumeration describing how the death test
540 switch (outcome()) {
601 // 5. The parent reads child's output through the pipe (outcome code and
638 // outcome data member.
798 // outcome data member.
    [all...]
  /external/chromium_org/chrome/installer/setup/
setup_main.cc 848 installer::EulaHTMLDialog::Outcome outcome = dlg.ShowModal(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
gimple.h     [all...]

Completed in 1603 milliseconds

12 3