HomeSort by relevance Sort by last modified time
    Searched full:outcome (Results 51 - 75 of 344) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/vogar/src/vogar/commands/
Jack.java 182 * Runs the command with the preconfigured options on Jack, and returns the outcome.
191 * Runs the command with the preconfigured options on Jack, and returns the outcome.
  /external/webrtc/webrtc/test/
fake_network_pipe.cc 35 int outcome = rand() % 100; local
36 return outcome < loss_percent;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
predict.def 37 /* A value used as final outcome of all heuristics. */
40 /* An outcome estimated by Dempster-Shaffer theory. */
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
NetworkUsageStatsTest.java 324 // expected outcome
356 // expected outcome
409 // expected outcome
464 // expected outcome
518 // expected outcome
  /external/v8/tools/testrunner/local/
testsuite.py 193 for outcome in t.outcomes:
194 if outcome.startswith('Flags: '):
195 t.flags += outcome[7:].split()
291 outcome = self.GetOutcome(testcase)
292 return not outcome in (testcase.outcomes or [statusfile.PASS])
progress.py 156 outcome = 'CRASH'
158 outcome = 'FAIL'
160 outcome = 'pass'
161 print 'Done running %s: %s' % (test.GetLabel(), outcome)
  /libcore/luni/src/main/java/java/util/concurrent/
FutureTask.java 52 * transient values of COMPLETING (while outcome is being set) or
76 private Object outcome; // non-volatile, protected by state reads/writes field in class:FutureTask
89 Object x = outcome;
203 outcome = v;
221 outcome = t;
  /art/compiler/optimizing/
instruction_simplifier.cc 423 // a statically known outcome. The result of the test is stored in `outcome`.
424 static bool TypeCheckHasKnownOutcome(HLoadClass* klass, HInstruction* object, bool* outcome) {
441 *outcome = true;
445 *outcome = false;
451 *outcome = false;
475 // Note: The `outcome` is initialized to please valgrind - the compiler can reorder
476 // the return value check with the `outcome` check, b/27651442 .
477 bool outcome = false; local
478 if (TypeCheckHasKnownOutcome(load_class, object, &outcome)) {
520 bool outcome = false; local
    [all...]
  /external/autotest/client/deps/glbench/src/
utils.cc 79 // TODO(ihf): update this based on the outcome of crbug.com/356422.
101 // TODO(ihf): update this based on the outcome of crbug.com/356422.
145 // TODO(ihf): update this based on the outcome of crbug.com/356422.
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h 126 // Returns a human-readable outcome message regarding the outcome of
133 // A string containing a description of the outcome of the last death test.
  /external/gtest/include/gtest/internal/
gtest-death-test-internal.h 126 // Returns a human-readable outcome message regarding the outcome of
133 // A string containing a description of the outcome of the last death test.
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 126 // Returns a human-readable outcome message regarding the outcome of
133 // A string containing a description of the outcome of the last death test.
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-death-test-internal.h 126 // Returns a human-readable outcome message regarding the outcome of
133 // A string containing a description of the outcome of the last death test.
  /external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h 120 // Returns a human-readable outcome message regarding the outcome of
127 // A string containing a description of the outcome of the last death test.
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-death-test-internal.h 126 // Returns a human-readable outcome message regarding the outcome of
133 // A string containing a description of the outcome of the last death test.
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h 126 // Returns a human-readable outcome message regarding the outcome of
133 // A string containing a description of the outcome of the last death test.
  /external/autotest/client/site_tests/security_RuntimeExecStack/
security_RuntimeExecStack.py 95 # Report outcome.
  /external/guava/guava-tests/test/com/google/common/net/
HostSpecifierTest.java 108 // Expected outcome
  /external/chromium-trace/catapult/experimental/statistical_analysis/
results_stats_unittest.py 199 """Unit test for statistical test outcome dict."""
224 """Unit test for statistical test outcome dict."""
  /external/webrtc/webrtc/base/
physicalsocketserver_unittest.cc 161 // Client is connecting, outcome not yet determined.
184 // Client is connecting, outcome not yet determined.
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
test_extensions.py 120 # at the same time this shouldn't affect test outcome
146 # at the same time this shouldn't affect test outcome
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
test_extensions.py 120 # at the same time this shouldn't affect test outcome
146 # at the same time this shouldn't affect test outcome
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_extensions.py 120 # at the same time this shouldn't affect test outcome
146 # at the same time this shouldn't affect test outcome
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_extensions.py 120 # at the same time this shouldn't affect test outcome
146 # at the same time this shouldn't affect test outcome
  /external/clang/test/Analysis/
dynamic-cast.cpp 186 // Here we allow any outcome of the cast and this is good because there is a

Completed in 2737 milliseconds

1 23 4 5 6 7 8 91011>>