Home
last modified time | relevance | path

Searched refs:current_count (Results 1 – 3 of 3) sorted by relevance

/external/dbus/bus/
Dconnection.c119 int current_count; in get_connections_for_uid() local
126 current_count = _DBUS_POINTER_TO_INT (val); in get_connections_for_uid()
128 return current_count; in get_connections_for_uid()
136 int current_count; in adjust_connections_for_uid() local
138 current_count = get_connections_for_uid (connections, uid); in adjust_connections_for_uid()
142 uid, current_count, adjustment, current_count + adjustment); in adjust_connections_for_uid()
144 _dbus_assert (current_count >= 0); in adjust_connections_for_uid()
146 current_count += adjustment; in adjust_connections_for_uid()
148 _dbus_assert (current_count >= 0); in adjust_connections_for_uid()
150 if (current_count == 0) in adjust_connections_for_uid()
[all …]
/external/chromium/chrome/browser/automation/
Dautomation_provider_observers.cc915 int current_count = static_cast<int>(BrowserList::size()); in Observe() local
919 DCHECK_LT(0, current_count); in Observe()
920 current_count--; in Observe()
928 if (current_count == target_count_) { in Observe()
/external/v8/src/
Dprofile-generator.cc707 const int current_count = unabridged_list->length(); in GetProfilesList() local
709 profiles_by_token_[index] = new List<CpuProfile*>(current_count); in GetProfilesList()
712 const int profiles_to_add = current_count - list->length(); in GetProfilesList()
725 const int current_count = unabridged_list->length(); in Profiles() local
726 for (int i = 0; i < current_count; ++i) { in Profiles()