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

  /system/vold/
CheckBattery.cpp 43 int last_result = 100; member in namespace:__anon84650
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::__anon13417::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 34 if (ProductInfo::InstallResult_IsValid(product_data.last_result)) {
36 static_cast<ProductInfo::InstallResult>(product_data.last_result));
  /external/chromium_org/net/quic/crypto/
channel_id_chromium.cc 144 int ChannelIDSourceChromium::Job::DoLoop(int last_result) {
145 int rv = last_result;
proof_verifier_chromium.cc 186 int ProofVerifierChromium::Job::DoLoop(int last_result) {
187 int rv = 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/components/gcm_driver/
gcm_client_impl_unittest.cc 293 GCMClient::Result last_result() const { return last_result_; } function in class:gcm::GCMClientImplTest
583 EXPECT_EQ(GCMClient::SUCCESS, last_result());
598 EXPECT_EQ(GCMClient::SUCCESS, last_result());
623 EXPECT_EQ(GCMClient::SUCCESS, last_result());
    [all...]
  /external/chromium_org/components/omnibox/
autocomplete_result_unittest.cc 183 AutocompleteResult last_result; local
184 last_result.AppendMatches(last_matches);
185 last_result.SortAndCull(input, template_url_service_.get());
193 input, last_result, template_url_service_.get());
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_controller.cc 457 AutocompleteResult last_result; local
458 last_result.Swap(&result_);
476 result_.CopyOldMatches(input_, last_result, template_url_service_);
  /external/chromium_org/chrome/browser/password_manager/
password_store_mac_unittest.cc 46 last_result.clear();
48 last_result.push_back(*forms[i]);
52 std::vector<PasswordForm> last_result; member in class:__anon9003::MockPasswordStoreConsumer
    [all...]
  /external/chromium_org/chrome/installer/util/
google_update_settings.h 57 int last_result; member in struct:GoogleUpdateSettings::ProductData
google_update_settings.cc     [all...]
  /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/third_party/cython/src/Cython/Compiler/
Optimize.py     [all...]
  /external/chromium_org/v8/src/
debug-debugger.js 521 var last_result = null;
526 last_result = script;
536 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 374 optional InstallResult last_result = 3;

Completed in 2289 milliseconds