OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:update_count
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/cc/test/
fake_picture_layer.h
23
size_t
update_count
() const { return update_count_; }
function in class:cc::FakePictureLayer
fake_content_layer.h
22
size_t
update_count
() const { return update_count_; }
function in class:cc::FakeContentLayer
fake_painted_scrollbar_layer.h
20
int
update_count
() const { return update_count_; }
function in class:cc::FakePaintedScrollbarLayer
tiled_layer_test_common.h
64
int
update_count
() const { return update_count_; }
function in class:cc::FakeLayerUpdater
/external/chromium/chrome/browser/sync/engine/
verify_updates_command.cc
41
int
update_count
= updates.entries().size();
local
43
VLOG(1) <<
update_count
<< " entries to verify";
44
for (int i = 0; i <
update_count
; i++) {
process_updates_command.cc
31
const int
update_count
= updates.entries_size();
local
34
return
update_count
!= 0;
/development/samples/SampleSyncAdapter/samplesyncadapter_server/
web_services.py
181
update_count
= 0
212
update_count
=
update_count
+ 1
215
logging.info('Server-side updates: ' + str(
update_count
))
/external/chromium_org/chrome/browser/history/android/
android_provider_backend.h
72
// |
update_count
| and return true on success, false on error.
81
int*
update_count
);
120
// |
update_count
| and return true, false returned if there is any error.
128
int*
update_count
);
195
// |
update_count
| and return true on success, false on error.
206
int*
update_count
,
android_provider_backend_unittest.cc
834
int
update_count
;
local
991
int
update_count
;
local
1071
int
update_count
;
local
1130
int
update_count
;
local
1339
int
update_count
= 0;
local
2039
int
update_count
;
local
[
all
...]
android_provider_backend.cc
536
int*
update_count
) {
549
*
update_count
= search_terms.size();
[
all
...]
/external/chromium_org/cc/layers/
tiled_layer_unittest.cc
[
all
...]
/external/chromium_org/sync/engine/
process_updates_util.cc
83
int
update_count
= updates.entries().size();
local
88
for (int i = 0; i <
update_count
; ++i) {
/external/chromium_org/tools/perf/metrics/
speedindex.py
283
update_count
= len(events)
284
adjusted_area = float(area) /
update_count
/external/chromium/chrome/browser/password_manager/
password_store_mac.cc
781
int
update_count
= 0;
local
782
if (!login_metadata_db_->UpdateLogin(form, &
update_count
))
786
if (
update_count
== 0 &&
797
if (
update_count
== 0) {
[
all
...]
/external/chromium_org/chrome/browser/password_manager/
password_store_mac.cc
881
int
update_count
= 0;
local
[
all
...]
/external/bluetooth/bluedroid/bta/gatt/
bta_gattc_int.h
316
UINT8
update_count
; /* indication received */
member in struct:__anon2957
bta_gattc_act.c
886
p_clcb->p_srcb->
update_count
= 0;
[
all
...]
/external/chromium_org/cc/trees/
layer_tree_host_unittest_animation.cc
619
EXPECT_EQ(1u, update_check_layer_->
update_count
());
layer_tree_host_unittest_context.cc
[
all
...]
layer_tree_host_unittest.cc
[
all
...]
Completed in 635 milliseconds