Home
last modified time | relevance | path

Searched refs:orig_result (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
Dsimple_entry_impl.h273 int orig_result,
Dsimple_entry_impl.cc1313 int orig_result, in ChecksumOperationComplete() argument
1329 *result = orig_result; in ChecksumOperationComplete()
1330 if (orig_result >= 0) in ChecksumOperationComplete()
/external/chromium_org/v8/test/cctest/
Dtest-serialize.cc755 Handle<Object> orig_result = in TEST() local
757 CHECK(orig_result->IsInternalizedString()); in TEST()
778 CHECK(orig_result.is_identical_to(copy_result)); in TEST()
/external/lldb/test/unittest2/
Dcase.py325 orig_result = result
395 if orig_result is None: