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

12 3 4 5 6 7 8 9

  /frameworks/base/core/java/android/app/
PackageInstallObserver.java 59 * basic outcome
  /art/compiler/optimizing/
boolean_simplifier.cc 50 // Returns true if the outcome of the branching matches the boolean value of
57 // Returns true if the outcome of the branching is exactly opposite of the
134 // Replace the selection outcome with the new instruction.
  /external/v8/tools/testrunner/local/
statusfile.py 108 for outcome in item[1:]:
109 assert type(outcome) == str
110 _AddOutcome(result, outcome)
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/vogar/src/vogar/tasks/
BuildActionTask.java 32 import vogar.Outcome;
64 driver.addEarlyResult(new Outcome(action.getName(), Result.COMPILE_FAILED,
68 driver.addEarlyResult(new Outcome(action.getName(), Result.ERROR, e));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
filecmp.py 51 outcome = _cache.get((f1, f2, s1, s2))
52 if outcome is None:
53 outcome = _do_cmp(f1, f2)
56 _cache[f1, f2, s1, s2] = outcome
57 return outcome
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
filecmp.py 51 outcome = _cache.get((f1, f2, s1, s2))
52 if outcome is None:
53 outcome = _do_cmp(f1, f2)
56 _cache[f1, f2, s1, s2] = outcome
57 return outcome
  /external/vogar/src/vogar/monitor/
TargetMonitor.java 69 jsonObject.addProperty("outcome", outcomeName);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ktmw32.h 31 WINBOOL WINAPI GetTransactionInformation(HANDLE TransactionHandle,PDWORD Outcome,PDWORD IsolationLevel,PDWORD IsolationFlags,PDWORD Timeout,DWORD BufferLength,LPWSTR Description);
  /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 241 // expected outcome
273 // expected outcome
326 // expected outcome
381 // expected outcome
435 // expected 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;
  /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.
  /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/guava/guava-tests/test/com/google/common/net/
HostSpecifierTest.java 108 // Expected 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
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/
IdleConstraintTestActivity.java 179 * Runnable to update the UI with the outcome of the test. This class only runs two tests, so
  /external/clang/test/Analysis/
dynamic-cast.cpp 186 // Here we allow any outcome of the cast and this is good because there is a
  /external/crcalc/src/com/hp/creals/
UnaryCRFunction.java 486 int outcome; local
497 outcome = sloppy_compare(f_guess, arg_appr);
498 if (outcome != 0) break;
544 if (outcome > 0) {

Completed in 1297 milliseconds

12 3 4 5 6 7 8 9