HomeSort by relevance Sort by last modified time
    Searched full:last_result (Results 1 - 18 of 18) sorted by null

  /system/vold/
CheckBattery.cpp 43 int last_result = 100; member in namespace:__anon81559
75 last_result = val.valueInt64;
78 last_result = 100;
83 return last_result >= threshold;
  /external/chromium_org/mojo/public/cpp/environment/tests/
async_waiter_unittest.cc 26 MojoResult last_result() const { return last_result_; } function in class:mojo::__anon12846::TestAsyncWaitCallback
79 EXPECT_EQ(MOJO_RESULT_OK, callback.last_result());
100 EXPECT_EQ(MOJO_RESULT_OK, callback1.last_result());
102 EXPECT_EQ(MOJO_RESULT_OK, callback2.last_result());
  /external/chromium_org/chrome/browser/metrics/
google_update_metrics_provider_win.cc 33 if (ProductInfo::InstallResult_IsValid(product_data.last_result)) {
35 static_cast<ProductInfo::InstallResult>(product_data.last_result));
  /external/chromium_org/net/disk_cache/
disk_cache_test_util.h 96 int last_result() const { return last_result_; } function in class:CallbackTest
entry_unittest.cc     [all...]
  /external/chromium_org/net/quic/crypto/
proof_verifier_chromium.cc 180 int ProofVerifierChromium::Job::DoLoop(int last_result) {
181 int rv = last_result;
  /external/chromium_org/components/gcm_driver/
gcm_client_impl_unittest.cc 279 GCMClient::Result last_result() const { return last_result_; } function in class:gcm::GCMClientImplTest
543 EXPECT_EQ(GCMClient::SUCCESS, last_result());
558 EXPECT_EQ(GCMClient::SUCCESS, last_result());
583 EXPECT_EQ(GCMClient::SUCCESS, last_result());
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_result_unittest.cc 187 AutocompleteResult last_result; local
188 last_result.AppendMatches(last_matches);
189 last_result.SortAndCull(input, test_util_.profile());
196 current_result.CopyOldMatches(input, last_result, test_util_.profile());
autocomplete_controller.cc 447 AutocompleteResult last_result; local
448 last_result.Swap(&result_);
466 result_.CopyOldMatches(input_, last_result, profile_);
  /external/chromium_org/chrome/browser/password_manager/
password_store_mac_unittest.cc 44 last_result.clear();
46 last_result.push_back(*forms[i]);
50 std::vector<PasswordForm> last_result; member in class:__anon8938::MockPasswordStoreConsumer
    [all...]
  /external/chromium_org/chrome/installer/util/
google_update_settings.cc 800 data->last_result = 0;
809 data->last_result = std::min(dword_value, kMaxValidInstallResult);
    [all...]
google_update_settings.h 55 int last_result; member in struct:GoogleUpdateSettings::ProductData
  /external/chromium_org/third_party/skia/third_party/lua/src/
lopcodes.h 235 set to last_result+1, so next open instruction (OP_CALL, OP_RETURN,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/xen/
libdl_pic.a 107 s??? ? ?p:? ??  ?a&<HS\?adcheck_freefinilast_resultfree_key_memkeyinitstatic_bufonce.LC0.LC2.LC1.LC3.LC4__i686.get_pc_thunk.bx_GLOBAL_OFFSET_TABLE__dl_addrfree__pthread_setspecific__pthread_key_create_dlerror_run__pthread_once_rtld_global_ro__pthread_getspecificcalloc__dlerror__GI__dlfcn_hook_libc_intl_domainname__dcgettext__asprintfstrerrordlerror_dlfcn_hook
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/xen/
libdl_pic.a 107 s??? ? ?p:? ??  ?a&<HS\?adcheck_freefinilast_resultfree_key_memkeyinitstatic_bufonce.LC0.LC2.LC1.LC3.LC4__i686.get_pc_thunk.bx_GLOBAL_OFFSET_TABLE__dl_addrfree__pthread_setspecific__pthread_key_create_dlerror_run__pthread_once_rtld_global_ro__pthread_getspecificcalloc__dlerror__GI__dlfcn_hook_libc_intl_domainname__dcgettext__asprintfstrerrordlerror_dlfcn_hook
  /external/chromium_org/v8/src/
debug-debugger.js 518 var last_result = null;
523 last_result = script;
533 return last_result;
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 750 ulong result, last_result = 0, value; local
786 if (result < last_result && !minus)
788 last_result = result;
    [all...]
  /external/chromium_org/components/metrics/proto/
system_profile.proto 328 optional InstallResult last_result = 3;

Completed in 1492 milliseconds