/external/oauth/core/src/main/java/net/oauth/http/ |
HttpResponseMessage.java | 53 /** The statusCode that indicates a normal outcome. */
|
/external/v8/test/webkit/ |
try-catch-try-try-catch-try-finally-return-catch-finally-expected.txt | 24 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-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-expected.txt | 24 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.
|
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."
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
rtp_format_vp8_test_helper.h | 16 // will then extract all packets and compare to the expected outcome.
|
/frameworks/base/core/java/android/app/ |
PackageInstallObserver.java | 59 * basic outcome
|
/system/connectivity/shill/supplicant/ |
supplicant_eap_state_handler.h | 40 // false will be returned. If this EAP event has no direct outcome,
|
/external/google-benchmark/ |
appveyor.yml | 89 Add-AppveyorTest $testName -Outcome Failed -FileName $testpath -Duration $time -ErrorMessage $($test.results.measurement.value) 94 Add-AppveyorTest $testName -Outcome Ignored -Filename $testpath 98 Add-AppveyorTest $testName -Outcome Passed -FileName $testpath -Duration $time -StdOut $($test.results.measurement.value)
|
/external/v8/tools/testrunner/local/ |
statusfile.py | 117 for outcome in item[1:]: 118 assert type(outcome) == str 119 _AddOutcome(result, outcome)
|
/external/vogar/src/vogar/tasks/ |
BuildActionTask.java | 35 import vogar.Outcome; 72 driver.addEarlyResult(new Outcome(action.getName(), Result.COMPILE_FAILED, 76 driver.addEarlyResult(new Outcome(action.getName(), Result.ERROR, e));
|
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/v8/test/test262/ |
testcfg.py | 181 outcome = self.GetOutcome(testcase) 184 return outcome != statusfile.FAIL 185 return not outcome in (testcase.outcomes or [statusfile.PASS])
|
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/ |
IPv6TetheringCoordinator.java | 202 final boolean outcome = canTether && supportedConfiguration; 209 (outcome ? "available" : "not available"), toDebugString(ns))); 213 return outcome;
|
/external/dbus/dbus/ |
dbus-server-win.c | 46 * @returns the outcome
|
/external/vogar/src/vogar/monitor/ |
TargetMonitor.java | 69 jsonObject.addProperty("outcome", outcomeName);
|
/external/webrtc/webrtc/base/ |
versionparsing_unittest.cc | 49 // Test that every combination of comparisons has the expected outcome.
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
accelerate.h | 41 // the outcome of the operation as an enumerator value. If |fast_accelerate|
|
preemptive_expand.h | 45 // the outcome of the operation as an enumerator value.
|
/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);
|
/external/ImageMagick/config/ |
test-driver | 125 # Report the test outcome and exit status in the logs, so that one can 131 # Report outcome to console.
|
/external/pcre/dist/ |
test-driver | 125 # Report the test outcome and exit status in the logs, so that one can 131 # Report outcome to console.
|