count 48 android_webview/browser/aw_login_delegate.cc UrlRequestAuthAttemptsData* count = count 52 android_webview/browser/aw_login_delegate.cc if (count == NULL) { count 53 android_webview/browser/aw_login_delegate.cc count = new UrlRequestAuthAttemptsData(); count 54 android_webview/browser/aw_login_delegate.cc request->SetUserData(kAuthAttemptsKey, count); count 59 android_webview/browser/aw_login_delegate.cc this, (count->auth_attempts_ == 0))); count 60 android_webview/browser/aw_login_delegate.cc count->auth_attempts_++; count 1949 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java int count = callback.getCallCount(); count 1952 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java callback.waitForCallback(count, 1); count 120 android_webview/native/aw_autofill_manager_delegate.cc size_t count = values.size(); count 123 android_webview/native/aw_autofill_manager_delegate.cc Java_AwAutofillManagerDelegate_createAutofillSuggestionArray(env, count); count 125 android_webview/native/aw_autofill_manager_delegate.cc for (size_t i = 0; i < count; ++i) { count 28 android_webview/unittestjava/src/org/chromium/android_webview/unittest/InputStreamUnittest.java private int count = 0; count 32 android_webview/unittestjava/src/org/chromium/android_webview/unittest/InputStreamUnittest.java if (count < size) count 33 android_webview/unittestjava/src/org/chromium/android_webview/unittest/InputStreamUnittest.java return count++ % 256; count 176 apps/app_window_registry.cc return key.empty() ? false : inspected_windows_.count(key) != 0; count 71 ash/display/display_info.cc size_t count = Tokenize(main_spec, "/", &parts); count 74 ash/display/display_info.cc if (count) { count 76 ash/display/display_info.cc if (count >= 2) { count 120 ash/display/display_info.cc count = Tokenize(resolution_list, "|", &parts); count 121 ash/display/display_info.cc for (size_t i = 0; i < count; ++i) { count 876 ash/display/display_manager.cc int count = 0; count 879 ash/display/display_manager.cc count < 2; ++iter, ++count) { count 53 ash/focus_cycler.cc int count = static_cast<int>(widgets_.size()); count 54 ash/focus_cycler.cc int browser_index = has_window ? count : -1; count 56 ash/focus_cycler.cc for (; index < count; ++index) { count 64 ash/focus_cycler.cc ++count; count 68 ash/focus_cycler.cc index = (index + 1) % count; count 70 ash/focus_cycler.cc index = ((index - 1) + count) % count; count 60 ash/shelf/shelf_model_unittest.cc void AddToResult(const std::string& format, int count, std::string* result) { count 61 ash/shelf/shelf_model_unittest.cc if (!count) count 65 ash/shelf/shelf_model_unittest.cc *result += base::StringPrintf(format.c_str(), count); count 128 ash/system/chromeos/network/network_icon.cc if (s_icon_map->count(icon_type) == 0) { count 148 ash/system/chromeos/network/network_icon.cc if (network_paths.count(cur_iter->first) == 0) { count 396 ash/system/chromeos/network/network_icon.cc int StrengthIndex(int strength, int count) { count 399 ash/system/chromeos/network/network_icon.cc nextafter(static_cast<float>(count - 1), 0); count 401 ash/system/chromeos/network/network_icon.cc index = std::max(std::min(index, count - 1), 1); count 181 ash/system/chromeos/network/network_state_notifier.cc if (!cellular_activating_.count(cellular->path()) || count 187 ash/system/ime/tray_ime.cc void TrayIME::UpdateTrayLabel(const IMEInfo& current, size_t count) { count 189 ash/system/ime/tray_ime.cc bool visible = count > 1; count 33 ash/system/ime/tray_ime.h void UpdateTrayLabel(const IMEInfo& info, size_t count); count 28 ash/test/test_user_wallpaper_delegate.cc int count = update_wallpaper_count_; count 30 ash/test/test_user_wallpaper_delegate.cc return count; count 319 ash/touch/touch_uma.cc if (details->last_start_time_.count(event.touch_id())) { count 346 ash/touch/touch_uma.cc if (details->last_touch_position_.count(event.touch_id())) { count 351 ash/touch/touch_uma.cc if (details->last_move_time_.count(event.touch_id())) { count 28 ash/wm/window_modality_controller_unittest.cc bool ValidateStacking(aura::Window* parent, int ids[], int count) { count 29 ash/wm/window_modality_controller_unittest.cc for (int i = 0; i < count; ++i) { count 96 base/allocator/allocator_unittest.cc AtomicType count; count 105 base/allocator/allocator_unittest.cc s.count = 0; count 108 base/allocator/allocator_unittest.cc EXPECT_EQ(base::subtle::NoBarrier_AtomicIncrement(&s.count, 1), 1); count 109 base/allocator/allocator_unittest.cc EXPECT_EQ(s.count, 1); count 113 base/allocator/allocator_unittest.cc EXPECT_EQ(base::subtle::NoBarrier_AtomicIncrement(&s.count, 2), 3); count 114 base/allocator/allocator_unittest.cc EXPECT_EQ(s.count, 3); count 118 base/allocator/allocator_unittest.cc EXPECT_EQ(base::subtle::NoBarrier_AtomicIncrement(&s.count, 3), 6); count 119 base/allocator/allocator_unittest.cc EXPECT_EQ(s.count, 6); count 123 base/allocator/allocator_unittest.cc EXPECT_EQ(base::subtle::NoBarrier_AtomicIncrement(&s.count, -3), 3); count 124 base/allocator/allocator_unittest.cc EXPECT_EQ(s.count, 3); count 128 base/allocator/allocator_unittest.cc EXPECT_EQ(base::subtle::NoBarrier_AtomicIncrement(&s.count, -2), 1); count 129 base/allocator/allocator_unittest.cc EXPECT_EQ(s.count, 1); count 133 base/allocator/allocator_unittest.cc EXPECT_EQ(base::subtle::NoBarrier_AtomicIncrement(&s.count, -1), 0); count 134 base/allocator/allocator_unittest.cc EXPECT_EQ(s.count, 0); count 138 base/allocator/allocator_unittest.cc EXPECT_EQ(base::subtle::NoBarrier_AtomicIncrement(&s.count, -1), -1); count 139 base/allocator/allocator_unittest.cc EXPECT_EQ(s.count, -1); count 143 base/allocator/allocator_unittest.cc EXPECT_EQ(base::subtle::NoBarrier_AtomicIncrement(&s.count, -4), -5); count 144 base/allocator/allocator_unittest.cc EXPECT_EQ(s.count, -5); count 148 base/allocator/allocator_unittest.cc EXPECT_EQ(base::subtle::NoBarrier_AtomicIncrement(&s.count, 5), 0); count 149 base/allocator/allocator_unittest.cc EXPECT_EQ(s.count, 0); count 10 base/allocator/unittest_utils.cc inline int snprintf(char* buffer, size_t count, const char* format, ...) { count 14 base/allocator/unittest_utils.cc result = _vsnprintf(buffer, count, format, args); count 169 base/android/java/src/org/chromium/base/library_loader/LibraryLoaderHelper.java int count = 0; count 171 base/android/java/src/org/chromium/base/library_loader/LibraryLoaderHelper.java while ((count = is.read(buffer)) > 0) { count 172 base/android/java/src/org/chromium/base/library_loader/LibraryLoaderHelper.java os.write(buffer, 0, count); count 16 base/android/jni_registrar.cc size_t count) { count 18 base/android/jni_registrar.cc const RegistrationMethod* end = method + count; count 22 base/android/jni_registrar.h size_t count); count 23 base/atomicops_unittest.cc AtomicType count; count 32 base/atomicops_unittest.cc s.count = 0; count 35 base/atomicops_unittest.cc EXPECT_EQ(base::subtle::NoBarrier_AtomicIncrement(&s.count, 1), 1); count 36 base/atomicops_unittest.cc EXPECT_EQ(s.count, 1); count 40 base/atomicops_unittest.cc EXPECT_EQ(base::subtle::NoBarrier_AtomicIncrement(&s.count, 2), 3); count 41 base/atomicops_unittest.cc EXPECT_EQ(s.count, 3); count 45 base/atomicops_unittest.cc EXPECT_EQ(base::subtle::NoBarrier_AtomicIncrement(&s.count, 3), 6); count 46 base/atomicops_unittest.cc EXPECT_EQ(s.count, 6); count 50 base/atomicops_unittest.cc EXPECT_EQ(base::subtle::NoBarrier_AtomicIncrement(&s.count, -3), 3); count 51 base/atomicops_unittest.cc EXPECT_EQ(s.count, 3); count 55 base/atomicops_unittest.cc EXPECT_EQ(base::subtle::NoBarrier_AtomicIncrement(&s.count, -2), 1); count 56 base/atomicops_unittest.cc EXPECT_EQ(s.count, 1); count 60 base/atomicops_unittest.cc EXPECT_EQ(base::subtle::NoBarrier_AtomicIncrement(&s.count, -1), 0); count 61 base/atomicops_unittest.cc EXPECT_EQ(s.count, 0); count 65 base/atomicops_unittest.cc EXPECT_EQ(base::subtle::NoBarrier_AtomicIncrement(&s.count, -1), -1); count 66 base/atomicops_unittest.cc EXPECT_EQ(s.count, -1); count 70 base/atomicops_unittest.cc EXPECT_EQ(base::subtle::NoBarrier_AtomicIncrement(&s.count, -4), -5); count 71 base/atomicops_unittest.cc EXPECT_EQ(s.count, -5); count 75 base/atomicops_unittest.cc EXPECT_EQ(base::subtle::NoBarrier_AtomicIncrement(&s.count, 5), 0); count 76 base/atomicops_unittest.cc EXPECT_EQ(s.count, 0); count 12 base/barrier_closure_unittest.cc void Increment(int* count) { (*count)++; } count 15 base/barrier_closure_unittest.cc int count = 0; count 16 base/barrier_closure_unittest.cc base::Closure doneClosure(base::Bind(&Increment, base::Unretained(&count))); count 19 base/barrier_closure_unittest.cc EXPECT_EQ(1, count); count 23 base/barrier_closure_unittest.cc int count = 0; count 24 base/barrier_closure_unittest.cc base::Closure doneClosure(base::Bind(&Increment, base::Unretained(&count))); count 27 base/barrier_closure_unittest.cc EXPECT_EQ(0, count); count 30 base/barrier_closure_unittest.cc EXPECT_EQ(0, count); count 33 base/barrier_closure_unittest.cc EXPECT_EQ(1, count); count 23 base/cancelable_callback_unittest.cc void Increment(int* count) { (*count)++; } count 24 base/cancelable_callback_unittest.cc void IncrementBy(int* count, int n) { (*count) += n; } count 31 base/cancelable_callback_unittest.cc int count = 0; count 33 base/cancelable_callback_unittest.cc base::Bind(&Increment, base::Unretained(&count))); count 37 base/cancelable_callback_unittest.cc EXPECT_EQ(1, count); count 40 base/cancelable_callback_unittest.cc EXPECT_EQ(2, count); count 44 base/cancelable_callback_unittest.cc EXPECT_EQ(2, count); count 52 base/cancelable_callback_unittest.cc int count = 0; count 54 base/cancelable_callback_unittest.cc base::Bind(&Increment, base::Unretained(&count))); count 61 base/cancelable_callback_unittest.cc EXPECT_EQ(0, count); count 64 base/cancelable_callback_unittest.cc EXPECT_EQ(0, count); count 77 base/cancelable_callback_unittest.cc int count = 0; count 82 base/cancelable_callback_unittest.cc base::Bind(&Increment, base::Unretained(&count))); count 86 base/cancelable_callback_unittest.cc EXPECT_EQ(1, count); count 90 base/cancelable_callback_unittest.cc EXPECT_EQ(1, count); count 115 base/cancelable_callback_unittest.cc int count = 0; count 117 base/cancelable_callback_unittest.cc base::Bind(&Increment, base::Unretained(&count))); count 121 base/cancelable_callback_unittest.cc EXPECT_EQ(1, count); count 124 base/cancelable_callback_unittest.cc EXPECT_EQ(2, count); count 127 base/cancelable_callback_unittest.cc base::Bind(&IncrementBy, base::Unretained(&count), 3)); count 135 base/cancelable_callback_unittest.cc EXPECT_EQ(2, count); count 141 base/cancelable_callback_unittest.cc EXPECT_EQ(5, count); count 150 base/cancelable_callback_unittest.cc int count = 0; count 152 base/cancelable_callback_unittest.cc base::Unretained(&count))); count 164 base/cancelable_callback_unittest.cc int count = 0; count 166 base/cancelable_callback_unittest.cc base::Unretained(&count))); count 171 base/cancelable_callback_unittest.cc EXPECT_EQ(1, count); count 180 base/cancelable_callback_unittest.cc EXPECT_EQ(1, count); count 370 base/command_line.cc size_t count) { count 371 base/command_line.cc for (size_t i = 0; i < count; ++i) { count 141 base/command_line.h size_t count); count 120 base/containers/scoped_ptr_hash_map.h inline bool contains(const Key& k) const { return data_.count(k) > 0; } count 127 base/containers/scoped_ptr_hash_map.h inline size_t count(const Key& k) const { return data_.count(k); } count 534 base/containers/small_map.h size_t count(const key_type& key) const { count 271 base/containers/small_map_unittest.cc EXPECT_EQ(m.count("tuesday"), 1u); count 293 base/containers/small_map_unittest.cc EXPECT_EQ(m.count("tuesday"), 0u); count 316 base/containers/small_map_unittest.cc EXPECT_EQ(m.count("friday"), 1u); count 319 base/containers/small_map_unittest.cc EXPECT_EQ(m.count("friday"), 0u); count 455 base/containers/small_map_unittest.cc EXPECT_EQ(0u, m.count(0)); count 460 base/containers/small_map_unittest.cc EXPECT_EQ(1u, m.count(0)); count 475 base/containers/small_map_unittest.cc EXPECT_EQ(0u, m.count(-1)); count 480 base/containers/small_map_unittest.cc EXPECT_EQ(1u, m.count(-1)); count 98 base/debug/crash_logging.cc size_t count = 0; count 99 base/debug/crash_logging.cc const void* const* addresses = trace.Addresses(&count); count 100 base/debug/crash_logging.cc SetCrashKeyFromAddresses(key, addresses, count); count 105 base/debug/crash_logging.cc size_t count) { count 107 base/debug/crash_logging.cc if (addresses && count) { count 113 base/debug/crash_logging.cc for (size_t i = 0; i < count; ++i) { count 140 base/debug/crash_logging.cc size_t InitCrashKeys(const CrashKey* const keys, size_t count, count 153 base/debug/crash_logging.cc for (size_t i = 0; i < count; ++i) { count 158 base/debug/crash_logging.cc DCHECK_EQ(count, g_crash_keys_->size()) count 41 base/debug/crash_logging.h size_t count); count 73 base/debug/crash_logging.h BASE_EXPORT size_t InitCrashKeys(const CrashKey* const keys, size_t count, count 77 base/debug/leak_tracker.h size_t count = 0; count 90 base/debug/leak_tracker.h if (count < kMaxStackTracesToCopyOntoStack) count 91 base/debug/leak_tracker.h stacktraces[count] = allocation_stack; count 93 base/debug/leak_tracker.h ++count; count 100 base/debug/leak_tracker.h CHECK_EQ(0u, count); count 104 base/debug/leak_tracker.h if (count == 0x1234) { count 112 base/debug/leak_tracker.h int count = 0; count 116 base/debug/leak_tracker.h ++count; count 118 base/debug/leak_tracker.h return count; count 34 base/debug/profiler.cc std::string count = StringPrintf("%d", profile_count); count 36 base/debug/profiler.cc ReplaceSubstringsAfterOffset(&full_name, 0, "{count}", count); count 17 base/debug/stack_trace.cc StackTrace::StackTrace(const void* const* trace, size_t count) { count 18 base/debug/stack_trace.cc count = std::min(count, arraysize(trace_)); count 19 base/debug/stack_trace.cc if (count) count 20 base/debug/stack_trace.cc memcpy(trace_, trace, count * sizeof(trace_[0])); count 21 base/debug/stack_trace.cc count_ = count; count 27 base/debug/stack_trace.cc const void *const *StackTrace::Addresses(size_t* count) const { count 28 base/debug/stack_trace.cc *count = count_; count 50 base/debug/stack_trace.h StackTrace(const void* const* trace, size_t count); count 65 base/debug/stack_trace.h const void* const* Addresses(size_t* count) const; count 77 base/debug/stack_trace_win.cc size_t count, count 81 base/debug/stack_trace_win.cc for (size_t i = 0; (i < count) && os->good(); ++i) { count 132 base/debug/trace_event_memory.cc const size_t count = std::min(stack->scope_depth, kMaxScopeDepth); count 136 base/debug/trace_event_memory.cc count * sizeof(stack->scope_data[0])); count 139 base/debug/trace_event_memory.cc return static_cast<int>(count * 2); count 248 base/file_util.cc for (int count = 1; count <= kMaxUniqueFiles; ++count) { count 249 base/file_util.cc new_path = path.InsertBeforeExtensionASCII(StringPrintf(" (%d)", count)); count 252 base/file_util.cc return count; count 396 base/file_util_posix.cc ssize_t count = ::readlink(symlink_path.value().c_str(), buf, arraysize(buf)); count 398 base/file_util_posix.cc if (count <= 0) { count 403 base/file_util_posix.cc *target_path = FilePath(FilePath::StringType(buf, count)); count 337 base/file_util_win.cc for (int count = 0; count < 50; ++count) { count 72 base/files/dir_reader_posix_unittest.cc EXPECT_EQ(0u, seen.count(value)); count 74 base/files/file_path_watcher_browsertest.cc ASSERT_TRUE(delegates_.count(delegate)); count 88 base/files/file_path_watcher_kqueue.cc bool AreKeventValuesValid(struct kevent* kevents, int count); count 220 base/files/file_path_watcher_kqueue.cc int count) { count 221 base/files/file_path_watcher_kqueue.cc if (count < 0) { count 226 base/files/file_path_watcher_kqueue.cc for (int i = 0; i < count; ++i) { count 332 base/files/file_path_watcher_kqueue.cc int count = HANDLE_EINTR(kevent(kqueue_, &events_[0], valid, &updates[0], count 334 base/files/file_path_watcher_kqueue.cc if (!AreKeventValuesValid(&updates[0], count)) { count 364 base/files/file_path_watcher_kqueue.cc int count = HANDLE_EINTR(kevent(kqueue_, NULL, 0, &updates[0], updates.size(), count 369 base/files/file_path_watcher_kqueue.cc if (!AreKeventValuesValid(&updates[0], count)) { count 379 base/files/file_path_watcher_kqueue.cc for (int i = 0; i < count; ++i) { count 466 base/files/file_path_watcher_kqueue.cc int count = HANDLE_EINTR(kevent(kqueue_, &events_[0], last_entry, count 468 base/files/file_path_watcher_kqueue.cc if (!AreKeventValuesValid(&responses[0], count)) { count 13 base/logging.cc #define write(fd, buf, count) _write(fd, buf, static_cast<unsigned int>(count)) count 224 base/md5.cc unsigned count; count 228 base/md5.cc count = (ctx->bits[0] >> 3) & 0x3F; count 232 base/md5.cc p = ctx->in + count; count 236 base/md5.cc count = 64 - 1 - count; count 239 base/md5.cc if (count < 8) { count 241 base/md5.cc memset(p, 0, count); count 249 base/md5.cc memset(p, 0, count-8); count 373 base/memory/discardable_memory_allocator_android.cc DCHECK(!address_to_free_chunk_map_.count(previous_chunk)); count 386 base/memory/discardable_memory_allocator_android.cc DCHECK(!address_to_free_chunk_map_.count(static_cast<char*>(next_chunk) + count 41 base/memory/scoped_ptr_unittest.cc explicit CountingDeleter(int* count) : count_(count) {} count 50 base/memory/scoped_ptr_unittest.cc explicit CountingDeleterChild(int* count) : CountingDeleter(count) {} count 333 base/memory/shared_memory_unittest.cc int count = 4; count 337 base/memory/shared_memory_unittest.cc scoped_ptr<SharedMemory[]> memories(new SharedMemory[count]); count 338 base/memory/shared_memory_unittest.cc scoped_ptr<int*[]> pointers(new int*[count]); count 342 base/memory/shared_memory_unittest.cc for (i = 0; i < count; i++) { count 350 base/memory/shared_memory_unittest.cc for (i = 0; i < count; i++) { count 352 base/memory/shared_memory_unittest.cc for (j = 0; j < count; j++) { count 359 base/memory/shared_memory_unittest.cc for (j = 0; j < count; j++) { count 367 base/memory/shared_memory_unittest.cc for (int i = 0; i < count; i++) { count 152 base/message_loop/message_pump_glib_unittest.cc void ExpectProcessedEvents(EventInjector* injector, int count) { count 153 base/message_loop/message_pump_glib_unittest.cc EXPECT_EQ(injector->processed_events(), count); count 497 base/metrics/histogram.cc void Histogram::GetCountAndBucketData(Count* count, count 501 base/metrics/histogram.cc *count = snapshot->TotalCount(); count 505 base/metrics/histogram.cc Sample count = snapshot->GetCountAtIndex(i); count 506 base/metrics/histogram.cc if (count > 0) { count 511 base/metrics/histogram.cc bucket_value->SetInteger("count", count); count 534 base/metrics/histogram.h virtual void GetCountAndBucketData(Count* count, count 101 base/metrics/histogram_base.cc Count count; count 104 base/metrics/histogram_base.cc GetCountAndBucketData(&count, &sum, buckets.get()); count 111 base/metrics/histogram_base.cc root.SetInteger("count", count); count 156 base/metrics/histogram_base.h virtual void GetCountAndBucketData(Count* count, count 22 base/metrics/histogram_samples.cc HistogramBase::Count* count) const OVERRIDE; count 52 base/metrics/histogram_samples.cc HistogramBase::Count* count) const { count 56 base/metrics/histogram_samples.cc *count = count_; count 108 base/metrics/histogram_samples.cc HistogramBase::Count count; count 112 base/metrics/histogram_samples.cc it->Get(&min, &max, &count); count 115 base/metrics/histogram_samples.cc !pickle->WriteInt(count)) count 26 base/metrics/histogram_samples.h HistogramBase::Count count) = 0; count 79 base/metrics/histogram_samples.h HistogramBase::Count* count) const = 0; count 20 base/metrics/sample_map.cc void SampleMap::Accumulate(Sample value, Count count) { count 21 base/metrics/sample_map.cc sample_counts_[value] += count; count 22 base/metrics/sample_map.cc IncreaseSum(count * value); count 23 base/metrics/sample_map.cc IncreaseRedundantCount(count); count 34 base/metrics/sample_map.cc Count count = 0; count 38 base/metrics/sample_map.cc count += it->second; count 40 base/metrics/sample_map.cc return count; count 51 base/metrics/sample_map.cc Count count; count 53 base/metrics/sample_map.cc iter->Get(&min, &max, &count); count 56 base/metrics/sample_map.cc sample_counts_[min] += (op == HistogramSamples::ADD) ? count : -count; count 76 base/metrics/sample_map.cc void SampleMapIterator::Get(Sample* min, Sample* max, Count* count) const { count 82 base/metrics/sample_map.cc if (count != NULL) count 83 base/metrics/sample_map.cc *count = iter_->second; count 27 base/metrics/sample_map.h HistogramBase::Count count) OVERRIDE; count 57 base/metrics/sample_map.h HistogramBase::Count* count) const OVERRIDE; count 68 base/metrics/sample_map_unittest.cc HistogramBase::Count count; count 70 base/metrics/sample_map_unittest.cc it->Get(&min, &max, &count); count 73 base/metrics/sample_map_unittest.cc EXPECT_EQ(100, count); count 77 base/metrics/sample_map_unittest.cc it->Get(&min, &max, &count); count 80 base/metrics/sample_map_unittest.cc EXPECT_EQ(200, count); count 83 base/metrics/sample_map_unittest.cc it->Get(&min, &max, &count); count 86 base/metrics/sample_map_unittest.cc EXPECT_EQ(-300, count); count 89 base/metrics/sample_map_unittest.cc it->Get(&min, &max, &count); count 92 base/metrics/sample_map_unittest.cc EXPECT_EQ(0, count); count 109 base/metrics/sample_map_unittest.cc HistogramBase::Count count; count 110 base/metrics/sample_map_unittest.cc EXPECT_DEATH(it->Get(&min, &max, &count), ""); count 25 base/metrics/sample_vector.cc void SampleVector::Accumulate(Sample value, Count count) { count 28 base/metrics/sample_vector.cc subtle::NoBarrier_Load(&counts_[bucket_index]) + count); count 29 base/metrics/sample_vector.cc IncreaseSum(count * value); count 30 base/metrics/sample_vector.cc IncreaseRedundantCount(count); count 39 base/metrics/sample_vector.cc Count count = 0; count 41 base/metrics/sample_vector.cc count += subtle::NoBarrier_Load(&counts_[i]); count 43 base/metrics/sample_vector.cc return count; count 60 base/metrics/sample_vector.cc HistogramBase::Count count; count 65 base/metrics/sample_vector.cc iter->Get(&min, &max, &count); count 72 base/metrics/sample_vector.cc old_counts + ((op == HistogramSamples::ADD) ? count : -count)); count 137 base/metrics/sample_vector.cc HistogramBase::Count* count) const { count 143 base/metrics/sample_vector.cc if (count != NULL) count 144 base/metrics/sample_vector.cc *count = subtle::NoBarrier_Load(&(*counts_)[index_]); count 30 base/metrics/sample_vector.h HistogramBase::Count count) OVERRIDE; count 68 base/metrics/sample_vector.h HistogramBase::Count* count) const OVERRIDE; count 193 base/metrics/sample_vector_unittest.cc HistogramBase::Count count; count 194 base/metrics/sample_vector_unittest.cc it.Get(&min, &max, &count); count 197 base/metrics/sample_vector_unittest.cc EXPECT_EQ(1, count); count 202 base/metrics/sample_vector_unittest.cc it.Get(&min, &max, &count); count 205 base/metrics/sample_vector_unittest.cc EXPECT_EQ(2, count); count 222 base/metrics/sample_vector_unittest.cc it2->Get(&min, &max, &count); count 225 base/metrics/sample_vector_unittest.cc EXPECT_EQ(i, count); count 251 base/metrics/sample_vector_unittest.cc HistogramBase::Count count; count 252 base/metrics/sample_vector_unittest.cc EXPECT_DEATH(it->Get(&min, &max, &count), ""); count 108 base/metrics/sparse_histogram.cc void SparseHistogram::GetCountAndBucketData(Count* count, count 136 base/metrics/sparse_histogram.cc Count count; count 137 base/metrics/sparse_histogram.cc it->Get(&min, &max, &count); count 140 base/metrics/sparse_histogram.cc if (count > largest_count) count 141 base/metrics/sparse_histogram.cc largest_count = count; count 152 base/metrics/sparse_histogram.cc Count count; count 153 base/metrics/sparse_histogram.cc it->Get(&min, &max, &count); count 162 base/metrics/sparse_histogram.cc WriteAsciiBucketGraph(count, largest_count, output); count 163 base/metrics/sparse_histogram.cc WriteAsciiBucketValue(count, scaled_total_count, output); count 91 base/metrics/sparse_histogram.h virtual void GetCountAndBucketData(Count* count, count 379 base/metrics/stats_table.cc int count = 0; count 383 base/metrics/stats_table.cc count++; count 385 base/metrics/stats_table.cc return count; count 63 base/prefs/pref_notifier_impl_unittest.cc size_t count = 0; count 66 base/prefs/pref_notifier_impl_unittest.cc count++; count 69 base/prefs/pref_notifier_impl_unittest.cc return count; count 58 base/process/process_iterator.cc int count = 0; count 61 base/process/process_iterator.cc ++count; count 62 base/process/process_iterator.cc return count; count 14 base/process/process_metrics_ios.cc mach_msg_type_number_t count = TASK_BASIC_INFO_64_COUNT; count 18 base/process/process_metrics_ios.cc &count); count 41 base/process/process_metrics_mac.cc mach_msg_type_number_t count = TASK_BASIC_INFO_64_COUNT; count 45 base/process/process_metrics_mac.cc &count); count 188 base/process/process_metrics_mac.cc if (seen_objects.count(info.obj_id) == 0) { count 372 base/process/process_metrics_mac.cc mach_msg_type_number_t count = HOST_VM_INFO_COUNT; count 376 base/process/process_metrics_mac.cc &count); count 87 base/rand_util_unittest.cc int count = 0; count 88 base/rand_util_unittest.cc while (count < kMaxAttempts) { count 90 base/rand_util_unittest.cc cumulative_average = (count * cumulative_average + value) / (count + 1); count 94 base/rand_util_unittest.cc if (count > kMinAttempts && count 100 base/rand_util_unittest.cc ++count; count 103 base/rand_util_unittest.cc ASSERT_LT(count, kMaxAttempts) << "Expected average was " << count 328 base/strings/string_number_conversions.cc size_t count = input.size(); count 329 base/strings/string_number_conversions.cc if (count == 0 || (count % 2) != 0) count 331 base/strings/string_number_conversions.cc for (uintptr_t i = 0; i < count / 2; ++i) { count 37 base/strings/string_util.h int strncasecmp(const char* s1, const char* s2, size_t count); count 40 base/strings/string_util.h int strncmp16(const char16* s1, const char16* s2, size_t count); count 27 base/strings/string_util_posix.h inline int strncasecmp(const char* string1, const char* string2, size_t count) { count 28 base/strings/string_util_posix.h return ::strncasecmp(string1, string2, count); count 36 base/strings/string_util_posix.h inline int strncmp16(const char16* s1, const char16* s2, size_t count) { count 38 base/strings/string_util_posix.h return ::wcsncmp(s1, s2, count); count 40 base/strings/string_util_posix.h return c16memcmp(s1, s2, count); count 27 base/strings/string_util_win.h inline int strncasecmp(const char* s1, const char* s2, size_t count) { count 28 base/strings/string_util_win.h return _strnicmp(s1, s2, count); count 31 base/strings/string_util_win.h inline int strncmp16(const char16* s1, const char16* s2, size_t count) { count 32 base/strings/string_util_win.h return ::wcsncmp(s1, s2, count); count 137 base/sync_socket_win.cc size_t count = 0; count 143 base/sync_socket_win.cc const DWORD chunk = GetNextChunkSize(count, length); count 148 base/sync_socket_win.cc file, static_cast<BufferType*>(buffer) + count, chunk, &len, &ol); count 163 base/sync_socket_win.cc count = 0; count 177 base/sync_socket_win.cc count += len; count 185 base/sync_socket_win.cc if (timeout_in_ms != INFINITE && count < length) count 187 base/sync_socket_win.cc } while (count < length && count 190 base/sync_socket_win.cc return count; count 224 base/sync_socket_win.cc size_t count = 0; count 225 base/sync_socket_win.cc while (count < length) { count 227 base/sync_socket_win.cc DWORD chunk = GetNextChunkSize(count, length); count 228 base/sync_socket_win.cc if (WriteFile(handle_, static_cast<const char*>(buffer) + count, count 230 base/sync_socket_win.cc return count; count 232 base/sync_socket_win.cc count += len; count 234 base/sync_socket_win.cc return count; count 249 base/sync_socket_win.cc size_t count = 0; count 250 base/sync_socket_win.cc while (count < length) { count 252 base/sync_socket_win.cc DWORD chunk = GetNextChunkSize(count, length); count 253 base/sync_socket_win.cc if (ReadFile(handle_, static_cast<char*>(buffer) + count, count 255 base/sync_socket_win.cc return count; count 257 base/sync_socket_win.cc count += len; count 259 base/sync_socket_win.cc return count; count 106 base/synchronization/condition_variable_unittest.cc void SetTaskCount(int count); count 631 base/synchronization/condition_variable_unittest.cc int count = 0; count 634 base/synchronization/condition_variable_unittest.cc count++; count 635 base/synchronization/condition_variable_unittest.cc return count; count 639 base/synchronization/condition_variable_unittest.cc int count = 0; count 642 base/synchronization/condition_variable_unittest.cc count++; count 643 base/synchronization/condition_variable_unittest.cc return count; count 657 base/synchronization/condition_variable_unittest.cc void WorkQueue::SetTaskCount(int count) { count 658 base/synchronization/condition_variable_unittest.cc task_count_ = count; count 95 base/synchronization/waitable_event.h static size_t WaitMany(WaitableEvent** waitables, size_t count); count 168 base/synchronization/waitable_event.h size_t count, Waiter* waiter); count 227 base/synchronization/waitable_event_posix.cc size_t count) { count 229 base/synchronization/waitable_event_posix.cc DCHECK(count) << "Cannot wait on no events"; count 235 base/synchronization/waitable_event_posix.cc waitables.reserve(count); count 236 base/synchronization/waitable_event_posix.cc for (size_t i = 0; i < count; ++i) count 239 base/synchronization/waitable_event_posix.cc DCHECK_EQ(count, waitables.size()); count 252 base/synchronization/waitable_event_posix.cc const size_t r = EnqueueMany(&waitables[0], count, &sw); count 258 base/synchronization/waitable_event_posix.cc return waitables[count - r].second; count 265 base/synchronization/waitable_event_posix.cc for (size_t i = 0; i < count; ++i) { count 266 base/synchronization/waitable_event_posix.cc waitables[count - (1 + i)].first->kernel_->lock_.Release(); count 284 base/synchronization/waitable_event_posix.cc for (size_t i = 0; i < count; ++i) { count 313 base/synchronization/waitable_event_posix.cc size_t count, Waiter* waiter) { count 314 base/synchronization/waitable_event_posix.cc if (!count) count 322 base/synchronization/waitable_event_posix.cc return count; count 325 base/synchronization/waitable_event_posix.cc const size_t r = EnqueueMany(waitables + 1, count - 1, waiter); count 79 base/synchronization/waitable_event_win.cc size_t WaitableEvent::WaitMany(WaitableEvent** events, size_t count) { count 82 base/synchronization/waitable_event_win.cc CHECK_LE(count, MAXIMUM_WAIT_OBJECTS) count 85 base/synchronization/waitable_event_win.cc for (size_t i = 0; i < count; ++i) count 90 base/synchronization/waitable_event_win.cc WaitForMultipleObjects(static_cast<DWORD>(count), count 94 base/synchronization/waitable_event_win.cc if (result >= WAIT_OBJECT_0 + count) { count 47 base/sys_info_mac.cc mach_msg_type_number_t count = HOST_BASIC_INFO_COUNT; count 52 base/sys_info_mac.cc &count); count 57 base/sys_info_mac.cc DCHECK_EQ(HOST_BASIC_INFO_COUNT, count); count 65 base/sys_info_mac.cc mach_msg_type_number_t count = HOST_VM_INFO_COUNT; count 70 base/sys_info_mac.cc &count) != KERN_SUCCESS) { count 37 base/test/launcher/test_results_tracker.cc size_t count = std::distance(first, last); count 38 base/test/launcher/test_results_tracker.cc if (count == 0) count 43 base/test/launcher/test_results_tracker.cc count, count 44 base/test/launcher/test_results_tracker.cc count != 1 ? "s" : "", count 96 base/test/sequenced_task_runner_test_template.cc void SequencedTaskTracker::WaitForCompletedTasks(int count) { count 98 base/test/sequenced_task_runner_test_template.cc while (task_end_count_ < count) count 66 base/test/sequenced_task_runner_test_template.h void WaitForCompletedTasks(int count); count 34 base/test/task_runner_test_template.cc void TaskTracker::WaitForCompletedTasks(int count) { count 36 base/test/task_runner_test_template.cc while (task_runs_ < count) count 82 base/test/task_runner_test_template.h void WaitForCompletedTasks(int count); count 955 base/test/trace_event_analyzer.cc size_t count = 0u; count 958 base/test/trace_event_analyzer.cc ++count; count 960 base/test/trace_event_analyzer.cc return count; count 90 base/third_party/dynamic_annotations/dynamic_annotations.c const char *file, int line, const volatile void *barrier, long count, count 339 base/third_party/dynamic_annotations/dynamic_annotations.h #define ANNOTATE_BARRIER_INIT(barrier, count, reinitialization_allowed) \ count 341 base/third_party/dynamic_annotations/dynamic_annotations.h count, reinitialization_allowed) count 386 base/third_party/dynamic_annotations/dynamic_annotations.h #define ANNOTATE_BARRIER_INIT(barrier, count, reinitialization_allowed) /* */ count 445 base/third_party/dynamic_annotations/dynamic_annotations.h const char *file, int line, const volatile void *barrier, long count, count 139 base/third_party/icu/icu_utf.cc uint8 count=CBU8_COUNT_TRAIL_BYTES(c); count 140 base/third_party/icu/icu_utf.cc if((i)+count<=(length)) { count 143 base/third_party/icu/icu_utf.cc CBU8_MASK_LEAD_BYTE((c), count); count 145 base/third_party/icu/icu_utf.cc switch(count) { count 193 base/third_party/icu/icu_utf.cc if(illegal || (c)<utf8_minLegal[count] || (CBU_IS_SURROGATE(c) && strict!=-2)) { count 195 base/third_party/icu/icu_utf.cc uint8 errorCount=count; count 198 base/third_party/icu/icu_utf.cc while(count>0 && CBU8_IS_TRAIL(s[i])) { count 200 base/third_party/icu/icu_utf.cc --count; count 203 base/third_party/icu/icu_utf.cc c=utf8_errorValue[errorCount-count]; count 209 base/third_party/icu/icu_utf.cc c=utf8_errorValue[count]; count 140 base/third_party/symbolize/symbolize.cc static ssize_t ReadPersistent(const int fd, void *buf, const size_t count) { count 142 base/third_party/symbolize/symbolize.cc SAFE_ASSERT(count <= std::numeric_limits<ssize_t>::max()); count 145 base/third_party/symbolize/symbolize.cc while (num_bytes < count) { count 147 base/third_party/symbolize/symbolize.cc NO_INTR(len = read(fd, buf0 + num_bytes, count - num_bytes)); count 156 base/third_party/symbolize/symbolize.cc SAFE_ASSERT(num_bytes <= count); count 164 base/third_party/symbolize/symbolize.cc const size_t count, const off_t offset) { count 169 base/third_party/symbolize/symbolize.cc return ReadPersistent(fd, buf, count); count 177 base/third_party/symbolize/symbolize.cc const size_t count, const off_t offset) { count 178 base/third_party/symbolize/symbolize.cc ssize_t len = ReadFromOffset(fd, buf, count, offset); count 179 base/third_party/symbolize/symbolize.cc return len == count; count 54 base/threading/sequenced_worker_pool_unittest.cc void Unblock(size_t count) { count 58 base/threading/sequenced_worker_pool_unittest.cc unblock_counter_ = count; count 121 base/threading/sequenced_worker_pool_unittest.cc void WaitUntilTasksBlocked(size_t count) { count 124 base/threading/sequenced_worker_pool_unittest.cc while (started_events_ < count) count 121 base/threading/thread_perftest.cc base::Thread* NextThread(int count) { count 122 base/threading/thread_perftest.cc return threads_[count % threads_.size()]; count 92 base/tracked_objects.cc DeathData::DeathData(int count) { count 94 base/tracked_objects.cc count_ = count; count 173 base/tracked_objects.cc : count(-1), count 184 base/tracked_objects.cc : count(death_data.count()), count 270 base/tracked_objects.h explicit DeathData(int count); count 279 base/tracked_objects.h int count() const; count 319 base/tracked_objects.h int count; count 66 base/tracked_objects_unittest.cc int count, count 78 base/tracked_objects_unittest.cc EXPECT_EQ(count, process_data.tasks[0].death_data.count); count 79 base/tracked_objects_unittest.cc EXPECT_EQ(count * run_ms, count 83 base/tracked_objects_unittest.cc EXPECT_EQ(count * queue_ms, count 181 base/tracked_objects_unittest.cc EXPECT_EQ(1, death_map.begin()->second.count()); // 1 death. count 202 base/tracked_objects_unittest.cc EXPECT_EQ(1, process_data.tasks[0].death_data.count); count 242 base/tracked_objects_unittest.cc EXPECT_EQ(data->count(), 0); count 253 base/tracked_objects_unittest.cc EXPECT_EQ(data->count(), 1); count 260 base/tracked_objects_unittest.cc EXPECT_EQ(data->count(), 2); count 263 base/tracked_objects_unittest.cc EXPECT_EQ(2, snapshot.count); count 473 base/tracked_objects_unittest.cc EXPECT_EQ(1, process_data_post_reset.tasks[0].death_data.count); count 559 base/tracked_objects_unittest.cc EXPECT_EQ(1, process_data.tasks[0].death_data.count); count 572 base/tracked_objects_unittest.cc EXPECT_EQ(1, process_data.tasks[1].death_data.count); count 59 base/version.cc const size_t count = std::min(components1.size(), components2.size()); count 60 base/version.cc for (size_t i = 0; i < count; ++i) { count 67 base/version.cc for (size_t i = count; i < components1.size(); ++i) { count 72 base/version.cc for (size_t i = count; i < components2.size(); ++i) { count 169 base/version.cc size_t count = components_.size(); count 170 base/version.cc for (size_t i = 0; i < count - 1; ++i) { count 174 base/version.cc version_str.append(IntToString(components_[count - 1])); count 14 base/win/enum_variant.cc EnumVariant::EnumVariant(unsigned long count) count 15 base/win/enum_variant.cc : items_(new VARIANT[count]), count 16 base/win/enum_variant.cc count_(count), count 49 base/win/enum_variant.cc unsigned long count = std::min(requested_count, count_ - current_index_); count 50 base/win/enum_variant.cc for (unsigned long i = 0; i < count; ++i) count 52 base/win/enum_variant.cc current_index_ += count; count 53 base/win/enum_variant.cc *out_elements_received = count; count 55 base/win/enum_variant.cc return (count == requested_count ? S_OK : S_FALSE); count 59 base/win/enum_variant.cc unsigned long count = skip_count; count 60 base/win/enum_variant.cc if (current_index_ + count > count_) count 61 base/win/enum_variant.cc count = count_ - current_index_; count 63 base/win/enum_variant.cc current_index_ += count; count 64 base/win/enum_variant.cc return (count == skip_count ? S_OK : S_FALSE); count 23 base/win/enum_variant.h explicit EnumVariant(unsigned long count); count 275 base/win/pe_image.cc for (UINT count = 0; count < num_funcs; count++) { count 276 base/win/pe_image.cc PVOID func = RVAToAddr(functions[count]); count 284 base/win/pe_image.cc if (ordinals[hint] == count) { count 302 base/win/pe_image.cc if (!callback(*this, ordinal_base + count, hint, name, func, forward, count 22 base/win/pe_image_unittest.cc int* count = reinterpret_cast<int*>(cookie); count 23 base/win/pe_image_unittest.cc (*count)++; count 35 base/win/pe_image_unittest.cc int* count = reinterpret_cast<int*>(cookie); count 36 base/win/pe_image_unittest.cc (*count)++; count 46 base/win/pe_image_unittest.cc int* count = reinterpret_cast<int*>(cookie); count 47 base/win/pe_image_unittest.cc (*count)++; count 56 base/win/pe_image_unittest.cc int* count = reinterpret_cast<int*>(cookie); count 57 base/win/pe_image_unittest.cc (*count)++; count 67 base/win/pe_image_unittest.cc int* count = reinterpret_cast<int*>(cookie); count 68 base/win/pe_image_unittest.cc (*count)++; count 81 base/win/pe_image_unittest.cc int* count = reinterpret_cast<int*>(cookie); count 82 base/win/pe_image_unittest.cc (*count)++; count 207 base/win/pe_image_unittest.cc int count = 0; count 217 base/win/pe_image_unittest.cc pe.EnumSections(SectionsCallback, &count); count 218 base/win/pe_image_unittest.cc EXPECT_EQ(GetExpectedValue(sections, os), count); count 220 base/win/pe_image_unittest.cc count = 0; count 221 base/win/pe_image_unittest.cc pe.EnumImportChunks(ImportChunksCallback, &count); count 222 base/win/pe_image_unittest.cc EXPECT_EQ(GetExpectedValue(imports_dlls, os), count); count 224 base/win/pe_image_unittest.cc count = 0; count 225 base/win/pe_image_unittest.cc pe.EnumDelayImportChunks(DelayImportChunksCallback, &count); count 226 base/win/pe_image_unittest.cc EXPECT_EQ(GetExpectedValue(delay_dlls, os), count); count 228 base/win/pe_image_unittest.cc count = 0; count 229 base/win/pe_image_unittest.cc pe.EnumExports(ExportsCallback, &count); count 230 base/win/pe_image_unittest.cc EXPECT_GT(count, GetExpectedValue(exports, os) - 20); count 231 base/win/pe_image_unittest.cc EXPECT_LT(count, GetExpectedValue(exports, os) + 100); count 233 base/win/pe_image_unittest.cc count = 0; count 234 base/win/pe_image_unittest.cc pe.EnumAllImports(ImportsCallback, &count); count 235 base/win/pe_image_unittest.cc EXPECT_GT(count, GetExpectedValue(imports, os) - 20); count 236 base/win/pe_image_unittest.cc EXPECT_LT(count, GetExpectedValue(imports, os) + 100); count 238 base/win/pe_image_unittest.cc count = 0; count 239 base/win/pe_image_unittest.cc pe.EnumAllDelayImports(ImportsCallback, &count); count 240 base/win/pe_image_unittest.cc EXPECT_GT(count, GetExpectedValue(delay_imports, os) - 2); count 241 base/win/pe_image_unittest.cc EXPECT_LT(count, GetExpectedValue(delay_imports, os) + 8); count 243 base/win/pe_image_unittest.cc count = 0; count 244 base/win/pe_image_unittest.cc pe.EnumRelocs(RelocsCallback, &count); count 245 base/win/pe_image_unittest.cc EXPECT_GT(count, GetExpectedValue(relocs, os) - 150); count 246 base/win/pe_image_unittest.cc EXPECT_LT(count, GetExpectedValue(relocs, os) + 1500); count 139 base/win/registry.cc DWORD count = 0; count 140 base/win/registry.cc LONG result = RegQueryInfoKey(key_, NULL, 0, NULL, NULL, NULL, NULL, &count, count 142 base/win/registry.cc return (result == ERROR_SUCCESS) ? count : 0; count 342 base/win/registry.cc DWORD count = 0; count 343 base/win/registry.cc result = ::RegQueryInfoKey(key_, NULL, 0, NULL, NULL, NULL, NULL, &count, count 350 base/win/registry.cc index_ = count - 1; count 363 base/win/registry.cc DWORD count = 0; count 365 base/win/registry.cc &count, NULL, NULL, NULL, NULL); count 369 base/win/registry.cc return count; count 429 base/win/registry.cc DWORD count = 0; count 430 base/win/registry.cc LONG result = ::RegQueryInfoKey(key_, NULL, 0, NULL, &count, NULL, NULL, count 437 base/win/registry.cc index_ = count - 1; count 450 base/win/registry.cc DWORD count = 0; count 451 base/win/registry.cc LONG result = ::RegQueryInfoKey(key_, NULL, 0, NULL, &count, NULL, NULL, count 456 base/win/registry.cc return count; count 47 cc/debug/micro_benchmark_controller_unittest.cc void IncrementCallCount(int* count, scoped_ptr<base::Value> value) { count 48 cc/debug/micro_benchmark_controller_unittest.cc ++(*count); count 60 cc/debug/rendering_stats_instrumentation.cc void RenderingStatsInstrumentation::IncrementFrameCount(int64 count, count 67 cc/debug/rendering_stats_instrumentation.cc main_stats_.frame_count += count; count 69 cc/debug/rendering_stats_instrumentation.cc impl_stats_.frame_count += count; count 51 cc/debug/rendering_stats_instrumentation.h void IncrementFrameCount(int64 count, bool main_thread); count 372 cc/layers/delegated_frame_provider_unittest.cc EXPECT_EQ(2, resources_[0].count); count 53 cc/layers/delegated_frame_resource_collection.cc returned.count = it->second.refs_to_return; count 89 cc/layers/delegated_frame_resource_collection.cc DCHECK_GE(it->second.refs_to_wait_for, returned[i].count); count 90 cc/layers/delegated_frame_resource_collection.cc it->second.refs_to_wait_for -= returned[i].count; count 93 cc/layers/delegated_frame_resource_collection.cc to_return.back().count = it->second.refs_to_return; count 122 cc/layers/delegated_frame_resource_collection_unittest.cc EXPECT_EQ(1, returned_resources_[0].count); count 145 cc/layers/delegated_frame_resource_collection_unittest.cc EXPECT_EQ(1, returned_resources_[0].count); count 83 cc/layers/layer_iterator_unittest.cc int count = 0; count 86 cc/layers/layer_iterator_unittest.cc ++it, ++count) { count 89 cc/layers/layer_iterator_unittest.cc layer->count_representing_target_surface_ = count; count 91 cc/layers/layer_iterator_unittest.cc layer->count_representing_contributing_surface_ = count; count 93 cc/layers/layer_iterator_unittest.cc layer->count_representing_itself_ = count; count 84 cc/layers/picture_layer_impl_perftest.cc int count = num_tiles; count 86 cc/layers/picture_layer_impl_perftest.cc it && count; count 88 cc/layers/picture_layer_impl_perftest.cc --count; count 407 cc/output/gl_renderer_unittest.cc GLsizei* count, count 804 cc/output/gl_renderer_unittest.cc void(GLenum mode, GLsizei count, GLenum type, GLintptr offset)); count 894 cc/output/gl_renderer_unittest.cc void(GLenum mode, GLsizei count, GLenum type, GLintptr offset)); count 1645 cc/output/gl_renderer_unittest.cc void(GLenum mode, GLsizei count, GLenum type, GLintptr offset)); count 28 cc/output/shader.cc size_t count, count 32 cc/output/shader.cc for (size_t i = 0; i < count; i++) { count 131 cc/resources/picture_layer_tiling_perftest.cc int count = num_tiles; count 134 cc/resources/picture_layer_tiling_perftest.cc it && count; count 136 cc/resources/picture_layer_tiling_perftest.cc --count; count 1080 cc/resources/picture_layer_tiling_unittest.cc static void CountExistingTiles(int *count, count 1084 cc/resources/picture_layer_tiling_unittest.cc ++(*count); count 247 cc/resources/picture_pile_base.cc if (picture && (appended_pictures.count(picture) == 0)) { count 308 cc/resources/picture_pile_base.cc return invalidation_history_.count() / count 427 cc/resources/picture_pile_impl.cc if (!picture || (processed_pictures_.count(picture) != 0) || count 445 cc/resources/picture_pile_impl.cc if (picture && (processed_pictures.count(picture) == 0)) { count 335 cc/resources/raster_worker_pool_perftest.cc size_t count = 0; count 339 cc/resources/raster_worker_pool_perftest.cc BuildRasterTaskQueue(&queue, raster_tasks[count % kNumVersions]); count 342 cc/resources/raster_worker_pool_perftest.cc ++count; count 1468 cc/resources/resource_provider.cc bool resource_is_in_use = child_info.in_use_resources.count(local_id) > 0; count 1523 cc/resources/resource_provider.cc CHECK_GE(resource->exported_count, returned.count); count 1524 cc/resources/resource_provider.cc resource->exported_count -= returned.count; count 1664 cc/resources/resource_provider.cc DCHECK_EQ(0u, child_info->in_use_resources.count(local_id)); count 1665 cc/resources/resource_provider.cc DCHECK(child_info->parent_to_child_map.count(local_id)); count 1668 cc/resources/resource_provider.cc DCHECK(child_info->child_to_parent_map.count(child_id)); count 1704 cc/resources/resource_provider.cc returned.count = resource.imported_count; count 1569 cc/resources/resource_provider_unittest.cc EXPECT_EQ(2, returned_to_child[0].count); count 132 cc/resources/resource_update_controller_unittest.cc void AppendFullUploadsOfIndexedTextureToUpdateQueue(int count, count 134 cc/resources/resource_update_controller_unittest.cc full_upload_count_expected_ += count; count 135 cc/resources/resource_update_controller_unittest.cc total_upload_count_expected_ += count; count 140 cc/resources/resource_update_controller_unittest.cc for (int i = 0; i < count; i++) count 144 cc/resources/resource_update_controller_unittest.cc void AppendFullUploadsToUpdateQueue(int count) { count 145 cc/resources/resource_update_controller_unittest.cc AppendFullUploadsOfIndexedTextureToUpdateQueue(count, 0); count 148 cc/resources/resource_update_controller_unittest.cc void AppendPartialUploadsOfIndexedTextureToUpdateQueue(int count, count 150 cc/resources/resource_update_controller_unittest.cc partial_count_expected_ += count; count 151 cc/resources/resource_update_controller_unittest.cc total_upload_count_expected_ += count; count 156 cc/resources/resource_update_controller_unittest.cc for (int i = 0; i < count; i++) count 160 cc/resources/resource_update_controller_unittest.cc void AppendPartialUploadsToUpdateQueue(int count) { count 161 cc/resources/resource_update_controller_unittest.cc AppendPartialUploadsOfIndexedTextureToUpdateQueue(count, 0); count 164 cc/resources/resource_update_controller_unittest.cc void SetMaxUploadCountPerUpdate(int count) { count 165 cc/resources/resource_update_controller_unittest.cc max_upload_count_per_update_ = count; count 16 cc/resources/returned_resource.h ReturnedResource() : id(0), sync_point(0), count(0), lost(false) {} count 19 cc/resources/returned_resource.h int count; count 147 cc/resources/task_graph_runner_perftest.cc size_t count = 0; count 151 cc/resources/task_graph_runner_perftest.cc BuildTaskGraph(top_level_tasks[count % kNumVersions], count 152 cc/resources/task_graph_runner_perftest.cc tasks[count % kNumVersions], count 153 cc/resources/task_graph_runner_perftest.cc leaf_tasks[count % kNumVersions], count 158 cc/resources/task_graph_runner_perftest.cc ++count; count 117 cc/resources/tile_manager_perftest.cc void CreateBinTiles(int count, ManagedTileBin bin, TileBinVector* tiles) { count 118 cc/resources/tile_manager_perftest.cc for (int i = 0; i < count; ++i) { count 134 cc/resources/tile_manager_perftest.cc void CreateTiles(int count, TileBinVector* tiles) { count 136 cc/resources/tile_manager_perftest.cc int count_per_bin = count / NUM_BINS; count 140 cc/resources/tile_manager_perftest.cc CreateBinTiles(count - 3 * count_per_bin, NEVER_BIN, tiles); count 84 cc/resources/tile_manager_unittest.cc TileVector CreateTilesWithSize(int count, count 89 cc/resources/tile_manager_unittest.cc for (int i = 0; i < count; ++i) { count 105 cc/resources/tile_manager_unittest.cc TileVector CreateTiles(int count, count 109 cc/resources/tile_manager_unittest.cc count, active_priority, pending_priority, settings_.default_tile_size); count 24 cc/resources/transferable_resource.cc returned.count = 1; count 80 cc/surfaces/surface_aggregator.cc if (referenced_surfaces_.count(surface_id)) count 71 cc/test/geometry_test_utils.h #define EXPECT_FLOAT_ARRAY_EQ(expected, actual, count) \ count 73 cc/test/geometry_test_utils.h for (int i = 0; i < count; i++) { \ count 131 cc/test/test_gles2_interface.cc GLsizei count, count 135 cc/test/test_gles2_interface.cc mode, count, type, reinterpret_cast<intptr_t>(indices)); count 347 cc/test/test_gles2_interface.cc GLsizei count, count 349 cc/test/test_gles2_interface.cc test_context_->discardFramebufferEXT(target, count, attachments); count 52 cc/test/test_gles2_interface.h GLsizei count, count 157 cc/test/test_gles2_interface.h GLsizei count, count 156 cc/test/test_web_graphics_context_3d.cc void TestWebGraphicsContext3D::genBuffers(GLsizei count, GLuint* ids) { count 157 cc/test/test_web_graphics_context_3d.cc for (int i = 0; i < count; ++i) count 162 cc/test/test_web_graphics_context_3d.cc GLsizei count, GLuint* ids) { count 163 cc/test/test_web_graphics_context_3d.cc for (int i = 0; i < count; ++i) count 168 cc/test/test_web_graphics_context_3d.cc GLsizei count, GLuint* ids) { count 169 cc/test/test_web_graphics_context_3d.cc for (int i = 0; i < count; ++i) count 173 cc/test/test_web_graphics_context_3d.cc void TestWebGraphicsContext3D::genTextures(GLsizei count, GLuint* ids) { count 174 cc/test/test_web_graphics_context_3d.cc for (int i = 0; i < count; ++i) { count 179 cc/test/test_web_graphics_context_3d.cc for (int i = 0; i < count; ++i) count 183 cc/test/test_web_graphics_context_3d.cc void TestWebGraphicsContext3D::deleteBuffers(GLsizei count, GLuint* ids) { count 184 cc/test/test_web_graphics_context_3d.cc for (int i = 0; i < count; ++i) count 189 cc/test/test_web_graphics_context_3d.cc GLsizei count, GLuint* ids) { count 190 cc/test/test_web_graphics_context_3d.cc for (int i = 0; i < count; ++i) count 195 cc/test/test_web_graphics_context_3d.cc GLsizei count, GLuint* ids) { count 196 cc/test/test_web_graphics_context_3d.cc for (int i = 0; i < count; ++i) count 200 cc/test/test_web_graphics_context_3d.cc void TestWebGraphicsContext3D::deleteTextures(GLsizei count, GLuint* ids) { count 201 cc/test/test_web_graphics_context_3d.cc for (int i = 0; i < count; ++i) count 204 cc/test/test_web_graphics_context_3d.cc for (int i = 0; i < count; ++i) { count 269 cc/test/test_web_graphics_context_3d.cc if (!program_set_.count(id)) count 275 cc/test/test_web_graphics_context_3d.cc if (!shader_set_.count(id)) count 281 cc/test/test_web_graphics_context_3d.cc if (!program_set_.count(program)) count 283 cc/test/test_web_graphics_context_3d.cc if (!shader_set_.count(shader)) count 290 cc/test/test_web_graphics_context_3d.cc if (!program_set_.count(program)) count 482 cc/test/test_web_graphics_context_3d.cc if (buffers.count(bound_buffer_) == 0) count 494 cc/test/test_web_graphics_context_3d.cc DCHECK_GT(buffers.count(bound_buffer_), 0u); count 516 cc/test/test_web_graphics_context_3d.cc DCHECK_GT(buffers.count(bound_buffer_), 0u); count 536 cc/test/test_web_graphics_context_3d.cc DCHECK_GT(buffers.count(bound_buffer_), 0u); count 564 cc/test/test_web_graphics_context_3d.cc DCHECK_GT(namespace_->images.count(image_id), 0u); count 573 cc/test/test_web_graphics_context_3d.cc DCHECK_GT(images.count(image_id), 0u); count 586 cc/test/test_web_graphics_context_3d.cc DCHECK_GT(namespace_->images.count(image_id), 0u); count 108 cc/test/test_web_graphics_context_3d.h virtual void genBuffers(GLsizei count, GLuint* ids); count 109 cc/test/test_web_graphics_context_3d.h virtual void genFramebuffers(GLsizei count, GLuint* ids); count 110 cc/test/test_web_graphics_context_3d.h virtual void genRenderbuffers(GLsizei count, GLuint* ids); count 111 cc/test/test_web_graphics_context_3d.h virtual void genTextures(GLsizei count, GLuint* ids); count 113 cc/test/test_web_graphics_context_3d.h virtual void deleteBuffers(GLsizei count, GLuint* ids); count 114 cc/test/test_web_graphics_context_3d.h virtual void deleteFramebuffers(GLsizei count, GLuint* ids); count 115 cc/test/test_web_graphics_context_3d.h virtual void deleteRenderbuffers(GLsizei count, GLuint* ids); count 116 cc/test/test_web_graphics_context_3d.h virtual void deleteTextures(GLsizei count, GLuint* ids); count 179 cc/test/test_web_graphics_context_3d.h virtual void drawArrays(GLenum mode, GLint first, GLsizei count) {} count 181 cc/test/test_web_graphics_context_3d.h GLsizei count, count 192 cc/test/test_web_graphics_context_3d.h GLsizei* count, count 459 cc/trees/layer_sorter.cc int count = 0; count 461 cc/trees/layer_sorter.cc *it = sorted_list[count++]->layer; count 1253 cc/trees/layer_tree_host_common.cc size_t* count) { count 1255 cc/trees/layer_tree_host_common.cc *count = layer->draw_properties().num_descendants_added; count 1261 cc/trees/layer_tree_host_common.cc size_t* count) { count 1264 cc/trees/layer_tree_host_common.cc *count = layer->draw_properties().num_render_surfaces_added; count 1281 cc/trees/layer_tree_host_common.cc size_t count = 0; count 1282 cc/trees/layer_tree_host_common.cc get_index_and_count(child, &start_index, &count); count 1283 cc/trees/layer_tree_host_common.cc for (size_t j = start_index; j < start_index + count; ++j) count 4060 cc/trees/layer_tree_host_impl_unittest.cc GLsizei count, count 4064 cc/trees/layer_tree_host_impl_unittest.cc GLsizei count, count 4415 cc/trees/layer_tree_host_impl_unittest.cc GLsizei count, count 2901 cc/trees/layer_tree_host_unittest.cc GLsizei count, count 58 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_GT(actual[actual_index].count, 0); count 59 cc/trees/layer_tree_host_unittest_delegated.cc if (actual[actual_index].count <= 0) { count 62 cc/trees/layer_tree_host_unittest_delegated.cc --actual[actual_index].count; count 63 cc/trees/layer_tree_host_unittest_delegated.cc if (actual[actual_index].count == 0) count 874 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, map.count(999)); count 875 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, map.count(555)); count 878 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, delegated_impl->Resources().count(999)); count 879 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, delegated_impl->Resources().count(555)); count 914 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, map.count(999)); count 915 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, map.count(555)); count 1169 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, map.count(999)); count 1172 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, delegated_impl->Resources().count(999)); count 1280 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, map.count(999)); count 1281 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, map.count(555)); count 1282 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, map.count(444)); count 1285 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, delegated_impl->Resources().count(999)); count 1286 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, delegated_impl->Resources().count(555)); count 1287 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, delegated_impl->Resources().count(444)); count 1405 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, map.count(999)); count 1406 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, map.count(555)); count 1409 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, delegated_impl->Resources().count(999)); count 1410 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, delegated_impl->Resources().count(555)); count 1425 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, map.count(999)); count 1426 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, map.count(555)); count 1429 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, delegated_impl->Resources().count(999)); count 1430 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, delegated_impl->Resources().count(555)); count 1447 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, map.count(999)); count 1450 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, delegated_impl->Resources().count(999)); count 1522 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, map.count(555)); count 1525 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, delegated_impl->Resources().count(555)); count 1600 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, map.count(555)); count 1603 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, delegated_impl->Resources().count(555)); count 1703 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, map.count(999)); count 1704 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, map.count(555)); count 1707 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, delegated_impl->Resources().count(999)); count 1708 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, delegated_impl->Resources().count(555)); count 1715 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, map.count(999)); count 1716 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, map.count(555)); count 1720 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, delegated_impl->Resources().count(555)); count 1732 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, map.count(555)); count 1735 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, delegated_impl->Resources().count(map.find(555)->second)); count 1836 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, map.count(999)); count 1837 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, map.count(555)); count 1838 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, map.count(444)); count 1841 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, delegated_impl->Resources().count(999)); count 1842 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, delegated_impl->Resources().count(555)); count 1843 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, delegated_impl->Resources().count(444)); count 1847 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, map.count(555)); count 1850 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, delegated_impl->Resources().count(555)); count 1854 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, map.count(999)); count 1855 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, map.count(555)); count 1858 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, delegated_impl->Resources().count(999)); count 1859 cc/trees/layer_tree_host_unittest_delegated.cc EXPECT_EQ(1u, delegated_impl->Resources().count(555)); count 51 chrome/android/java/src/org/chromium/chrome/browser/PasswordUIView.java void passwordListAvailable(int count); count 57 chrome/android/java/src/org/chromium/chrome/browser/PasswordUIView.java void passwordExceptionListAvailable(int count); count 74 chrome/android/java/src/org/chromium/chrome/browser/PasswordUIView.java private void passwordListAvailable(int count) { count 76 chrome/android/java/src/org/chromium/chrome/browser/PasswordUIView.java observer.passwordListAvailable(count); count 81 chrome/android/java/src/org/chromium/chrome/browser/PasswordUIView.java private void passwordExceptionListAvailable(int count) { count 83 chrome/android/java/src/org/chromium/chrome/browser/PasswordUIView.java observer.passwordExceptionListAvailable(count); count 208 chrome/android/java/src/org/chromium/chrome/browser/WebappAuthenticator.java private static byte[] getRandomBytes(int count) { count 212 chrome/android/java/src/org/chromium/chrome/browser/WebappAuthenticator.java byte[] bytes = new byte[count]; count 350 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java int count = nativeGetCreditCardCount(mPersonalDataManagerAndroid); count 351 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java List<CreditCard> cards = new ArrayList<CreditCard>(count); count 352 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java for (int i = 0; i < count; i++) { count 285 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillPopupTest.java final int count) throws InterruptedException { count 290 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillPopupTest.java return immw.getShowSoftInputCounter() == count; count 2008 chrome/browser/about_flags.cc value->SetBoolean("selected", enabled_experiments.count(name) > 0); count 2094 chrome/browser/about_flags.cc enabled_experiments.count(experiment.internal_name) > 0); count 2350 chrome/browser/about_flags.cc void SetExperiments(const Experiment* e, size_t count) { count 2356 chrome/browser/about_flags.cc num_experiments = count; count 2360 chrome/browser/about_flags.cc const Experiment* GetExperiments(size_t* count) { count 2361 chrome/browser/about_flags.cc *count = num_experiments; count 170 chrome/browser/about_flags.h void SetExperiments(const Experiment* e, size_t count); count 173 chrome/browser/about_flags.h const Experiment* GetExperiments(size_t* count); count 459 chrome/browser/about_flags_unittest.cc size_t count; count 460 chrome/browser/about_flags_unittest.cc const Experiment* experiments = testing::GetExperiments(&count); count 461 chrome/browser/about_flags_unittest.cc for (size_t i = 0; i < count; ++i) { count 713 chrome/browser/apps/app_browsertest.cc ASSERT_EQ(2, browser()->tab_strip_model()->count()); count 171 chrome/browser/apps/app_url_redirector_browsertest.cc ASSERT_EQ(1, browser()->tab_strip_model()->count()); count 199 chrome/browser/apps/app_url_redirector_browsertest.cc ASSERT_EQ(1, browser()->tab_strip_model()->count()); count 265 chrome/browser/apps/app_url_redirector_browsertest.cc ASSERT_EQ(2, browser()->tab_strip_model()->count()); count 93 chrome/browser/apps/ephemeral_app_service_unittest.cc int count, count 96 chrome/browser/apps/ephemeral_app_service_unittest.cc for (int i = 0; i < count; ++i) { count 109 chrome/browser/apps/ephemeral_app_service_unittest.cc int count, count 114 chrome/browser/apps/ephemeral_app_service_unittest.cc count, count 122 chrome/browser/apps/ephemeral_app_service_unittest.cc int count, count 127 chrome/browser/apps/ephemeral_app_service_unittest.cc count, count 136 chrome/browser/apps/ephemeral_app_service_unittest.cc int count, count 143 chrome/browser/apps/ephemeral_app_service_unittest.cc count, count 118 chrome/browser/autocomplete/autocomplete_controller.cc int count, count 126 chrome/browser/autocomplete/autocomplete_controller.cc if (count > 1) count 127 chrome/browser/autocomplete/autocomplete_controller.cc base::StringAppendF(autocompletions, "l%d", count); count 496 chrome/browser/autocomplete/autocomplete_controller.cc if (!keyword.empty() && !keywords.count(keyword)) { count 549 chrome/browser/autocomplete/autocomplete_controller.cc int count = 0; count 560 chrome/browser/autocomplete/autocomplete_controller.cc last_type, last_subtype, count, &autocompletions); count 561 chrome/browser/autocomplete/autocomplete_controller.cc count = 1; count 563 chrome/browser/autocomplete/autocomplete_controller.cc count++; count 569 chrome/browser/autocomplete/autocomplete_controller.cc last_type, last_subtype, count, &autocompletions); count 181 chrome/browser/autocomplete/autocomplete_result.cc (undemotable_top_types.count(matches_.begin()->type) != 0); count 48 chrome/browser/autocomplete/autocomplete_result_unittest.cc size_t count, count 51 chrome/browser/autocomplete/autocomplete_result_unittest.cc for (size_t i = 0; i < count; ++i) { count 109 chrome/browser/autocomplete/autocomplete_result_unittest.cc size_t count, count 148 chrome/browser/autocomplete/autocomplete_result_unittest.cc size_t count, count 150 chrome/browser/autocomplete/autocomplete_result_unittest.cc for (size_t i = 0; i < count; ++i) { count 200 chrome/browser/autocomplete/history_url_provider.cc int count) { count 207 chrome/browser/autocomplete/history_url_provider.cc double decayed_count = count; count 433 chrome/browser/autocomplete/history_url_provider_unittest.cc int count; count 441 chrome/browser/autocomplete/history_url_provider_unittest.cc ASCIIToUTF16("Title"), test_cases[i].count, test_cases[i].count, count 812 chrome/browser/autocomplete/history_url_provider_unittest.cc int count; count 820 chrome/browser/autocomplete/history_url_provider_unittest.cc base::UTF8ToUTF16("Title"), test_cases[i].count, test_cases[i].count, count 303 chrome/browser/autocomplete/shortcuts_backend_unittest.cc EXPECT_EQ(0U, shortcuts_map().count(shortcut1.text)); count 304 chrome/browser/autocomplete/shortcuts_backend_unittest.cc EXPECT_EQ(0U, shortcuts_map().count(shortcut2.text)); count 365 chrome/browser/background/background_application_list_model_unittest.cc size_t* count) { count 377 chrome/browser/background/background_application_list_model_unittest.cc ++*count; count 378 chrome/browser/background/background_application_list_model_unittest.cc ASSERT_EQ(*count, extensions->size()); count 380 chrome/browser/background/background_application_list_model_unittest.cc ASSERT_EQ(*count, service->extensions()->size()); count 388 chrome/browser/background/background_application_list_model_unittest.cc size_t* count) { // Maybe remove an extension. count 392 chrome/browser/background/background_application_list_model_unittest.cc ASSERT_EQ(0U, *count); count 410 chrome/browser/background/background_application_list_model_unittest.cc --*count; count 411 chrome/browser/background/background_application_list_model_unittest.cc ASSERT_EQ(*count, extensions->size()); count 413 chrome/browser/background/background_application_list_model_unittest.cc ASSERT_EQ(*count, service->extensions()->size()); count 422 chrome/browser/background/background_application_list_model_unittest.cc size_t* count) { count 426 chrome/browser/background/background_application_list_model_unittest.cc ASSERT_EQ(0U, *count); count 442 chrome/browser/background/background_application_list_model_unittest.cc ASSERT_EQ(*count, extensions->size()); count 444 chrome/browser/background/background_application_list_model_unittest.cc ASSERT_EQ(*count, service->extensions()->size()); count 448 chrome/browser/background/background_application_list_model_unittest.cc ASSERT_EQ(*count, extensions->size()); count 450 chrome/browser/background/background_application_list_model_unittest.cc ASSERT_EQ(*count, service->extensions()->size()); count 473 chrome/browser/background/background_application_list_model_unittest.cc size_t count = 0; count 479 chrome/browser/background/background_application_list_model_unittest.cc AddExtension(service, &extensions, model.get(), &expected, &count); count 482 chrome/browser/background/background_application_list_model_unittest.cc RemoveExtension(service, &extensions, model.get(), &expected, &count); count 485 chrome/browser/background/background_application_list_model_unittest.cc TogglePermission(service, &extensions, model.get(), &expected, &count); count 624 chrome/browser/background/background_mode_manager.cc int count = 0; count 630 chrome/browser/background/background_mode_manager.cc count += it->second->GetBackgroundAppCount(); count 632 chrome/browser/background/background_mode_manager.cc DCHECK(count >= 0); count 633 chrome/browser/background/background_mode_manager.cc return count; count 100 chrome/browser/background/background_mode_manager_unittest.cc void SetBackgroundAppCount(int count) { app_count_ = count; } count 101 chrome/browser/background/background_mode_manager_unittest.cc void SetBackgroundAppCountForProfile(int count) { count 102 chrome/browser/background/background_mode_manager_unittest.cc profile_app_count_ = count; count 278 chrome/browser/bookmarks/bookmark_codec.cc ids_.count(id) != 0) { count 32 chrome/browser/bookmarks/bookmark_index_unittest.cc void AddBookmarksWithTitles(const char** titles, size_t count) { count 34 chrome/browser/bookmarks/bookmark_index_unittest.cc for (size_t i = 0; i < count; ++i) count 236 chrome/browser/bookmarks/bookmark_utils.cc size_t count, count 245 chrome/browser/bookmarks/bookmark_utils.cc if (nodes->size() < count || insert_position != nodes->end()) { count 247 chrome/browser/bookmarks/bookmark_utils.cc while (nodes->size() > count) count 71 chrome/browser/bookmarks/bookmark_utils.h size_t count, count 86 chrome/browser/browser_commands_unittest.cc ASSERT_EQ(2, browser()->tab_strip_model()->count()); count 123 chrome/browser/browser_commands_unittest.cc ASSERT_EQ(2, browser()->tab_strip_model()->count()); count 168 chrome/browser/browser_commands_unittest.cc ASSERT_EQ(2, browser()->tab_strip_model()->count()); count 201 chrome/browser/browser_commands_unittest.cc ASSERT_EQ(3, browser()->tab_strip_model()->count()); count 151 chrome/browser/browser_keyevents_browsertest.cc ASSERT_LT(tab_index, browser()->tab_strip_model()->count()); count 177 chrome/browser/browser_keyevents_browsertest.cc ASSERT_LT(tab_index, browser()->tab_strip_model()->count()); count 185 chrome/browser/browser_keyevents_browsertest.cc ASSERT_LT(tab_index, browser()->tab_strip_model()->count()); count 206 chrome/browser/browser_keyevents_browsertest.cc ASSERT_LT(tab_index, browser()->tab_strip_model()->count()); count 216 chrome/browser/browser_keyevents_browsertest.cc ASSERT_LT(tab_index, browser()->tab_strip_model()->count()); count 227 chrome/browser/browser_keyevents_browsertest.cc ASSERT_LT(tab_index, browser()->tab_strip_model()->count()); count 238 chrome/browser/browser_keyevents_browsertest.cc ASSERT_LT(tab_index, browser()->tab_strip_model()->count()); count 248 chrome/browser/browser_keyevents_browsertest.cc ASSERT_LT(tab_index, browser()->tab_strip_model()->count()); count 258 chrome/browser/browser_keyevents_browsertest.cc ASSERT_LT(tab_index, browser()->tab_strip_model()->count()); count 682 chrome/browser/browser_keyevents_browsertest.cc ASSERT_EQ(1, browser()->tab_strip_model()->count()); count 708 chrome/browser/browser_keyevents_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 737 chrome/browser/browser_keyevents_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 136 chrome/browser/browsing_data/browsing_data_appcache_helper.cc size_t count = 0; count 141 chrome/browser/browsing_data/browsing_data_appcache_helper.cc count += it->second.size(); count 143 chrome/browser/browsing_data/browsing_data_appcache_helper.cc return count; count 166 chrome/browser/browsing_data/browsing_data_cookie_helper.cc size_t count = 0; count 170 chrome/browser/browsing_data/browsing_data_cookie_helper.cc count += it->second->size(); count 172 chrome/browser/browsing_data/browsing_data_cookie_helper.cc return count; count 660 chrome/browser/captive_portal/captive_portal_browsertest.cc ASSERT_EQ(1u, tabs_needing_navigation_.count(contents)); count 661 chrome/browser/captive_portal/captive_portal_browsertest.cc ASSERT_EQ(0u, tabs_navigated_to_final_destination_.count(contents)); count 1046 chrome/browser/captive_portal/captive_portal_browsertest.cc EXPECT_EQ(1, browser->tab_strip_model()->count()); count 1069 chrome/browser/captive_portal/captive_portal_browsertest.cc ASSERT_EQ(1, browser->tab_strip_model()->count()); count 1083 chrome/browser/captive_portal/captive_portal_browsertest.cc ASSERT_EQ(1, browser->tab_strip_model()->count()); count 1108 chrome/browser/captive_portal/captive_portal_browsertest.cc int expected_tab_count = browser->tab_strip_model()->count(); count 1138 chrome/browser/captive_portal/captive_portal_browsertest.cc EXPECT_EQ(expected_tab_count, browser->tab_strip_model()->count()); count 1171 chrome/browser/captive_portal/captive_portal_browsertest.cc int initial_tab_count = tab_strip_model->count(); count 1193 chrome/browser/captive_portal/captive_portal_browsertest.cc ASSERT_EQ(initial_tab_count + 1, tab_strip_model->count()); count 1205 chrome/browser/captive_portal/captive_portal_browsertest.cc ASSERT_EQ(initial_tab_count, tab_strip_model->count()); count 1253 chrome/browser/captive_portal/captive_portal_browsertest.cc int initial_tab_count = tab_strip_model->count(); count 1272 chrome/browser/captive_portal/captive_portal_browsertest.cc ASSERT_EQ(initial_tab_count + 1, tab_strip_model->count()); count 1288 chrome/browser/captive_portal/captive_portal_browsertest.cc ASSERT_EQ(initial_tab_count, tab_strip_model->count()); count 1310 chrome/browser/captive_portal/captive_portal_browsertest.cc int initial_tab_count = tab_strip_model->count(); count 1334 chrome/browser/captive_portal/captive_portal_browsertest.cc EXPECT_EQ(initial_tab_count, tab_strip_model->count()); count 1356 chrome/browser/captive_portal/captive_portal_browsertest.cc int initial_tab_count = tab_strip_model->count(); count 1385 chrome/browser/captive_portal/captive_portal_browsertest.cc EXPECT_EQ(initial_tab_count, tab_strip_model->count()); count 1402 chrome/browser/captive_portal/captive_portal_browsertest.cc int initial_num_tabs = tab_strip_model->count(); count 1418 chrome/browser/captive_portal/captive_portal_browsertest.cc EXPECT_EQ(initial_num_tabs, tab_strip_model->count()); count 1433 chrome/browser/captive_portal/captive_portal_browsertest.cc int initial_num_tabs = tab_strip_model->count(); count 1451 chrome/browser/captive_portal/captive_portal_browsertest.cc EXPECT_EQ(initial_num_tabs, tab_strip_model->count()); count 1661 chrome/browser/captive_portal/captive_portal_browsertest.cc EXPECT_EQ(1, tab_strip_model->count()); count 1668 chrome/browser/captive_portal/captive_portal_browsertest.cc EXPECT_EQ(1, tab_strip_model->count()); count 1739 chrome/browser/captive_portal/captive_portal_browsertest.cc ASSERT_EQ(2, tab_strip_model->count()); count 1804 chrome/browser/captive_portal/captive_portal_browsertest.cc ASSERT_EQ(3, tab_strip_model->count()); count 1991 chrome/browser/captive_portal/captive_portal_browsertest.cc ASSERT_EQ(2, tab_strip_model->count()); count 2013 chrome/browser/captive_portal/captive_portal_browsertest.cc ASSERT_EQ(1, tab_strip_model->count()); count 2044 chrome/browser/captive_portal/captive_portal_browsertest.cc ASSERT_EQ(2, tab_strip_model->count()); count 2120 chrome/browser/captive_portal/captive_portal_browsertest.cc EXPECT_EQ(2, inactive_browser->tab_strip_model()->count()); count 2127 chrome/browser/captive_portal/captive_portal_browsertest.cc ASSERT_EQ(2, active_browser->tab_strip_model()->count()); count 252 chrome/browser/captive_portal/captive_portal_tab_helper.cc for (int i = 0; i < browser->tab_strip_model()->count(); ++i) { count 191 chrome/browser/chrome_plugin_browsertest.cc static void CountPluginProcesses(int* count, const base::Closure& quit_task) { count 195 chrome/browser/chrome_plugin_browsertest.cc (*count)++; count 92 chrome/browser/chromeos/accessibility/sticky_keys_browsertest.cc EXPECT_EQ(tab_count, tab_strip_model->count()); count 99 chrome/browser/chromeos/accessibility/sticky_keys_browsertest.cc EXPECT_EQ(tab_count, tab_strip_model->count()); count 106 chrome/browser/chromeos/accessibility/sticky_keys_browsertest.cc EXPECT_EQ(tab_count, tab_strip_model->count()); count 114 chrome/browser/chromeos/accessibility/sticky_keys_browsertest.cc EXPECT_EQ(tab_count, tab_strip_model->count()); count 120 chrome/browser/chromeos/accessibility/sticky_keys_browsertest.cc EXPECT_EQ(++tab_count, tab_strip_model->count()); count 122 chrome/browser/chromeos/accessibility/sticky_keys_browsertest.cc EXPECT_EQ(tab_count, tab_strip_model->count()); count 128 chrome/browser/chromeos/accessibility/sticky_keys_browsertest.cc EXPECT_EQ(tab_count, tab_strip_model->count()); count 133 chrome/browser/chromeos/accessibility/sticky_keys_browsertest.cc EXPECT_EQ(tab_count, tab_strip_model->count()); count 139 chrome/browser/chromeos/accessibility/sticky_keys_browsertest.cc EXPECT_EQ(tab_count, tab_strip_model->count()); count 60 chrome/browser/chromeos/boot_times_loader.cc for (int i = 0, tab_count = browser->tab_strip_model()->count(); count 218 chrome/browser/chromeos/drive/change_list_loader_unittest.cc EXPECT_EQ(1U, observer.changed_directories().count( count 284 chrome/browser/chromeos/drive/change_list_loader_unittest.cc EXPECT_EQ(1U, observer.changed_directories().count( count 323 chrome/browser/chromeos/drive/change_list_loader_unittest.cc EXPECT_EQ(1U, observer.changed_directories().count( count 249 chrome/browser/chromeos/drive/change_list_processor.cc DCHECK(parent_resource_id_map_.count(it->first)) << it->first; count 328 chrome/browser/chromeos/drive/change_list_processor.cc DCHECK(parent_resource_id_map_.count(entry.resource_id())); count 329 chrome/browser/chromeos/drive/change_list_processor.cc DCHECK(modification_date_map_.count(entry.resource_id())); count 205 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_TRUE(entry_map.count(kNewFolderId)); count 206 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_TRUE(entry_map.count(kNewFileId)); count 228 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_TRUE(changed_dirs.count( count 230 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_TRUE(changed_dirs.count( count 247 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_TRUE(entry_map.count(kMovedId)); count 248 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_TRUE(entry_map.count(kDestId)); count 265 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_TRUE(changed_dirs.count( count 267 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_TRUE(changed_dirs.count( count 269 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_TRUE(changed_dirs.count( count 272 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_TRUE(changed_dirs.count( count 290 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_TRUE(entry_map.count(kMovedId)); count 291 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_TRUE(entry_map.count(kSrcId)); count 308 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_TRUE(changed_dirs.count( count 310 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_TRUE(changed_dirs.count( count 327 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_TRUE(entry_map.count(kRenamedId)); count 328 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_TRUE(entry_map.count(kParentId)); count 347 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_TRUE(changed_dirs.count( count 349 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_TRUE(changed_dirs.count( count 369 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_TRUE(entry_map.count(kFileId)); count 383 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_TRUE(changed_dirs.count( count 392 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_TRUE(entry_map.count(kFileId)); count 403 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_TRUE(changed_dirs.count( count 424 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_TRUE(entry_map.count(kFileId)); count 425 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_TRUE(entry_map.count(kParentId)); count 440 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_TRUE(changed_dirs.count( count 442 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_TRUE(changed_dirs.count( count 451 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_TRUE(entry_map.count(kFileId)); count 463 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_TRUE(changed_dirs.count( count 484 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_TRUE(entry_map.count(kDirId)); count 485 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_TRUE(entry_map.count(kFileId)); count 496 chrome/browser/chromeos/drive/directory_loader.cc if (!callback_state->sent_entry_names.count(entry.base_name())) { count 198 chrome/browser/chromeos/drive/directory_loader_unittest.cc EXPECT_EQ(1U, observer.changed_directories().count( count 266 chrome/browser/chromeos/drive/directory_loader_unittest.cc EXPECT_EQ(1U, observer.changed_directories().count( count 102 chrome/browser/chromeos/drive/file_cache.cc !mounted_files_.count(it->GetID())) count 154 chrome/browser/chromeos/drive/file_cache.cc if (mounted_files_.count(id)) count 234 chrome/browser/chromeos/drive/file_cache.cc if (mounted_files_.count(id)) count 284 chrome/browser/chromeos/drive/file_cache.cc return write_opened_files_.count(id); count 345 chrome/browser/chromeos/drive/file_cache.cc if (mounted_files_.count(id)) count 62 chrome/browser/chromeos/drive/file_system/copy_operation_unittest.cc EXPECT_EQ(1U, observer()->updated_local_ids().count( count 80 chrome/browser/chromeos/drive/file_system/copy_operation_unittest.cc EXPECT_TRUE(observer()->get_changed_paths().count( count 108 chrome/browser/chromeos/drive/file_system/copy_operation_unittest.cc EXPECT_EQ(1U, observer()->updated_local_ids().count(entry.local_id())); count 123 chrome/browser/chromeos/drive/file_system/copy_operation_unittest.cc EXPECT_TRUE(observer()->get_changed_paths().count( count 157 chrome/browser/chromeos/drive/file_system/copy_operation_unittest.cc observer()->get_changed_paths().count(remote_dest_path.DirName())); count 189 chrome/browser/chromeos/drive/file_system/copy_operation_unittest.cc EXPECT_TRUE(observer()->updated_local_ids().count(entry.local_id())); count 193 chrome/browser/chromeos/drive/file_system/copy_operation_unittest.cc observer()->get_changed_paths().count(remote_dest_path.DirName())); count 236 chrome/browser/chromeos/drive/file_system/copy_operation_unittest.cc observer()->get_changed_paths().count(remote_dest_path.DirName())); count 349 chrome/browser/chromeos/drive/file_system/copy_operation_unittest.cc EXPECT_TRUE(observer()->updated_local_ids().count(dest_entry.local_id())); count 351 chrome/browser/chromeos/drive/file_system/copy_operation_unittest.cc EXPECT_TRUE(observer()->get_changed_paths().count(dest_path.DirName())); count 406 chrome/browser/chromeos/drive/file_system/copy_operation_unittest.cc EXPECT_TRUE(observer()->updated_local_ids().count(old_dest_entry.local_id())); count 408 chrome/browser/chromeos/drive/file_system/copy_operation_unittest.cc EXPECT_TRUE(observer()->get_changed_paths().count(dest_path.DirName())); count 54 chrome/browser/chromeos/drive/file_system/create_directory_operation_unittest.cc observer()->get_changed_paths().count(kNewDirectory1.DirName())); count 65 chrome/browser/chromeos/drive/file_system/create_directory_operation_unittest.cc EXPECT_EQ(1U, observer()->updated_local_ids().count(entry.local_id())); count 40 chrome/browser/chromeos/drive/file_system/create_file_operation_unittest.cc EXPECT_EQ(1u, observer()->get_changed_paths().count(kFilePath.DirName())); count 42 chrome/browser/chromeos/drive/file_system/create_file_operation_unittest.cc EXPECT_EQ(1u, observer()->updated_local_ids().count(entry.local_id())); count 65 chrome/browser/chromeos/drive/file_system/download_operation_unittest.cc EXPECT_EQ(1U, observer()->get_changed_paths().count(file_in_root.DirName())); count 144 chrome/browser/chromeos/drive/file_system/download_operation_unittest.cc EXPECT_EQ(1U, observer()->get_changed_paths().count(file_in_root.DirName())); count 282 chrome/browser/chromeos/drive/file_system/download_operation_unittest.cc EXPECT_EQ(1U, observer()->get_changed_paths().count(file_in_root.DirName())); count 320 chrome/browser/chromeos/drive/file_system/download_operation_unittest.cc observer()->get_changed_paths().count(file_in_root.DirName())); count 50 chrome/browser/chromeos/drive/file_system/move_operation_unittest.cc EXPECT_TRUE(observer()->get_changed_paths().count(src_path.DirName())); count 53 chrome/browser/chromeos/drive/file_system/move_operation_unittest.cc EXPECT_TRUE(observer()->updated_local_ids().count(src_entry.local_id())); count 79 chrome/browser/chromeos/drive/file_system/move_operation_unittest.cc EXPECT_TRUE(observer()->get_changed_paths().count(src_path.DirName())); count 80 chrome/browser/chromeos/drive/file_system/move_operation_unittest.cc EXPECT_TRUE(observer()->get_changed_paths().count(dest_path.DirName())); count 83 chrome/browser/chromeos/drive/file_system/move_operation_unittest.cc EXPECT_TRUE(observer()->updated_local_ids().count(src_entry.local_id())); count 62 chrome/browser/chromeos/drive/file_system/open_file_operation_unittest.cc EXPECT_EQ(1U, observer()->updated_local_ids().count(src_entry.local_id())); count 120 chrome/browser/chromeos/drive/file_system/open_file_operation_unittest.cc EXPECT_TRUE(observer()->get_changed_paths().count(file_in_root.DirName())); count 131 chrome/browser/chromeos/drive/file_system/open_file_operation_unittest.cc observer()->updated_local_ids().count(GetLocalId(file_in_root))); count 154 chrome/browser/chromeos/drive/file_system/open_file_operation_unittest.cc EXPECT_TRUE(observer()->get_changed_paths().count(file_in_root.DirName())); count 164 chrome/browser/chromeos/drive/file_system/open_file_operation_unittest.cc EXPECT_EQ(1U, observer()->updated_local_ids().count(src_entry.local_id())); count 206 chrome/browser/chromeos/drive/file_system/open_file_operation_unittest.cc observer()->updated_local_ids().count(GetLocalId(file_in_root))); count 261 chrome/browser/chromeos/drive/file_system/open_file_operation_unittest.cc EXPECT_EQ(1U, observer()->updated_local_ids().count(src_entry.local_id())); count 72 chrome/browser/chromeos/drive/file_system/remove_operation_unittest.cc EXPECT_TRUE(observer()->get_changed_paths().count(file_in_root.DirName())); count 73 chrome/browser/chromeos/drive/file_system/remove_operation_unittest.cc EXPECT_TRUE(observer()->get_changed_paths().count(file_in_subdir.DirName())); count 76 chrome/browser/chromeos/drive/file_system/remove_operation_unittest.cc EXPECT_TRUE(observer()->updated_local_ids().count(id_file_in_root)); count 77 chrome/browser/chromeos/drive/file_system/remove_operation_unittest.cc EXPECT_TRUE(observer()->updated_local_ids().count(id_file_in_subdir)); count 45 chrome/browser/chromeos/drive/file_system/search_operation_unittest.cc EXPECT_TRUE(expected_results.count(results->at(i).path.AsUTF8Unsafe())) count 86 chrome/browser/chromeos/drive/file_system/search_operation_unittest.cc EXPECT_TRUE(expected_results.count(results->at(i).path.AsUTF8Unsafe())) count 107 chrome/browser/chromeos/drive/file_system/search_operation_unittest.cc EXPECT_TRUE(expected_results.count(results->at(i).path.AsUTF8Unsafe())) count 52 chrome/browser/chromeos/drive/file_system/touch_operation_unittest.cc EXPECT_TRUE(observer()->get_changed_paths().count(kTestPath.DirName())); count 55 chrome/browser/chromeos/drive/file_system/touch_operation_unittest.cc EXPECT_TRUE(observer()->updated_local_ids().count(entry.local_id())); count 641 chrome/browser/chromeos/drive/file_system_unittest.cc EXPECT_EQ(1U, found.count(base::FilePath(util::kDriveMyDriveRootDirName))); count 642 chrome/browser/chromeos/drive/file_system_unittest.cc EXPECT_EQ(1U, found.count(base::FilePath(util::kDriveOtherDirName))); count 643 chrome/browser/chromeos/drive/file_system_unittest.cc EXPECT_EQ(1U, found.count(base::FilePath(util::kDriveTrashDirName))); count 33 chrome/browser/chromeos/drive/file_write_watcher_unittest.cc EXPECT_EQ(1U, expected_upload_.count(id)) << id; count 69 chrome/browser/chromeos/drive/job_queue.cc size_t count = running_.size(); count 71 chrome/browser/chromeos/drive/job_queue.cc count += queue_[i].size(); count 72 chrome/browser/chromeos/drive/job_queue.cc return count; count 177 chrome/browser/chromeos/drive/resource_metadata_storage_unittest.cc EXPECT_EQ(1U, found_entries.count(keys[i])); count 182 chrome/browser/chromeos/drive/resource_metadata_storage_unittest.cc ASSERT_EQ(1U, found_cache_entries.count(it->first)); count 245 chrome/browser/chromeos/drive/resource_metadata_storage_unittest.cc EXPECT_EQ(1U, entries.count(it->GetID())); count 326 chrome/browser/chromeos/drive/resource_metadata_storage_unittest.cc EXPECT_EQ(1, std::count(children.begin(), count 360 chrome/browser/chromeos/drive/resource_metadata_unittest.cc EXPECT_EQ(1u, sub_directories.count( count 393 chrome/browser/chromeos/drive/resource_metadata_unittest.cc EXPECT_EQ(1u, sub_directories.count(base::FilePath::FromUTF8Unsafe( count 395 chrome/browser/chromeos/drive/resource_metadata_unittest.cc EXPECT_EQ(1u, sub_directories.count(base::FilePath::FromUTF8Unsafe( count 397 chrome/browser/chromeos/drive/resource_metadata_unittest.cc EXPECT_EQ(1u, sub_directories.count(base::FilePath::FromUTF8Unsafe( count 71 chrome/browser/chromeos/drive/sync/entry_revert_performer_unittest.cc EXPECT_TRUE(observer()->get_changed_paths().count(path.DirName())); count 109 chrome/browser/chromeos/drive/sync/entry_revert_performer_unittest.cc EXPECT_TRUE(observer()->get_changed_paths().count( count 142 chrome/browser/chromeos/drive/sync/entry_revert_performer_unittest.cc EXPECT_TRUE(observer()->get_changed_paths().count(path.DirName())); count 245 chrome/browser/chromeos/drive/sync_client_unittest.cc EXPECT_EQ(1U, resource_ids_.count(title)); count 262 chrome/browser/chromeos/events/event_rewriter.cc if (keysym_to_keycode_map_.count(keysym)) count 862 chrome/browser/chromeos/events/event_rewriter.cc pressed_device_ids_.count(xievent->sourceid)) && count 70 chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc if (original_profiles.count(profile)) count 38 chrome/browser/chromeos/extensions/input_method_apitest_chromeos.cc explicit SetInputMethodListener(int count) : count_(count) { count 137 chrome/browser/chromeos/external_metrics.cc if (valid_user_actions_.count(action_string)) { count 45 chrome/browser/chromeos/external_metrics_unittest.cc static void CheckMessage(const char* name, const char* value, int count) { count 48 chrome/browser/chromeos/external_metrics_unittest.cc EXPECT_EQ(received_count, count); count 247 chrome/browser/chromeos/file_manager/file_tasks.cc int count = Tokenize(task_id, std::string("|"), &result); count 253 chrome/browser/chromeos/file_manager/file_tasks.cc if (count == 2) { count 267 chrome/browser/chromeos/file_manager/file_tasks.cc if (count != 3) count 361 chrome/browser/chromeos/file_manager/file_tasks.cc if (app_id_set.count(iter->first) == 0) { count 65 chrome/browser/chromeos/file_manager/mounted_disk_monitor.cc return unmounted_while_resuming_.count(disk.fs_uuid()) > 0; count 55 chrome/browser/chromeos/fileapi/file_system_backend_unittest.cc EXPECT_TRUE(root_dirs_set.count( count 57 chrome/browser/chromeos/fileapi/file_system_backend_unittest.cc EXPECT_TRUE(root_dirs_set.count( count 59 chrome/browser/chromeos/fileapi/file_system_backend_unittest.cc EXPECT_TRUE(root_dirs_set.count(base::FilePath(FPL("/usr/share/oem")))); count 102 chrome/browser/chromeos/fileapi/file_system_backend_unittest.cc EXPECT_TRUE(root_dirs_set.count(base::FilePath(FPL("/a/b/c")))); count 103 chrome/browser/chromeos/fileapi/file_system_backend_unittest.cc EXPECT_TRUE(root_dirs_set.count(base::FilePath(FPL("/b/c/d")))); count 104 chrome/browser/chromeos/fileapi/file_system_backend_unittest.cc EXPECT_TRUE(root_dirs_set.count(base::FilePath(FPL("/g/c/d")))); count 105 chrome/browser/chromeos/fileapi/file_system_backend_unittest.cc EXPECT_TRUE(root_dirs_set.count(base::FilePath(FPL("/g/d/e")))); count 687 chrome/browser/chromeos/input_method/input_method_util.cc if (std::count(out_language_codes->begin(), out_language_codes->end(), count 758 chrome/browser/chromeos/login/login_utils.cc if (std::count(language_codes.begin(), language_codes.end(), count 675 chrome/browser/chromeos/login/oauth2_browsertest.cc if (browser->tab_strip_model()->count() == 0) count 215 chrome/browser/chromeos/login/wallpaper_manager_policy_browsertest.cc void RunUntilWallpaperChangeCount(int count) { count 216 chrome/browser/chromeos/login/wallpaper_manager_policy_browsertest.cc while (wallpaper_change_count_ < count) { count 296 chrome/browser/chromeos/memory/oom_priority_manager.cc for (int idx = 0; idx < model->count(); idx++) { count 415 chrome/browser/chromeos/memory/oom_priority_manager.cc tab_count += it->tab_strip_model()->count(); count 570 chrome/browser/chromeos/memory/oom_priority_manager.cc for (int i = 0; i < model->count(); i++) { count 59 chrome/browser/chromeos/memory/oom_priority_manager_browsertest.cc EXPECT_EQ(3, browser()->tab_strip_model()->count()); count 82 chrome/browser/chromeos/memory/oom_priority_manager_browsertest.cc EXPECT_EQ(3, browser()->tab_strip_model()->count()); count 87 chrome/browser/chromeos/memory/oom_priority_manager_browsertest.cc EXPECT_EQ(3, browser()->tab_strip_model()->count()); count 95 chrome/browser/chromeos/memory/oom_priority_manager_browsertest.cc EXPECT_EQ(3, browser()->tab_strip_model()->count()); count 34 chrome/browser/chromeos/net/network_portal_detector_test_impl.cc portal_state_map_.count(default_network_->path())) { count 51 chrome/browser/chromeos/net/network_portal_detector_test_impl.cc !portal_state_map_.count(default_network_->path())) { count 18 chrome/browser/chromeos/net/network_portal_detector_test_utils.cc int count, count 20 chrome/browser/chromeos/net/network_portal_detector_test_utils.cc : histogram_(histogram), expect_(count), base_(base) {} count 32 chrome/browser/chromeos/net/network_portal_detector_test_utils.cc static_cast<size_t>(std::count(expect_.begin(), expect_.end(), 0)); count 22 chrome/browser/chromeos/net/network_portal_detector_test_utils.h EnumHistogramChecker(const std::string& histogram, int count, count 619 chrome/browser/chromeos/policy/device_local_account_browsertest.cc EXPECT_EQ(expected_tab_count, tabs->count()); count 620 chrome/browser/chromeos/policy/device_local_account_browsertest.cc for (int i = 0; i < expected_tab_count && i < tabs->count(); ++i) { count 743 chrome/browser/chromeos/policy/device_status_collector_browsertest.cc int count = 0; count 770 chrome/browser/chromeos/policy/device_status_collector_browsertest.cc count++; count 773 chrome/browser/chromeos/policy/device_status_collector_browsertest.cc EXPECT_EQ(count, status_.network_interface_size()); count 75 chrome/browser/chromeos/power/peripheral_battery_observer_browsertest.cc EXPECT_EQ(observer_->batteries_.count(kTestBatteryAddress), 1u); count 149 chrome/browser/chromeos/power/peripheral_battery_observer_browsertest.cc EXPECT_EQ(observer_->batteries_.count(kTestBatteryAddress), 1u); count 48 chrome/browser/chromeos/settings/stub_cros_settings_provider_unittest.cc void ExpectObservers(const std::string& prefName, int count) { count 49 chrome/browser/chromeos/settings/stub_cros_settings_provider_unittest.cc EXPECT_EQ(observer_count_[prefName], count); count 448 chrome/browser/component_updater/component_updater_service.cc size_t count = 0; count 454 chrome/browser/component_updater/component_updater_service.cc ++count; count 457 chrome/browser/component_updater/component_updater_service.cc return count; count 778 chrome/browser/component_updater/component_updater_service.cc size_t count = ChangeItemStatus(CrxUpdateItem::kChecking, count 780 chrome/browser/component_updater/component_updater_service.cc DCHECK_GT(count, 0ul); count 804 chrome/browser/component_updater/component_updater_service.cc size_t count = ChangeItemStatus(CrxUpdateItem::kDownloadingDiff, count 806 chrome/browser/component_updater/component_updater_service.cc DCHECK_EQ(count, 1ul); count 814 chrome/browser/component_updater/component_updater_service.cc size_t count = ChangeItemStatus(CrxUpdateItem::kDownloading, count 816 chrome/browser/component_updater/component_updater_service.cc DCHECK_EQ(count, 1ul); count 826 chrome/browser/component_updater/component_updater_service.cc size_t count = 0; count 828 chrome/browser/component_updater/component_updater_service.cc count = ChangeItemStatus(CrxUpdateItem::kDownloadingDiff, count 831 chrome/browser/component_updater/component_updater_service.cc count = ChangeItemStatus(CrxUpdateItem::kDownloading, count 834 chrome/browser/component_updater/component_updater_service.cc DCHECK_EQ(count, 1ul); count 911 chrome/browser/component_updater/component_updater_service.cc size_t count = ChangeItemStatus(CrxUpdateItem::kUpdatingDiff, count 913 chrome/browser/component_updater/component_updater_service.cc DCHECK_EQ(count, 1ul); count 78 chrome/browser/content_settings/content_settings_usages_state_unittest.cc formatted_host_per_state[CONTENT_SETTING_ALLOW].count( count 83 chrome/browser/content_settings/content_settings_usages_state_unittest.cc formatted_host_per_state[CONTENT_SETTING_BLOCK].count( count 106 chrome/browser/content_settings/content_settings_usages_state_unittest.cc formatted_host_per_state[CONTENT_SETTING_BLOCK].count( count 109 chrome/browser/content_settings/content_settings_usages_state_unittest.cc formatted_host_per_state[CONTENT_SETTING_BLOCK].count( count 181 chrome/browser/content_settings/content_settings_usages_state_unittest.cc formatted_host_per_state[CONTENT_SETTING_ALLOW].count( count 184 chrome/browser/content_settings/content_settings_usages_state_unittest.cc formatted_host_per_state[CONTENT_SETTING_ALLOW].count( count 187 chrome/browser/content_settings/content_settings_usages_state_unittest.cc formatted_host_per_state[CONTENT_SETTING_ALLOW].count( count 197 chrome/browser/content_settings/content_settings_usages_state_unittest.cc formatted_host_per_state[CONTENT_SETTING_ALLOW].count( count 200 chrome/browser/content_settings/content_settings_usages_state_unittest.cc formatted_host_per_state[CONTENT_SETTING_ALLOW].count( count 204 chrome/browser/content_settings/content_settings_usages_state_unittest.cc formatted_host_per_state[CONTENT_SETTING_BLOCK].count( count 62 chrome/browser/content_settings/local_shared_objects_container.cc size_t count = 0; count 63 chrome/browser/content_settings/local_shared_objects_container.cc count += appcaches()->GetAppCacheCount(); count 64 chrome/browser/content_settings/local_shared_objects_container.cc count += cookies()->GetCookieCount(); count 65 chrome/browser/content_settings/local_shared_objects_container.cc count += databases()->GetDatabaseCount(); count 66 chrome/browser/content_settings/local_shared_objects_container.cc count += file_systems()->GetFileSystemCount(); count 67 chrome/browser/content_settings/local_shared_objects_container.cc count += indexed_dbs()->GetIndexedDBCount(); count 68 chrome/browser/content_settings/local_shared_objects_container.cc count += local_storages()->GetLocalStorageCount(); count 69 chrome/browser/content_settings/local_shared_objects_container.cc count += server_bound_certs()->GetCertCount(); count 70 chrome/browser/content_settings/local_shared_objects_container.cc count += session_storages()->GetLocalStorageCount(); count 71 chrome/browser/content_settings/local_shared_objects_container.cc return count; count 76 chrome/browser/content_settings/local_shared_objects_container.cc size_t count = 0; count 105 chrome/browser/content_settings/local_shared_objects_container.cc ++count; count 116 chrome/browser/content_settings/local_shared_objects_container.cc ++count; count 125 chrome/browser/content_settings/local_shared_objects_container.cc ++count; count 137 chrome/browser/content_settings/local_shared_objects_container.cc ++count; count 149 chrome/browser/content_settings/local_shared_objects_container.cc ++count; count 161 chrome/browser/content_settings/local_shared_objects_container.cc ++count; count 177 chrome/browser/content_settings/local_shared_objects_container.cc ++count; count 181 chrome/browser/content_settings/local_shared_objects_container.cc return count; count 186 chrome/browser/custom_home_pages_table_model.cc tab_index < browser->tab_strip_model()->count(); count 108 chrome/browser/devtools/adb/android_usb_device.cc int count = data.length(); count 110 chrome/browser/devtools/adb/android_usb_device.cc while (count-- > 0) count 165 chrome/browser/devtools/adb/android_usb_device.cc int count) { count 167 chrome/browser/devtools/adb/android_usb_device.cc callback.Run(count); count 74 chrome/browser/devtools/adb_client_socket_browsertest.cc void OnDataRead(int count); count 77 chrome/browser/devtools/adb_client_socket_browsertest.cc void OnDataWritten(int count); count 179 chrome/browser/devtools/adb_client_socket_browsertest.cc void SingleConnectionServer::OnDataRead(int count) { count 180 chrome/browser/devtools/adb_client_socket_browsertest.cc if (count <= 0) { count 185 chrome/browser/devtools/adb_client_socket_browsertest.cc input_buffer_->set_offset(input_buffer_->offset() + count); count 220 chrome/browser/devtools/adb_client_socket_browsertest.cc void SingleConnectionServer::OnDataWritten(int count) { count 222 chrome/browser/devtools/adb_client_socket_browsertest.cc if (count < 0) { count 227 chrome/browser/devtools/adb_client_socket_browsertest.cc CHECK_GT(count, 0); count 231 chrome/browser/devtools/adb_client_socket_browsertest.cc bytes_to_write_ -= count; count 232 chrome/browser/devtools/adb_client_socket_browsertest.cc output_buffer_->set_offset(output_buffer_->offset() + count); count 342 chrome/browser/devtools/android_device.cc void Respond(int count); count 380 chrome/browser/devtools/android_device.cc void AdbCountDevicesCommand::Respond(int count) { count 381 chrome/browser/devtools/android_device.cc callback_.Run(count); count 135 chrome/browser/devtools/devtools_adb_bridge.cc int count = sizeof(kBrowserDescriptors) / sizeof(kBrowserDescriptors[0]); count 136 chrome/browser/devtools/devtools_adb_bridge.cc for (int i = 0; i < count; i++) count 592 chrome/browser/devtools/devtools_adb_bridge.cc if (socket_to_descriptor.count(socket) != 1) count 187 chrome/browser/devtools/devtools_targets_ui.cc if (parent_rfh && rfh_to_descriptor.count(parent_rfh) > 0) { count 347 chrome/browser/download/download_browsertest.cc size_t count) count 348 chrome/browser/download/download_browsertest.cc : DownloadTestObserver(download_manager, count, ON_DANGEROUS_DOWNLOAD_FAIL), count 475 chrome/browser/download/download_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 763 chrome/browser/download/download_browsertest.cc EXPECT_EQ(2, browser->tab_strip_model()->count()); count 974 chrome/browser/download/download_browsertest.cc void DownloadFilesCheckErrors(size_t count, DownloadInfo* download_info) { count 977 chrome/browser/download/download_browsertest.cc for (size_t i = 0; i < count; ++i) { count 1011 chrome/browser/download/download_browsertest.cc void DownloadInsertFilesErrorCheckErrors(size_t count, count 1020 chrome/browser/download/download_browsertest.cc for (size_t i = 0; i < count; ++i) { count 1033 chrome/browser/download/download_browsertest.cc void DownloadFilesToReadonlyFolder(size_t count, count 1044 chrome/browser/download/download_browsertest.cc for (size_t i = 0; i < count; ++i) { count 1132 chrome/browser/download/download_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 1149 chrome/browser/download/download_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 1185 chrome/browser/download/download_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 1204 chrome/browser/download/download_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 1240 chrome/browser/download/download_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 1287 chrome/browser/download/download_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 1313 chrome/browser/download/download_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 1332 chrome/browser/download/download_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 1339 chrome/browser/download/download_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 1348 chrome/browser/download/download_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 1364 chrome/browser/download/download_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 1527 chrome/browser/download/download_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 1546 chrome/browser/download/download_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 1576 chrome/browser/download/download_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 1604 chrome/browser/download/download_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 1616 chrome/browser/download/download_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 1647 chrome/browser/download/download_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 1680 chrome/browser/download/download_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 1709 chrome/browser/download/download_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 1720 chrome/browser/download/download_browsertest.cc EXPECT_EQ(1, download_browser->tab_strip_model()->count()); count 1741 chrome/browser/download/download_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 2038 chrome/browser/download/download_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 2235 chrome/browser/download/download_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 2261 chrome/browser/download/download_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 16 chrome/browser/download/download_browsertest.h size_t count); count 54 chrome/browser/download/download_query_unittest.cc void CreateMocks(int count) { count 55 chrome/browser/download/download_query_unittest.cc for (int i = 0; i < count; ++i) { count 103 chrome/browser/download/download_service.cc int count = 0; count 106 chrome/browser/download/download_service.cc count += DownloadServiceFactory::GetForBrowserContext(*it)-> count 109 chrome/browser/download/download_service.cc count += DownloadServiceFactory::GetForBrowserContext( count 113 chrome/browser/download/download_service.cc return count; count 52 chrome/browser/download/download_target_determiner.cc int count, count 55 chrome/browser/download/download_target_determiner.cc found_visits && count > 0 && count 104 chrome/browser/drive/drive_app_registry.cc if (inserted_app_ids.count(matched_apps[i]) == 0) { count 77 chrome/browser/drive/drive_notification_manager.cc DCHECK_EQ(1U, ids.count(object_id)); count 991 chrome/browser/drive/fake_drive_service.cc !entries_.count(parent_resource_id)) { count 1089 chrome/browser/drive/fake_drive_service.cc if (!upload_sessions_.count(upload_url)) { count 1346 chrome/browser/drive/fake_drive_service.cc !entries_.count(parent_resource_id)) { count 1352 chrome/browser/drive/fake_drive_service.cc if (entries_.count(resource_id)) count 171 chrome/browser/extensions/activity_log/activity_actions.cc result->count.reset(new double(count())); count 118 chrome/browser/extensions/activity_log/activity_actions.h int count() const { return count_; } count 119 chrome/browser/extensions/activity_log/activity_actions.h void set_count(int count) { count_ = count; } count 287 chrome/browser/extensions/activity_log/counting_policy.cc int count = i->second; count 381 chrome/browser/extensions/activity_log/counting_policy.cc update_statement.BindInt(0, count); count 390 chrome/browser/extensions/activity_log/counting_policy.cc insert_statement.BindInt(0, count); count 220 chrome/browser/extensions/activity_log/counting_policy_unittest.cc int count, count 222 chrome/browser/extensions/activity_log/counting_policy_unittest.cc if (count > 0) { count 225 chrome/browser/extensions/activity_log/counting_policy_unittest.cc "", "", "", "", count); count 232 chrome/browser/extensions/activity_log/counting_policy_unittest.cc int count, count 235 chrome/browser/extensions/activity_log/counting_policy_unittest.cc if (count > 0) { count 238 chrome/browser/extensions/activity_log/counting_policy_unittest.cc "", "", "", "", count); count 273 chrome/browser/extensions/activity_log/counting_policy_unittest.cc total_count += actions->at(i)->count(); count 295 chrome/browser/extensions/activity_log/counting_policy_unittest.cc ASSERT_EQ(expected_count, action.count()); count 34 chrome/browser/extensions/api/automation/automation_apitest.cc ASSERT_EQ(1, browser()->tab_strip_model()->count()); count 338 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc size_t count = ids.size(); count 339 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc EXTENSION_FUNCTION_VALIDATE(count > 0); count 340 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc for (size_t i = 0; i < count; ++i) { count 154 chrome/browser/extensions/api/cookies/cookies_helpers.cc for (int i = 0; i < tab_strip->count(); ++i) { count 415 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc size_t count, count 424 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc for (size_t i = 0; i < count; ++i) { count 443 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc for (size_t i = 0; i < count; ++i) { count 455 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc size_t count, DownloadManager::DownloadVector* items) { count 456 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc for (size_t i = 0; i < count; ++i) { count 468 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc ASSERT_EQ(count, items->size()); count 249 chrome/browser/extensions/api/extension_action/browser_action_interactive_test.cc ASSERT_EQ(2, browser()->tab_strip_model()->count()); count 267 chrome/browser/extensions/api/management/management_apitest.cc ASSERT_EQ(1, browser()->tab_strip_model()->count()); count 277 chrome/browser/extensions/api/management/management_apitest.cc ASSERT_EQ(2, browser()->tab_strip_model()->count()); count 300 chrome/browser/extensions/api/management/management_apitest.cc ASSERT_EQ(2, browser()->tab_strip_model()->count()); count 114 chrome/browser/extensions/api/messaging/incognito_connectability.cc return it != map.end() && it->second.count(origin) > 0; count 21 chrome/browser/extensions/api/metrics_private/metrics_apitest.cc int count; // number of times the metric was recorded. count 36 chrome/browser/extensions/api/metrics_private/metrics_apitest.cc int count; count 56 chrome/browser/extensions/api/metrics_private/metrics_apitest.cc int count; count 76 chrome/browser/extensions/api/metrics_private/metrics_apitest.cc void ValidateUserActions(const RecordedUserAction* recorded, int count); count 114 chrome/browser/extensions/api/metrics_private/metrics_apitest.cc int count) { count 115 chrome/browser/extensions/api/metrics_private/metrics_apitest.cc for (int i = 0; i < count; ++i) { count 117 chrome/browser/extensions/api/metrics_private/metrics_apitest.cc EXPECT_EQ(ua.count, GetMetricCount(ua.name)); count 129 chrome/browser/extensions/api/metrics_private/metrics_apitest.cc EXPECT_EQ(bucket.count, samples.GetCount(bucket.histogram_value)); count 136 chrome/browser/extensions/api/metrics_private/metrics_apitest.cc int count) { count 144 chrome/browser/extensions/api/metrics_private/metrics_apitest.cc for (int i = 0; i < count; ++i) { count 153 chrome/browser/extensions/api/metrics_private/metrics_apitest.cc EXPECT_EQ(r.count, sample_count); count 166 chrome/browser/extensions/api/music_manager_private/device_id.cc size_t count = invalidAddresses[i].size; count 167 chrome/browser/extensions/api/music_manager_private/device_id.cc if (memcmp(invalidAddresses[i].address, bytes, count) == 0) { count 228 chrome/browser/extensions/api/preference/preference_api.cc DCHECK_EQ(0u, transformers_.count(browser_pref)) << count 428 chrome/browser/extensions/api/processes/processes_api.cc int count = model_->ResourceCount(); count 431 chrome/browser/extensions/api/processes/processes_api.cc for (int i = 0; i < count; ++i) { count 646 chrome/browser/extensions/api/processes/processes_api.cc int count = model->ResourceCount(); count 650 chrome/browser/extensions/api/processes/processes_api.cc for (int i = 0; i < count; ++i) { count 83 chrome/browser/extensions/api/socket/tcp_socket_unittest.cc const int count = 512; count 84 chrome/browser/extensions/api/socket/tcp_socket_unittest.cc socket->Read(count, base::Bind(&CompleteHandler::OnReadComplete, count 103 chrome/browser/extensions/api/socket/udp_socket_unittest.cc int count, count 105 chrome/browser/extensions/api/socket/udp_socket_unittest.cc EXPECT_EQ(test_message_length, count); count 59 chrome/browser/extensions/api/storage/settings_sync_processor.cc if (synced_keys_.count(key)) { count 70 chrome/browser/extensions/api/storage/settings_sync_processor.cc if (synced_keys_.count(key)) { count 166 chrome/browser/extensions/api/storage/settings_sync_unittest.cc DCHECK(created_.count(extension_id)); count 174 chrome/browser/extensions/api/storage/settings_sync_unittest.cc DCHECK(!created_.count(extension_id)); count 120 chrome/browser/extensions/api/system_info/system_info_api.cc if (watching_event_set_.count(event_name) > 1) count 145 chrome/browser/extensions/api/system_info/system_info_api.cc if (watching_event_set_.count(event_name) > 0) count 159 chrome/browser/extensions/api/system_info/system_info_api.cc if (watching_event_set_.count(other_event_name) == 0) { count 907 chrome/browser/extensions/api/tabs/tabs_api.cc for (int i = 0; i < tab_strip->count(); ++i) { count 1049 chrome/browser/extensions/api/tabs/tabs_api.cc index = std::min(std::max(index, -1), tab_strip->count()); count 1528 chrome/browser/extensions/api/tabs/tabs_api.cc if (*new_index > target_tab_strip->count() || *new_index < 0) count 1529 chrome/browser/extensions/api/tabs/tabs_api.cc *new_index = target_tab_strip->count(); count 1550 chrome/browser/extensions/api/tabs/tabs_api.cc if (*new_index >= source_tab_strip->count() || *new_index < 0) count 1551 chrome/browser/extensions/api/tabs/tabs_api.cc *new_index = source_tab_strip->count() - 1; count 109 chrome/browser/extensions/api/tabs/tabs_event_router.cc for (int i = 0; i < browser->tab_strip_model()->count(); ++i) { count 133 chrome/browser/extensions/api/tabs/tabs_event_router.cc for (int i = 0; i < tab_strip->count(); ++i) { count 1266 chrome/browser/extensions/api/web_request/web_request_api.cc if (listeners_[profile][event_name].count(listener) != 0u) { count 1294 chrome/browser/extensions/api/web_request/web_request_api.cc CHECK_EQ(listeners_[profile][event_name].count(listener), 1u) << count 1779 chrome/browser/extensions/api/web_request/web_request_api.cc if (it->blocked_requests.count(request_id) == 0) count 86 chrome/browser/extensions/api/web_request/web_request_time_tracker_unittest.cc EXPECT_EQ(1u, tracker.moderate_delays_.count(2)); count 88 chrome/browser/extensions/api/web_request/web_request_time_tracker_unittest.cc EXPECT_EQ(1u, tracker.excessive_delays_.count(3)); count 116 chrome/browser/extensions/app_process_apitest.cc ASSERT_EQ(3, browser()->tab_strip_model()->count()); count 200 chrome/browser/extensions/app_process_apitest.cc ASSERT_EQ(4, browser()->tab_strip_model()->count()); count 344 chrome/browser/extensions/app_process_apitest.cc ASSERT_EQ(3, browser()->tab_strip_model()->count()); count 413 chrome/browser/extensions/app_process_apitest.cc ASSERT_EQ(3, browser()->tab_strip_model()->count()); count 71 chrome/browser/extensions/bookmark_app_helper.cc if (it == bitmaps->begin() || bitmaps->count(output_size)) count 236 chrome/browser/extensions/bookmark_app_helper_unittest.cc EXPECT_EQ(1u, bitmaps.count(32)); count 244 chrome/browser/extensions/bookmark_app_helper_unittest.cc EXPECT_EQ(0u, bitmaps.count(32)); count 250 chrome/browser/extensions/bookmark_app_helper_unittest.cc EXPECT_EQ(0u, bitmaps.count(32)); count 43 chrome/browser/extensions/browsertest_util_browsertest.cc EXPECT_EQ(base::IntToString(browser()->tab_strip_model()->count()), count 183 chrome/browser/extensions/chrome_app_sorting.cc int app_count = page.count(app_launch_it->first); count 617 chrome/browser/extensions/chrome_app_sorting.cc if (ntp_hidden_extensions_.count(id) == 0) count 106 chrome/browser/extensions/dev_mode_bubble_controller.cc void DevModeBubbleDelegate::LogExtensionCount(size_t count) { count 108 chrome/browser/extensions/dev_mode_bubble_controller.cc "DevModeExtensionBubble.ExtensionsInDevModeCount", count); count 149 chrome/browser/extensions/dev_mode_bubble_controller.cc return !g_shown_for_profiles.Get().count(profile_) && count 43 chrome/browser/extensions/dev_mode_bubble_controller.h virtual void LogExtensionCount(size_t count) OVERRIDE; count 213 chrome/browser/extensions/extension_browsertest.h bool WaitForPageActionCountChangeTo(int count) { count 214 chrome/browser/extensions/extension_browsertest.h return observer_->WaitForPageActionCountChangeTo(count); count 218 chrome/browser/extensions/extension_browsertest.h bool WaitForPageActionVisibilityChangeTo(int count) { count 219 chrome/browser/extensions/extension_browsertest.h return observer_->WaitForPageActionVisibilityChangeTo(count); count 580 chrome/browser/extensions/extension_crash_recovery_browsertest.cc const int tabs_before = tab_strip->count(); count 584 chrome/browser/extensions/extension_crash_recovery_browsertest.cc EXPECT_EQ(tabs_before, tab_strip->count()); count 40 chrome/browser/extensions/extension_creator_filter.cc if (names_to_exclude_set.count(components[i])) count 79 chrome/browser/extensions/extension_garbage_collector_unittest.cc size_t count = 0; count 81 chrome/browser/extensions/extension_garbage_collector_unittest.cc count++; count 84 chrome/browser/extensions/extension_garbage_collector_unittest.cc EXPECT_EQ(2u, count); count 225 chrome/browser/extensions/extension_gcm_app_handler_unittest.cc return GetGCMProfileService()->app_handlers_.count(app_id); count 152 chrome/browser/extensions/extension_install_ui_browsertest.cc int num_tabs = browser()->tab_strip_model()->count(); count 158 chrome/browser/extensions/extension_install_ui_browsertest.cc EXPECT_EQ(num_tabs + 1, browser()->tab_strip_model()->count()); count 174 chrome/browser/extensions/extension_install_ui_browsertest.cc int num_incognito_tabs = incognito_browser->tab_strip_model()->count(); count 175 chrome/browser/extensions/extension_install_ui_browsertest.cc int num_normal_tabs = browser()->tab_strip_model()->count(); count 182 chrome/browser/extensions/extension_install_ui_browsertest.cc incognito_browser->tab_strip_model()->count()); count 184 chrome/browser/extensions/extension_install_ui_browsertest.cc EXPECT_EQ(num_normal_tabs + 1, browser()->tab_strip_model()->count()); count 81 chrome/browser/extensions/extension_loading_browsertest.cc AddTabAtIndex(browser()->tab_strip_model()->count(), count 57 chrome/browser/extensions/extension_message_bubble_controller.h virtual void LogExtensionCount(size_t count) = 0; count 100 chrome/browser/extensions/extension_notification_observer.cc if (extension_ids_.count(extension->id())) count 108 chrome/browser/extensions/extension_notification_observer.cc if (extension_ids_.count(extension->id())) count 116 chrome/browser/extensions/extension_notification_observer.cc if (extension_ids_.count(reason->extension->id())) { count 226 chrome/browser/extensions/extension_service_unittest.cc bool WaitForCountNotificationsCallback(int *count) { count 227 chrome/browser/extensions/extension_service_unittest.cc return --(*count) == 0; count 1070 chrome/browser/extensions/extension_service_unittest.cc void ValidatePrefKeyCount(size_t count) { count 1071 chrome/browser/extensions/extension_service_unittest.cc EXPECT_EQ(count, GetPrefKeyCount()); count 3924 chrome/browser/extensions/extension_service_unittest.cc int count = 2; count 3927 chrome/browser/extensions/extension_service_unittest.cc base::Bind(&WaitForCountNotificationsCallback, &count)); count 6718 chrome/browser/extensions/extension_service_unittest.cc int count = 3; count 6721 chrome/browser/extensions/extension_service_unittest.cc base::Bind(&WaitForCountNotificationsCallback, &count)); count 108 chrome/browser/extensions/extension_tab_util.cc for (int i = 0; i < tab_strip->count(); ++i) { count 250 chrome/browser/extensions/extension_tab_util.cc for (int i = 0; i < target_tab_strip->count(); ++i) { count 153 chrome/browser/extensions/extension_test_notification_observer.cc int count) { count 158 chrome/browser/extensions/extension_test_notification_observer.cc &HasExtensionPageActionCountReachedTarget, location_bar, count), count 164 chrome/browser/extensions/extension_test_notification_observer.cc int count) { count 169 chrome/browser/extensions/extension_test_notification_observer.cc &HasExtensionPageActionVisibilityReachedTarget, location_bar, count), count 29 chrome/browser/extensions/extension_test_notification_observer.h bool WaitForPageActionCountChangeTo(int count); count 32 chrome/browser/extensions/extension_test_notification_observer.h bool WaitForPageActionVisibilityChangeTo(int count); count 170 chrome/browser/extensions/extension_toolbar_model.cc void ExtensionToolbarModel::SetVisibleIconCount(int count) { count 172 chrome/browser/extensions/extension_toolbar_model.cc count == static_cast<int>(toolbar_items_.size()) ? -1 : count; count 95 chrome/browser/extensions/extension_toolbar_model.h void SetVisibleIconCount(int count); count 115 chrome/browser/extensions/fake_safe_browsing_database_manager.cc if (unsafe_ids_.count(extension_id)) count 238 chrome/browser/extensions/isolated_app_browsertest.cc ASSERT_EQ(3, browser()->tab_strip_model()->count()); count 334 chrome/browser/extensions/isolated_app_browsertest.cc ASSERT_EQ(3, browser()->tab_strip_model()->count()); count 503 chrome/browser/extensions/isolated_app_browsertest.cc ASSERT_EQ(4, browser()->tab_strip_model()->count()); count 122 chrome/browser/extensions/lazy_background_page_apitest.cc int num_tabs_before = browser()->tab_strip_model()->count(); count 132 chrome/browser/extensions/lazy_background_page_apitest.cc EXPECT_EQ(num_tabs_before + 1, browser()->tab_strip_model()->count()); count 144 chrome/browser/extensions/lazy_background_page_apitest.cc int num_tabs_before = browser()->tab_strip_model()->count(); count 154 chrome/browser/extensions/lazy_background_page_apitest.cc EXPECT_EQ(num_tabs_before + 1, browser()->tab_strip_model()->count()); count 419 chrome/browser/extensions/lazy_background_page_apitest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 452 chrome/browser/extensions/lazy_background_page_apitest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 55 chrome/browser/extensions/options_page_apitest.cc EXPECT_EQ(2, tab_strip->count()); count 56 chrome/browser/extensions/page_action_controller.cc if (!g_reported_for_profiles.Get().count(profile())) { count 34 chrome/browser/extensions/pending_extension_manager.h int count, const GURL& update_url, count 157 chrome/browser/extensions/pending_extension_manager.h int count, const GURL& update_url, count 120 chrome/browser/extensions/process_management_browsertest.cc ASSERT_EQ(9, browser()->tab_strip_model()->count()); count 53 chrome/browser/extensions/settings_api_bubble_controller.cc virtual void LogExtensionCount(size_t count) OVERRIDE; count 246 chrome/browser/extensions/settings_api_bubble_controller.cc void SettingsApiBubbleDelegate::LogExtensionCount(size_t count) { count 247 chrome/browser/extensions/settings_api_bubble_controller.cc UMA_HISTOGRAM_COUNTS_100("SettingsApiBubble.ExtensionCount", count); count 120 chrome/browser/extensions/suspicious_extension_bubble_controller.cc size_t count) { count 122 chrome/browser/extensions/suspicious_extension_bubble_controller.cc "ExtensionWipeoutBubble.ExtensionWipeoutCount", count); count 155 chrome/browser/extensions/suspicious_extension_bubble_controller.cc return !g_shown_for_profiles.Get().count(profile_) && count 42 chrome/browser/extensions/suspicious_extension_bubble_controller.h virtual void LogExtensionCount(size_t count) OVERRIDE; count 282 chrome/browser/extensions/updater/extension_updater_unittest.cc void CreateTestExtensions(int id, int count, ExtensionList *list, count 285 chrome/browser/extensions/updater/extension_updater_unittest.cc for (int i = 1; i <= count; i++) { count 324 chrome/browser/extensions/updater/extension_updater_unittest.cc int count, count 327 chrome/browser/extensions/updater/extension_updater_unittest.cc for (int i = 1; i <= count; ++i) { count 499 chrome/browser/extensions/updater/extension_updater_unittest.cc EXPECT_EQ(1U, params.count("x")); count 633 chrome/browser/extensions/updater/extension_updater_unittest.cc EXPECT_EQ(0U, params.count("ap")); count 83 chrome/browser/extensions/window_open_apitest.cc browser->tab_strip_model()->count() == num_tabs && count 93 chrome/browser/extensions/window_open_apitest.cc EXPECT_EQ(num_tabs, browser->tab_strip_model()->count()); count 109 chrome/browser/extensions/window_open_apitest.cc (num_tabs == browser->tab_strip_model()->count()) && count 110 chrome/browser/feedback/feedback_data.cc const size_t line_count = std::count(content.begin(), content.end(), '\n'); count 58 chrome/browser/feedback/feedback_util.cc if (!browser || index >= browser->tab_strip_model()->count()) count 710 chrome/browser/first_run/first_run.cc if (importer_list->count() > 0) { count 147 chrome/browser/first_run/first_run_browsertest.cc int source_profile_count = importer_list->count(); count 89 chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc return removed_infobars_.count(infobar) != 0; count 204 chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc ASSERT_EQ(responses_.count(process->GetID()), 1U); count 232 chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc EXPECT_EQ(1U, state_map.count(requesting_frame.GetOrigin())); count 233 chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc EXPECT_EQ(0U, state_map.count(requesting_frame)); count 431 chrome/browser/geolocation/geolocation_browsertest.cc EXPECT_EQ(1U, usages_state.state_map().count(requesting_origin)); count 81 chrome/browser/geolocation/geolocation_settings_state_unittest.cc formatted_host_per_state[CONTENT_SETTING_ALLOW].count( count 86 chrome/browser/geolocation/geolocation_settings_state_unittest.cc formatted_host_per_state[CONTENT_SETTING_BLOCK].count( count 109 chrome/browser/geolocation/geolocation_settings_state_unittest.cc formatted_host_per_state[CONTENT_SETTING_BLOCK].count( count 112 chrome/browser/geolocation/geolocation_settings_state_unittest.cc formatted_host_per_state[CONTENT_SETTING_BLOCK].count( count 184 chrome/browser/geolocation/geolocation_settings_state_unittest.cc formatted_host_per_state[CONTENT_SETTING_ALLOW].count( count 187 chrome/browser/geolocation/geolocation_settings_state_unittest.cc formatted_host_per_state[CONTENT_SETTING_ALLOW].count( count 190 chrome/browser/geolocation/geolocation_settings_state_unittest.cc formatted_host_per_state[CONTENT_SETTING_ALLOW].count( count 200 chrome/browser/geolocation/geolocation_settings_state_unittest.cc formatted_host_per_state[CONTENT_SETTING_ALLOW].count( count 203 chrome/browser/geolocation/geolocation_settings_state_unittest.cc formatted_host_per_state[CONTENT_SETTING_ALLOW].count( count 207 chrome/browser/geolocation/geolocation_settings_state_unittest.cc formatted_host_per_state[CONTENT_SETTING_BLOCK].count( count 162 chrome/browser/google/google_url_tracker_unittest.cc return nav_controller_commit_listeners_.count(nav_controller) > 0; count 176 chrome/browser/google/google_url_tracker_unittest.cc return nav_controller_tab_close_listeners_.count(nav_controller) > 0; count 259 chrome/browser/history/android/android_cache_database.cc int count = transaction_nesting; count 260 chrome/browser/history/android/android_cache_database.cc while (count--) count 267 chrome/browser/history/android/android_cache_database.cc count = transaction_nesting; count 268 chrome/browser/history/android/android_cache_database.cc while (count--) count 121 chrome/browser/history/android/android_history_provider_service_unittest.cc int count) { count 123 chrome/browser/history/android/android_history_provider_service_unittest.cc count_ = count; count 129 chrome/browser/history/android/android_history_provider_service_unittest.cc int count) { count 131 chrome/browser/history/android/android_history_provider_service_unittest.cc count_ = count; count 197 chrome/browser/history/android/android_history_provider_service_unittest.cc EXPECT_EQ(1, callback->count()); count 205 chrome/browser/history/android/android_history_provider_service_unittest.cc EXPECT_EQ(1, callback->count()); count 253 chrome/browser/history/android/android_history_provider_service_unittest.cc EXPECT_EQ(1, callback->count()); count 260 chrome/browser/history/android/android_history_provider_service_unittest.cc EXPECT_EQ(1, callback->count()); count 169 chrome/browser/history/android/android_provider_backend.cc int count = history_transaction_nesting_; count 170 chrome/browser/history/android/android_provider_backend.cc while (count--) count 175 chrome/browser/history/android/android_provider_backend.cc count = thumbnail_transaction_nesting_; count 176 chrome/browser/history/android/android_provider_backend.cc while (count--) count 192 chrome/browser/history/android/android_provider_backend.cc int count = history_transaction_nesting_; count 193 chrome/browser/history/android/android_provider_backend.cc while (count--) count 197 chrome/browser/history/android/android_provider_backend.cc count = thumbnail_transaction_nesting_; count 198 chrome/browser/history/android/android_provider_backend.cc while (count--) count 553 chrome/browser/history/android/android_provider_backend.cc int count = 0; count 554 chrome/browser/history/android/android_provider_backend.cc BindStatement(selection_args, statement.get(), &count); count 920 chrome/browser/history/android/android_provider_backend.cc int count = 0; count 921 chrome/browser/history/android/android_provider_backend.cc BindStatement(selection_args, &statement, &count); count 947 chrome/browser/history/android/android_provider_backend.cc int count = 0; count 948 chrome/browser/history/android/android_provider_backend.cc BindStatement(selection_args, &statement, &count); count 1126 chrome/browser/history/android/android_provider_backend.cc int count = 0; count 1127 chrome/browser/history/android/android_provider_backend.cc BindStatement(selection_args, statement.get(), &count); count 69 chrome/browser/history/android/sqlite_cursor.cc int count = MoveTo(env, obj, std::numeric_limits<int>::max() - 1) + 1; count 72 chrome/browser/history/android/sqlite_cursor.cc return count; count 367 chrome/browser/history/expire_history_backend_unittest.cc EXPECT_EQ(1U, expired_favicons.count(favicon_url)); count 1385 chrome/browser/history/history_backend.cc int count = 0; count 1388 chrome/browser/history/history_backend.cc db_->GetVisibleVisitCountToHost(url, &count, &first_visit); count 1389 chrome/browser/history/history_backend.cc request->ForwardResult(request->handle(), success, count, first_visit); count 2196 chrome/browser/history/history_backend.cc if (!num_bitmaps_per_icon_url.count(icon_url)) count 2598 chrome/browser/history/history_backend.cc if (times.count(results[i].visit_time()) > 0) count 2607 chrome/browser/history/history_backend.cc if (urls.count(results[i].url())) count 49 chrome/browser/history/history_backend_android.cc int count = 0; count 53 chrome/browser/history/history_backend_android.cc selection, selection_args, &count); count 56 chrome/browser/history/history_backend_android.cc request->ForwardResult(request->handle(), result, count); count 66 chrome/browser/history/history_backend_android.cc int count = 0; count 70 chrome/browser/history/history_backend_android.cc selection_args, &count); count 72 chrome/browser/history/history_backend_android.cc request->ForwardResult(request->handle(), result, count); count 82 chrome/browser/history/history_backend_android.cc int count = 0; count 86 chrome/browser/history/history_backend_android.cc &count); count 88 chrome/browser/history/history_backend_android.cc request->ForwardResult(request->handle(), result, count); count 140 chrome/browser/history/history_backend_android.cc int count = 0; count 144 chrome/browser/history/history_backend_android.cc selection_args, &count); count 146 chrome/browser/history/history_backend_android.cc request->ForwardResult(request->handle(), result, count); count 156 chrome/browser/history/history_backend_android.cc int count = 0; count 160 chrome/browser/history/history_backend_android.cc selection_args, &count); count 163 chrome/browser/history/history_backend_android.cc request->ForwardResult(request->handle(), result, count); count 335 chrome/browser/history/in_memory_url_index_unittest.cc EXPECT_EQ(actual_values.count(*set_iter), count 336 chrome/browser/history/in_memory_url_index_unittest.cc expected_values.count(*set_iter)); count 353 chrome/browser/history/in_memory_url_index_unittest.cc size_t count = expected.word_list_.size(); count 354 chrome/browser/history/in_memory_url_index_unittest.cc for (size_t i = 0; i < count; ++i) count 1190 chrome/browser/history/in_memory_url_index_unittest.cc size_t count = expected_parts.size(); count 1191 chrome/browser/history/in_memory_url_index_unittest.cc for (size_t i = 0; i < count; ++i) count 112 chrome/browser/history/most_visited_tiles_experiment.cc if (open_urls.count(url) == 0) count 227 chrome/browser/history/most_visited_tiles_experiment_unittest.cc EXPECT_NE(0u, open_urls.count(item_url)); count 263 chrome/browser/history/most_visited_tiles_experiment_unittest.cc EXPECT_EQ(0u, open_urls.count(item_url)); count 123 chrome/browser/history/snippet.cc void MoveByNGraphemes(icu::BreakIterator* bi, int count, size_t* utf8_pos) { count 130 chrome/browser/history/snippet.cc bi->next(count); count 248 chrome/browser/history/url_database_unittest.cc EXPECT_EQ(1U, good_urls.count(row.url().spec())); count 491 chrome/browser/history/visit_database.cc int* count, count 527 chrome/browser/history/visit_database.cc *count = 0; count 535 chrome/browser/history/visit_database.cc *count = statement.ColumnInt(1); count 178 chrome/browser/history/visit_database.h int* count, count 134 chrome/browser/importer/importer_list.cc DCHECK_LT(index, count()); count 142 chrome/browser/importer/importer_list.cc for (size_t i = 0; i < count(); ++i) { count 49 chrome/browser/importer/importer_list.h size_t count() const { return source_profiles_.size(); } count 96 chrome/browser/jankometer_win.cc static void SetDefaultMessagesToSkip(int count) { discard_count_ = count; } count 151 chrome/browser/lifetime/browser_close_manager.cc while (browser->tab_strip_model()->count()) count 93 chrome/browser/lifetime/browser_close_manager_browsertest.cc explicit RepeatedNotificationObserver(int type, int count) count 94 chrome/browser/lifetime/browser_close_manager_browsertest.cc : num_outstanding_(count), running_(false) { count 279 chrome/browser/lifetime/browser_close_manager_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 302 chrome/browser/lifetime/browser_close_manager_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 352 chrome/browser/lifetime/browser_close_manager_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 378 chrome/browser/lifetime/browser_close_manager_browsertest.cc EXPECT_EQ(1, browsers_[0]->tab_strip_model()->count()); count 379 chrome/browser/lifetime/browser_close_manager_browsertest.cc EXPECT_EQ(1, browsers_[1]->tab_strip_model()->count()); count 391 chrome/browser/lifetime/browser_close_manager_browsertest.cc EXPECT_EQ(1, browsers_[0]->tab_strip_model()->count()); count 392 chrome/browser/lifetime/browser_close_manager_browsertest.cc EXPECT_EQ(1, browsers_[1]->tab_strip_model()->count()); count 435 chrome/browser/lifetime/browser_close_manager_browsertest.cc EXPECT_EQ(3, browsers_[0]->tab_strip_model()->count()); count 468 chrome/browser/lifetime/browser_close_manager_browsertest.cc EXPECT_EQ(1, browsers_[0]->tab_strip_model()->count()); count 469 chrome/browser/lifetime/browser_close_manager_browsertest.cc EXPECT_EQ(1, browsers_[1]->tab_strip_model()->count()); count 470 chrome/browser/lifetime/browser_close_manager_browsertest.cc EXPECT_EQ(1, browsers_[2]->tab_strip_model()->count()); count 516 chrome/browser/lifetime/browser_close_manager_browsertest.cc EXPECT_EQ(1, browsers_[0]->tab_strip_model()->count()); count 517 chrome/browser/lifetime/browser_close_manager_browsertest.cc EXPECT_EQ(1, browsers_[1]->tab_strip_model()->count()); count 576 chrome/browser/lifetime/browser_close_manager_browsertest.cc EXPECT_EQ(2, browsers_[0]->tab_strip_model()->count()); count 577 chrome/browser/lifetime/browser_close_manager_browsertest.cc EXPECT_EQ(2, browsers_[1]->tab_strip_model()->count()); count 609 chrome/browser/lifetime/browser_close_manager_browsertest.cc EXPECT_EQ(1, browsers_[0]->tab_strip_model()->count()); count 610 chrome/browser/lifetime/browser_close_manager_browsertest.cc EXPECT_EQ(1, browsers_[1]->tab_strip_model()->count()); count 649 chrome/browser/lifetime/browser_close_manager_browsertest.cc EXPECT_EQ(1, browsers_[0]->tab_strip_model()->count()); count 650 chrome/browser/lifetime/browser_close_manager_browsertest.cc EXPECT_EQ(1, browsers_[1]->tab_strip_model()->count()); count 680 chrome/browser/lifetime/browser_close_manager_browsertest.cc EXPECT_EQ(1, browsers_[0]->tab_strip_model()->count()); count 681 chrome/browser/lifetime/browser_close_manager_browsertest.cc EXPECT_EQ(1, browsers_[1]->tab_strip_model()->count()); count 150 chrome/browser/local_discovery/privet_notifications.cc DCHECK_EQ(1u, devices_seen_.count(name)); count 73 chrome/browser/managed_mode/managed_mode_navigation_observer.cc if (browser->tab_strip_model()->count() == 1) count 299 chrome/browser/managed_mode/managed_mode_url_filter.cc if (contents_->hash_site_map.count(GetHostnameHash(url))) count 83 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc EXPECT_EQ(1u, requests[0].scopes.count(GaiaConstants::kOAuth1LoginScope)); count 373 chrome/browser/managed_mode/managed_user_service_unittest.cc EXPECT_TRUE(site_names.count("YouTube") == 1u); count 374 chrome/browser/managed_mode/managed_user_service_unittest.cc EXPECT_TRUE(site_names.count("Homestar Runner") == 1u); count 375 chrome/browser/managed_mode/managed_user_service_unittest.cc EXPECT_TRUE(site_names.count(std::string()) == 1u); count 376 chrome/browser/managed_mode/managed_user_service_unittest.cc EXPECT_TRUE(site_names.count("Moose") == 1u); count 244 chrome/browser/managed_mode/managed_user_shared_settings_service.cc if (seen.count(jt.key()) > 0) count 167 chrome/browser/media/native_desktop_media_list_unittest.cc size_t count, bool window_only) { count 169 chrome/browser/media/native_desktop_media_list_unittest.cc for (size_t i = 0; i < count; ++i) { count 179 chrome/browser/media/native_desktop_media_list_unittest.cc size_t source_count = window_only ? count : count + 1; count 193 chrome/browser/media/native_desktop_media_list_unittest.cc for (size_t i = 0; i < count; ++i) { count 332 chrome/browser/media_galleries/fileapi/picasa_file_util_unittest.cc EXPECT_EQ(1u, image_filenames.count( count 82 chrome/browser/media_galleries/media_folder_finder_unittest.cc size_t count, count 94 chrome/browser/media_galleries/media_folder_finder_unittest.cc result.image_count += count; count 99 chrome/browser/media_galleries/media_folder_finder_unittest.cc result.audio_count += count; count 104 chrome/browser/media_galleries/media_folder_finder_unittest.cc result.video_count += count; count 119 chrome/browser/media_galleries/media_folder_finder_unittest.cc for (size_t i = 0; i < count; ++i) { count 87 chrome/browser/media_galleries/media_galleries_preferences.cc int count = 0; count 89 chrome/browser/media_galleries/media_galleries_preferences.cc return count; count 93 chrome/browser/media_galleries/media_galleries_preferences.cc return count; count 102 chrome/browser/media_galleries/media_galleries_preferences.cc count++; count 105 chrome/browser/media_galleries/media_galleries_preferences.cc return count; count 269 chrome/browser/media_galleries/media_scan_manager.cc int count = 0; count 274 chrome/browser/media_galleries/media_scan_manager.cc count++; count 276 chrome/browser/media_galleries/media_scan_manager.cc if (it->second * 100 / count >= kContainerDirectoryMinimumPercent) count 86 chrome/browser/memory_details_android.cc if (wavefront.count(i->parent_pid())) { count 154 chrome/browser/memory_details_linux.cc if (wavefront.count(process.parent)) { count 303 chrome/browser/metrics/metrics_log.cc tracked_object->set_exec_count(death_data.count); count 608 chrome/browser/metrics/metrics_log.cc int count = pref->GetInteger(prefs::kStabilityPageLoadCount); count 609 chrome/browser/metrics/metrics_log.cc if (count) { count 610 chrome/browser/metrics/metrics_log.cc stability->set_page_load_count(count); count 614 chrome/browser/metrics/metrics_log.cc count = pref->GetInteger(prefs::kStabilityRendererCrashCount); count 615 chrome/browser/metrics/metrics_log.cc if (count) { count 616 chrome/browser/metrics/metrics_log.cc stability->set_renderer_crash_count(count); count 620 chrome/browser/metrics/metrics_log.cc count = pref->GetInteger(prefs::kStabilityExtensionRendererCrashCount); count 621 chrome/browser/metrics/metrics_log.cc if (count) { count 622 chrome/browser/metrics/metrics_log.cc stability->set_extension_renderer_crash_count(count); count 626 chrome/browser/metrics/metrics_log.cc count = pref->GetInteger(prefs::kStabilityRendererHangCount); count 627 chrome/browser/metrics/metrics_log.cc if (count) { count 628 chrome/browser/metrics/metrics_log.cc stability->set_renderer_hang_count(count); count 632 chrome/browser/metrics/metrics_log.cc count = pref->GetInteger(prefs::kStabilityChildProcessCrashCount); count 633 chrome/browser/metrics/metrics_log.cc if (count) { count 634 chrome/browser/metrics/metrics_log.cc stability->set_child_process_crash_count(count); count 110 chrome/browser/metrics/metrics_log_chromeos.cc int count = pref->GetInteger(prefs::kStabilityOtherUserCrashCount); count 111 chrome/browser/metrics/metrics_log_chromeos.cc if (count) { count 112 chrome/browser/metrics/metrics_log_chromeos.cc stability->set_other_user_crash_count(count); count 116 chrome/browser/metrics/metrics_log_chromeos.cc count = pref->GetInteger(prefs::kStabilityKernelCrashCount); count 117 chrome/browser/metrics/metrics_log_chromeos.cc if (count) { count 118 chrome/browser/metrics/metrics_log_chromeos.cc stability->set_kernel_crash_count(count); count 122 chrome/browser/metrics/metrics_log_chromeos.cc count = pref->GetInteger(prefs::kStabilitySystemUncleanShutdownCount); count 123 chrome/browser/metrics/metrics_log_chromeos.cc if (count) { count 124 chrome/browser/metrics/metrics_log_chromeos.cc stability->set_unclean_system_shutdown_count(count); count 488 chrome/browser/metrics/metrics_log_unittest.cc process_data.tasks.back().death_data.count = 37; count 501 chrome/browser/metrics/metrics_log_unittest.cc process_data.tasks.back().death_data.count = 19; count 567 chrome/browser/metrics/metrics_log_unittest.cc process_data.tasks.back().death_data.count = 137; count 580 chrome/browser/metrics/metrics_log_unittest.cc process_data.tasks.back().death_data.count = 138; count 91 chrome/browser/metrics/metrics_service_android.cc for (int count = 0; count < launch_count; ++count) { count 98 chrome/browser/metrics/metrics_service_android.cc for (int count = 0; count < crash_count; ++count) { count 50 chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc while (browser->tab_strip_model()->count()) count 288 chrome/browser/net/dns_probe_browsertest.cc ASSERT_EQ(1u, delayed_requests_.count(request)); count 527 chrome/browser/net/http_server_properties_manager.cc int count = 0; count 529 chrome/browser/net/http_server_properties_manager.cc it != main_map.end() && count < kMaxSpdySettingsHostsToPersist; count 530 chrome/browser/net/http_server_properties_manager.cc ++it, ++count) { count 538 chrome/browser/net/http_server_properties_manager.cc count = 0; count 540 chrome/browser/net/http_server_properties_manager.cc it != map.end() && count < kMaxAlternateProtocolHostsToPersist; count 541 chrome/browser/net/http_server_properties_manager.cc ++it, ++count) { count 412 chrome/browser/net/network_stats.cc uint32 received_packets = packets_received_mask_.count(); count 512 chrome/browser/net/network_stats.cc uint32 received_packets = packets_received_mask_.count(); count 651 chrome/browser/net/network_stats.cc packets_received_mask_.count(), count 665 chrome/browser/net/network_stats.cc int count = 0; count 670 chrome/browser/net/network_stats.cc ++count; count 677 chrome/browser/net/network_stats.cc DynamicHistogramEnumeration(histogram_name, count, packet_number + 1); count 784 chrome/browser/net/network_stats.cc if (packets_received_mask_.count() < 2) count 29 chrome/browser/net/preconnect.cc int count, count 36 chrome/browser/net/preconnect.cc motivation, count, make_scoped_refptr(getter))); count 45 chrome/browser/net/preconnect.cc int count, count 117 chrome/browser/net/preconnect.cc http_stream_factory->PreconnectStreams(count, request_info, priority, count 27 chrome/browser/net/preconnect.h int count, count 36 chrome/browser/net/preconnect.h int count, count 981 chrome/browser/net/predictor.cc int count) { count 986 chrome/browser/net/predictor.cc PreconnectUrlOnIOThread(url, first_party_for_cookies, motivation, count); count 993 chrome/browser/net/predictor.cc motivation, count)); count 1001 chrome/browser/net/predictor.cc int count) { count 1012 chrome/browser/net/predictor.cc url, first_party_for_cookies, motivation, count); count 1018 chrome/browser/net/predictor.cc count, count 1129 chrome/browser/net/predictor.cc int count = static_cast<int>(std::ceil(connection_expectation)); count 1131 chrome/browser/net/predictor.cc ++count; count 1133 chrome/browser/net/predictor.cc motivation, count); count 72 chrome/browser/net/predictor.h int count) = 0; count 248 chrome/browser/net/predictor.h UrlInfo::ResolutionMotivation motivation, int count); count 253 chrome/browser/net/predictor.h int count); count 707 chrome/browser/net/predictor_unittest.cc int count) OVERRIDE { count 139 chrome/browser/net/spdyproxy/data_saving_metrics_unittest.cc void VerifyPrefList(const char* pref, const int64* values, size_t count) { count 140 chrome/browser/net/spdyproxy/data_saving_metrics_unittest.cc ASSERT_GE(kNumDaysInHistory, count); count 144 chrome/browser/net/spdyproxy/data_saving_metrics_unittest.cc for (size_t i = 0; i < count; ++i) { count 147 chrome/browser/net/spdyproxy/data_saving_metrics_unittest.cc GetListPrefInt64Value(*update, kNumDaysInHistory - count + i)) count 148 chrome/browser/net/spdyproxy/data_saving_metrics_unittest.cc << "index=" << (kNumDaysInHistory - count + i); count 150 chrome/browser/net/spdyproxy/data_saving_metrics_unittest.cc for (size_t i = 0; i < kNumDaysInHistory - count; ++i) { count 149 chrome/browser/net/spdyproxy/proxy_advisor.cc DCHECK_EQ(1u, inflight_requests_.count(request)); count 67 chrome/browser/notifications/balloon_collection_base.h int count() const { return static_cast<int>(balloons_.size()); } count 73 chrome/browser/notifications/balloon_collection_impl.cc int count = base_.count(); count 74 chrome/browser/notifications/balloon_collection_impl.cc if (count > 0 && layout_.RequiresOffsets()) count 75 chrome/browser/notifications/balloon_collection_impl.cc new_balloon->set_offset(base_.balloons()[count - 1]->offset()); count 116 chrome/browser/notifications/balloon_collection_impl.cc int count = base_.count(); count 117 chrome/browser/notifications/balloon_collection_impl.cc if (count < kMinAllowedBalloonCount) count 124 chrome/browser/notifications/balloon_collection_impl.cc int current_max_size = max_balloon_size * count; count 78 chrome/browser/notifications/balloon_collection_impl.h int count() const { return base_.count(); } count 64 chrome/browser/notifications/desktop_notifications_unittest.cc return count() < kMockBalloonSpace; count 177 chrome/browser/notifications/desktop_notifications_unittest.cc EXPECT_EQ(1, balloon_collection_->count()); count 188 chrome/browser/notifications/desktop_notifications_unittest.cc EXPECT_EQ(2, balloon_collection_->count()); count 204 chrome/browser/notifications/desktop_notifications_unittest.cc EXPECT_EQ(1, balloon_collection_->count()); count 207 chrome/browser/notifications/desktop_notifications_unittest.cc while (balloon_collection_->count() > 0) { count 230 chrome/browser/notifications/desktop_notifications_unittest.cc EXPECT_EQ(1, balloon_collection_->count()); count 238 chrome/browser/notifications/desktop_notifications_unittest.cc EXPECT_EQ(0, balloon_collection_->count()); count 349 chrome/browser/notifications/desktop_notifications_unittest.cc EXPECT_EQ(1, balloon_collection_->count()); count 386 chrome/browser/notifications/desktop_notifications_unittest.cc EXPECT_EQ(1, balloon_collection_->count()); count 414 chrome/browser/notifications/desktop_notifications_unittest.cc balloon_collection_->count()); count 429 chrome/browser/notifications/desktop_notifications_unittest.cc balloon_collection_->count()); count 443 chrome/browser/notifications/desktop_notifications_unittest.cc EXPECT_EQ(0, balloon_collection_->count()); count 471 chrome/browser/notifications/desktop_notifications_unittest.cc EXPECT_EQ(1, balloon_collection_->count()); count 59 chrome/browser/notifications/desktop_notifications_unittest.h int count() const { return balloons_.size(); } count 497 chrome/browser/notifications/message_center_settings_controller.cc const size_t count = profile_info_cache_->GetNumberOfProfiles(); count 499 chrome/browser/notifications/message_center_settings_controller.cc for (size_t i = 0; i < count; ++i) { count 340 chrome/browser/notifications/sync_notifier/synced_notification.cc size_t count = GetNotificationCount(); count 341 chrome/browser/notifications/sync_notifier/synced_notification.cc for (size_t ii = 0; ii < count; ++ii) { count 351 chrome/browser/notifications/sync_notifier/synced_notification.cc count = GetButtonCount(); count 352 chrome/browser/notifications/sync_notifier/synced_notification.cc for (size_t jj = 0; jj < count; ++jj) { count 360 chrome/browser/notifications/sync_notifier/synced_notification.cc count = GetButtonCount(); count 361 chrome/browser/notifications/sync_notifier/synced_notification.cc for (size_t kk = 0; kk < count; ++kk) { count 243 chrome/browser/omnibox/omnibox_field_trial_unittest.cc ASSERT_EQ(1u, undemotable_types.count(AutocompleteMatchType::HISTORY_URL)); count 244 chrome/browser/omnibox/omnibox_field_trial_unittest.cc ASSERT_EQ(1u, undemotable_types.count(AutocompleteMatchType::HISTORY_BODY)); count 248 chrome/browser/omnibox/omnibox_field_trial_unittest.cc ASSERT_EQ(1u, undemotable_types.count(AutocompleteMatchType::NAVSUGGEST)); count 252 chrome/browser/omnibox/omnibox_field_trial_unittest.cc ASSERT_EQ(1u, undemotable_types.count(AutocompleteMatchType::HISTORY_TITLE)); count 728 chrome/browser/password_manager/native_backend_kwallet_x.cc uint64_t count = 0; count 736 chrome/browser/password_manager/native_backend_kwallet_x.cc count = count_32; count 738 chrome/browser/password_manager/native_backend_kwallet_x.cc if (!iter.ReadUInt64(&count)) { count 745 chrome/browser/password_manager/native_backend_kwallet_x.cc if (count > 0xFFFF) { count 754 chrome/browser/password_manager/native_backend_kwallet_x.cc << "(" << count << "; realm: " << signon_realm << ")"; count 759 chrome/browser/password_manager/native_backend_kwallet_x.cc forms->reserve(forms->size() + count); count 760 chrome/browser/password_manager/native_backend_kwallet_x.cc for (uint64_t i = 0; i < count; ++i) { count 613 chrome/browser/password_manager/password_manager_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 617 chrome/browser/password_manager/password_manager_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 60 chrome/browser/password_manager/password_store_mac.cc search_attributes_.count = 0; count 148 chrome/browser/password_manager/password_store_mac.cc search_attributes_.count = entries; count 251 chrome/browser/password_manager/password_store_mac.cc attrInfo.count = arraysize(tags); count 288 chrome/browser/password_manager/password_store_mac.cc for (unsigned int i = 0; i < attrList->count; i++) { count 192 chrome/browser/password_manager/password_store_x_unittest.cc void InitExpectedForms(bool autofillable, size_t count, VectorOfForms* forms) { count 194 chrome/browser/password_manager/password_store_x_unittest.cc for (size_t i = 0; i < count; ++i) { count 309 chrome/browser/performance_monitor/database_unittest.cc ASSERT_EQ(1u, types.count(EVENT_EXTENSION_INSTALL)); count 310 chrome/browser/performance_monitor/database_unittest.cc ASSERT_EQ(1u, types.count(EVENT_EXTENSION_UNINSTALL)); count 160 chrome/browser/policy/cloud/cloud_policy_invalidator_unittest.cc bool CheckPolicyRefreshCount(int count); count 409 chrome/browser/policy/cloud/cloud_policy_invalidator_unittest.cc bool CloudPolicyInvalidatorTest::CheckPolicyRefreshCount(int count) { count 412 chrome/browser/policy/cloud/cloud_policy_invalidator_unittest.cc return count == 0; count 421 chrome/browser/policy/cloud/cloud_policy_invalidator_unittest.cc EXPECT_CALL(*client_, FetchPolicy()).Times(count); count 348 chrome/browser/policy/policy_browsertest.cc int count = 0; count 350 chrome/browser/policy/policy_browsertest.cc count++; count 351 chrome/browser/policy/policy_browsertest.cc return count; count 424 chrome/browser/policy/policy_browsertest.cc int count = 0; count 428 chrome/browser/policy/policy_browsertest.cc count++; count 431 chrome/browser/policy/policy_browsertest.cc return count; count 435 chrome/browser/policy/policy_browsertest.cc int count = -1; count 439 chrome/browser/policy/policy_browsertest.cc base::Bind(CopyValueAndQuit<int>, &count)); count 441 chrome/browser/policy/policy_browsertest.cc EXPECT_GE(count, 0); count 442 chrome/browser/policy/policy_browsertest.cc return count; count 2602 chrome/browser/policy/policy_browsertest.cc EXPECT_EQ(size, model->count()); count 2603 chrome/browser/policy/policy_browsertest.cc for (int i = 0; i < size && i < model->count(); ++i) { count 250 chrome/browser/prefs/pref_model_associator.cc if (remaining_preferences.count(sync_pref_name) == 0) { count 287 chrome/browser/prefs/pref_model_associator.cc (synced_preferences_.count(migrated_pref_iter->first) == 0) ? count 572 chrome/browser/prefs/pref_model_associator.cc DCHECK(!models_associated_ && registered_preferences_.count(name) == 0); count 577 chrome/browser/prefs/pref_model_associator.cc return registered_preferences_.count(name) > 0; count 610 chrome/browser/prefs/pref_model_associator.cc if (synced_preferences_.count(name) == 0) { count 638 chrome/browser/prefs/pref_model_associator.cc (synced_preferences_.count(old_pref_name) == 0) ? count 144 chrome/browser/prefs/tracked/pref_hash_calculator_helper_win.cc size_t count = kInvalidAddresses[i].size; count 145 chrome/browser/prefs/tracked/pref_hash_calculator_helper_win.cc if (memcmp(kInvalidAddresses[i].address, bytes, count) == 0) { count 99 chrome/browser/prefs/tracked/tracked_preference_helper.cc size_t count) const { count 110 chrome/browser/prefs/tracked/tracked_preference_helper.cc histogram->Add(count); count 48 chrome/browser/prefs/tracked/tracked_preference_helper.h void ReportSplitPreferenceChangedCount(size_t count) const; count 1315 chrome/browser/prerender/prerender_browsertest.cc int count) const { count 1321 chrome/browser/prerender/prerender_browsertest.cc index, type.c_str(), count); count 366 chrome/browser/prerender/prerender_histograms.cc int count) const { count 369 chrome/browser/prerender/prerender_histograms.cc UMA_HISTOGRAM_COUNTS(name, count)); count 74 chrome/browser/prerender/prerender_histograms.h void RecordPerSessionCount(Origin origin, int count) const; count 321 chrome/browser/prerender/prerender_link_manager.cc running_launcher_and_render_view_routes.count( count 350 chrome/browser/prerender/prerender_link_manager.cc running_launcher_and_render_view_routes.count( count 937 chrome/browser/prerender/prerender_local_predictor.cc if (url_whitelist_.count(GetInt64URLHashForURL(url)) > 0) { count 1645 chrome/browser/prerender/prerender_manager.cc if (logged_in_state_->count(key)) count 1688 chrome/browser/prerender/prerender_manager.cc if (logged_in_state_.get() && logged_in_state_->count(domain_key) < 1) count 37 chrome/browser/printing/print_preview_dialog_controller_unittest.cc EXPECT_EQ(0, browser()->tab_strip_model()->count()); count 39 chrome/browser/printing/print_preview_dialog_controller_unittest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 55 chrome/browser/printing/print_preview_dialog_controller_unittest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 63 chrome/browser/printing/print_preview_dialog_controller_unittest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 78 chrome/browser/printing/print_preview_dialog_controller_unittest.cc EXPECT_EQ(0, tab_strip_model->count()); count 88 chrome/browser/printing/print_preview_dialog_controller_unittest.cc EXPECT_EQ(2, tab_strip_model->count()); count 100 chrome/browser/printing/print_preview_dialog_controller_unittest.cc EXPECT_EQ(2, tab_strip_model->count()); count 111 chrome/browser/printing/print_preview_dialog_controller_unittest.cc EXPECT_EQ(2, tab_strip_model->count()); count 139 chrome/browser/printing/print_preview_dialog_controller_unittest.cc EXPECT_EQ(0, browser()->tab_strip_model()->count()); count 141 chrome/browser/printing/print_preview_dialog_controller_unittest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 157 chrome/browser/printing/print_preview_dialog_controller_unittest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 169 chrome/browser/printing/print_preview_dialog_controller_unittest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 144 chrome/browser/printing/print_view_manager.cc if (map.count(rph) != 0) { count 111 chrome/browser/profile_resetter/automatic_profile_resetter.cc if (params.count(kAutomaticProfileResetStudyProgramParameterName) && count 112 chrome/browser/profile_resetter/automatic_profile_resetter.cc params.count(kAutomaticProfileResetStudyHashSeedParameterName)) { count 280 chrome/browser/profile_resetter/profile_resetter.cc for (int i = tab_model->count() - 1; i >= 0; --i) { count 558 chrome/browser/profile_resetter/profile_resetter_unittest.cc EXPECT_TRUE(default_settings.count(content_type)); count 127 chrome/browser/profiles/off_the_record_profile_io_data.cc DCHECK_EQ(app_request_context_getter_map_.count(descriptor), 0u); count 478 chrome/browser/profiles/profile_info_cache.cc if (cached_avatar_images_.count(key)) { count 894 chrome/browser/profiles/profile_info_cache.cc size_t count = end - start; count 896 chrome/browser/profiles/profile_info_cache.cc int rand = base::RandInt(0, count); count 897 chrome/browser/profiles/profile_info_cache.cc for (size_t i = 0; i < count; ++i) { count 898 chrome/browser/profiles/profile_info_cache.cc size_t icon_index = start + (rand + i) % count; count 40 chrome/browser/profiles/profile_list_desktop.cc const size_t count = profile_info_->GetNumberOfProfiles(); count 41 chrome/browser/profiles/profile_list_desktop.cc for (size_t i = 0; i < count; ++i) { count 34 chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc int count = 0; count 37 chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc count++; count 40 chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc return count; count 117 chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc EXPECT_EQ(tab_count, browser()->tab_strip_model()->count()); count 133 chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc EXPECT_EQ(tab_count, browser()->tab_strip_model()->count()); count 147 chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc EXPECT_EQ(tab_count, browser()->tab_strip_model()->count()); count 163 chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc EXPECT_EQ(tab_count, browser()->tab_strip_model()->count()); count 178 chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc EXPECT_EQ(tab_count, browser()->tab_strip_model()->count()); count 210 chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc EXPECT_EQ(tab_count, browser()->tab_strip_model()->count()); count 221 chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc EXPECT_EQ(tab_count, browser()->tab_strip_model()->count()); count 231 chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc EXPECT_EQ(tab_count, browser()->tab_strip_model()->count()); count 240 chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc EXPECT_EQ(tab_count, browser()->tab_strip_model()->count()); count 249 chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc EXPECT_EQ(tab_count, browser()->tab_strip_model()->count()); count 343 chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc EXPECT_EQ(tab_count, browser()->tab_strip_model()->count()); count 349 chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc EXPECT_EQ(tab_count, browser()->tab_strip_model()->count()); count 358 chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc EXPECT_EQ(tab_count, browser()->tab_strip_model()->count()); count 390 chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc EXPECT_EQ(tab_count, browser()->tab_strip_model()->count()); count 396 chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc EXPECT_EQ(tab_count, browser()->tab_strip_model()->count()); count 405 chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc EXPECT_EQ(tab_count, browser()->tab_strip_model()->count()); count 456 chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 83 chrome/browser/renderer_host/web_cache_manager.cc DCHECK(inactive_renderers_.count(renderer_id) == 0); count 134 chrome/browser/renderer_host/web_cache_manager_unittest.cc EXPECT_EQ(1U, active_renderers(manager()).count(kRendererID)); count 135 chrome/browser/renderer_host/web_cache_manager_unittest.cc EXPECT_EQ(0U, inactive_renderers(manager()).count(kRendererID)); count 146 chrome/browser/renderer_host/web_cache_manager_unittest.cc EXPECT_EQ(1U, active_renderers(manager()).count(kRendererID)); count 147 chrome/browser/renderer_host/web_cache_manager_unittest.cc EXPECT_EQ(0U, inactive_renderers(manager()).count(kRendererID)); count 150 chrome/browser/renderer_host/web_cache_manager_unittest.cc EXPECT_EQ(0U, active_renderers(manager()).count(kRendererID)); count 151 chrome/browser/renderer_host/web_cache_manager_unittest.cc EXPECT_EQ(1U, inactive_renderers(manager()).count(kRendererID)); count 154 chrome/browser/renderer_host/web_cache_manager_unittest.cc EXPECT_EQ(1U, active_renderers(manager()).count(kRendererID)); count 155 chrome/browser/renderer_host/web_cache_manager_unittest.cc EXPECT_EQ(0U, inactive_renderers(manager()).count(kRendererID)); count 98 chrome/browser/rlz/rlz_unittest.cc return pinged_brands_.count(brand) > 0; count 489 chrome/browser/safe_browsing/browser_feature_extractor.cc DCHECK_EQ(0U, pending_queries_.count(handle)); count 150 chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc EXPECT_EQ(1U, success_.count(request)); count 151 chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc return success_.count(request) ? success_[request] : false; count 169 chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc EXPECT_EQ(0U, features->count(feature.name())); count 179 chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc EXPECT_EQ(1U, success_.count(request)); count 214 chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc ASSERT_EQ(0U, success_.count(request)); count 225 chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc ASSERT_EQ(0U, success_.count(request.get())); count 317 chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc EXPECT_FALSE(features.count(features::kFirstHttpsHostVisitMoreThan24hAgo)); count 484 chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc features.count(base::StringPrintf("%s%s", count 488 chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc features.count(base::StringPrintf("%s%s", count 554 chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc features.count(base::StringPrintf("%s%s", count 558 chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc features.count(base::StringPrintf("%s%s", count 580 chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc EXPECT_TRUE(features.count(base::StringPrintf( count 584 chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc EXPECT_TRUE(features.count(base::StringPrintf( count 620 chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc EXPECT_TRUE(result_urls.count("193.5.163.8")); count 625 chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc EXPECT_TRUE(result_urls.count("92.92.92.92")); count 587 chrome/browser/safe_browsing/client_side_detection_service_unittest.cc EXPECT_TRUE(bad_subnets.count(mask)); count 588 chrome/browser/safe_browsing/client_side_detection_service_unittest.cc EXPECT_TRUE(bad_subnets[mask].count(std::string(crypto::kSHA256Length, '.'))); count 589 chrome/browser/safe_browsing/client_side_detection_service_unittest.cc EXPECT_TRUE(bad_subnets[mask].count(std::string(crypto::kSHA256Length, ','))); count 592 chrome/browser/safe_browsing/client_side_detection_service_unittest.cc EXPECT_TRUE(bad_subnets.count(mask)); count 593 chrome/browser/safe_browsing/client_side_detection_service_unittest.cc EXPECT_TRUE(bad_subnets[mask].count(std::string(crypto::kSHA256Length, '.'))); count 596 chrome/browser/safe_browsing/client_side_detection_service_unittest.cc EXPECT_TRUE(bad_subnets.count(mask)); count 597 chrome/browser/safe_browsing/client_side_detection_service_unittest.cc EXPECT_TRUE(bad_subnets[mask].count(std::string(crypto::kSHA256Length, '.'))); count 53 chrome/browser/safe_browsing/prefix_set_unittest.cc const size_t count = shared_prefixes_.size(); count 54 chrome/browser/safe_browsing/prefix_set_unittest.cc for (size_t i = 0; i < count; ++i) { count 80 chrome/browser/safe_browsing/prefix_set_unittest.cc if (check.count(left_sibling) == 0) count 84 chrome/browser/safe_browsing/prefix_set_unittest.cc if (check.count(right_sibling) == 0) count 361 chrome/browser/safe_browsing/protocol_parser.cc const char** data, int* remaining, SBPrefix* host, int* count) { count 370 chrome/browser/safe_browsing/protocol_parser.cc *count = static_cast<unsigned char>(**data); count 393 chrome/browser/safe_browsing/protocol_parser.cc const char** data, int* remaining, SBEntry* entry, int count) { count 395 chrome/browser/safe_browsing/protocol_parser.cc for (int i = 0; i < count; ++i) { count 102 chrome/browser/safe_browsing/protocol_parser.h int* count); count 105 chrome/browser/safe_browsing/protocol_parser.h const char** data, int* remaining, SBEntry* entry, int count); count 861 chrome/browser/safe_browsing/protocol_parser_unittest.cc ASSERT_EQ(add_testdata.count(listname), 1U) count 875 chrome/browser/safe_browsing/protocol_parser_unittest.cc ASSERT_EQ(sub_testdata.count(listname), 1U) count 702 chrome/browser/safe_browsing/safe_browsing_database.cc if (prefix_miss_cache_.count(prefix) > 0) count 822 chrome/browser/safe_browsing/safe_browsing_database.cc if (it->second.count(hash) > 0) { count 863 chrome/browser/safe_browsing/safe_browsing_database.cc const int count = entry->prefix_count(); count 866 chrome/browser/safe_browsing/safe_browsing_database.cc if (!count) { count 872 chrome/browser/safe_browsing/safe_browsing_database.cc for (int i = 0; i < count; i++) { count 880 chrome/browser/safe_browsing/safe_browsing_database.cc for (int i = 0; i < count; ++i) { count 934 chrome/browser/safe_browsing/safe_browsing_database.cc const int count = entry->prefix_count(); count 937 chrome/browser/safe_browsing/safe_browsing_database.cc if (!count) { count 944 chrome/browser/safe_browsing/safe_browsing_database.cc for (int i = 0; i < count; i++) { count 954 chrome/browser/safe_browsing/safe_browsing_database.cc for (int i = 0; i < count; ++i) { count 126 chrome/browser/safe_browsing/safe_browsing_store.cc if (del_set.count(iter->chunk_id) == 0) { count 123 chrome/browser/safe_browsing/safe_browsing_store_file.cc bool ReadToContainer(CT* values, size_t count, FILE* fp, count 125 chrome/browser/safe_browsing/safe_browsing_store_file.cc if (!count) count 128 chrome/browser/safe_browsing/safe_browsing_store_file.cc for (size_t i = 0; i < count; ++i) { count 167 chrome/browser/safe_browsing/safe_browsing_store_file.cc if (deleted.count(*prev) > 0) count 1165 chrome/browser/safe_browsing/safe_browsing_store_file.cc return add_chunks_cache_.count(chunk_id) > 0; count 1178 chrome/browser/safe_browsing/safe_browsing_store_file.cc return sub_chunks_cache_.count(chunk_id) > 0; count 266 chrome/browser/safe_browsing/safe_browsing_util.h void set_prefix_count(int count) { data_.prefix_count = count; } count 220 chrome/browser/search_engines/template_url_parser.cc context->kElementNameToElementTypeMap->count(node_name) ? count 209 chrome/browser/search_engines/template_url_service.cc return !!sync_data.count(turl->sync_guid()); count 298 chrome/browser/search_engines/template_url_service.cc const int count) count 313 chrome/browser/search_engines/template_url_service.cc Init(initializers, count); count 1507 chrome/browser/search_engines/template_url_service.cc DCHECK_NE(0U, keyword_to_template_map_.count(keyword)); count 98 chrome/browser/search_engines/template_url_service.h TemplateURLService(const Initializer* initializers, const int count); count 105 chrome/browser/search_engines/template_url_service_sync_unittest.cc return change_map_.count(guid) != 0; count 183 chrome/browser/service_process/service_process_control_browsertest.cc static void DecrementUntilZero(int* count) { count 184 chrome/browser/service_process/service_process_control_browsertest.cc (*count)--; count 185 chrome/browser/service_process/service_process_control_browsertest.cc if (!(*count)) count 23 chrome/browser/sessions/session_command.cc bool SessionCommand::GetPayload(void* dest, size_t count) const { count 24 chrome/browser/sessions/session_command.cc if (size() != count) count 26 chrome/browser/sessions/session_command.cc memcpy(dest, &(contents_[0]), count); count 53 chrome/browser/sessions/session_command.h bool GetPayload(void* dest, size_t count) const; count 653 chrome/browser/sessions/session_restore.cc browser->tab_strip_model()->count()); count 875 chrome/browser/sessions/session_restore.cc int initial_tab_count = browser->tab_strip_model()->count(); count 1079 chrome/browser/sessions/session_restore.cc DCHECK(browser->tab_strip_model()->count()); count 1129 chrome/browser/sessions/session_restore.cc for (int i = initial_count; i < tab_strip->count(); ++i) count 173 chrome/browser/sessions/session_restore_browsertest.cc ASSERT_EQ(1, browser->tab_strip_model()->count()); count 179 chrome/browser/sessions/session_restore_browsertest.cc int count = 0; count 182 chrome/browser/sessions/session_restore_browsertest.cc count++; count 185 chrome/browser/sessions/session_restore_browsertest.cc return count; count 211 chrome/browser/sessions/session_restore_browsertest.cc const int tabs = tab_strip_model->count(); count 255 chrome/browser/sessions/session_restore_browsertest.cc EXPECT_EQ(1, new_browser->tab_strip_model()->count()); count 334 chrome/browser/sessions/session_restore_browsertest.cc ASSERT_EQ(1, new_browser->tab_strip_model()->count()); count 534 chrome/browser/sessions/session_restore_browsertest.cc ASSERT_EQ(1, browser()->tab_strip_model()->count()); count 546 chrome/browser/sessions/session_restore_browsertest.cc ASSERT_EQ(1, browser()->tab_strip_model()->count()); count 565 chrome/browser/sessions/session_restore_browsertest.cc ASSERT_EQ(2, browser()->tab_strip_model()->count()); count 587 chrome/browser/sessions/session_restore_browsertest.cc ASSERT_EQ(1, new_browser->tab_strip_model()->count()); count 640 chrome/browser/sessions/session_restore_browsertest.cc ASSERT_EQ(2, new_browser->tab_strip_model()->count()); count 644 chrome/browser/sessions/session_restore_browsertest.cc ASSERT_EQ(2, browsers[0]->tab_strip_model()->count()); count 760 chrome/browser/sessions/session_restore_browsertest.cc ASSERT_EQ(1, new_browser->tab_strip_model()->count()); count 791 chrome/browser/sessions/session_restore_browsertest.cc ASSERT_EQ(2, new_browser->tab_strip_model()->count()); count 995 chrome/browser/sessions/session_restore_browsertest.cc ASSERT_EQ(3, new_browser->tab_strip_model()->count()); count 1017 chrome/browser/sessions/session_restore_browsertest.cc ASSERT_EQ(2, new_browser->tab_strip_model()->count()); count 1051 chrome/browser/sessions/session_restore_browsertest.cc ASSERT_EQ(2, new_browser->tab_strip_model()->count()); count 1055 chrome/browser/sessions/session_restore_browsertest.cc ASSERT_EQ(1, new_browser->tab_strip_model()->count()); count 1069 chrome/browser/sessions/session_restore_browsertest.cc ASSERT_EQ(2, new_browser->tab_strip_model()->count()); count 1089 chrome/browser/sessions/session_restore_browsertest.cc ASSERT_EQ(3, new_browser->tab_strip_model()->count()); count 1110 chrome/browser/sessions/session_restore_browsertest.cc ASSERT_EQ(2, new_browser->tab_strip_model()->count()); count 1114 chrome/browser/sessions/session_restore_browsertest.cc ASSERT_EQ(1, new_browser->tab_strip_model()->count()); count 1128 chrome/browser/sessions/session_restore_browsertest.cc ASSERT_EQ(2, new_browser->tab_strip_model()->count()); count 1190 chrome/browser/sessions/session_restore_browsertest.cc EXPECT_EQ(1, new_browser->tab_strip_model()->count()); count 418 chrome/browser/sessions/session_service.cc int count) { count 424 chrome/browser/sessions/session_service.cc payload.index = count; count 435 chrome/browser/sessions/session_service.cc int count) { count 443 chrome/browser/sessions/session_service.cc range.first = std::max(0, range.first - count); count 444 chrome/browser/sessions/session_service.cc range.second = std::max(0, range.second - count); count 449 chrome/browser/sessions/session_service.cc payload.index = count; count 631 chrome/browser/sessions/session_service.cc pruned_details->count); count 1395 chrome/browser/sessions/session_service.cc for (int i = 0; i < tab_strip->count(); ++i) { count 1421 chrome/browser/sessions/session_service.cc if (ShouldTrackBrowser(browser) && browser->tab_strip_model()->count() && count 1545 chrome/browser/sessions/session_service.cc if (browser->tab_strip_model()->count() > 0) count 156 chrome/browser/sessions/session_service.h int count); count 162 chrome/browser/sessions/session_service.h int count); count 61 chrome/browser/sessions/tab_restore_browsertest.cc int starting_tab_count = browser->tab_strip_model()->count(); count 68 chrome/browser/sessions/tab_restore_browsertest.cc int tab_count = browser->tab_strip_model()->count(); count 100 chrome/browser/sessions/tab_restore_browsertest.cc int tab_count = browser->tab_strip_model()->count(); count 119 chrome/browser/sessions/tab_restore_browsertest.cc EXPECT_EQ(++tab_count, browser->tab_strip_model()->count()); count 123 chrome/browser/sessions/tab_restore_browsertest.cc ASSERT_GT(browser->tab_strip_model()->count(), expected_tabstrip_index); count 162 chrome/browser/sessions/tab_restore_browsertest.cc int starting_tab_count = browser()->tab_strip_model()->count(); count 167 chrome/browser/sessions/tab_restore_browsertest.cc EXPECT_EQ(starting_tab_count, browser()->tab_strip_model()->count()); count 172 chrome/browser/sessions/tab_restore_browsertest.cc EXPECT_EQ(starting_tab_count + 1, browser()->tab_strip_model()->count()); count 181 chrome/browser/sessions/tab_restore_browsertest.cc int starting_tab_count = browser()->tab_strip_model()->count(); count 187 chrome/browser/sessions/tab_restore_browsertest.cc EXPECT_EQ(starting_tab_count + 2, browser()->tab_strip_model()->count()); count 192 chrome/browser/sessions/tab_restore_browsertest.cc EXPECT_EQ(starting_tab_count + 3, browser()->tab_strip_model()->count()); count 201 chrome/browser/sessions/tab_restore_browsertest.cc int starting_tab_count = browser()->tab_strip_model()->count(); count 207 chrome/browser/sessions/tab_restore_browsertest.cc EXPECT_EQ(starting_tab_count + 2, browser()->tab_strip_model()->count()); count 219 chrome/browser/sessions/tab_restore_browsertest.cc EXPECT_EQ(starting_tab_count + 3, browser()->tab_strip_model()->count()); count 268 chrome/browser/sessions/tab_restore_browsertest.cc int starting_tab_count = browser()->tab_strip_model()->count(); count 270 chrome/browser/sessions/tab_restore_browsertest.cc ASSERT_EQ(browser()->tab_strip_model()->count(), starting_tab_count + 2); count 274 chrome/browser/sessions/tab_restore_browsertest.cc ASSERT_EQ(browser()->tab_strip_model()->count(), starting_tab_count + 1); count 278 chrome/browser/sessions/tab_restore_browsertest.cc ASSERT_EQ(browser()->tab_strip_model()->count(), starting_tab_count + 2); count 288 chrome/browser/sessions/tab_restore_browsertest.cc int starting_tab_count = browser()->tab_strip_model()->count(); count 294 chrome/browser/sessions/tab_restore_browsertest.cc EXPECT_EQ(starting_tab_count + 2, browser()->tab_strip_model()->count()); count 314 chrome/browser/sessions/tab_restore_browsertest.cc EXPECT_EQ(starting_tab_count + 2, browser->tab_strip_model()->count()); count 318 chrome/browser/sessions/tab_restore_browsertest.cc EXPECT_EQ(starting_tab_count + 3, browser->tab_strip_model()->count()); count 341 chrome/browser/sessions/tab_restore_browsertest.cc while (browser()->tab_strip_model()->count() > 1) count 355 chrome/browser/sessions/tab_restore_browsertest.cc EXPECT_EQ(1, browser->tab_strip_model()->count()); count 361 chrome/browser/sessions/tab_restore_browsertest.cc EXPECT_EQ(2, browser->tab_strip_model()->count()); count 373 chrome/browser/sessions/tab_restore_browsertest.cc int tab_count = browser()->tab_strip_model()->count(); count 379 chrome/browser/sessions/tab_restore_browsertest.cc EXPECT_EQ(++tab_count, browser()->tab_strip_model()->count()); count 431 chrome/browser/sessions/tab_restore_browsertest.cc int tab_count = browser()->tab_strip_model()->count(); count 437 chrome/browser/sessions/tab_restore_browsertest.cc EXPECT_EQ(++tab_count, browser()->tab_strip_model()->count()); count 489 chrome/browser/sessions/tab_restore_browsertest.cc int initial_tab_count = browser()->tab_strip_model()->count(); count 517 chrome/browser/sessions/tab_restore_browsertest.cc EXPECT_EQ(initial_tab_count + 2, browser->tab_strip_model()->count()); count 88 chrome/browser/signin/signin_names_io_thread_unittest.cc ASSERT_EQ(1u, emails.count(email)); count 112 chrome/browser/signin/signin_names_io_thread_unittest.cc ASSERT_EQ(1u, emails.count(email1)); count 113 chrome/browser/signin/signin_names_io_thread_unittest.cc ASSERT_EQ(1u, emails.count(email2)); count 89 chrome/browser/speech/tts_android.cc int count = Java_TtsPlatformImpl_getVoiceCount(env, java_ref_.obj()); count 90 chrome/browser/speech/tts_android.cc for (int i = 0; i < count; ++i) { count 113 chrome/browser/spellchecker/feedback.cc return !!misspellings_.count(hash); count 258 chrome/browser/spellchecker/feedback_sender.cc !renderers_sent_feedback_.count(renderer_process_id)); count 260 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc return !!words_.count(word); count 427 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc EXPECT_EQ(0UL, words.count("bar")); count 428 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc EXPECT_EQ(1UL, words.count("foo")); count 429 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc EXPECT_EQ(1UL, words.count("baz")); count 32 chrome/browser/spellchecker/spellcheck_host_metrics.cc void SpellCheckHostMetrics::RecordCustomWordCountStats(size_t count) { count 33 chrome/browser/spellchecker/spellcheck_host_metrics.cc UMA_HISTOGRAM_COUNTS("SpellCheck.CustomWords", count); count 36 chrome/browser/spellchecker/spellcheck_host_metrics.h static void RecordCustomWordCountStats(size_t count); count 294 chrome/browser/spellchecker/spellcheck_message_filter_mac.cc if (!tag_map_.count(route_id)) count 312 chrome/browser/ssl/ssl_error_info.cc int count = 0; count 315 chrome/browser/ssl/ssl_error_info.cc count++; count 326 chrome/browser/ssl/ssl_error_info.cc return count; count 748 chrome/browser/sync/glue/favicon_cache.cc if (synced_favicons_.count(icon_url) != 0) count 809 chrome/browser/sync/glue/favicon_cache.cc return (synced_favicons_.count(favicon_url) > 0 ? favicon_url : GURL()); count 896 chrome/browser/sync/glue/favicon_cache.cc DCHECK(!synced_favicons_.count(favicon_url)); count 918 chrome/browser/sync/glue/favicon_cache.cc DCHECK(!synced_favicons_.count(favicon_url)); count 52 chrome/browser/sync/glue/favicon_cache_unittest.cc return change_map_.count(guid) != 0; count 121 chrome/browser/sync/glue/sync_backend_registrar.cc if (!workers_.count(syncer::GROUP_HISTORY)) { count 127 chrome/browser/sync/glue/sync_backend_registrar.cc if (!workers_.count(syncer::GROUP_PASSWORD)) { count 147 chrome/browser/sync/glue/sync_backend_registrar.cc if (workers_.count(syncer::GROUP_HISTORY) == 0) { count 151 chrome/browser/sync/glue/sync_backend_registrar.cc if (workers_.count(syncer::GROUP_PASSWORD) == 0) { count 163 chrome/browser/sync/glue/sync_backend_registrar.cc if (routing_info_.count(it.Get()) == 0) { count 218 chrome/browser/sync/glue/sync_backend_registrar.cc DCHECK_EQ(processors_.count(type), 0U); count 117 chrome/browser/sync/glue/tab_node_pool_unittest.cc EXPECT_EQ(1u, free_sync_ids.count(4)); count 118 chrome/browser/sync/glue/tab_node_pool_unittest.cc EXPECT_EQ(1u, free_sync_ids.count(5)); count 119 chrome/browser/sync/glue/tab_node_pool_unittest.cc EXPECT_EQ(1u, free_sync_ids.count(6)); count 146 chrome/browser/sync/glue/typed_url_model_associator.cc if (map.count(it->visit_id) == 0 || count 209 chrome/browser/sync/glue/typed_url_model_associator.cc DCHECK_EQ(0U, visit_vectors.count(ix->id())); count 87 chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc EXPECT_EQ(0U, map->count(*iter)) count 90 chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc EXPECT_EQ(1U, map->count(*iter)) count 348 chrome/browser/sync/profile_sync_service.cc DCHECK_EQ(data_type_controllers_.count(data_type_controller->type()), 0U); count 356 chrome/browser/sync/profile_sync_service.cc DCHECK_EQ(data_type_controllers_.count(type), 0U); count 831 chrome/browser/sync/profile_sync_service.cc if (data_type_controllers_.count(data_type) > 0) count 1123 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc int count = 2; count 1131 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc count++; count 1139 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc model_->AddFolder(model_->other_node(), count - 1, title); count 1140 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc count++; count 1144 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc EXPECT_EQ(model_->other_node()->child_count(), count); count 1499 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc int count = 0; count 1503 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc &count); count 1507 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc PopulateFromTestData(f1_node, kF1Children, arraysize(kF1Children), &count); count 1509 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc PopulateFromTestData(f2_node, kF2Children, arraysize(kF2Children), &count); count 1515 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc &count); count 1519 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc PopulateFromTestData(f3_node, kF3Children, arraysize(kF3Children), &count); count 1521 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc PopulateFromTestData(f4_node, kF4Children, arraysize(kF4Children), &count); count 1524 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc &count); count 1527 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc &count); count 1533 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc &count); count 1537 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc PopulateFromTestData(f5_node, kF5Children, arraysize(kF5Children), &count); count 1539 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc PopulateFromTestData(f6_node, kF6Children, arraysize(kF6Children), &count); count 1547 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc int count = 0; count 1551 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc &count); count 1555 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc CompareWithTestData(f1_node, kF1Children, arraysize(kF1Children), &count); count 1557 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc CompareWithTestData(f2_node, kF2Children, arraysize(kF2Children), &count); count 1563 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc &count); count 1567 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc CompareWithTestData(f3_node, kF3Children, arraysize(kF3Children), &count); count 1569 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc CompareWithTestData(f4_node, kF4Children, arraysize(kF4Children), &count); count 1572 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc &count); count 1575 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc &count); count 1581 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc &count); count 1585 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc CompareWithTestData(f5_node, kF5Children, arraysize(kF5Children), &count); count 1587 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc CompareWithTestData(f6_node, kF6Children, arraysize(kF6Children), &count); count 269 chrome/browser/sync/profile_sync_service_preference_unittest.cc return pref_sync_service_->registered_preferences().count(pref_name) > 0; count 714 chrome/browser/sync/profile_sync_service_preference_unittest.cc pref_sync_service_->registered_preferences().count(prefs::kHomePage)); count 133 chrome/browser/sync/sessions2/tab_node_pool2_unittest.cc EXPECT_EQ(1u, free_sync_ids.count(4)); count 134 chrome/browser/sync/sessions2/tab_node_pool2_unittest.cc EXPECT_EQ(1u, free_sync_ids.count(5)); count 135 chrome/browser/sync/sessions2/tab_node_pool2_unittest.cc EXPECT_EQ(1u, free_sync_ids.count(6)); count 328 chrome/browser/sync/test/integration/autofill_helper.cc if (!autofill_profiles_a_map.count(p->guid())) { count 138 chrome/browser/sync/test/integration/bookmarks_helper.cc int count = 0; count 142 chrome/browser/sync/test/integration/bookmarks_helper.cc ++count; count 144 chrome/browser/sync/test/integration/bookmarks_helper.cc return count; count 64 chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc for (int i = 0; i < browser->tab_strip_model()->count(); ++i) { count 36 chrome/browser/sync/test/integration/retry_verifier.cc void FillDelayTable(DelayInfo* delay_table, int count) { count 37 chrome/browser/sync/test/integration/retry_verifier.cc DCHECK(count > 1); count 43 chrome/browser/sync/test/integration/retry_verifier.cc for (int i = 1 ; i < count ; ++i) { count 47 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc TwoClientAutofillSyncTest() : SyncTest(TWO_CLIENT) { count = 0; } count 54 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc AddURL(profile, IndexedURLTitle(count), GURL(IndexedURL(count)))); count 55 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc ++count; count 58 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc int count; count 175 chrome/browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc int count = 0; count 180 chrome/browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc ++count; count 182 chrome/browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc return count; count 26 chrome/browser/sync_file_system/local/local_file_sync_status.cc int count = --writing_[url]; count 27 chrome/browser/sync_file_system/local/local_file_sync_status.cc if (count == 0) { count 274 chrome/browser/task_manager/child_process_resource_provider.cc if (resources_.count(data.handle)) { count 210 chrome/browser/task_manager/notification_resource_provider.cc if (resources_.count(balloon_host)) count 440 chrome/browser/task_manager/task_manager_browsertest.cc ASSERT_EQ(2, browser()->tab_strip_model()->count()); count 449 chrome/browser/task_manager/task_manager_browsertest.cc ASSERT_EQ(1, browser()->tab_strip_model()->count()); count 134 chrome/browser/task_manager/web_contents_resource_provider.cc if (resources_.count(web_contents)) { count 61 chrome/browser/task_profiler/task_profiler_data_serializer.cc base::Value::CreateIntegerValue(death_data.count)); count 76 chrome/browser/task_profiler/task_profiler_data_serializer_unittest.cc process_data.tasks.back().death_data.count = 37; count 88 chrome/browser/task_profiler/task_profiler_data_serializer_unittest.cc process_data.tasks.back().death_data.count = 41; count 985 chrome/browser/themes/browser_theme_pack.cc size_t count = 0; count 988 chrome/browser/themes/browser_theme_pack.cc it != temp_tints.end() && count < kTintTableLength; count 989 chrome/browser/themes/browser_theme_pack.cc ++it, ++count) { count 990 chrome/browser/themes/browser_theme_pack.cc tints_[count].id = it->first; count 991 chrome/browser/themes/browser_theme_pack.cc tints_[count].h = it->second.h; count 992 chrome/browser/themes/browser_theme_pack.cc tints_[count].s = it->second.s; count 993 chrome/browser/themes/browser_theme_pack.cc tints_[count].l = it->second.l; count 1011 chrome/browser/themes/browser_theme_pack.cc size_t count = 0; count 1013 chrome/browser/themes/browser_theme_pack.cc it != temp_colors.end() && count < kColorTableLength; ++it, ++count) { count 1014 chrome/browser/themes/browser_theme_pack.cc colors_[count].id = it->first; count 1015 chrome/browser/themes/browser_theme_pack.cc colors_[count].color = it->second; count 1061 chrome/browser/themes/browser_theme_pack.cc if (!colors->count(ThemeProperties::COLOR_NTP_HEADER) && count 1062 chrome/browser/themes/browser_theme_pack.cc colors->count(ThemeProperties::COLOR_NTP_SECTION)) { count 1067 chrome/browser/themes/browser_theme_pack.cc if (!colors->count(ThemeProperties::COLOR_NTP_SECTION_LINK_UNDERLINE) && count 1068 chrome/browser/themes/browser_theme_pack.cc colors->count(ThemeProperties::COLOR_NTP_SECTION_LINK)) { count 1075 chrome/browser/themes/browser_theme_pack.cc if (!colors->count(ThemeProperties::COLOR_NTP_LINK_UNDERLINE) && count 1076 chrome/browser/themes/browser_theme_pack.cc colors->count(ThemeProperties::COLOR_NTP_LINK)) { count 1093 chrome/browser/themes/browser_theme_pack.cc if (!colors->count(ThemeProperties::COLOR_FRAME)) { count 1097 chrome/browser/themes/browser_theme_pack.cc if (!colors->count(ThemeProperties::COLOR_FRAME_INACTIVE)) { count 1102 chrome/browser/themes/browser_theme_pack.cc if (!colors->count(ThemeProperties::COLOR_FRAME_INCOGNITO)) { count 1107 chrome/browser/themes/browser_theme_pack.cc if (!colors->count(ThemeProperties::COLOR_FRAME_INCOGNITO_INACTIVE)) { count 1157 chrome/browser/themes/browser_theme_pack.cc size_t count = 0; count 1159 chrome/browser/themes/browser_theme_pack.cc it != temp_properties.end() && count < kDisplayPropertiesSize; count 1160 chrome/browser/themes/browser_theme_pack.cc ++it, ++count) { count 1161 chrome/browser/themes/browser_theme_pack.cc display_properties_[count].id = it->first; count 1162 chrome/browser/themes/browser_theme_pack.cc display_properties_[count].property = it->second; count 1342 chrome/browser/themes/browser_theme_pack.cc prs_base_id = images->count(PRS_THEME_FRAME_INCOGNITO_WIN) ? count 1347 chrome/browser/themes/browser_theme_pack.cc !images->count(PRS_THEME_FRAME_INCOGNITO_WIN)) { count 1353 chrome/browser/themes/browser_theme_pack.cc prs_base_id = images->count(PRS_THEME_FRAME_INCOGNITO) ? count 1360 chrome/browser/themes/browser_theme_pack.cc !images->count(PRS_THEME_FRAME_INCOGNITO)) { count 1366 chrome/browser/themes/browser_theme_pack.cc if (images->count(prs_id)) { count 1368 chrome/browser/themes/browser_theme_pack.cc } else if (prs_base_id != prs_id && images->count(prs_base_id)) { count 1372 chrome/browser/themes/browser_theme_pack.cc if (images->count(PRS_THEME_FRAME_WIN)) { count 1374 chrome/browser/themes/browser_theme_pack.cc if (images->count(PRS_THEME_FRAME)) { count 1435 chrome/browser/themes/browser_theme_pack.cc int vertical_offset = images->count(prs_id) count 672 chrome/browser/thumbnails/content_analysis.cc unsigned target_row_count = std::count(rows.begin(), rows.end(), true); count 673 chrome/browser/thumbnails/content_analysis.cc unsigned target_column_count = std::count( count 551 chrome/browser/thumbnails/content_analysis_unittest.cc int row_count = std::count(rows_guide.begin(), rows_guide.end(), true); count 552 chrome/browser/thumbnails/content_analysis_unittest.cc int column_count = std::count( count 180 chrome/browser/translate/translate_manager_render_view_host_unittest.cc bool found = removed_infobars_.count(delegate) != 0; count 56 chrome/browser/ui/android/autofill/autofill_popup_view_android.cc size_t count = controller_->names().size(); count 59 chrome/browser/ui/android/autofill/autofill_popup_view_android.cc Java_AutofillPopupBridge_createAutofillSuggestionArray(env, count); count 61 chrome/browser/ui/android/autofill/autofill_popup_view_android.cc for (size_t i = 0; i < count; ++i) { count 104 chrome/browser/ui/app_list/app_list_controller_browsertest.cc virtual void ListItemsAdded(size_t start, size_t count) OVERRIDE { count 107 chrome/browser/ui/app_list/app_list_controller_browsertest.cc virtual void ListItemsRemoved(size_t start, size_t count) OVERRIDE { count 111 chrome/browser/ui/app_list/app_list_controller_browsertest.cc virtual void ListItemsChanged(size_t start, size_t count) OVERRIDE {} count 33 chrome/browser/ui/app_list/app_list_service_impl.cc void SendAppListAppLaunch(int count) { count 35 chrome/browser/ui/app_list/app_list_service_impl.cc "Apps.AppListDailyAppLaunches", count, 1, 1000, 50); count 36 chrome/browser/ui/app_list/app_list_service_impl.cc if (count > 0) count 40 chrome/browser/ui/app_list/app_list_service_impl.cc void SendAppListLaunch(int count) { count 42 chrome/browser/ui/app_list/app_list_service_impl.cc "Apps.AppListDailyLaunches", count, 1, 1000, 50); count 43 chrome/browser/ui/app_list/app_list_service_impl.cc if (count > 0) count 50 chrome/browser/ui/app_list/app_list_service_impl.cc void (*send_callback)(int count)) { count 71 chrome/browser/ui/app_list/app_list_service_impl.cc void (*send_callback)(int count)) { count 77 chrome/browser/ui/app_list/app_list_service_impl.cc int count = local_state->GetInteger(count_pref); count 78 chrome/browser/ui/app_list/app_list_service_impl.cc local_state->SetInteger(count_pref, count + 1); count 71 chrome/browser/ui/app_list/app_list_view_delegate.cc const size_t count = profile_info.GetNumberOfProfiles(); count 72 chrome/browser/ui/app_list/app_list_view_delegate.cc for (size_t i = 0; i < count; ++i) { count 66 chrome/browser/ui/app_list/search/mixer_unittest.cc void set_count(size_t count) { count_ = count; } count 185 chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc for (int index = 0; index < tab_strip->count(); index++) { count 256 chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc for (int index = 0; index < tab_strip->count(); index++) { count 258 chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc (index + active_index) % tab_strip->count()); count 273 chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc for (int index = 0; index < tab_strip->count(); index++) { count 183 chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc for (int index = 0; index < tab_strip->count(); ++index) { count 830 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc int tab_count = tab_strip->count(); count 834 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(++tab_count, tab_strip->count()); count 840 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(--tab_count, tab_strip->count()); count 847 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc int tab_count = tab_strip->count(); count 850 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(++tab_count, tab_strip->count()); count 857 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(--tab_count, tab_strip->count()); count 865 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc int tab_count = tab_strip->count(); count 868 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(++tab_count, tab_strip->count()); count 888 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc int tab_count = tab_strip->count(); count 893 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(++tab_count, tab_strip->count()); count 907 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc int tab_count = tab_strip->count(); count 914 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(++tab_count, tab_strip->count()); count 918 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(tab_count, tab_strip->count()); count 924 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc int tab_count = tab_strip->count(); count 931 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(++tab_count, tab_strip->count()); count 935 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(++tab_count, tab_strip->count()); count 942 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc int tab_count = tab_strip->count(); count 950 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(++tab_count, tab_strip->count()); count 956 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(++tab_count, tab_strip->count()); count 964 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(tab_count, tab_strip->count()); count 975 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(++tab_count, tab_strip->count()); count 981 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(tab_count, tab_strip->count()); count 988 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(tab_count, tab_strip->count()); count 1017 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(1, tab_strip_model1->count()); count 1029 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(2, tab_strip_model1->count()); count 1037 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(1, tab_strip_model2->count()); count 1047 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(1, tab_strip_model1->count()); count 1048 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(2, tab_strip_model2->count()); count 1058 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc int tab_count = tab_strip->count(); count 1061 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(++tab_count, tab_strip->count()); count 1071 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(++tab_count, tab_strip->count()); count 1081 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(++tab_count, tab_strip->count()); count 1093 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc int tab_count = tab_strip->count(); count 1096 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(++tab_count, tab_strip->count()); count 1108 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(++tab_count, tab_strip->count()); count 1118 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(++tab_count, tab_strip->count()); count 1131 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc int tab_count = tab_strip->count(); count 1142 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(++tab_count, tab_strip->count()); count 1150 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(++tab_count, tab_strip->count()); count 1493 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc int tab_count1 = tab_strip->count(); count 1495 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc int tab_count2 = tab_strip2->count(); count 1521 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(tab_count1, tab_strip->count()); count 1522 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(tab_count2, tab_strip2->count()); count 1887 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc int tab_count = tab_strip->count(); count 1892 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(tab_count + 1, tab_strip->count()); count 1930 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 1946 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 2272 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc EXPECT_EQ(0, browser()->tab_strip_model()->count()); count 2594 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc int tabs = browser()->tab_strip_model()->count(); count 2600 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc EXPECT_EQ(tabs, browser()->tab_strip_model()->count()); count 2608 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc EXPECT_EQ(--tabs, browser()->tab_strip_model()->count()); count 2736 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc EXPECT_EQ(0, tab_strip_model->count()); count 2739 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc EXPECT_EQ(2, tab_strip_model->count()); count 2796 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc EXPECT_EQ(1, tab_strip_model->count()); count 49 chrome/browser/ui/ash/launcher/multi_profile_browser_status_monitor.cc for (int i = 0; i < browser->tab_strip_model()->count(); ++i) { count 65 chrome/browser/ui/ash/launcher/multi_profile_browser_status_monitor.cc for (int i = 0; i < browser->tab_strip_model()->count(); ++i) { count 1315 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc ASSERT_EQ(1, tab_strip->count()); count 1321 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc EXPECT_EQ(2, tab_strip->count()); count 1330 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc EXPECT_EQ(3, tab_strip->count()); count 1345 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc EXPECT_EQ(4, tab_strip->count()); count 1377 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc int num_tabs = browser()->tab_strip_model()->count(); count 1379 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc EXPECT_EQ(num_tabs + 1, browser()->tab_strip_model()->count()); count 1396 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 1398 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 586 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc !possible_values.count(base::ASCIIToUTF16(country_code))) { count 1694 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc if (!user_inputs.count(CREDIT_CARD_VERIFICATION_CODE)) count 1898 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc if (field_values.count(CREDIT_CARD_EXP_4_DIGIT_YEAR) && count 1899 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc field_values.count(CREDIT_CARD_EXP_MONTH) && count 1919 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc if (field_values.count(CREDIT_CARD_NUMBER) && count 1920 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc field_values.count(CREDIT_CARD_VERIFICATION_CODE)) { count 1932 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc if (field_values.count(ADDRESS_HOME_COUNTRY) && count 1933 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc field_values.count(PHONE_HOME_WHOLE_NUMBER)) { count 1941 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc if (field_values.count(ADDRESS_BILLING_COUNTRY) && count 1942 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc field_values.count(PHONE_BILLING_WHOLE_NUMBER)) { count 2302 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc if (!snapshot.count(ADDRESS_BILLING_COUNTRY) && count 2310 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc if (!snapshot.count(ADDRESS_HOME_COUNTRY) && count 2786 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc return section_editing_state_.count(section) > 0; count 3684 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc needs_validation_.count(section)) { count 3730 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc DCHECK(newly_saved_data_model_guids_.count(section)); count 2776 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc EXPECT_EQ(1UL, icons.count(CREDIT_CARD_NUMBER)); count 2785 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc EXPECT_EQ(1UL, icons.count(CREDIT_CARD_VERIFICATION_CODE)); count 2795 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc EXPECT_EQ(1UL, icons.count(CREDIT_CARD_VERIFICATION_CODE)); count 2796 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc EXPECT_EQ(1UL, icons.count(CREDIT_CARD_NUMBER)); count 3092 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc ASSERT_EQ(1U, icons.count(CREDIT_CARD_NUMBER)); count 130 chrome/browser/ui/blocked_content/popup_blocker_browsertest.cc EXPECT_EQ(1, browser->tab_strip_model()->count()); count 165 chrome/browser/ui/blocked_content/popup_blocker_browsertest.cc EXPECT_EQ(2, browser->tab_strip_model()->count()); count 69 chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate_unittest.cc int starting_tab_count = browser()->tab_strip_model()->count(); count 77 chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate_unittest.cc int tab_count = browser()->tab_strip_model()->count(); count 93 chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate_unittest.cc int starting_tab_count_normal = browser()->tab_strip_model()->count(); count 95 chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate_unittest.cc incognito_browser.get()->tab_strip_model()->count(); count 104 chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate_unittest.cc int tab_count_normal = browser()->tab_strip_model()->count(); count 111 chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate_unittest.cc int tab_count_incognito = incognito_browser->tab_strip_model()->count(); count 131 chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate_unittest.cc int starting_tab_count = extra_browser->tab_strip_model()->count(); count 145 chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate_unittest.cc int tab_count = extra_browser->tab_strip_model()->count(); count 145 chrome/browser/ui/bookmarks/bookmark_utils.cc for (int i = 0; i < browser->tab_strip_model()->count(); ++i) { count 93 chrome/browser/ui/bookmarks/recently_used_folders_combo_model_unittest.cc EXPECT_EQ(0u, items.count(model.GetItemAt(i))); count 665 chrome/browser/ui/browser.cc if (tab_restore_service && is_type_tabbed() && tab_strip_model_->count()) count 1258 chrome/browser/ui/browser.cc tab_strip_model_->count() > 1 && !download->IsSavePackageDownload()) { count 1852 chrome/browser/ui/browser.cc for (int i = tab_strip_model_->count() - 1; i >= 0; --i) { count 1996 chrome/browser/ui/browser.cc for (int tab = 0; tab < tab_strip_model_->count(); tab++) { count 2080 chrome/browser/ui/browser.cc for (int i = index; i < tab_strip_model_->count(); ++i) { count 418 chrome/browser/ui/browser_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 426 chrome/browser/ui/browser_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 454 chrome/browser/ui/browser_browsertest.cc EXPECT_EQ(kTabCount, browser()->tab_strip_model()->count()); count 889 chrome/browser/ui/browser_browsertest.cc ASSERT_EQ(2, browser()->tab_strip_model()->count()); count 922 chrome/browser/ui/browser_browsertest.cc ASSERT_EQ(3, browser()->tab_strip_model()->count()); count 975 chrome/browser/ui/browser_browsertest.cc ASSERT_EQ(2, browser()->tab_strip_model()->count()); count 1112 chrome/browser/ui/browser_browsertest.cc ASSERT_EQ(1, browser()->tab_strip_model()->count()); count 1116 chrome/browser/ui/browser_browsertest.cc ASSERT_EQ(2, browser()->tab_strip_model()->count()); count 1140 chrome/browser/ui/browser_browsertest.cc ASSERT_EQ(1, browser()->tab_strip_model()->count()); count 1145 chrome/browser/ui/browser_browsertest.cc ASSERT_EQ(1, app_browser->tab_strip_model()->count()); count 1241 chrome/browser/ui/browser_browsertest.cc ASSERT_EQ(1, browser()->tab_strip_model()->count()); count 1390 chrome/browser/ui/browser_browsertest.cc ASSERT_EQ(3, new_browser->tab_strip_model()->count()); count 1940 chrome/browser/ui/browser_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 1946 chrome/browser/ui/browser_browsertest.cc EXPECT_EQ(1, popup_browser->tab_strip_model()->count()); count 1954 chrome/browser/ui/browser_browsertest.cc EXPECT_EQ(1, popup_browser->tab_strip_model()->count()); count 1957 chrome/browser/ui/browser_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 1963 chrome/browser/ui/browser_browsertest.cc EXPECT_EQ(1, app_browser->tab_strip_model()->count()); count 1972 chrome/browser/ui/browser_browsertest.cc EXPECT_EQ(1, app_browser->tab_strip_model()->count()); count 1975 chrome/browser/ui/browser_browsertest.cc EXPECT_EQ(3, browser()->tab_strip_model()->count()); count 1981 chrome/browser/ui/browser_browsertest.cc EXPECT_EQ(1, app_popup_browser->tab_strip_model()->count()); count 1990 chrome/browser/ui/browser_browsertest.cc EXPECT_EQ(1, app_popup_browser->tab_strip_model()->count()); count 1993 chrome/browser/ui/browser_browsertest.cc EXPECT_EQ(4, browser()->tab_strip_model()->count()); count 2298 chrome/browser/ui/browser_browsertest.cc EXPECT_EQ(1, browser->tab_strip_model()->count()); count 2311 chrome/browser/ui/browser_browsertest.cc EXPECT_EQ(1, browser->tab_strip_model()->count()); count 2330 chrome/browser/ui/browser_browsertest.cc EXPECT_EQ(2, browser->tab_strip_model()->count()); count 218 chrome/browser/ui/browser_close_browsertest.cc int count = 0; count 221 chrome/browser/ui/browser_close_browsertest.cc count++; count 223 chrome/browser/ui/browser_close_browsertest.cc return count; count 1266 chrome/browser/ui/browser_command_controller.cc bool has_blocked_tab = tab_index != browser_->tab_strip_model()->count(); count 630 chrome/browser/ui/browser_commands.cc if (index < browser->tab_strip_model()->count()) { count 771 chrome/browser/ui/browser_commands.cc return browser->tab_strip_model()->count() > 1 && count 104 chrome/browser/ui/browser_finder.cc size_t count = 0; count 109 chrome/browser/ui/browser_finder.cc count++; count 112 chrome/browser/ui/browser_finder.cc return count; count 186 chrome/browser/ui/browser_finder.cc size_t count = 0; count 189 chrome/browser/ui/browser_finder.cc count += BrowserList::GetInstance(t)->size(); count 191 chrome/browser/ui/browser_finder.cc return count; count 195 chrome/browser/ui/browser_finder.cc size_t count = 0; count 198 chrome/browser/ui/browser_finder.cc count += GetBrowserCount(profile, t); count 200 chrome/browser/ui/browser_finder.cc return count; count 165 chrome/browser/ui/browser_instant_controller.cc int count = tab_model->count(); count 166 chrome/browser/ui/browser_instant_controller.cc for (int index = 0; index < count; ++index) { count 31 chrome/browser/ui/browser_iterator_unittest.cc size_t count = 0; count 33 chrome/browser/ui/browser_iterator_unittest.cc ++count; count 34 chrome/browser/ui/browser_iterator_unittest.cc return count; count 105 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 147 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 157 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 158 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, incognito_browser->tab_strip_model()->count()); count 170 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 196 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, browser->tab_strip_model()->count()); count 228 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 284 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 295 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 307 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(3, browser()->tab_strip_model()->count()); count 319 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(4, browser()->tab_strip_model()->count()); count 339 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 356 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 372 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 399 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, popup->tab_strip_model()->count()); count 400 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 434 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 435 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, popup->tab_strip_model()->count()); count 436 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, p.browser->tab_strip_model()->count()); count 461 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 462 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, p.browser->tab_strip_model()->count()); count 483 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 484 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, p.browser->tab_strip_model()->count()); count 509 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 510 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, p1.browser->tab_strip_model()->count()); count 511 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, p2.browser->tab_strip_model()->count()); count 534 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 535 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, app_browser->tab_strip_model()->count()); count 536 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, p.browser->tab_strip_model()->count()); count 565 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 566 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, app_browser->tab_strip_model()->count()); count 567 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, p1.browser->tab_strip_model()->count()); count 568 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, p2.browser->tab_strip_model()->count()); count 611 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 612 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, p.browser->tab_strip_model()->count()); count 634 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 635 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, p.browser->tab_strip_model()->count()); count 655 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 656 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(2, incognito_browser->tab_strip_model()->count()); count 692 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 729 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 730 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, p.browser->tab_strip_model()->count()); count 753 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 766 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 780 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(3, browser()->tab_strip_model()->count()); count 800 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(3, browser()->tab_strip_model()->count()); count 814 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(3, browser()->tab_strip_model()->count()); count 834 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(3, browser()->tab_strip_model()->count()); count 848 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(3, browser()->tab_strip_model()->count()); count 868 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(3, browser()->tab_strip_model()->count()); count 881 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(3, browser()->tab_strip_model()->count()); count 899 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 913 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 925 chrome/browser/ui/browser_navigator_browsertest.cc int initial_tab_count = browser()->tab_strip_model()->count(); count 930 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(initial_tab_count + 1, browser()->tab_strip_model()->count()); count 946 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(initial_tab_count + 1, browser()->tab_strip_model()->count()); count 1037 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 1064 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 1083 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 1094 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 1105 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 1118 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 1127 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 1142 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 1145 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 1154 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 1169 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 1174 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 1183 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 1209 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 1250 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 1270 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 1286 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 173 chrome/browser/ui/browser_navigator_browsertest_chromeos.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 174 chrome/browser/ui/browser_navigator_browsertest_chromeos.cc EXPECT_EQ(1, incognito_browser->tab_strip_model()->count()); count 187 chrome/browser/ui/browser_navigator_browsertest_chromeos.cc EXPECT_EQ(2, incognito_browser->tab_strip_model()->count()); count 28 chrome/browser/ui/browser_tab_restore_service_delegate.cc return browser_->tab_strip_model()->count(); count 93 chrome/browser/ui/browser_tab_strip_model_delegate.cc (browser_->tab_strip_model()->count() > 1 count 54 chrome/browser/ui/browser_unittest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 326 chrome/browser/ui/chrome_pages.cc DCHECK_GT(browser->tab_strip_model()->count(), 0); count 23 chrome/browser/ui/cocoa/content_settings/cookies_tree_controller_bridge.h int count) OVERRIDE; count 27 chrome/browser/ui/cocoa/content_settings/cookies_tree_controller_bridge.h int count) OVERRIDE; count 870 chrome/browser/ui/content_settings/content_setting_bubble_model.cc DCHECK_EQ(1U, bubble_content().media_menus.count(type)); count 65 chrome/browser/ui/extensions/extension_install_ui_default.cc if (browser->tab_strip_model()->count() == 0) count 209 chrome/browser/ui/fast_unload_controller.cc for (int i = 0; i < browser_->tab_strip_model()->count(); ++i) { count 88 chrome/browser/ui/global_error/global_error_service_unittest.cc EXPECT_EQ(2, BaseError::count()); count 90 chrome/browser/ui/global_error/global_error_service_unittest.cc EXPECT_EQ(0, BaseError::count()); count 109 chrome/browser/ui/global_error/global_error_service_unittest.cc EXPECT_EQ(2, BaseError::count()); count 111 chrome/browser/ui/global_error/global_error_service_unittest.cc EXPECT_EQ(2, BaseError::count()); count 584 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc int count = g_list_length(children); count 586 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc return count; count 714 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc void BrowserActionsToolbarGtk::AnimateToShowNIcons(int count) { count 715 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc desired_width_ = WidthForIconCount(count); count 110 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.h void AnimateToShowNIcons(int count); count 931 chrome/browser/ui/gtk/browser_titlebar.cc } else if (index + 1 < browser->tab_strip_model()->count()) { count 36 chrome/browser/ui/gtk/extensions/browser_action_test_util_gtk.cc int count = -1; count 42 chrome/browser/ui/gtk/extensions/browser_action_test_util_gtk.cc count = g_list_length(children); count 45 chrome/browser/ui/gtk/extensions/browser_action_test_util_gtk.cc return count; count 1007 chrome/browser/ui/gtk/find_bar_gtk.cc void FindBarGtk::OnMoveCursor(GtkEntry* entry, GtkMovementStep step, gint count, count 154 chrome/browser/ui/gtk/find_bar_gtk.h static void OnMoveCursor(GtkEntry* entry, GtkMovementStep step, gint count, count 133 chrome/browser/ui/gtk/gtk_theme_service.cc return images.count(id) > 0; count 438 chrome/browser/ui/gtk/gtk_tree.cc int count) { count 445 chrome/browser/ui/gtk/gtk_tree.cc for (int i = 0; i < count; ++i) { count 455 chrome/browser/ui/gtk/gtk_tree.cc int count) { count 462 chrome/browser/ui/gtk/gtk_tree.cc for (int i = 0; i < count; ++i) { count 179 chrome/browser/ui/gtk/gtk_tree.h int count) OVERRIDE; count 183 chrome/browser/ui/gtk/gtk_tree.h int count) OVERRIDE; count 156 chrome/browser/ui/gtk/location_bar_view_gtk.cc void CountVisibleWidgets(GtkWidget* widget, gpointer count) { count 158 chrome/browser/ui/gtk/location_bar_view_gtk.cc *static_cast<int*>(count) += 1; count 802 chrome/browser/ui/gtk/location_bar_view_gtk.cc int count = 0; count 804 chrome/browser/ui/gtk/location_bar_view_gtk.cc CountVisibleWidgets, &count); count 805 chrome/browser/ui/gtk/location_bar_view_gtk.cc return count; count 1072 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc gint count, count 1081 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc (count == 1 || count == -1)) { count 1101 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc text_buffer_, count == count_towards_end ? &sel_end : &sel_start); count 1104 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc } else if (count == count_towards_end && !IsCaretAtEnd()) { count 1109 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc model()->OnUpOrDownKeyPressed(model()->result().size() * count); count 1112 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc model()->OnUpOrDownKeyPressed(count); count 1124 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc klass->move_cursor(GTK_TEXT_VIEW(text_view_), step, count, count 2012 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc gint count) { count 484 chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc if (index >= 0 && index < attached_model->count()) { count 614 chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc if (index >= attached_tabstrip_->model_->count()) count 615 chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc return attached_tabstrip_->model_->count() - 1; count 2006 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc for (int i = 0, count = GetTabCount(); i < count; ++i) count 127 chrome/browser/ui/gtk/unity_service.cc void SetDownloadCount(int count) { count 130 chrome/browser/ui/gtk/unity_service.cc entry_set_count(chrome_entry, count); count 131 chrome/browser/ui/gtk/unity_service.cc entry_set_count_visible(chrome_entry, count != 0); count 17 chrome/browser/ui/gtk/unity_service.h void SetDownloadCount(int count); count 216 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc GtkTextView* text_view, GtkDeleteType type, gint count) { count 217 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc if (!count) count 226 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc commands[0] = (count > 0 ? count 231 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc commands[0] = (count > 0 ? count 236 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc if (count > 0) { count 249 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc commands[0] = (count > 0 ? count 254 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc commands[0] = (count > 0 ? count 270 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc if (count < 0) count 271 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc count = -count; count 272 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc for (; count > 0; --count) { count 287 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc GtkTextView* text_view, GtkMovementStep step, gint count, count 289 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc if (!count) count 295 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc command = (count > 0 ? count 300 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc command = (count > 0 ? count 305 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc command = (count > 0 ? count 310 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc command = (count > 0 ? count 314 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc command = (count > 0 ? count 319 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc command = (count > 0 ? count 324 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc command = (count > 0 ? TextEditCommandX11::MOVE_PAGE_DOWN : count 328 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc command = (count > 0 ? TextEditCommandX11::MOVE_TO_END_OF_DOCUMENT : count 338 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc if (count < 0) count 339 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc count = -count; count 340 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc for (; count > 0; --count) count 345 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc GtkTextView* text_view, GtkScrollStep step, gint count) { count 105 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.h gint count); count 112 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.h gint count, gboolean extend_selection); count 116 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.h gint count); count 216 chrome/browser/ui/libgtk2ui/gtk2_ui.cc return images.count(id) > 0; count 471 chrome/browser/ui/libgtk2ui/gtk2_ui.cc void Gtk2UI::SetDownloadCount(int count) const { count 473 chrome/browser/ui/libgtk2ui/gtk2_ui.cc unity::SetDownloadCount(count); count 93 chrome/browser/ui/libgtk2ui/gtk2_ui.h virtual void SetDownloadCount(int count) const OVERRIDE; count 129 chrome/browser/ui/libgtk2ui/unity_service.cc void SetDownloadCount(int count) { count 132 chrome/browser/ui/libgtk2ui/unity_service.cc entry_set_count(chrome_entry, count); count 133 chrome/browser/ui/libgtk2ui/unity_service.cc entry_set_count_visible(chrome_entry, count != 0); count 15 chrome/browser/ui/libgtk2ui/unity_service.h void SetDownloadCount(int count); count 1009 chrome/browser/ui/omnibox/omnibox_edit_model.cc void OmniboxEditModel::OnUpOrDownKeyPressed(int count) { count 1014 chrome/browser/ui/omnibox/omnibox_edit_model.cc popup_model()->Move(count); count 291 chrome/browser/ui/omnibox/omnibox_edit_model.h virtual void OnUpOrDownKeyPressed(int count); count 184 chrome/browser/ui/omnibox/omnibox_popup_model.cc void OmniboxPopupModel::Move(int count) { count 194 chrome/browser/ui/omnibox/omnibox_popup_model.cc const size_t new_line = selected_line_ + count; count 195 chrome/browser/ui/omnibox/omnibox_popup_model.cc SetSelectedLine(((count < 0) && (new_line >= selected_line_)) ? 0 : new_line, count 87 chrome/browser/ui/omnibox/omnibox_popup_model.h void Move(int count); count 208 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc int tab_count = browser->tab_strip_model()->count(); count 220 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc browser->tab_strip_model()->count() != expected_tab_count) { count 224 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc ASSERT_EQ(expected_tab_count, browser->tab_strip_model()->count()); count 371 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc int tab_count = browser()->tab_strip_model()->count(); count 649 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc int tab_count = browser()->tab_strip_model()->count(); count 524 chrome/browser/ui/panels/panel_manager.cc int count = detached_collection_->num_panels() + count 528 chrome/browser/ui/panels/panel_manager.cc count += (*iter)->num_panels(); count 529 chrome/browser/ui/panels/panel_manager.cc return count; count 467 chrome/browser/ui/search/instant_extended_interactive_uitest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 522 chrome/browser/ui/search/instant_extended_interactive_uitest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 531 chrome/browser/ui/search/instant_extended_interactive_uitest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 573 chrome/browser/ui/search/instant_extended_interactive_uitest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 716 chrome/browser/ui/search/instant_extended_interactive_uitest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 305 chrome/browser/ui/search/instant_search_prerenderer_unittest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 275 chrome/browser/ui/search/search_ipc_router_unittest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 92 chrome/browser/ui/singleton_tabs.cc int tab_count = params->browser->tab_strip_model()->count(); count 77 chrome/browser/ui/startup/session_crashed_infobar_delegate.cc if (browser->tab_strip_model()->count() == 1) { count 83 chrome/browser/ui/startup/session_crashed_infobar_delegate_unittest.cc ASSERT_EQ(1, tab_strip->count()); count 105 chrome/browser/ui/startup/session_crashed_infobar_delegate_unittest.cc ASSERT_EQ(1, tab_strip->count()); count 222 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc ASSERT_EQ(static_cast<int>(urls.size()), tab_strip->count()); count 265 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc ASSERT_EQ(1, new_browser->tab_strip_model()->count()); count 414 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc EXPECT_EQ(2, tab_strip->count()); count 449 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc EXPECT_EQ(4, tab_strip->count()); count 474 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc EXPECT_EQ(1, tab_strip->count()); count 500 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc EXPECT_EQ(2, tab_strip->count()); count 535 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc EXPECT_EQ(2, tab_strip->count()); count 541 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc EXPECT_EQ(1, tab_strip->count()); count 568 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc EXPECT_EQ(3, tab_strip->count()); count 576 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc EXPECT_EQ(2, tab_strip->count()); count 644 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc ASSERT_EQ(1, tab_strip->count()); count 652 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc ASSERT_EQ(1, tab_strip->count()); count 743 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc ASSERT_EQ(1, tab_strip->count()); count 752 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc ASSERT_EQ(1, tab_strip->count()); count 838 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc ASSERT_EQ(1, tab_strip->count()); count 847 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc ASSERT_EQ(1, tab_strip->count()); count 855 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc ASSERT_EQ(1, tab_strip->count()); count 939 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc ASSERT_EQ(1, tab_strip->count()); count 952 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc ASSERT_EQ(1, tab_strip->count()); count 964 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc ASSERT_EQ(1, tab_strip->count()); count 999 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc EXPECT_EQ(1, tab_strip->count()); count 1079 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc ASSERT_EQ(2, tab_strip->count()); count 1120 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc ASSERT_EQ(2, tab_strip->count()); count 1162 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc ASSERT_EQ(2, tab_strip->count()); count 1209 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc ASSERT_EQ(2, tab_strip->count()); count 1256 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc ASSERT_EQ(2, tab_strip->count()); count 1303 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc ASSERT_EQ(2, tab_strip->count()); count 1346 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc ASSERT_EQ(1, tab_strip->count()); count 1403 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc ASSERT_EQ(1, tab_strip->count()); count 826 chrome/browser/ui/startup/startup_browser_creator_impl.cc if (!browser->tab_strip_model()->count()) count 850 chrome/browser/ui/startup/startup_browser_creator_impl.cc if (!browser || !profile_ || browser->tab_strip_model()->count() == 0) count 45 chrome/browser/ui/sync/browser_synced_window_delegate.cc for (int i = 0; i < browser_->tab_strip_model()->count(); i++) { count 74 chrome/browser/ui/sync/browser_synced_window_delegate.cc return browser_->tab_strip_model()->count(); count 18 chrome/browser/ui/sync/one_click_signin_bubble_links_delegate_browsertest.cc int starting_tab_count = browser()->tab_strip_model()->count(); count 23 chrome/browser/ui/sync/one_click_signin_bubble_links_delegate_browsertest.cc int tab_count = browser()->tab_strip_model()->count(); count 32 chrome/browser/ui/sync/one_click_signin_bubble_links_delegate_browsertest.cc int starting_tab_count = browser()->tab_strip_model()->count(); count 37 chrome/browser/ui/sync/one_click_signin_bubble_links_delegate_browsertest.cc int tab_count = browser()->tab_strip_model()->count(); count 941 chrome/browser/ui/sync/one_click_signin_helper.cc if (io_data->signin_names()->GetEmails().count( count 25 chrome/browser/ui/tab_contents/tab_contents_iterator.cc if (++web_view_index_ >= browser_iterator_->tab_strip_model()->count()) { count 29 chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc size_t count = 0; count 31 chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc ++count; count 32 chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc return count; count 68 chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc EXPECT_EQ(0, browser()->tab_strip_model()->count()); count 69 chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc EXPECT_EQ(0, browser2->tab_strip_model()->count()); count 70 chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc EXPECT_EQ(0, browser3->tab_strip_model()->count()); count 71 chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc EXPECT_EQ(0, browser4->tab_strip_model()->count()); count 123 chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc EXPECT_EQ(0, browser()->tab_strip_model()->count()); count 124 chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc EXPECT_EQ(0, browser2->tab_strip_model()->count()); count 125 chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc EXPECT_EQ(0, browser3->tab_strip_model()->count()); count 135 chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc size_t count = 0; count 137 chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc ++count) { count 138 chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc if (count < 3) count 140 chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc else if (count < 5) count 150 chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc count = 0; count 152 chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc ++count) { count 153 chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc if (count == 0) count 163 chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc count = 0; count 165 chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc ++count) { count 166 chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc if (count == 0) count 168 chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc else if (count == 1) count 170 chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc else if (count == 2) count 52 chrome/browser/ui/tabs/hover_tab_selector.cc tab_transition_tab_index_ < tab_strip_model_->count()); count 34 chrome/browser/ui/tabs/pinned_tab_codec.cc for (int i = 0; i < tab_model->count(); ++i) { count 83 chrome/browser/ui/tabs/pinned_tab_codec.cc for (int i = 0; i < tab_model->count() && tab_model->IsTabPinned(i); ++i) count 267 chrome/browser/ui/tabs/tab_strip_model.cc return index >= 0 && index < count(); count 272 chrome/browser/ui/tabs/tab_strip_model.cc InsertWebContentsAt(count(), contents, count 544 chrome/browser/ui/tabs/tab_strip_model.cc for (int i = count() - 1; i >= 0; --i) count 584 chrome/browser/ui/tabs/tab_strip_model.cc for (int i = start_index + 1; i < count(); ++i) { count 728 chrome/browser/ui/tabs/tab_strip_model.cc return count(); count 733 chrome/browser/ui/tabs/tab_strip_model.cc std::min(count(), std::max(index, IndexOfFirstNonMiniTab())); count 807 chrome/browser/ui/tabs/tab_strip_model.cc if (index < 0 || index > count()) count 808 chrome/browser/ui/tabs/tab_strip_model.cc index = count(); count 811 chrome/browser/ui/tabs/tab_strip_model.cc if (transition == content::PAGE_TRANSITION_TYPED && index == count()) { count 860 chrome/browser/ui/tabs/tab_strip_model.cc ActivateTabAt(count() - 1, true); count 865 chrome/browser/ui/tabs/tab_strip_model.cc int new_index = std::min(active_index() + 1, count() - 1); count 1078 chrome/browser/ui/tabs/tab_strip_model.cc for (int i = count() - 1; i >= start; --i) { count 1142 chrome/browser/ui/tabs/tab_strip_model.cc for (int i = 0; i < count(); ++i) { count 1159 chrome/browser/ui/tabs/tab_strip_model.cc for (int i = 0; i < count(); ++i) { count 1182 chrome/browser/ui/tabs/tab_strip_model.cc contents == GetWebContentsAtImpl(count() - 1) && count 1268 chrome/browser/ui/tabs/tab_strip_model.cc "Failed to find: " << index << " in: " << count() << " entries."; count 1331 chrome/browser/ui/tabs/tab_strip_model.cc index = (index + count() + delta) % count(); count 137 chrome/browser/ui/tabs/tab_strip_model.h int count() const { return static_cast<int>(contents_data_.size()); } count 25 chrome/browser/ui/tabs/tab_strip_model_order_controller.cc int tab_count = tabstrip_->count(); count 49 chrome/browser/ui/tabs/tab_strip_model_order_controller.cc return tabstrip_->count(); count 54 chrome/browser/ui/tabs/tab_strip_model_order_controller.cc int tab_count = tabstrip_->count(); count 208 chrome/browser/ui/tabs/tab_strip_model_unittest.cc for (int i = 0; i < model.count(); ++i) { count 434 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_EQ(1, tabstrip.count()); count 455 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_EQ(2, tabstrip.count()); count 479 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_EQ(3, tabstrip.count()); count 546 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_EQ(2, tabstrip.count()); count 631 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_EQ(1, tabstrip.count()); count 663 chrome/browser/ui/tabs/tab_strip_model_unittest.cc tabstrip.InsertWebContentsAt(tabstrip.count(), contents1, count 665 chrome/browser/ui/tabs/tab_strip_model_unittest.cc tabstrip.InsertWebContentsAt(tabstrip.count(), contents2, count 667 chrome/browser/ui/tabs/tab_strip_model_unittest.cc tabstrip.InsertWebContentsAt(tabstrip.count(), contents3, count 669 chrome/browser/ui/tabs/tab_strip_model_unittest.cc tabstrip.InsertWebContentsAt(tabstrip.count(), contents4, count 671 chrome/browser/ui/tabs/tab_strip_model_unittest.cc tabstrip.InsertWebContentsAt(tabstrip.count(), contents5, count 675 chrome/browser/ui/tabs/tab_strip_model_unittest.cc for (int i = 1; i < tabstrip.count(); ++i) count 703 chrome/browser/ui/tabs/tab_strip_model_unittest.cc for (int i = 0; i < tabstrip.count() - 1; ++i) count 706 chrome/browser/ui/tabs/tab_strip_model_unittest.cc for (int i = 0; i < tabstrip.count() - 1; ++i) count 819 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_EQ(tabstrip.count(), insert_index); count 826 chrome/browser/ui/tabs/tab_strip_model_unittest.cc tabstrip.ActivateTabAt(tabstrip.count() - 1, true); count 827 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_EQ(tabstrip.count() - 1, tabstrip.active_index()); count 874 chrome/browser/ui/tabs/tab_strip_model_unittest.cc for (int i = tabstrip.count() - 1; i >= 1; --i) count 892 chrome/browser/ui/tabs/tab_strip_model_unittest.cc for (int i = tabstrip.count() - 1; i >= 1; --i) count 912 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_EQ(2, tabstrip.count()); count 1112 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_EQ(3, tabstrip.count()); count 1115 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_EQ(1, tabstrip.count()); count 1125 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_EQ(5, tabstrip.count()); count 1127 chrome/browser/ui/tabs/tab_strip_model_unittest.cc int dummy_index = tabstrip.count() - 1; count 1133 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_EQ(1, tabstrip.count()); count 1207 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_EQ(2, tabstrip.count()); count 1227 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_EQ(5, tabstrip.count()); count 1251 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_EQ(1, tabstrip.count()); count 1277 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_EQ(2, tabstrip.count()); count 1289 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_EQ(3, tabstrip.count()); count 1302 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_EQ(2, tabstrip.count()); count 1328 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_EQ(2, tabstrip.count()); count 1340 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_EQ(3, tabstrip.count()); count 1354 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_EQ(5, tabstrip.count()); count 1384 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_EQ(2, tabstrip.count()); count 1425 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_EQ(1, tabstrip.count()); count 1678 chrome/browser/ui/tabs/tab_strip_model_unittest.cc strip.CloseWebContentsAt(strip.count() - 1, TabStripModel::CLOSE_NONE); count 1694 chrome/browser/ui/tabs/tab_strip_model_unittest.cc strip.ActivateTabAt(strip.count() - 1, true); count 1697 chrome/browser/ui/tabs/tab_strip_model_unittest.cc strip.CloseWebContentsAt(strip.count() - 1, TabStripModel::CLOSE_NONE); count 1741 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_EQ(2, tabstrip.count()); count 1762 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_EQ(1, tabstrip.count()); count 2141 chrome/browser/ui/tabs/tab_strip_model_unittest.cc ASSERT_EQ(2, tabstrip.count()); count 2154 chrome/browser/ui/tabs/tab_strip_model_unittest.cc ASSERT_EQ(2, tabstrip.count()); count 2167 chrome/browser/ui/tabs/tab_strip_model_unittest.cc ASSERT_EQ(2, tabstrip.count()); count 2173 chrome/browser/ui/tabs/tab_strip_model_unittest.cc ASSERT_EQ(2, tabstrip.count()); count 2348 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_EQ(1, strip.count()); count 2395 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_EQ(4, strip.count()); count 2409 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_EQ(4, strip.count()); count 2421 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_EQ(3, strip.count()); count 2433 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_EQ(2, strip.count()); count 15 chrome/browser/ui/tabs/tab_strip_model_utils.cc for (int i = 0; i < model->count(); ++i) { count 20 chrome/browser/ui/tabs/tab_strip_model_utils.cc return model->count(); count 26 chrome/browser/ui/tabs/tab_strip_model_utils.cc for (int i = 0; i < tabs.count(); ++i) { count 103 chrome/browser/ui/uma_browsing_activity_observer.cc browser->tab_strip_model()->count(), count 105 chrome/browser/ui/uma_browsing_activity_observer.cc tab_count += browser->tab_strip_model()->count(); count 110 chrome/browser/ui/uma_browsing_activity_observer.cc browser->tab_strip_model()->count(), count 170 chrome/browser/ui/unload_controller.cc for (int i = 0; i < browser_->tab_strip_model()->count(); ++i) { count 263 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc int count = -1; count 274 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc count = 0; count 275 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc RecursiveGetMenuItemIndexAndCount(parent_menu, view, &index, &count); count 279 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc profile, name, context, has_submenu, index, count); count 364 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc profile, name, context, value, state.index, state.count); count 511 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc int* count) { count 517 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc int previous_count = *count; count 518 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc RecursiveGetMenuItemIndexAndCount(child, item, index, count); count 522 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc *count == previous_count) { count 524 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc *index = *count; count 525 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc (*count)++; count 528 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc *index = *count; count 529 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc (*count)++; count 155 chrome/browser/ui/views/accessibility/accessibility_event_router_views.h int* count); count 498 chrome/browser/ui/views/accessibility/accessibility_event_router_views_unittest.cc int count = 0; count 504 chrome/browser/ui/views/accessibility/accessibility_event_router_views_unittest.cc &count); count 506 chrome/browser/ui/views/accessibility/accessibility_event_router_views_unittest.cc EXPECT_EQ(kTestCases[i].expected_count, count) << "Case " << i; count 93 chrome/browser/ui/views/ash/tab_scrubber.cc highlighted_tab_ >= browser->tab_strip_model()->count())) { count 173 chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc ASSERT_EQ(num_tabs + 1, browser->tab_strip_model()->count()); count 1079 chrome/browser/ui/views/autofill/autofill_dialog_views.cc if (!calculated_heights_.count(available_width)) { count 418 chrome/browser/ui/views/extensions/extension_message_bubble_view.cc return g_profiles_evaluated.Get().count(profile) == 0; count 135 chrome/browser/ui/views/frame/browser_root_view.cc if (scroll_offset < 0 && model->active_index() + 1 < model->count()) { count 14 chrome/browser/ui/views/frame/browser_shutdown.cc while (browser->tab_strip_model()->count()) count 446 chrome/browser/ui/views/frame/browser_view.cc DCHECK_EQ(0, browser_->tab_strip_model()->count()); count 1010 chrome/browser/ui/views/location_bar/location_bar_view.cc for (int i = 0, count = child_count(); i < count; ++i) count 230 chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc for (int i = 0; i < model_->count(); ++i) count 259 chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc return model_->count(); count 176 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.h int width_for_count(int count) const { count 177 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.h return (count * size_.width()) + (std::max(count - 1, 0) * padding_); count 181 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.h int stacked_padding_for_count(int count) const { count 182 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.h return std::min(count, max_stacked_count_) * stacked_padding_; count 76 chrome/browser/ui/views/tabs/stacked_tab_strip_layout_unittest.cc void PrepareChildViews(int count) { count 79 chrome/browser/ui/views/tabs/stacked_tab_strip_layout_unittest.cc for (int i = 0; i < count; ++i) count 328 chrome/browser/ui/views/tabs/tab_drag_controller.cc GetModel(source_tabstrip_)->count()) { count 1107 chrome/browser/ui/views/tabs/tab_drag_controller.cc selection_model_before_attach_.active() < attached_model->count()) { count 1122 chrome/browser/ui/views/tabs/tab_drag_controller.cc if (GetModel(attached_tabstrip_)->count() == count 1286 chrome/browser/ui/views/tabs/tab_drag_controller.cc index = GetModel(attached_tabstrip_)->count(); count 1298 chrome/browser/ui/views/tabs/tab_drag_controller.cc int max_index = GetModel(attached_tabstrip_)->count() - count 116 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc for (int i = 0; i < model->count(); ++i) count 122 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc for (int i = 0; i < model->count(); ++i) { count 86 chrome/browser/ui/views/toolbar/toolbar_view_browsertest.cc size_t count = ids.size(); count 87 chrome/browser/ui/views/toolbar/toolbar_view_browsertest.cc for (size_t i = 0; i < count - 1; i++) count 88 chrome/browser/ui/views/toolbar/toolbar_view_browsertest.cc EXPECT_EQ(ids[i], reverse_ids[count - 2 - i]); count 70 chrome/browser/ui/views/translate/translate_bubble_view_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 87 chrome/browser/ui/views/translate/translate_bubble_view_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 105 chrome/browser/ui/views/translate/translate_bubble_view_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 53 chrome/browser/ui/webui/bookmarks_ui_browsertest.cc ASSERT_EQ(1, browser()->tab_strip_model()->count()); count 57 chrome/browser/ui/webui/bookmarks_ui_browsertest.cc ASSERT_EQ(1, browser()->tab_strip_model()->count()); count 75 chrome/browser/ui/webui/bookmarks_ui_browsertest.cc ASSERT_EQ(1, browser()->tab_strip_model()->count()); count 79 chrome/browser/ui/webui/bookmarks_ui_browsertest.cc ASSERT_EQ(2, browser()->tab_strip_model()->count()); count 89 chrome/browser/ui/webui/bookmarks_ui_browsertest.cc ASSERT_EQ(2, browser()->tab_strip_model()->count()); count 99 chrome/browser/ui/webui/bookmarks_ui_browsertest.cc ASSERT_EQ(1, browser()->tab_strip_model()->count()); count 104 chrome/browser/ui/webui/bookmarks_ui_browsertest.cc ASSERT_EQ(1, browser()->tab_strip_model()->count()); count 488 chrome/browser/ui/webui/chromeos/login/oobe_ui.cc if (screen_ids_.count(screen)) { count 1092 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc !email_.empty() && password_changed_for_.count(email_); count 291 chrome/browser/ui/webui/cookies_tree_model_util.cc int count, count 293 chrome/browser/ui/webui/cookies_tree_model_util.cc for (int i = 0; i < count; ++i) { count 32 chrome/browser/ui/webui/cookies_tree_model_util.h int count, count 693 chrome/browser/ui/webui/history_ui.cc if (current_day_entries.count(it->url) == 0) { count 254 chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc if (device_descriptions_.count(current_http_client_->GetName()) == 0) { count 412 chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc if (local_ids.count(i->id) == 0) { count 557 chrome/browser/ui/webui/ntp/app_launcher_handler.cc browser->tab_strip_model()->count() > 1) { count 333 chrome/browser/ui/webui/ntp/new_tab_ui.cc if (!g_live_new_tabs.Pointer()->count(ui)) count 143 chrome/browser/ui/webui/ntp/suggestions_combiner.cc for (int i = 0; i < browser->tab_strip_model()->count(); i++) { count 130 chrome/browser/ui/webui/options/cookies_view_handler.cc int count) { count 139 chrome/browser/ui/webui/options/cookies_view_handler.cc model_util_->GetChildNodeList(parent_node, start, count, children); count 153 chrome/browser/ui/webui/options/cookies_view_handler.cc int count) { count 166 chrome/browser/ui/webui/options/cookies_view_handler.cc args.Append(new base::FundamentalValue(count)); count 32 chrome/browser/ui/webui/options/cookies_view_handler.h int count) OVERRIDE; count 36 chrome/browser/ui/webui/options/cookies_view_handler.h int count) OVERRIDE; count 162 chrome/browser/ui/webui/options/import_data_handler.cc for (size_t i = 0; i < importer_list_->count(); ++i) { count 16 chrome/browser/ui/webui/options/pepper_flash_content_settings_utils_unittest.cc MediaExceptions ConvertAndSort(const MediaException* items, size_t count) { count 17 chrome/browser/ui/webui/options/pepper_flash_content_settings_utils_unittest.cc MediaExceptions result(items, items + count); count 476 chrome/browser/ui/webui/print_preview/print_preview_ui.cc base::FundamentalValue count(params.page_count); count 479 chrome/browser/ui/webui/print_preview/print_preview_ui.cc count, count 63 chrome/browser/ui/webui/print_preview/print_preview_ui_browsertest.cc ASSERT_EQ(1, browser()->tab_strip_model()->count()); count 80 chrome/browser/ui/webui/print_preview/print_preview_ui_unittest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 133 chrome/browser/ui/webui/print_preview/print_preview_ui_unittest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 193 chrome/browser/ui/webui/print_preview/print_preview_ui_unittest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 160 chrome/browser/ui/webui/uber/uber_ui.cc if (!sub_uis_.count(page_url)) count 76 chrome/browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc EXPECT_EQ(0, browser()->tab_strip_model()->count()); count 85 chrome/browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 95 chrome/browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 109 chrome/browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc EXPECT_EQ(0, browser()->tab_strip_model()->count()); count 509 chrome/browser/unload_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 524 chrome/browser/unload_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 555 chrome/browser/unload_browsertest.cc EXPECT_EQ(2, browser()->tab_strip_model()->count()); count 600 chrome/browser/unload_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 606 chrome/browser/unload_browsertest.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 622 chrome/browser/webdata/keyword_table.cc while (keywords.count(keyword)) count 706 chrome/common/extensions/api/extension_api_unittest.cc EXPECT_TRUE(feature->GetContexts()->count( count 57 chrome/common/extensions/api/file_handlers/file_handlers_manifest_unittest.cc EXPECT_EQ(1U, handler.types.count("image/*")); count 59 chrome/common/extensions/api/file_handlers/file_handlers_manifest_unittest.cc EXPECT_EQ(1U, handler.extensions.count(".png")); count 60 chrome/common/extensions/api/file_handlers/file_handlers_manifest_unittest.cc EXPECT_EQ(1U, handler.extensions.count(".gif")); count 66 chrome/common/extensions/api/file_handlers/file_handlers_manifest_unittest.cc EXPECT_EQ(1U, handler.types.count("text/*")); count 353 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php foreach ($counts as $alias => $count) { count 354 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php if ($count == 1) continue; count 355 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php $params['openid.ax.count.' . $alias] = $count; count 51 chrome/common/extensions/manifest_handlers/app_isolation_info.cc !PermissionsData::GetInitialAPIPermissions(extension)->count( count 73 chrome/common/extensions/permissions/permission_set_unittest.cc size_t count = 0; count 81 chrome/common/extensions/permissions/permission_set_unittest.cc count++; count 83 chrome/common/extensions/permissions/permission_set_unittest.cc EXPECT_EQ(count, info->get_permission_count()); count 764 chrome/common/extensions/permissions/permission_set_unittest.cc if (skip.count(i->id())) { count 61 chrome/common/extensions/value_counter.cc return increment ? (*it)->Increment() : (*it)->count(); count 52 chrome/common/extensions/value_counter.h int count() const { return count_; } count 140 chrome/common/metrics/metrics_log_base.cc HistogramBase::Count count; count 141 chrome/common/metrics/metrics_log_base.cc it->Get(&min, &max, &count); count 145 chrome/common/metrics/metrics_log_base.cc bucket->set_count(count); count 25 chrome/common/metrics/variations/experiment_labels.cc base::string16 CreateSingleExperimentLabel(int count, VariationID id, count 29 chrome/common/metrics/variations/experiment_labels.cc base::ASCIIToUTF16(kVariationPrefix) + base::IntToString16(count); count 32 chrome/common/pepper_permission_util.cc return set.count(host) > 0 || set.count(HashHost(host)) > 0; count 191 chrome/common/render_messages.h IPC_STRUCT_TRAITS_MEMBER(count) count 364 chrome/installer/gcapi/gcapi.cc if (!params->shunted_hwnds.count(hwnd) && count 836 chrome/installer/mini_installer/mini_installer.cc void* memset(void* dest, int c, size_t count) { count 840 chrome/installer/mini_installer/mini_installer.cc size_t adjcount = count >> 2; count 848 chrome/installer/mini_installer/mini_installer.cc switch (count - (adjcount << 2)) { count 850 chrome/installer/mini_installer/mini_installer.cc dest8[count - 3] = c; count 852 chrome/installer/mini_installer/mini_installer.cc dest8[count - 2] = c; count 854 chrome/installer/mini_installer/mini_installer.cc dest8[count - 1] = c; count 106 chrome/installer/util/delete_after_reboot_helper_unittest.cc size_t count; count 119 chrome/installer/util/delete_after_reboot_helper_unittest.cc EXPECT_EQ(tests[i].count, string_list.size()) << tests[i].test_name; count 696 chrome/installer/util/installer_state.cc existing_version_strings.count(version.GetString()) == 0) { count 92 chrome/installer/util/l10n_string_util.cc DWORD count = static_cast<DWORD>(url_path.size() * 3); count 93 chrome/installer/util/l10n_string_util.cc scoped_ptr<wchar_t[]> url_canon(new wchar_t[count]); count 95 chrome/installer/util/l10n_string_util.cc &count, URL_ESCAPE_UNSAFE); count 721 chrome/installer/util/shell_util_unittest.cc int count = 0; count 723 chrome/installer/util/shell_util_unittest.cc ++count; count 724 chrome/installer/util/shell_util_unittest.cc EXPECT_EQ(2, count); count 729 chrome/installer/util/shell_util_unittest.cc count = 0; count 731 chrome/installer/util/shell_util_unittest.cc ++count; count 732 chrome/installer/util/shell_util_unittest.cc EXPECT_EQ(2, count); count 36 chrome/renderer/extensions/chrome_v8_context_set_unittest.cc EXPECT_EQ(1u, context_set.GetAll().count(context)); count 41 chrome/renderer/extensions/chrome_v8_context_set_unittest.cc EXPECT_EQ(1u, context_set.GetAll().count(context)); count 45 chrome/renderer/extensions/chrome_v8_context_set_unittest.cc EXPECT_EQ(1u, set_copy.count(context)); count 247 chrome/renderer/extensions/extension_helper.cc if (g_schedulers.Get().count(frame)) count 73 chrome/renderer/extensions/i18n_custom_bindings.cc uint32_t count = placeholders->Length(); count 74 chrome/renderer/extensions/i18n_custom_bindings.cc if (count > 9) count 76 chrome/renderer/extensions/i18n_custom_bindings.cc for (uint32_t i = 0; i < count; ++i) { count 540 chrome/renderer/extensions/module_system.cc if (overridden_native_handlers_.count(native_name) > 0u) { count 52 chrome/renderer/extensions/request_sender.cc DCHECK_EQ(0u, pending_requests_.count(request_id)); count 104 chrome/renderer/net/renderer_net_predictor.cc size_t count(0); // Number of entries to find (0 means find all). count 108 chrome/renderer/net/renderer_net_predictor.cc count = size_goal - domain_map_.size(); count 121 chrome/renderer/net/renderer_net_predictor.cc if (0 == count) continue; // Until buffer is empty. count 122 chrome/renderer/net/renderer_net_predictor.cc if (1 == count) break; // We found size_goal. count 123 chrome/renderer/net/renderer_net_predictor.cc DCHECK_GT(count, 1u); count 124 chrome/renderer/net/renderer_net_predictor.cc --count; count 47 chrome/renderer/pepper/pepper_flash_menu_host.cc if (!in_menu->count) count 50 chrome/renderer/pepper/pepper_flash_menu_host.cc if (!in_menu->items || in_menu->count > kMaxMenuEntries) count 52 chrome/renderer/pepper/pepper_flash_menu_host.cc for (uint32_t i = 0; i < in_menu->count; i++) { count 246 chrome/renderer/pepper/ppb_pdf_impl.cc int* count) { count 281 chrome/renderer/pepper/ppb_pdf_impl.cc *count = pp_results.size(); count 282 chrome/renderer/pepper/ppb_pdf_impl.cc if (*count) { count 284 chrome/renderer/pepper/ppb_pdf_impl.cc malloc(*count * sizeof(PP_PrivateFindResult))); count 285 chrome/renderer/pepper/ppb_pdf_impl.cc memcpy(*results, &pp_results[0], *count * sizeof(PP_PrivateFindResult)); count 319 chrome/renderer/pepper/ppb_pdf_impl.cc void HistogramPDFPageCount(PP_Instance instance, int count) { count 320 chrome/renderer/pepper/ppb_pdf_impl.cc UMA_HISTOGRAM_COUNTS_10000("PDF.PageCount", count); count 33 chrome/renderer/prerender/prerender_dispatcher.cc return running_prerender_urls_.count(url) >= 1; count 130 chrome/renderer/prerender/prerender_dispatcher.cc if (prerenders_.count(extra_data.prerender_id()) != 0) { count 44 chrome/renderer/prerender/prerender_dispatcher_unittest.cc DCHECK_EQ(0u, prerender_dispatcher_.prerenders_.count(g_next_prerender_id)); count 67 chrome/renderer/prerender/prerender_dispatcher_unittest.cc return prerender_dispatcher_.running_prerender_urls_.count(url); count 119 chrome/renderer/printing/print_web_view_helper_browsertest.cc void VerifyPageCount(int count) { count 132 chrome/renderer/printing/print_web_view_helper_browsertest.cc EXPECT_EQ(count, post_page_count_param.b); count 139 chrome/renderer/printing/print_web_view_helper_browsertest.cc void VerifyPreviewPageCount(int count) { count 147 chrome/renderer/printing/print_web_view_helper_browsertest.cc EXPECT_EQ(count, post_page_count_param.a.page_count); count 33 chrome/renderer/resource_bundle_source_map.cc return !!resource_id_map_.count(name); count 53 chrome/renderer/spellchecker/custom_dictionary_engine.cc dictionary_.count(text.substr(misspelling_start, misspelling_len)) > 0; count 532 chrome/renderer/translate/translate_helper.cc void TranslateHelper::TranslatePageImpl(int count) { count 533 chrome/renderer/translate/translate_helper.cc DCHECK_LT(count, kMaxTranslateInitCheckAttempts); count 540 chrome/renderer/translate/translate_helper.cc if (++count >= kMaxTranslateInitCheckAttempts) { count 548 chrome/renderer/translate/translate_helper.cc count), count 549 chrome/renderer/translate/translate_helper.cc AdjustDelay(count * kTranslateInitCheckDelayMs)); count 140 chrome/renderer/translate/translate_helper.h void TranslatePageImpl(int count); count 32 chrome/test/base/menu_model_test.cc int* count) { count 39 chrome/test/base/menu_model_test.cc CountEnabledExecutable(model->GetSubmenuModelAt(i), count); count 46 chrome/test/base/menu_model_test.cc (*count)++; // Increment the count of executable items seen. count 41 chrome/test/base/menu_model_test.h void CountEnabledExecutable(ui::MenuModel* model, int* count); count 105 chrome/test/base/module_system_test.cc if (source_map_.count(name) == 0) count 111 chrome/test/base/module_system_test.cc return source_map_.count(name); count 115 chrome/test/base/module_system_test.cc CHECK_EQ(0u, source_map_.count(name)) << "Module " << name << " not found"; count 25 chrome/test/base/test_chrome_web_ui_controller_factory.cc DCHECK_EQ(0U, factory_overrides_.count(host)); count 31 chrome/test/base/test_chrome_web_ui_controller_factory.cc DCHECK_EQ(1U, factory_overrides_.count(host)); count 49 chrome/test/base/uma_histogram_helper.cc base::HistogramBase::Count count) { count 54 chrome/test/base/uma_histogram_helper.cc CheckTotalCount(name, count, *samples); count 57 chrome/test/base/uma_histogram_helper.cc EXPECT_EQ(count, 0) << "Histogram \"" << name << "\" does not exist."; count 31 chrome/test/base/uma_histogram_helper.h base::HistogramBase::Count count); count 359 chrome/test/chromedriver/capabilities.cc return switch_map_.count(name) > 0; count 40 chrome/test/chromedriver/chrome/devtools_client_impl.cc explicit ScopedIncrementer(int* count) : count_(count) { count 22 chrome/test/chromedriver/chrome/dom_tracker.cc if (node_to_frame_map_.count(node_id) == 0) count 22 chrome/test/chromedriver/chrome/frame_tracker.cc if (frame_to_context_map_.count(frame_id) == 0) { count 72 chrome/test/chromedriver/chrome/navigation_tracker.cc *is_pending |= scheduled_frame_set_.count(frame_id) > 0; count 54 chrome/test/chromedriver/commands_unittest.cc int* count, count 58 chrome/test/chromedriver/commands_unittest.cc if (*count == 0) { count 63 chrome/test/chromedriver/commands_unittest.cc (*count)++; count 83 chrome/test/chromedriver/commands_unittest.cc int count = 0; count 84 chrome/test/chromedriver/commands_unittest.cc Command cmd = base::Bind(&ExecuteStubQuit, &count); count 88 chrome/test/chromedriver/commands_unittest.cc ASSERT_EQ(2, count); count 154 chrome/test/chromedriver/net/port_server.cc if (taken_.count(try_port)) count 119 chrome/test/chromedriver/session_commands.cc if (capabilities.logging_prefs.count(WebDriverLog::kDriverType)) count 378 chrome/test/data/dromaeo/JSON.php if (is_array($var) && count($var) && (array_keys($var) !== range(0, sizeof($var) - 1))) { count 76 chrome/test/nacl/pnacl_header_test.cc EXPECT_NE(0U, request.headers.count("Accept")); count 85 chrome/test/nacl/pnacl_header_test.cc EXPECT_EQ(0U, request.headers.count("Origin")); count 88 chrome/test/nacl/pnacl_header_test.cc EXPECT_EQ(1U, request.headers.count("Origin")); count 103 chrome/test/perf/mach_ports_performancetest.cc int tab_count = tab_strip_model->count(); count 24 chrome/test/security_tests/sandbox_browsertest_win.cc EXPECT_EQ(1, browser()->tab_strip_model()->count()); count 100 chrome/tools/profile_reset/jtl_compiler.cc if (instruction_map_.count(name) == 0) count 285 chrome/utility/importer/bookmark_html_reader_unittest.cc int count; count 287 chrome/utility/importer/bookmark_html_reader_unittest.cc CancelAfterFifteenCalls() : count(0) { } count 289 chrome/utility/importer/bookmark_html_reader_unittest.cc return ++count > 16; count 216 chrome/utility/importer/firefox_importer.cc size_t count = list.size(); count 217 chrome/utility/importer/firefox_importer.cc for (size_t i = 0; i < count; ++i) count 49 chrome/utility/media_galleries/picasa_albums_indexer_unittest.cc EXPECT_EQ(1u, it->second.count("InBoth.jpg")); count 50 chrome/utility/media_galleries/picasa_albums_indexer_unittest.cc EXPECT_EQ(1u, it->second.count("InFirst.jpg")); count 55 chrome/utility/media_galleries/picasa_albums_indexer_unittest.cc EXPECT_EQ(1u, it->second.count("InBoth.jpg")); count 56 chrome/utility/media_galleries/picasa_albums_indexer_unittest.cc EXPECT_EQ(1u, it->second.count("InSecond.jpg")); count 107 chrome/utility/media_galleries/picasa_albums_indexer_unittest.cc EXPECT_EQ(1u, it->second.count("InBoth.jpg")); count 108 chrome/utility/media_galleries/picasa_albums_indexer_unittest.cc EXPECT_EQ(1u, it->second.count("InFirst.jpg")); count 109 chrome/utility/media_galleries/picasa_albums_indexer_unittest.cc EXPECT_EQ(1u, it->second.count("InFirst (1).jpg")); count 110 chrome/utility/media_galleries/picasa_albums_indexer_unittest.cc EXPECT_EQ(1u, it->second.count("InFirst (2).jpg")); count 115 chrome/utility/media_galleries/picasa_albums_indexer_unittest.cc EXPECT_EQ(1u, it->second.count("InBoth.jpg")); count 116 chrome/utility/media_galleries/picasa_albums_indexer_unittest.cc EXPECT_EQ(1u, it->second.count("InSecond.jpg")); count 117 chrome/utility/media_galleries/picasa_albums_indexer_unittest.cc EXPECT_EQ(1u, it->second.count("InSecond (1).jpg")); count 149 chrome/utility/media_galleries/picasa_albums_indexer_unittest.cc EXPECT_EQ(1u, it->second.count("InBoth.jpg")); count 150 chrome/utility/media_galleries/picasa_albums_indexer_unittest.cc EXPECT_EQ(1u, it->second.count("InSecond.jpg")); count 323 chromeos/cryptohome/async_method_caller.cc DCHECK_EQ(callback_map_.count(async_id), 0U); count 324 chromeos/cryptohome/async_method_caller.cc DCHECK_EQ(data_callback_map_.count(async_id), 0U); count 336 chromeos/cryptohome/async_method_caller.cc DCHECK_EQ(callback_map_.count(async_id), 0U); count 337 chromeos/cryptohome/async_method_caller.cc DCHECK_EQ(data_callback_map_.count(async_id), 0U); count 398 chromeos/dbus/cros_disks_client.cc if (mounted_to_source_path_map_.count(mounted_path.value()) != 0) { count 422 chromeos/dbus/cros_disks_client.cc if (mounted_to_source_path_map_.count(device_path) == 0) { count 53 chromeos/dbus/fake_bluetooth_device_client.cc ssize_t count; count 61 chromeos/dbus/fake_bluetooth_device_client.cc count = len; count 62 chromeos/dbus/fake_bluetooth_device_client.cc len = write(fd, buf, count); count 50 chromeos/dbus/fake_session_manager_client.cc DCHECK_EQ(0UL, user_sessions_.count(user_email)); count 99 chromeos/dbus/fake_shill_device_client.h void set_tdls_busy_count(int count) { tdls_busy_count_ = count; } count 29 chromeos/ime/input_method_whitelist.cc return supported_input_methods_.count(input_method_id) > 0; count 379 chromeos/network/managed_network_configuration_handler_impl.cc if (policies->per_network_config.count(guid) > 0) { count 149 chromeos/network/network_configuration_handler.cc if (profile_delete_entries_.count(profile_path) != 0) { count 132 chromeos/network/network_configuration_handler.h return profile_entry_deleters_.count(service_path); count 317 chromeos/network/network_connection_handler.cc return pending_requests_.count(service_path) != 0; count 92 chromeos/network/network_event_log.cc int count; count 120 chromeos/network/network_event_log.cc if (count > 1) count 121 chromeos/network/network_event_log.cc line += base::StringPrintf(" (%d)", count); count 248 chromeos/network/network_event_log.cc ++last.count; count 54 chromeos/network/network_event_log_unittest.cc return std::count(input.begin(), input.end(), '\n'); count 456 chromeos/network/network_state_handler.cc if (list_entries.count(path) != 0) { count 801 chromeos/network/network_state_handler.cc size_t num_callbacks = scan_complete_callbacks_.count(type); count 53 chromeos/network/network_util.cc int count = 0; count 58 chromeos/network/network_util.cc if (count == 4) count 64 chromeos/network/network_util.cc if (prefix_length / 8 != count) { count 89 chromeos/network/network_util.cc count++; count 91 chromeos/network/network_util.cc if (count < 4) count 206 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc int count = 0; count 211 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc count++; count 214 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc EXPECT_EQ(1, count); count 223 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc int count = 0; count 225 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc count++; count 228 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc EXPECT_EQ(1, count); count 395 chromeos/network/onc/onc_validator.cc if (guids->count(guid) != 0) { count 130 chromeos/network/shill_property_handler.cc return available_technologies_.count(technology) != 0; count 135 chromeos/network/shill_property_handler.cc return enabled_technologies_.count(technology) != 0; count 140 chromeos/network/shill_property_handler.cc return enabling_technologies_.count(technology) != 0; count 145 chromeos/network/shill_property_handler.cc return uninitialized_technologies_.count(technology) != 0; count 357 chromeos/network/shill_property_handler.cc requested_service_updates.count(path) > 0) count 34 cloud_print/common/win/cloud_print_utils.cc int count = ::LoadString(module, id, reinterpret_cast<LPWSTR>(&buffer), 0); count 37 cloud_print/common/win/cloud_print_utils.cc return base::string16(buffer, buffer + count); count 151 cloud_print/gcp20/prototype/print_job_handler.cc if (!drafts.count(job_id)) { count 260 cloud_print/gcp20/prototype/print_job_handler.cc DCHECK(!drafts.count(id)) << "Draft should be completed at first"; count 295 cloud_print/gcp20/prototype/print_job_handler.cc DCHECK(jobs.count(id)); count 89 cloud_print/service/win/local_security_policy.cc ULONG count = 0; count 91 cloud_print/service/win/local_security_policy.cc policy_, const_cast<SID*>(user_sid.GetPSID()), rights.Receive(), &count); count 94 cloud_print/service/win/local_security_policy.cc for (size_t i = 0; i < count; ++i) { count 815 components/autofill/core/browser/autofill_country.cc if (!country_data_.count(country_code)) { count 949 components/autofill/core/browser/autofill_country.cc if (locales_to_localized_names_.count(locale)) count 1003 components/autofill/core/browser/autofill_country.cc if (!collators_.count(locale)) { count 430 components/autofill/core/browser/autofill_manager_unittest.cc EXPECT_TRUE(possible_types.count(*it)) count 716 components/autofill/core/browser/autofill_profile.cc if (!field_text_frequencies.count(field_text)) count 747 components/autofill/core/browser/autofill_profile.cc !field_text_frequencies.count(base::string16()) && count 52 components/autofill/core/browser/autofill_regexes.cc if (!matchers_.count(pattern)) { count 348 components/autofill/core/browser/form_structure.cc if (!unique_names.count(field->name)) count 421 components/autofill/core/browser/form_structure.cc available_field_types.count(*type)); count 755 components/autofill/core/browser/form_structure.cc if (field_types.count(EMPTY_TYPE) || field_types.count(UNKNOWN_TYPE)) count 802 components/autofill/core/browser/form_structure.cc } else if (field_types.count(heuristic_type)) { count 813 components/autofill/core/browser/form_structure.cc } else if (field_types.count(server_type)) { count 824 components/autofill/core/browser/form_structure.cc } else if (field_types.count(predicted_type)) { count 1161 components/autofill/core/browser/form_structure.cc bool already_saw_current_type = seen_types.count(current_type) > 0; count 2382 components/autofill/core/browser/form_structure_unittest.cc EXPECT_EQ(1U, possible_values.count(ASCIIToUTF16("AU"))); count 2383 components/autofill/core/browser/form_structure_unittest.cc EXPECT_EQ(1U, possible_values.count(ASCIIToUTF16("FR"))); count 2384 components/autofill/core/browser/form_structure_unittest.cc EXPECT_EQ(1U, possible_values.count(ASCIIToUTF16("DOWN UNDER"))); count 2385 components/autofill/core/browser/form_structure_unittest.cc EXPECT_EQ(1U, possible_values.count(ASCIIToUTF16("GERMANY"))); count 2386 components/autofill/core/browser/form_structure_unittest.cc EXPECT_EQ(1U, possible_values.count(ASCIIToUTF16("GRMNY"))); count 2387 components/autofill/core/browser/form_structure_unittest.cc EXPECT_EQ(0U, possible_values.count(ASCIIToUTF16("Fr"))); count 2388 components/autofill/core/browser/form_structure_unittest.cc EXPECT_EQ(0U, possible_values.count(ASCIIToUTF16("DE"))); count 121 components/autofill/core/browser/personal_data_manager.cc if (types_seen.count(field_type) && count 267 components/autofill/core/browser/personal_data_manager.cc if (types_seen.count(server_field_type) && count 2188 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(NAME_FIRST)); count 2189 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(NAME_LAST)); count 2190 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(NAME_FULL)); count 2191 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(EMAIL_ADDRESS)); count 2192 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(ADDRESS_HOME_LINE1)); count 2193 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(ADDRESS_HOME_STREET_ADDRESS)); count 2194 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(ADDRESS_HOME_CITY)); count 2195 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(ADDRESS_HOME_STATE)); count 2196 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(ADDRESS_HOME_ZIP)); count 2197 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(ADDRESS_HOME_COUNTRY)); count 2198 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(PHONE_HOME_NUMBER)); count 2199 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(PHONE_HOME_COUNTRY_CODE)); count 2200 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(PHONE_HOME_CITY_CODE)); count 2201 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(PHONE_HOME_CITY_AND_NUMBER)); count 2202 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(PHONE_HOME_WHOLE_NUMBER)); count 2227 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(NAME_FIRST)); count 2228 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(NAME_MIDDLE)); count 2229 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(NAME_MIDDLE_INITIAL)); count 2230 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(NAME_LAST)); count 2231 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(NAME_FULL)); count 2232 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(EMAIL_ADDRESS)); count 2233 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(COMPANY_NAME)); count 2234 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(ADDRESS_HOME_LINE1)); count 2235 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(ADDRESS_HOME_LINE2)); count 2236 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(ADDRESS_HOME_STREET_ADDRESS)); count 2237 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(ADDRESS_HOME_CITY)); count 2238 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(ADDRESS_HOME_STATE)); count 2239 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(ADDRESS_HOME_ZIP)); count 2240 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(ADDRESS_HOME_COUNTRY)); count 2241 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(PHONE_HOME_NUMBER)); count 2242 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(PHONE_HOME_CITY_CODE)); count 2243 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(PHONE_HOME_COUNTRY_CODE)); count 2244 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(PHONE_HOME_CITY_AND_NUMBER)); count 2245 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(PHONE_HOME_WHOLE_NUMBER)); count 2261 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(NAME_FIRST)); count 2262 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(NAME_MIDDLE)); count 2263 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(NAME_MIDDLE_INITIAL)); count 2264 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(NAME_LAST)); count 2265 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(NAME_FULL)); count 2266 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(EMAIL_ADDRESS)); count 2267 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(COMPANY_NAME)); count 2268 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(ADDRESS_HOME_LINE1)); count 2269 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(ADDRESS_HOME_LINE2)); count 2270 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(ADDRESS_HOME_STREET_ADDRESS)); count 2271 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(ADDRESS_HOME_CITY)); count 2272 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(ADDRESS_HOME_STATE)); count 2273 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(ADDRESS_HOME_ZIP)); count 2274 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(ADDRESS_HOME_COUNTRY)); count 2275 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(PHONE_HOME_NUMBER)); count 2276 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(PHONE_HOME_CITY_CODE)); count 2277 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(PHONE_HOME_COUNTRY_CODE)); count 2278 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(PHONE_HOME_CITY_AND_NUMBER)); count 2279 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(PHONE_HOME_WHOLE_NUMBER)); count 2280 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(CREDIT_CARD_NAME)); count 2281 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(CREDIT_CARD_NUMBER)); count 2282 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(CREDIT_CARD_TYPE)); count 2283 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(CREDIT_CARD_EXP_MONTH)); count 2284 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(CREDIT_CARD_EXP_2_DIGIT_YEAR)); count 2285 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(CREDIT_CARD_EXP_4_DIGIT_YEAR)); count 2286 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(CREDIT_CARD_EXP_DATE_2_DIGIT_YEAR)); count 2287 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(CREDIT_CARD_EXP_DATE_4_DIGIT_YEAR)); count 58 components/autofill/core/browser/webdata/autofill_table.cc int count; count 532 components/autofill/core/browser/webdata/autofill_table.cc int count = s.ColumnInt(2); count 573 components/autofill/core/browser/webdata/autofill_table.cc updated_entry.count = count 575 components/autofill/core/browser/webdata/autofill_table.cc Round(1.0 * (count - 1) * count 603 components/autofill/core/browser/webdata/autofill_table.cc s_update.BindInt(2, updates[i].count); count 94 components/autofill/core/browser/webdata/autofill_table_unittest.cc size_t count = 0; count 97 components/autofill/core/browser/webdata/autofill_table_unittest.cc count += expected.count(*it); count 99 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_EQ(actual.size(), count); count 429 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_EQ(1U, expected_entries.count(existing)); count 430 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_EQ(1U, expected_entries.count(entry)); count 325 components/breakpad/app/breakpad_win.cc custom_client_info.count = g_custom_entries->size(); count 47 components/breakpad/app/hard_error_handler_win.cc size_t count = ::FormatMessage( count 57 components/breakpad/app/hard_error_handler_win.cc if (!count) count 59 components/breakpad/app/hard_error_handler_win.cc count += p1.size() + p2.size() + 1; count 61 components/breakpad/app/hard_error_handler_win.cc ::wsprintf(WriteInto(&message, count), msg_template, p1.c_str(), p2.c_str()); count 36 components/breakpad/tools/crash_service.cc for (uintptr_t i = 0; i < info.count; ++i) { count 90 components/nacl/browser/nacl_validation_cache.cc int count; count 108 components/nacl/browser/nacl_validation_cache.cc if (!iter.ReadInt(&count)) count 110 components/nacl/browser/nacl_validation_cache.cc for (int i = 0; i < count; ++i) { count 34 components/nacl/loader/nonsfi/irt_fdio.cc int IrtRead(int fd, void* buf, size_t count, size_t* nread) { count 35 components/nacl/loader/nonsfi/irt_fdio.cc return CheckErrorWithResult(read(fd, buf, count), nread); count 38 components/nacl/loader/nonsfi/irt_fdio.cc int IrtWrite(int fd, const void* buf, size_t count, size_t* nwrote) { count 39 components/nacl/loader/nonsfi/irt_fdio.cc return CheckErrorWithResult(write(fd, buf, count), nwrote); count 56 components/nacl/loader/nonsfi/irt_fdio.cc int IrtGetDents(int fd, struct nacl_abi_dirent* buf, size_t count, count 60 components/nacl/loader/nonsfi/irt_futex.cc int IrtFutexWake(volatile int* addr, int nwake, int* count) { count 62 components/nacl/loader/nonsfi/irt_futex.cc syscall(SYS_futex, addr, FUTEX_WAKE_PRIVATE, nwake, 0, 0, 0), count); count 122 components/nacl/renderer/pnacl_translation_resource_host.cc DCHECK(pending_cache_requests_.count(instance) == 0); count 486 components/nacl/renderer/ppb_nacl_private_impl.cc DLOG_IF(ERROR, map.count(instance) != 0) << "Instance count should be 0"; count 492 components/nacl/renderer/ppb_nacl_private_impl.cc DLOG_IF(ERROR, map.count(instance) == 0) << "Could not find instance ID"; count 47 components/policy/core/common/cloud/rate_limiter_unittest.cc size_t count = 0; count 49 components/policy/core/common/cloud/rate_limiter_unittest.cc EXPECT_EQ(count, callbacks_); count 51 components/policy/core/common/cloud/rate_limiter_unittest.cc ++count; count 52 components/policy/core/common/cloud/rate_limiter_unittest.cc EXPECT_EQ(count, callbacks_); count 74 components/policy/core/common/cloud/rate_limiter_unittest.cc size_t count = 0; count 76 components/policy/core/common/cloud/rate_limiter_unittest.cc EXPECT_EQ(count, callbacks_); count 78 components/policy/core/common/cloud/rate_limiter_unittest.cc ++count; count 79 components/policy/core/common/cloud/rate_limiter_unittest.cc EXPECT_EQ(count, callbacks_); count 86 components/policy/core/common/cloud/rate_limiter_unittest.cc size_t count = 0; count 90 components/policy/core/common/cloud/rate_limiter_unittest.cc EXPECT_EQ(count, callbacks_); count 92 components/policy/core/common/cloud/rate_limiter_unittest.cc ++count; count 93 components/policy/core/common/cloud/rate_limiter_unittest.cc EXPECT_EQ(count, callbacks_); count 151 components/policy/core/common/policy_service_impl.cc DCHECK_EQ(1, std::count(providers_.begin(), providers_.end(), provider)); count 194 components/signin/core/browser/mutable_profile_oauth2_token_service.cc if (refresh_tokens().count(loading_primary_account_id_) == 0) { count 244 components/signin/core/browser/mutable_profile_oauth2_token_service.cc if (refresh_tokens().count(loading_primary_account_id_) == 0) count 265 components/signin/core/browser/mutable_profile_oauth2_token_service.cc if (refresh_tokens_.count(account_id) == 0) { count 271 components/signin/core/browser/mutable_profile_oauth2_token_service.cc if (refresh_tokens_.count(account_id) == 0) { count 297 components/signin/core/browser/mutable_profile_oauth2_token_service.cc bool refresh_token_present = refresh_tokens_.count(account_id) > 0; count 328 components/signin/core/browser/mutable_profile_oauth2_token_service.cc if (refresh_tokens_.count(account_id) > 0) { count 271 components/signin/core/browser/mutable_profile_oauth2_token_service_unittest.cc EXPECT_EQ(1, count(accounts.begin(), accounts.end(), "account_id1")); count 272 components/signin/core/browser/mutable_profile_oauth2_token_service_unittest.cc EXPECT_EQ(1, count(accounts.begin(), accounts.end(), "account_id2")); count 276 components/signin/core/browser/mutable_profile_oauth2_token_service_unittest.cc EXPECT_EQ(1, count(accounts.begin(), accounts.end(), "account_id1")); count 115 components/signin/core/browser/webdata/token_service_table_unittest.cc EXPECT_EQ(0u, out_map.count(service)); count 62 components/storage_monitor/test_media_transfer_protocol_manager_linux.cc uint32 count, count 71 components/storage_monitor/test_media_transfer_protocol_manager_linux.cc uint32 count, count 42 components/storage_monitor/test_media_transfer_protocol_manager_linux.h uint32 count, count 47 components/storage_monitor/test_media_transfer_protocol_manager_linux.h uint32 count, count 160 components/sync_driver/model_association_manager.cc failed_data_types_info_.count(dtc->type()) > 0)) { count 72 components/translate/core/browser/translate_browser_metrics_unittest.cc HistogramBase::Count count = samples_->TotalCount(); count 74 components/translate/core/browser/translate_browser_metrics_unittest.cc return count; count 75 components/translate/core/browser/translate_browser_metrics_unittest.cc return count - base_samples_->TotalCount(); count 94 components/translate/core/browser/translate_browser_metrics_unittest.cc HistogramBase::Count count = samples_->GetCount(value); count 96 components/translate/core/browser/translate_browser_metrics_unittest.cc return count; count 97 components/translate/core/browser/translate_browser_metrics_unittest.cc return count - base_samples_->GetCount(value); count 162 components/translate/core/browser/translate_language_list.cc return all_supported_languages_.count(language) != 0; count 166 components/translate/core/browser/translate_language_list.cc return alpha_languages_.count(language) != 0; count 217 components/translate/core/browser/translate_prefs.cc int count = 0; count 218 components/translate/core/browser/translate_prefs.cc return dict->GetInteger(language, &count) ? count : 0; count 226 components/translate/core/browser/translate_prefs.cc int count = 0; count 227 components/translate/core/browser/translate_prefs.cc dict->GetInteger(language, &count); count 228 components/translate/core/browser/translate_prefs.cc dict->SetInteger(language, count + 1); count 239 components/translate/core/browser/translate_prefs.cc int count = 0; count 240 components/translate/core/browser/translate_prefs.cc return dict->GetInteger(language, &count) ? count : 0; count 247 components/translate/core/browser/translate_prefs.cc int count = 0; count 248 components/translate/core/browser/translate_prefs.cc dict->GetInteger(language, &count); count 249 components/translate/core/browser/translate_prefs.cc dict->SetInteger(language, count + 1); count 34 components/translate/core/browser/translate_url_fetcher.h void set_max_retry_on_5xx(int count) { count 35 components/translate/core/browser/translate_url_fetcher.h max_retry_on_5xx_ = count; count 98 components/translate/core/common/translate_metrics_unittest.cc void CheckTotalCount(int count) { count 100 components/translate/core/common/translate_metrics_unittest.cc EXPECT_EQ(count, GetTotalCount()); count 110 components/translate/core/common/translate_metrics_unittest.cc HistogramBase::Count count; count 111 components/translate/core/common/translate_metrics_unittest.cc i->Get(&min, &max, &count); count 112 components/translate/core/common/translate_metrics_unittest.cc if (min <= value && value <= max && count >= 1) count 134 components/translate/core/common/translate_metrics_unittest.cc HistogramBase::Count count = samples_->GetCount(value); count 136 components/translate/core/common/translate_metrics_unittest.cc return count; count 137 components/translate/core/common/translate_metrics_unittest.cc return count - base_samples_->GetCount(value); count 143 components/translate/core/common/translate_metrics_unittest.cc HistogramBase::Count count = samples_->TotalCount(); count 145 components/translate/core/common/translate_metrics_unittest.cc return count; count 146 components/translate/core/common/translate_metrics_unittest.cc return count - base_samples_->TotalCount(); count 347 components/variations/entropy_provider_unittest.cc int count = 0; count 348 components/variations/entropy_provider_unittest.cc while (count < kMaxAttempts) { count 350 components/variations/entropy_provider_unittest.cc cumulative_average = (count * cumulative_average + value) / (count + 1); count 354 components/variations/entropy_provider_unittest.cc if (count > kMinAttempts && count 360 components/variations/entropy_provider_unittest.cc ++count; count 363 components/variations/entropy_provider_unittest.cc ASSERT_LT(count, kMaxAttempts) << "Expected average was " << count 200 components/visitedlink/browser/visitedlink_event_listener.cc if (updaters_.count(process->GetID())) { count 209 components/visitedlink/browser/visitedlink_event_listener.cc if (updaters_.count(child_id)) count 52 components/web_modal/web_contents_modal_dialog_manager_unittest.cc int count = 0; count 56 components/web_modal/web_contents_modal_dialog_manager_unittest.cc count++; count 58 components/web_modal/web_contents_modal_dialog_manager_unittest.cc return count; count 1305 components/wifi/wifi_service_win.cc if (network_guids.count(network_properties.guid)) { count 322 content/browser/accessibility/browser_accessibility_android.cc int count = 0; count 326 content/browser/accessibility/browser_accessibility_android.cc count = PlatformChildCount(); count 333 content/browser/accessibility/browser_accessibility_android.cc count = static_cast<int>(max_value_for_range); count 338 content/browser/accessibility/browser_accessibility_android.cc return count; count 607 content/browser/accessibility/browser_accessibility_android.cc int count = 0; count 610 content/browser/accessibility/browser_accessibility_android.cc count++; count 612 content/browser/accessibility/browser_accessibility_android.cc return count; count 159 content/browser/accessibility/browser_accessibility_win.cc long count = static_cast<long>(target_ids_.size()); count 160 content/browser/accessibility/browser_accessibility_win.cc if (count > max_targets) count 161 content/browser/accessibility/browser_accessibility_win.cc count = max_targets; count 163 content/browser/accessibility/browser_accessibility_win.cc *n_targets = count; count 164 content/browser/accessibility/browser_accessibility_win.cc if (count == 0) count 167 content/browser/accessibility/browser_accessibility_win.cc for (long i = 0; i < count; ++i) { count 796 content/browser/accessibility/browser_accessibility_win.cc long count = static_cast<long>(relations_.size()); count 797 content/browser/accessibility/browser_accessibility_win.cc *n_relations = count; count 798 content/browser/accessibility/browser_accessibility_win.cc if (count == 0) count 801 content/browser/accessibility/browser_accessibility_win.cc for (long i = 0; i < count; ++i) { count 1526 content/browser/android/content_view_core_impl.cc int count = controller.GetEntryCount(); count 1527 content/browser/android/content_view_core_impl.cc for (int i = 0; i < count; ++i) { count 1542 content/browser/android/content_view_core_impl.cc int count = controller.GetEntryCount(); count 1546 content/browser/android/content_view_core_impl.cc i >= 0 && i < count; count 1680 content/browser/browser_plugin/browser_plugin_guest.cc CHECK(copy_request_callbacks_.count(request_id)); count 1681 content/browser/browser_plugin/browser_plugin_guest.cc if (!copy_request_callbacks_.count(request_id)) count 368 content/browser/child_process_security_policy_impl.cc DCHECK_EQ(0U, web_safe_schemes_.count(scheme)) << "Add schemes at most once."; count 369 content/browser/child_process_security_policy_impl.cc DCHECK_EQ(0U, pseudo_schemes_.count(scheme)) count 385 content/browser/child_process_security_policy_impl.cc DCHECK_EQ(0U, pseudo_schemes_.count(scheme)) << "Add schemes at most once."; count 386 content/browser/child_process_security_policy_impl.cc DCHECK_EQ(0U, web_safe_schemes_.count(scheme)) count 798 content/browser/child_process_security_policy_impl.cc if (security_state_.count(child_id) != 0) { count 323 content/browser/device_orientation/data_fetcher_shared_memory_win.cc ULONG count = 0; count 324 content/browser/device_orientation/data_fetcher_shared_memory_win.cc hr = sensor_collection->GetCount(&count); count 325 content/browser/device_orientation/data_fetcher_shared_memory_win.cc if (FAILED(hr) || !count) count 215 content/browser/devtools/devtools_manager_unittest.cc void expectEvent(int count, const std::string& name) { count 216 content/browser/devtools/devtools_manager_unittest.cc EXPECT_EQ(count, event_counter_[name]); count 251 content/browser/dom_storage/dom_storage_namespace.cc DCHECK(transactions_.count(process_id) == 0); count 258 content/browser/dom_storage/dom_storage_namespace.cc DCHECK(transactions_.count(process_id) == 1); count 270 content/browser/dom_storage/dom_storage_namespace.cc if (transactions_.count(process_id) < 1) count 357 content/browser/dom_storage/dom_storage_namespace.cc if (transactions_.count(process_id) < 1) count 437 content/browser/dom_storage/dom_storage_namespace.cc DOMStorageArea* area, int count) count 438 content/browser/dom_storage/dom_storage_namespace.cc : area_(area), open_count_(count) { count 137 content/browser/dom_storage/dom_storage_namespace.h AreaHolder(DOMStorageArea* area, int count); count 566 content/browser/download/download_manager_impl.cc int count = 0; count 579 content/browser/download/download_manager_impl.cc count++; count 582 content/browser/download/download_manager_impl.cc return count; count 661 content/browser/download/download_manager_impl.cc int count = 0; count 665 content/browser/download/download_manager_impl.cc ++count; count 667 content/browser/download/download_manager_impl.cc return count; count 671 content/browser/download/download_manager_impl.cc int count = 0; count 680 content/browser/download/download_manager_impl.cc ++count; count 683 content/browser/download/download_manager_impl.cc return count; count 335 content/browser/download/download_stats.cc void RecordDownloadWriteLoopCount(int count) { count 336 content/browser/download/download_stats.cc UMA_HISTOGRAM_ENUMERATION("Download.WriteLoopCount", count, 20); count 161 content/browser/download/download_stats.h void RecordDownloadWriteLoopCount(int count); count 43 content/browser/download/rate_estimator.cc void RateEstimator::Increment(uint32 count) { count 44 content/browser/download/rate_estimator.cc Increment(count, TimeTicks::Now()); count 47 content/browser/download/rate_estimator.cc void RateEstimator::Increment(uint32 count, TimeTicks now) { count 56 content/browser/download/rate_estimator.cc history_[current_index] += count; count 31 content/browser/download/rate_estimator.h void Increment(uint32 count); count 32 content/browser/download/rate_estimator.h void Increment(uint32 count, base::TimeTicks now); count 215 content/browser/fileapi/file_system_quota_client_unittest.cc void set_additional_callback_count(int count) { count 216 content/browser/fileapi/file_system_quota_client_unittest.cc additional_callback_count_ = count; count 2073 content/browser/fileapi/obfuscated_file_util_unittest.cc int count = 0; count 2089 content/browser/fileapi/obfuscated_file_util_unittest.cc ++count; count 2091 content/browser/fileapi/obfuscated_file_util_unittest.cc EXPECT_EQ(2, count); count 53 content/browser/frame_host/navigation_controller_impl.cc int count) { count 56 content/browser/frame_host/navigation_controller_impl.cc details.count = count; count 2292 content/browser/frame_host/navigation_controller_impl_unittest.cc EXPECT_EQ(1, listener.details_.count); count 3503 content/browser/frame_host/navigation_controller_impl_unittest.cc EXPECT_EQ(1, listener.details_.count); count 124 content/browser/frame_host/navigation_entry_screenshot_manager.cc int count = owner_->GetEntryCount(); count 125 content/browser/frame_host/navigation_entry_screenshot_manager.cc for (int i = 0; i < count; ++i) { count 127 content/browser/gamepad/raw_input_data_fetcher_win.cc UINT count = 0; count 128 content/browser/gamepad/raw_input_data_fetcher_win.cc UINT result = GetRawInputDeviceList(NULL, &count, sizeof(RAWINPUTDEVICELIST)); count 135 content/browser/gamepad/raw_input_data_fetcher_win.cc scoped_ptr<RAWINPUTDEVICELIST[]> device_list(new RAWINPUTDEVICELIST[count]); count 136 content/browser/gamepad/raw_input_data_fetcher_win.cc result = GetRawInputDeviceList(device_list.get(), &count, count 142 content/browser/gamepad/raw_input_data_fetcher_win.cc DCHECK_EQ(count, result); count 144 content/browser/gamepad/raw_input_data_fetcher_win.cc for (UINT i = 0; i < count; ++i) { count 276 content/browser/gamepad/raw_input_data_fetcher_win.cc USHORT count = caps.NumberInputButtonCaps; count 277 content/browser/gamepad/raw_input_data_fetcher_win.cc if (count > 0) { count 278 content/browser/gamepad/raw_input_data_fetcher_win.cc scoped_ptr<HIDP_BUTTON_CAPS[]> button_caps(new HIDP_BUTTON_CAPS[count]); count 280 content/browser/gamepad/raw_input_data_fetcher_win.cc HidP_Input, button_caps.get(), &count, gamepad_info->preparsed_data); count 283 content/browser/gamepad/raw_input_data_fetcher_win.cc for (uint32_t i = 0; i < count; ++i) { count 295 content/browser/gamepad/raw_input_data_fetcher_win.cc count = caps.NumberInputValueCaps; count 296 content/browser/gamepad/raw_input_data_fetcher_win.cc scoped_ptr<HIDP_VALUE_CAPS[]> axes_caps(new HIDP_VALUE_CAPS[count]); count 297 content/browser/gamepad/raw_input_data_fetcher_win.cc status = hidp_get_value_caps_(HidP_Input, axes_caps.get(), &count, count 302 content/browser/gamepad/raw_input_data_fetcher_win.cc for (UINT i = 0; i < count; i++) { count 318 content/browser/gamepad/raw_input_data_fetcher_win.cc for (UINT i = 0; i < count; i++) { count 232 content/browser/geolocation/geolocation_dispatcher_host.cc DCHECK_EQ(1U, geolocation_renderers_.count(render_view_id)); count 61 content/browser/geolocation/network_location_request.cc void RecordUmaAccessPoints(int count) { count 66 content/browser/geolocation/network_location_request.cc count, min, max, buckets); count 107 content/browser/geolocation/wifi_data_provider_win.cc static void LogWlanInterfaceCount(int count); count 241 content/browser/geolocation/wifi_data_provider_win.cc void WindowsWlanApi::LogWlanInterfaceCount(int count) { count 244 content/browser/geolocation/wifi_data_provider_win.cc count, count 174 content/browser/gpu/gpu_data_manager_impl_private.cc if (blacklisted_features.count(kGpuFeatures[i])) count 350 content/browser/gpu/gpu_data_manager_impl_private.cc return (blacklisted_features_.count(feature) == 1); count 354 content/browser/gpu/gpu_data_manager_impl_private.cc return (gpu_driver_bugs_.count(feature) == 1); count 1065 content/browser/gpu/gpu_data_manager_impl_private.cc if (gpu_driver_bugs_.count(gpu::FORCE_DISCRETE_GPU) == 1) count 1067 content/browser/gpu/gpu_data_manager_impl_private.cc else if (gpu_driver_bugs_.count(gpu::FORCE_INTEGRATED_GPU) == 1) count 1078 content/browser/gpu/gpu_data_manager_impl_private.cc blacklisted_features_.count(gpu::GPU_FEATURE_TYPE_WEBGL)) { count 25 content/browser/indexed_db/indexed_db_active_blob_registry_unittest.cc if (origins_.count(origin_url)) { count 31 content/browser/indexed_db/indexed_db_active_blob_registry_unittest.cc if (!origins_.count(origin_url)) { count 43 content/browser/indexed_db/indexed_db_active_blob_registry_unittest.cc return !duplicate_calls_ && origins_.size() == 1 && origins_.count(origin); count 71 content/browser/indexed_db/indexed_db_active_blob_registry_unittest.cc unused_blobs_.count(std::make_pair(database_id, blob_key)); count 2045 content/browser/indexed_db/indexed_db_backing_store.cc bool IndexedDBBackingStore::Cursor::Advance(uint32 count) { count 2046 content/browser/indexed_db/indexed_db_backing_store.cc while (count--) { count 270 content/browser/indexed_db/indexed_db_backing_store.h bool Advance(uint32 count); count 48 content/browser/indexed_db/indexed_db_cursor.cc void IndexedDBCursor::Advance(uint32 count, count 55 content/browser/indexed_db/indexed_db_cursor.cc &IndexedDBCursor::CursorAdvanceOperation, this, count, callbacks)); count 59 content/browser/indexed_db/indexed_db_cursor.cc uint32 count, count 63 content/browser/indexed_db/indexed_db_cursor.cc if (!cursor_ || !cursor_->Advance(count)) { count 29 content/browser/indexed_db/indexed_db_cursor.h void Advance(uint32 count, scoped_refptr<IndexedDBCallbacks> callbacks); count 49 content/browser/indexed_db/indexed_db_cursor.h void CursorAdvanceOperation(uint32 count, count 1114 content/browser/indexed_db/indexed_db_database.cc uint32 count = 0; count 1134 content/browser/indexed_db/indexed_db_database.cc callbacks->OnSuccess(count); count 1139 content/browser/indexed_db/indexed_db_database.cc ++count; count 1142 content/browser/indexed_db/indexed_db_database.cc callbacks->OnSuccess(count); count 1388 content/browser/indexed_db/indexed_db_database.cc DCHECK(connections_.count(connection)); count 1515 content/browser/indexed_db/indexed_db_database.cc DCHECK(connections_.count(connection.get())); count 1625 content/browser/indexed_db/indexed_db_database.cc DCHECK(connections_.count(connection)); count 810 content/browser/indexed_db/indexed_db_dispatcher_host.cc unsigned long count) { count 819 content/browser/indexed_db/indexed_db_dispatcher_host.cc count, count 220 content/browser/indexed_db/indexed_db_dispatcher_host.h unsigned long count); count 155 content/browser/indexed_db/indexed_db_factory.cc DCHECK(!backing_stores_with_active_blobs_.count(origin_url)); count 290 content/browser/indexed_db/indexed_db_factory.cc return !!database_map_.count(IndexedDBDatabase::Identifier(origin_url, name)); count 417 content/browser/indexed_db/indexed_db_factory.cc size_t count(0); count 422 content/browser/indexed_db/indexed_db_factory.cc count += it->second->ConnectionCount(); count 424 content/browser/indexed_db/indexed_db_factory.cc return count; count 368 content/browser/indexed_db/indexed_db_leveldb_coding.cc size_t count = array.size(); count 369 content/browser/indexed_db/indexed_db_leveldb_coding.cc EncodeVarInt(count, into); count 370 content/browser/indexed_db/indexed_db_leveldb_coding.cc for (size_t i = 0; i < count; ++i) { count 591 content/browser/indexed_db/indexed_db_leveldb_coding.cc int64 count; count 592 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeVarInt(slice, &count)) count 594 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK_GE(count, 0); count 595 content/browser/indexed_db/indexed_db_leveldb_coding.cc while (count--) { count 22 content/browser/indexed_db/indexed_db_transaction_coordinator.cc DCHECK(!queued_transactions_.count(transaction)); count 23 content/browser/indexed_db/indexed_db_transaction_coordinator.cc DCHECK(!started_transactions_.count(transaction)); count 32 content/browser/indexed_db/indexed_db_transaction_coordinator.cc if (queued_transactions_.count(transaction)) { count 33 content/browser/indexed_db/indexed_db_transaction_coordinator.cc DCHECK(!started_transactions_.count(transaction)); count 36 content/browser/indexed_db/indexed_db_transaction_coordinator.cc DCHECK(started_transactions_.count(transaction)); count 55 content/browser/indexed_db/indexed_db_transaction_coordinator.cc if (queued_transactions_.count(transaction)) count 57 content/browser/indexed_db/indexed_db_transaction_coordinator.cc if (started_transactions_.count(transaction)) { count 148 content/browser/indexed_db/indexed_db_transaction_coordinator.cc DCHECK(queued_transactions_.count(transaction)); count 50 content/browser/indexed_db/list_set.h size_t count(const T& elem) const { count 67 content/browser/indexed_db/list_set_unittest.cc EXPECT_EQ(1u, set.count(2)); count 69 content/browser/indexed_db/list_set_unittest.cc EXPECT_EQ(0u, set.count(2)); count 1616 content/browser/loader/resource_dispatcher_host_impl.cc int count, count 1618 content/browser/loader/resource_dispatcher_host_impl.cc DCHECK_EQ(1, abs(count)); count 1624 content/browser/loader/resource_dispatcher_host_impl.cc stats.memory_cost += count * info.memory_cost(); count 1633 content/browser/loader/resource_dispatcher_host_impl.cc int count, count 1635 content/browser/loader/resource_dispatcher_host_impl.cc DCHECK_EQ(1, abs(count)); count 1636 content/browser/loader/resource_dispatcher_host_impl.cc num_in_flight_requests_ += count; count 1639 content/browser/loader/resource_dispatcher_host_impl.cc stats.num_requests += count; count 304 content/browser/loader/resource_dispatcher_host_impl.h int count, count 311 content/browser/loader/resource_dispatcher_host_impl.h int count, count 376 content/browser/loader/resource_dispatcher_host_unittest.cc int count; count 377 content/browser/loader/resource_dispatcher_host_unittest.cc if (!ParseURL(request_->url(), &text, &count)) count 380 content/browser/loader/resource_dispatcher_host_unittest.cc data->reserve(text.size() * count); count 381 content/browser/loader/resource_dispatcher_host_unittest.cc for (int i = 0; i < count; ++i) count 391 content/browser/loader/resource_dispatcher_host_unittest.cc static bool ParseURL(const GURL& url, std::string* text, int* count) { count 399 content/browser/loader/resource_dispatcher_host_unittest.cc return base::StringToInt(parts[1], count); count 405 content/browser/media/webrtc_internals_browsertest.cc int count = 0; count 411 content/browser/media/webrtc_internals_browsertest.cc &count)); count 412 content/browser/media/webrtc_internals_browsertest.cc return count; count 611 content/browser/media/webrtc_internals_browsertest.cc int count = 0; count 616 content/browser/media/webrtc_internals_browsertest.cc &count)); count 617 content/browser/media/webrtc_internals_browsertest.cc EXPECT_EQ((int)stats.values.size(), count); count 681 content/browser/media/webrtc_internals_browsertest.cc int count = 0; count 686 content/browser/media/webrtc_internals_browsertest.cc &count)); count 687 content/browser/media/webrtc_internals_browsertest.cc EXPECT_EQ(NUMBER_OF_PEER_CONNECTIONS, count); count 694 content/browser/media/webrtc_internals_browsertest.cc &count)); count 695 content/browser/media/webrtc_internals_browsertest.cc EXPECT_EQ(NUMBER_OF_PEER_CONNECTIONS, count); count 701 content/browser/media/webrtc_internals_browsertest.cc &count)); count 702 content/browser/media/webrtc_internals_browsertest.cc EXPECT_GT(count, 1); count 708 content/browser/media/webrtc_internals_browsertest.cc &count)); count 709 content/browser/media/webrtc_internals_browsertest.cc EXPECT_GT(count, 1); count 712 content/browser/media/webrtc_internals_browsertest.cc count = 0; count 713 content/browser/media/webrtc_internals_browsertest.cc while (count != NUMBER_OF_PEER_CONNECTIONS) { count 719 content/browser/media/webrtc_internals_browsertest.cc &count)); count 743 content/browser/media/webrtc_internals_browsertest.cc count = GetSsrcInfoBlockCount(shell2); count 744 content/browser/media/webrtc_internals_browsertest.cc EXPECT_GT(count, 0); count 848 content/browser/media/webrtc_internals_browsertest.cc int count = 0; count 853 content/browser/media/webrtc_internals_browsertest.cc &count)); count 854 content/browser/media/webrtc_internals_browsertest.cc EXPECT_EQ(1, count); count 860 content/browser/media/webrtc_internals_browsertest.cc &count)); count 861 content/browser/media/webrtc_internals_browsertest.cc EXPECT_EQ(3, count); count 49 content/browser/message_port_service.cc if (!message_ports_.count(message_port_id)) { count 86 content/browser/message_port_service.cc if (!message_ports_.count(message_port_id)) { count 97 content/browser/message_port_service.cc if (!message_ports_.count(local_message_port_id) || count 98 content/browser/message_port_service.cc !message_ports_.count(remote_message_port_id)) { count 113 content/browser/message_port_service.cc if (!message_ports_.count(sender_message_port_id)) { count 123 content/browser/message_port_service.cc if (!message_ports_.count(entangled_message_port_id)) { count 135 content/browser/message_port_service.cc if (!message_ports_.count(message_port_id)) { count 140 content/browser/message_port_service.cc if (!message_ports_.count(sent_message_port_ids[i])) { count 182 content/browser/message_port_service.cc if (!message_ports_.count(message_port_id)) { count 198 content/browser/message_port_service.cc if (!message_ports_.count(message_port_id)) { count 214 content/browser/message_port_service.cc if (!message_ports_.count(message_port_id)) { count 238 content/browser/message_port_service.cc if (message_ports_.count(entangled_id)) { count 422 content/browser/plugin_process_host.cc if (!resource_context_map_.count(client->ID())) { count 20 content/browser/power_profiler/power_profiler_service_unittest.cc TestPowerDataProvider(int count) : num_events_to_send_(count) {} count 148 content/browser/renderer_host/gtk_key_bindings_handler.cc GtkTextView* text_view, GtkDeleteType type, gint count) { count 149 content/browser/renderer_host/gtk_key_bindings_handler.cc if (!count) count 155 content/browser/renderer_host/gtk_key_bindings_handler.cc commands[0] = (count > 0 ? "DeleteForward" : "DeleteBackward"); count 158 content/browser/renderer_host/gtk_key_bindings_handler.cc commands[0] = (count > 0 ? "DeleteWordForward" : "DeleteWordBackward"); count 161 content/browser/renderer_host/gtk_key_bindings_handler.cc if (count > 0) { count 174 content/browser/renderer_host/gtk_key_bindings_handler.cc commands[0] = (count > 0 ? "DeleteToEndOfLine" : count 178 content/browser/renderer_host/gtk_key_bindings_handler.cc commands[0] = (count > 0 ? "DeleteToEndOfParagraph" : count 191 content/browser/renderer_host/gtk_key_bindings_handler.cc if (count < 0) count 192 content/browser/renderer_host/gtk_key_bindings_handler.cc count = -count; count 193 content/browser/renderer_host/gtk_key_bindings_handler.cc for (; count > 0; --count) { count 206 content/browser/renderer_host/gtk_key_bindings_handler.cc GtkTextView* text_view, GtkMovementStep step, gint count, count 208 content/browser/renderer_host/gtk_key_bindings_handler.cc if (!count) count 214 content/browser/renderer_host/gtk_key_bindings_handler.cc command = (count > 0 ? "MoveForward" : "MoveBackward"); count 217 content/browser/renderer_host/gtk_key_bindings_handler.cc command = (count > 0 ? "MoveRight" : "MoveLeft"); count 220 content/browser/renderer_host/gtk_key_bindings_handler.cc command = (count > 0 ? "MoveWordRight" : "MoveWordLeft"); count 223 content/browser/renderer_host/gtk_key_bindings_handler.cc command = (count > 0 ? "MoveDown" : "MoveUp"); count 226 content/browser/renderer_host/gtk_key_bindings_handler.cc command = (count > 0 ? "MoveToEndOfLine" : "MoveToBeginningOfLine"); count 229 content/browser/renderer_host/gtk_key_bindings_handler.cc command = (count > 0 ? "MoveToEndOfParagraph" : count 233 content/browser/renderer_host/gtk_key_bindings_handler.cc command = (count > 0 ? "MovePageDown" : "MovePageUp"); count 236 content/browser/renderer_host/gtk_key_bindings_handler.cc command = (count > 0 ? "MoveToEndOfDocument" : count 248 content/browser/renderer_host/gtk_key_bindings_handler.cc if (count < 0) count 249 content/browser/renderer_host/gtk_key_bindings_handler.cc count = -count; count 250 content/browser/renderer_host/gtk_key_bindings_handler.cc for (; count > 0; --count) count 255 content/browser/renderer_host/gtk_key_bindings_handler.cc GtkTextView* text_view, GtkScrollStep step, gint count) { count 90 content/browser/renderer_host/gtk_key_bindings_handler.h gint count); count 97 content/browser/renderer_host/gtk_key_bindings_handler.h gint count, gboolean extend_selection); count 101 content/browser/renderer_host/gtk_key_bindings_handler.h gint count); count 125 content/browser/renderer_host/input/gesture_event_queue_unittest.cc size_t count = sent_gesture_event_count_; count 127 content/browser/renderer_host/input/gesture_event_queue_unittest.cc return count; count 131 content/browser/renderer_host/input/gesture_event_queue_unittest.cc size_t count = acked_gesture_event_count_; count 133 content/browser/renderer_host/input/gesture_event_queue_unittest.cc return count; count 298 content/browser/renderer_host/input/input_router_impl_unittest.cc size_t count = process_->sink().message_count(); count 300 content/browser/renderer_host/input/input_router_impl_unittest.cc return count; count 602 content/browser/renderer_host/input/touch_event_queue.cc if (touch_ack_states_.count(point.id) > 0) { count 160 content/browser/renderer_host/input/touch_event_queue_unittest.cc size_t count = acked_event_count_; count 162 content/browser/renderer_host/input/touch_event_queue_unittest.cc return count; count 166 content/browser/renderer_host/input/touch_event_queue_unittest.cc size_t count = sent_event_count_; count 168 content/browser/renderer_host/input/touch_event_queue_unittest.cc return count; count 73 content/browser/renderer_host/java/java_bound_object.cc uint32_t* count); count 133 content/browser/renderer_host/java/java_bound_object.cc uint32_t* count) { count 137 content/browser/renderer_host/java/java_bound_object.cc *count = base::saturated_cast<uint32_t>(method_names.size()); count 138 content/browser/renderer_host/java/java_bound_object.cc *values = static_cast<NPIdentifier*>(calloc(*count, sizeof(NPIdentifier))); count 139 content/browser/renderer_host/java/java_bound_object.cc for (uint32_t i = 0; i < *count; ++i) { count 110 content/browser/renderer_host/java/java_bridge_dispatcher_host_manager.cc if (!instances_.count(render_frame_host)) // Needed for tests. count 19 content/browser/renderer_host/media/video_capture_buffer_pool.cc VideoCaptureBufferPool::VideoCaptureBufferPool(int count) count 20 content/browser/renderer_host/media/video_capture_buffer_pool.cc : count_(count), count 50 content/browser/renderer_host/media/video_capture_buffer_pool.h explicit VideoCaptureBufferPool(int count); count 93 content/browser/renderer_host/media/video_capture_buffer_pool.h int count() const { return count_; } count 540 content/browser/renderer_host/media/video_capture_controller.cc int count = 0; count 573 content/browser/renderer_host/media/video_capture_controller.cc count++; count 577 content/browser/renderer_host/media/video_capture_controller.cc buffer_pool_->HoldForConsumers(buffer->id(), count); count 97 content/browser/renderer_host/media/video_capture_manager_unittest.cc ASSERT_TRUE(0 == controllers_.count(id)); count 128 content/browser/renderer_host/media/video_capture_manager_unittest.cc ASSERT_TRUE(1 == controllers_.count(client_id)); count 23 content/browser/renderer_host/render_process_host_browsertest.cc int count = 0; count 26 content/browser/renderer_host/render_process_host_browsertest.cc count++; count 29 content/browser/renderer_host/render_process_host_browsertest.cc return count; count 392 content/browser/renderer_host/render_process_host_impl.cc void RenderProcessHost::SetMaxRendererProcessCount(size_t count) { count 393 content/browser/renderer_host/render_process_host_impl.cc g_max_renderer_count_override = count; count 1608 content/browser/renderer_host/render_process_host_impl.cc bool RenderProcessHostImpl::FastShutdownForPageCount(size_t count) { count 1609 content/browser/renderer_host/render_process_host_impl.cc if (static_cast<size_t>(GetActiveViewCount()) == count) count 127 content/browser/renderer_host/render_process_host_impl.h virtual bool FastShutdownForPageCount(size_t count) OVERRIDE; count 183 content/browser/renderer_host/render_sandbox_host_linux.cc int count = paths_.count(); count 184 content/browser/renderer_host/render_sandbox_host_linux.cc for (int i = 0; i < count; ++i) { count 189 content/browser/renderer_host/render_sandbox_host_linux.cc return count; count 231 content/browser/renderer_host/render_sandbox_host_linux.cc if (index >= static_cast<uint32_t>(paths_.count())) count 1359 content/browser/renderer_host/render_view_host_impl.cc void RenderViewHostImpl::OnDidChangeNumWheelEvents(int count) { count 530 content/browser/renderer_host/render_view_host_impl.h void OnDidChangeNumWheelEvents(int count); count 1900 content/browser/renderer_host/render_widget_host_view_aura.cc rwhva->active_frame_subscriber_textures_.count(subscriber_texture.get()), count 49 content/browser/service_worker/embedded_worker_registry.cc worker_process_map_[process_id].count(embedded_worker_id) == 0); count 393 content/browser/shared_worker/shared_worker_service_impl.cc if (dependent_renderers.count(process_id)) count 38 content/browser/ssl/ssl_host_state.cc return !!ran_insecure_content_hosts_.count(BrokenHostEntry(host, pid)); count 2404 content/browser/web_contents/web_contents_impl_unittest.cc int count = contents_zoom_changed_call_count_; count 2406 content/browser/web_contents/web_contents_impl_unittest.cc return count; count 67 content/browser/web_contents/web_contents_view_aura_browsertest.cc return screenshot_set_.count(entry) > 0; count 64 content/browser/worker_host/test/worker_browsertest.cc bool WaitForWorkerProcessCount(int count) { count 72 content/browser/worker_host/test/worker_browsertest.cc if (cur_process_count == count) count 80 content/browser/worker_host/test/worker_browsertest.cc EXPECT_EQ(cur_process_count, count); count 65 content/child/child_histogram_message_filter.cc static int count = 0; count 66 content/child/child_histogram_message_filter.cc count++; count 67 content/child/child_histogram_message_filter.cc DHISTOGRAM_COUNTS("Histogram.ChildProcessHistogramSentCount", count); count 173 content/child/indexed_db/indexed_db_dispatcher.cc unsigned long count, count 184 content/child/indexed_db/indexed_db_dispatcher.cc ipc_cursor_id, CurrentWorkerId(), ipc_callbacks_id, count)); count 451 content/child/indexed_db/indexed_db_dispatcher.cc DCHECK_EQ(databases_.count(ipc_database_id), 1u); count 472 content/child/indexed_db/indexed_db_dispatcher.cc DCHECK(!databases_.count(ipc_object_id)); count 650 content/child/indexed_db/indexed_db_dispatcher.cc DCHECK(!databases_.count(p.ipc_database_id)); count 87 content/child/indexed_db/indexed_db_dispatcher.h virtual void RequestIDBCursorAdvance(unsigned long count, count 47 content/child/indexed_db/webidbcursor_impl.cc void WebIDBCursorImpl::advance(unsigned long count, count 52 content/child/indexed_db/webidbcursor_impl.cc if (count <= prefetch_keys_.size()) { count 53 content/child/indexed_db/webidbcursor_impl.cc CachedAdvance(count, callbacks.get()); count 58 content/child/indexed_db/webidbcursor_impl.cc count, callbacks.release(), ipc_cursor_id_, transaction_id_); count 134 content/child/indexed_db/webidbcursor_impl.cc void WebIDBCursorImpl::CachedAdvance(unsigned long count, count 136 content/child/indexed_db/webidbcursor_impl.cc DCHECK_GE(prefetch_keys_.size(), count); count 140 content/child/indexed_db/webidbcursor_impl.cc while (count > 1) { count 145 content/child/indexed_db/webidbcursor_impl.cc --count; count 33 content/child/indexed_db/webidbcursor_impl.h virtual void advance(unsigned long count, blink::WebIDBCallbacks* callback); count 45 content/child/indexed_db/webidbcursor_impl.h void CachedAdvance(unsigned long count, blink::WebIDBCallbacks* callbacks); count 54 content/child/indexed_db/webidbcursor_impl_unittest.cc virtual void RequestIDBCursorAdvance(unsigned long count, count 72 content/child/indexed_db/webidbdatabase_impl.h virtual void count(long long transactionId, count 369 content/child/npapi/npobject_proxy.cc uint32_t *count) { count 377 content/child/npapi/npobject_proxy.cc return obj->_class->enumerate(obj, value, count); count 392 content/child/npapi/npobject_proxy.cc *count = static_cast<unsigned int>(value_param.size()); count 393 content/child/npapi/npobject_proxy.cc *value = static_cast<NPIdentifier *>(malloc(sizeof(NPIdentifier) * *count)); count 394 content/child/npapi/npobject_proxy.cc for (unsigned int i = 0; i < *count; ++i) count 73 content/child/npapi/npobject_proxy.h uint32_t *count); count 319 content/child/npapi/npobject_stub.cc unsigned int count = 0; count 321 content/child/npapi/npobject_stub.cc *result = WebBindings::enumerate(0, npobject_, &value_np, &count); count 329 content/child/npapi/npobject_stub.cc *result = npobject_->_class->enumerate(npobject_, &value_np, &count); count 335 content/child/npapi/npobject_stub.cc for (unsigned int i = 0; i < count; ++i) { count 100 content/child/npapi/npobject_util.cc NPIdentifier **identifier, uint32_t *count) { count 101 content/child/npapi/npobject_util.cc return NPObjectProxy::NPNEnumerate(obj, identifier, count); count 371 content/common/android/address_parser_internal.cc previous_suffixes.count(); count 184 content/common/cc_messages.cc size_t count; count 185 content/common/cc_messages.cc if (!ReadParam(m, iter, &count)) count 188 content/common/cc_messages.cc for (std::size_t i = 0; i < count; ++i) { count 247 content/common/cc_messages.h IPC_STRUCT_TRAITS_MEMBER(count) count 40 content/common/cc_messages_perftest.cc int count = 0; count 45 content/common/cc_messages_perftest.cc ++count; count 34 content/common/child_process_messages.h IPC_STRUCT_TRAITS_MEMBER(count) count 21 content/common/dom_storage/dom_storage_map.cc size_t count = 0; count 24 content/common/dom_storage/dom_storage_map.cc count += size_of_item(it->first, it->second.string()); count 25 content/common/dom_storage/dom_storage_map.cc return count; count 678 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc WGC3Dsizei count, count 682 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc mode, count, type, count 1327 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc WGC3Dsizei count, count 1332 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc mode, count, type, count 256 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h virtual void drawArrays(WGC3Denum mode, WGC3Dint first, WGC3Dsizei count); count 258 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h WGC3Dsizei count, count 287 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h WGC3Dsizei* count, count 430 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h WGC3Dsizei count, const WGC3Dfloat* v); count 433 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h WGC3Dsizei count, const WGC3Dint* v); count 436 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h WGC3Dsizei count, const WGC3Dfloat* v); count 439 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h WGC3Dsizei count, const WGC3Dint* v); count 443 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h WGC3Dsizei count, const WGC3Dfloat* v); count 447 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h WGC3Dsizei count, const WGC3Dint* v); count 452 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h WGC3Dsizei count, const WGC3Dfloat* v); count 456 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h WGC3Dsizei count, const WGC3Dint* v); count 458 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h WGC3Dsizei count, count 462 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h WGC3Dsizei count, count 466 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h WGC3Dsizei count, count 495 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h virtual void genBuffers(WGC3Dsizei count, WebGLId* ids); count 496 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h virtual void genFramebuffers(WGC3Dsizei count, WebGLId* ids); count 497 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h virtual void genRenderbuffers(WGC3Dsizei count, WebGLId* ids); count 498 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h virtual void genTextures(WGC3Dsizei count, WebGLId* ids); count 500 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h virtual void deleteBuffers(WGC3Dsizei count, WebGLId* ids); count 501 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h virtual void deleteFramebuffers(WGC3Dsizei count, WebGLId* ids); count 502 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h virtual void deleteRenderbuffers(WGC3Dsizei count, WebGLId* ids); count 503 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h virtual void deleteTextures(WGC3Dsizei count, WebGLId* ids); count 649 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h WGC3Dsizei count, WGC3Dsizei primcount); count 650 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h virtual void drawElementsInstancedANGLE(WGC3Denum mode, WGC3Dsizei count, count 357 content/common/gpu/gpu_memory_manager.cc DCHECK(!tracking_groups_.count(tracking_group->GetMemoryTracker())); count 365 content/common/gpu/gpu_memory_manager.cc DCHECK(tracking_groups_.count(tracking_group->GetMemoryTracker())); count 62 content/common/gpu/gpu_memory_manager_unittest.cc DCHECK(!client_memory_stats_for_last_manage_.count(client)); count 495 content/common/gpu/gpu_memory_manager_unittest.cc EXPECT_EQ(stats.count(&stub1), 1ul); count 498 content/common/gpu/gpu_memory_manager_unittest.cc EXPECT_EQ(stats.count(&stub2), 1ul); count 337 content/common/gpu/media/android_video_encode_accelerator.cc int count = media_codec_->GetOutputBuffersCount(); count 339 content/common/gpu/media/android_video_encode_accelerator.cc bool ret = media_codec_->GetOutputBuffers() && count <= num_output_buffers_ && count 343 content/common/gpu/media/android_video_encode_accelerator.cc << ", now: " << count << "x" << capacity; count 414 content/common/gpu/media/exynos_video_encode_accelerator.cc control.count = 1; count 1144 content/common/gpu/media/exynos_video_encode_accelerator.cc control.count = arraysize(ctrls); count 1233 content/common/gpu/media/exynos_video_encode_accelerator.cc reqbufs.count = kGscInputBufferCount; count 1239 content/common/gpu/media/exynos_video_encode_accelerator.cc gsc_input_buffer_map_.resize(reqbufs.count); count 1280 content/common/gpu/media/exynos_video_encode_accelerator.cc reqbufs.count = kGscOutputBufferCount; count 1286 content/common/gpu/media/exynos_video_encode_accelerator.cc gsc_output_buffer_map_.resize(reqbufs.count); count 1376 content/common/gpu/media/exynos_video_encode_accelerator.cc control.count = arraysize(ctrls); count 1392 content/common/gpu/media/exynos_video_encode_accelerator.cc reqbufs.count = 1; // Driver will allocate the appropriate number of buffers. count 1398 content/common/gpu/media/exynos_video_encode_accelerator.cc mfc_input_buffer_map_.resize(reqbufs.count); count 1425 content/common/gpu/media/exynos_video_encode_accelerator.cc reqbufs.count = kMfcOutputBufferCount; count 1431 content/common/gpu/media/exynos_video_encode_accelerator.cc mfc_output_buffer_map_.resize(reqbufs.count); count 1465 content/common/gpu/media/exynos_video_encode_accelerator.cc reqbufs.count = 0; count 1482 content/common/gpu/media/exynos_video_encode_accelerator.cc reqbufs.count = 0; count 1506 content/common/gpu/media/exynos_video_encode_accelerator.cc reqbufs.count = 0; count 1530 content/common/gpu/media/exynos_video_encode_accelerator.cc reqbufs.count = 0; count 206 content/common/gpu/media/gpu_video_decode_accelerator.cc DCHECK_EQ(0u, uncleared_textures_.count(picture.picture_buffer_id())); count 1668 content/common/gpu/media/v4l2_video_decode_accelerator.cc reqbufs.count = kInputBufferCount; count 1672 content/common/gpu/media/v4l2_video_decode_accelerator.cc input_buffer_map_.resize(reqbufs.count); count 1722 content/common/gpu/media/v4l2_video_decode_accelerator.cc reqbufs.count = output_dpb_size_ + kDpbOutputBufferExtraCount; count 1727 content/common/gpu/media/v4l2_video_decode_accelerator.cc output_buffer_map_.resize(reqbufs.count); count 1773 content/common/gpu/media/v4l2_video_decode_accelerator.cc reqbufs.count = 0; count 1817 content/common/gpu/media/v4l2_video_decode_accelerator.cc reqbufs.count = 0; count 115 content/gpu/gpu_main.cc if (workarounds.count(gpu::FORCE_DISCRETE_GPU) == 1) count 117 content/gpu/gpu_main.cc else if (workarounds.count(gpu::FORCE_INTEGRATED_GPU) == 1) count 49 content/plugin/plugin_channel.cc if (!modal_dialog_event_map_.count(render_view_id)) { count 61 content/plugin/plugin_channel.cc if (!modal_dialog_event_map_.count(render_view_id)) { count 109 content/plugin/plugin_channel.cc if (modal_dialog_event_map_.count(params.host_render_view_routing_id)) { count 122 content/plugin/plugin_channel.cc if (modal_dialog_event_map_.count(render_view_id)) count 128 content/plugin/plugin_channel.cc if (modal_dialog_event_map_.count(render_view_id)) count 130 content/public/android/java/src/org/chromium/content/browser/ResourceExtractor.java int count = 0; count 131 content/public/android/java/src/org/chromium/content/browser/ResourceExtractor.java while ((count = is.read(buffer, 0, BUFFER_SIZE)) != -1) { count 132 content/public/android/java/src/org/chromium/content/browser/ResourceExtractor.java os.write(buffer, 0, count); count 85 content/public/browser/navigation_details.h int count; count 179 content/public/browser/render_process_host.h virtual bool FastShutdownForPageCount(size_t count) = 0; count 283 content/public/browser/render_process_host.h static void SetMaxRendererProcessCount(size_t count); count 66 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/CriteriaHelper.java int count = 0; count 68 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/CriteriaHelper.java while (count < maxAttempts && !success) { count 69 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/CriteriaHelper.java count++; count 358 content/public/test/download_test_observer.cc int count = 0; count 365 content/public/test/download_test_observer.cc count++; count 377 content/public/test/download_test_observer.cc if (count == 0) { count 242 content/public/test/mock_render_process_host.cc bool MockRenderProcessHost::FastShutdownForPageCount(size_t count) { count 243 content/public/test/mock_render_process_host.cc if (static_cast<size_t>(GetActiveViewCount()) == count) count 74 content/public/test/mock_render_process_host.h virtual bool FastShutdownForPageCount(size_t count) OVERRIDE; count 181 content/renderer/browser_plugin/browser_plugin_bindings.cc uint32_t *count) { count 134 content/renderer/dom_storage/dom_storage_dispatcher.cc CachedAreaHolder(DOMStorageCachedArea* area, int count, count 136 content/renderer/dom_storage/dom_storage_dispatcher.cc : area_(area), open_count_(count), namespace_id_(namespace_id) {} count 111 content/renderer/input/input_event_filter_unittest.cc size_t count) { count 113 content/renderer/input/input_event_filter_unittest.cc for (size_t i = 0; i < count; ++i) { count 84 content/renderer/input/input_handler_manager.cc if (input_handlers_.count(routing_id) != 0) count 99 content/renderer/media/renderer_gpu_video_accelerator_factories.cc int32 count, count 112 content/renderer/media/renderer_gpu_video_accelerator_factories.cc texture_ids->resize(count); count 113 content/renderer/media/renderer_gpu_video_accelerator_factories.cc texture_mailboxes->resize(count); count 114 content/renderer/media/renderer_gpu_video_accelerator_factories.cc gles2->GenTextures(count, &texture_ids->at(0)); count 115 content/renderer/media/renderer_gpu_video_accelerator_factories.cc for (int i = 0; i < count; ++i) { count 53 content/renderer/media/renderer_gpu_video_accelerator_factories.h virtual bool CreateTextures(int32 count, count 425 content/renderer/media/rtc_peer_connection_handler_unittest.cc EXPECT_EQ(0u, mock_peer_connection_->local_streams()->count()); count 297 content/renderer/media/rtc_video_decoder.cc void RTCVideoDecoder::ProvidePictureBuffers(uint32 count, count 309 content/renderer/media/rtc_video_decoder.cc if (!factories_->CreateTextures(count, count 317 content/renderer/media/rtc_video_decoder.cc DCHECK_EQ(count, texture_ids.size()); count 318 content/renderer/media/rtc_video_decoder.cc DCHECK_EQ(count, texture_mailboxes.size()); count 345 content/renderer/media/rtc_video_decoder.cc if (!picture_buffers_at_display_.count(id)) { count 666 content/renderer/media/rtc_video_decoder.cc if (!assigned_picture_buffers_.count(picture_buffer_id)) { count 82 content/renderer/media/rtc_video_decoder.h virtual void ProvidePictureBuffers(uint32 count, count 107 content/renderer/npapi/plugin_channel_host.cc size_t count = 0; count 108 content/renderer/npapi/plugin_channel_host.cc const void* const* addresses = trace.Addresses(&count); count 110 content/renderer/npapi/plugin_channel_host.cc kRemoveRouteTraceKey, addresses, count); count 152 content/renderer/npapi/plugin_channel_host.cc size_t count = 0; count 153 content/renderer/npapi/plugin_channel_host.cc const void* const* addresses = trace.Addresses(&count); count 155 content/renderer/npapi/plugin_channel_host.cc kChannelErrorTraceKey, addresses, count); count 245 content/renderer/pepper/message_channel.cc uint32_t *count) { count 253 content/renderer/pepper/message_channel.cc bool success = WebBindings::enumerate(NULL, passthrough, value, count); count 257 content/renderer/pepper/message_channel.cc static_cast<size_t>(*count) + 1) // Else, "always false" x64 warning. count 260 content/renderer/pepper/message_channel.cc std::malloc(sizeof(NPIdentifier) * (*count + 1))); count 261 content/renderer/pepper/message_channel.cc std::memcpy(new_array, *value, sizeof(NPIdentifier)*(*count)); count 262 content/renderer/pepper/message_channel.cc new_array[*count] = WebBindings::getStringIdentifier(kPostMessage); count 265 content/renderer/pepper/message_channel.cc ++(*count); count 273 content/renderer/pepper/message_channel.cc *count = 1; count 2453 content/renderer/pepper/pepper_plugin_instance_impl.cc uint32_t count) { count 2458 content/renderer/pepper/pepper_plugin_instance_impl.cc static_cast<size_t>(count)); count 2459 content/renderer/pepper/pepper_plugin_instance_impl.cc for (uint32 i = 0; i < count; ++i) { count 403 content/renderer/pepper/pepper_plugin_instance_impl.h uint32_t count) OVERRIDE; count 170 content/renderer/pepper/plugin_object.cc uint32_t* count) { count 172 content/renderer/pepper/plugin_object.cc *count = 0; count 190 content/renderer/pepper/plugin_object.cc *count = 0; // Will be the number of items successfully converted. count 198 content/renderer/pepper/plugin_object.cc (*count)++; count 206 content/renderer/pepper/plugin_object.cc *count = 0; count 96 content/renderer/pepper/ppb_scrollbar_impl.cc uint32_t count) { count 99 content/renderer/pepper/ppb_scrollbar_impl.cc tickmarks_.resize(count); count 100 content/renderer/pepper/ppb_scrollbar_impl.cc for (uint32 i = 0; i < count; ++i) { count 37 content/renderer/pepper/ppb_scrollbar_impl.h virtual void SetTickMarks(const PP_Rect* tick_marks, uint32_t count) OVERRIDE; count 224 content/renderer/pepper/ppb_var_deprecated_impl.cc uint32_t count = 0; count 226 content/renderer/pepper/ppb_var_deprecated_impl.cc &identifiers, &count)) { count 231 content/renderer/pepper/ppb_var_deprecated_impl.cc if (count == 0) count 234 content/renderer/pepper/ppb_var_deprecated_impl.cc *property_count = count; count 235 content/renderer/pepper/ppb_var_deprecated_impl.cc *properties = static_cast<PP_Var*>(malloc(sizeof(PP_Var) * count)); count 236 content/renderer/pepper/ppb_var_deprecated_impl.cc for (uint32_t i = 0; i < count; ++i) { count 96 content/renderer/pepper/v8_var_converter.cc if (parent_ids->count(var.value.as_id) != 0) count 196 content/renderer/pepper/v8_var_converter.cc if (parent_handles->count(HashedHandle(val->ToObject())) != 0) count 2403 content/renderer/render_frame_impl.cc int count, count 2406 content/renderer/render_frame_impl.cc if (!count) count 2410 content/renderer/render_frame_impl.cc render_view_->GetRoutingID(), request_id, count, count 320 content/renderer/render_frame_impl.h int count, count 93 content/renderer/render_process_impl.cc int count = blink::WebFrame::instanceCount(); count 94 content/renderer/render_process_impl.cc if (count) count 95 content/renderer/render_process_impl.cc DLOG(ERROR) << "WebFrame LEAKED " << count << " TIMES"; count 2782 content/renderer/render_view_impl.cc int count, count 586 content/renderer/render_view_impl.h int count, count 236 content/renderer/skia_benchmarking_extension.cc v8::Local<v8::Array> v8_info = v8::Array::New(isolate, info->count()); count 237 content/renderer/skia_benchmarking_extension.cc for (int j = 0; j < info->count(); ++j) { count 23 content/renderer/skia_benchmarking_extension_unittest.cc for (int i = 0; i < info->count(); ++i) { count 91 content/renderer/web_ui_mojo_context_state.cc registry->available_modules().count(ids[i]) == 0) { count 659 content/shell/renderer/test_runner/web_ax_object_proxy.cc int count = 1; // Root object always has only one child, the WebView. count 661 content/shell/renderer/test_runner/web_ax_object_proxy.cc count = accessibility_object().childCount(); count 662 content/shell/renderer/test_runner/web_ax_object_proxy.cc return count; count 725 content/shell/tools/plugin/PluginObject.cpp uint32_t count; count 728 content/shell/tools/plugin/PluginObject.cpp obj->npp, NPVARIANT_TO_OBJECT(args[0]), &identifiers, &count)) { count 732 content/shell/tools/plugin/PluginObject.cpp for (uint32_t i = 0; i < count; i++) { count 265 content/shell/tools/plugin/PluginTest.cpp assert(!createTestFunctions().count(identifier)); count 39 content/shell/tools/plugin/TestObject.cpp uint32_t* count); count 192 content/shell/tools/plugin/TestObject.cpp uint32_t* count) { count 193 content/shell/tools/plugin/TestObject.cpp *count = NUM_ENUMERATABLE_TEST_IDENTIFIERS; count 326 courgette/adjustment_method_2.cc int count = 0; count 328 courgette/adjustment_method_2.cc if (++count > max) break; count 500 courgette/adjustment_method_2.cc if (a.count() > b.count()) return true; count 501 courgette/adjustment_method_2.cc if (a.count() < b.count()) return false; count 557 courgette/adjustment_method_2.cc base::StringAppendF(&s, " %d", p->count()); count 577 courgette/adjustment_method_2.cc base::StringAppendF(&s, "(%d) ", p->count()); count 723 courgette/adjustment_method_2.cc int p1 = program_freq.count(); count 724 courgette/adjustment_method_2.cc int m1 = model_freq.count(); count 1046 courgette/adjustment_method_2.cc int m1 = model_freq.count(); count 1057 courgette/adjustment_method_2.cc int p1 = program_freq.count(); count 63 courgette/courgette_tool.cc int count = count 67 courgette/courgette_tool.cc if (count == -1) count 69 courgette/courgette_tool.cc if (static_cast<size_t>(count) != sink->Length()) count 644 courgette/disassembler_win32_x64.cc size_t count = p->second.size(); count 645 courgette/disassembler_win32_x64.cc std::cout << std::dec << p->first << ": " << count; count 646 courgette/disassembler_win32_x64.cc if (count <= 2) { count 647 courgette/disassembler_win32_x64.cc for (size_t i = 0; i < count; ++i) count 644 courgette/disassembler_win32_x86.cc size_t count = p->second.size(); count 645 courgette/disassembler_win32_x86.cc std::cout << std::dec << p->first << ": " << count; count 646 courgette/disassembler_win32_x86.cc if (count <= 2) { count 647 courgette/disassembler_win32_x86.cc for (size_t i = 0; i < count; ++i) count 46 courgette/encoded_program.cc size_t count = items.size(); count 47 courgette/encoded_program.cc bool ok = buffer->WriteSizeVarint32(count); count 48 courgette/encoded_program.cc for (size_t i = 0; ok && i < count; ++i) { count 58 courgette/encoded_program.cc uint32 count; count 59 courgette/encoded_program.cc if (!buffer->ReadVarint32(&count)) count 64 courgette/encoded_program.cc bool ok = items->reserve(count); count 65 courgette/encoded_program.cc for (size_t i = 0; ok && i < count; ++i) { count 78 courgette/encoded_program.cc size_t count = set.size(); count 79 courgette/encoded_program.cc bool ok = buffer->WriteSizeVarint32(count); count 81 courgette/encoded_program.cc for (size_t i = 0; ok && i < count; ++i) { count 92 courgette/encoded_program.cc uint32 count; count 94 courgette/encoded_program.cc if (!buffer->ReadVarint32(&count)) count 98 courgette/encoded_program.cc bool ok = set->reserve(count); count 101 courgette/encoded_program.cc for (size_t i = 0; ok && i < count; ++i) { count 123 courgette/encoded_program.cc size_t count = items.size(); count 124 courgette/encoded_program.cc bool ok = buffer->WriteSizeVarint32(count); count 125 courgette/encoded_program.cc if (count != 0 && ok) { count 126 courgette/encoded_program.cc size_t byte_count = count * sizeof(typename V::value_type); count 134 courgette/encoded_program.cc uint32 count; count 135 courgette/encoded_program.cc if (!buffer->ReadVarint32(&count)) count 139 courgette/encoded_program.cc bool ok = items->resize(count, 0); count 140 courgette/encoded_program.cc if (ok && count != 0) { count 141 courgette/encoded_program.cc size_t byte_count = count * sizeof(typename V::value_type); count 199 courgette/encoded_program.cc CheckBool EncodedProgram::AddCopy(uint32 count, const void* bytes) { count 216 courgette/encoded_program.cc copy_counts_.back() += count; count 217 courgette/encoded_program.cc for (uint32 i = 0; ok && i < count; ++i) { count 225 courgette/encoded_program.cc if (count == 1) { count 228 courgette/encoded_program.cc ok = ops_.push_back(COPY) && copy_counts_.push_back(count); count 229 courgette/encoded_program.cc for (uint32 i = 0; ok && i < count; ++i) { count 559 courgette/encoded_program.cc uint32 count; count 560 courgette/encoded_program.cc if (!VectorAt(copy_counts_, ix_copy_counts, &count)) count 563 courgette/encoded_program.cc for (uint32 i = 0; i < count; ++i) { count 571 courgette/encoded_program.cc current_rva += count; count 44 courgette/encoded_program.h CheckBool AddCopy(uint32 count, const void* bytes) WARN_UNUSED_RESULT; count 181 courgette/memory_allocator.h pointer allocate(size_type count) { count 186 courgette/memory_allocator.h count++; count 188 courgette/memory_allocator.h if (count > max_size()) count 191 courgette/memory_allocator.h size_type bytes = count * sizeof(T); count 195 courgette/memory_allocator.h if (count < kMaxHeapAllocationSize) count 211 courgette/memory_allocator.h pointer allocate(size_type count, const void* hint) { count 212 courgette/memory_allocator.h return allocate(count); count 224 courgette/memory_allocator.h size_type count = static_cast<size_type>(-1) / sizeof(T); count 225 courgette/memory_allocator.h return (0 < count ? count : 1); count 267 courgette/memory_allocator.h pointer allocate(size_type count) { count 268 courgette/memory_allocator.h if (count > max_size()) count 271 courgette/memory_allocator.h new(std::nothrow) uint8[count * sizeof(T)]); count 274 courgette/memory_allocator.h pointer allocate(size_type count, const void* hint) { count 275 courgette/memory_allocator.h return allocate(count); count 287 courgette/memory_allocator.h size_type count = static_cast<size_type>(-1) / sizeof(T); count 288 courgette/memory_allocator.h return (0 < count ? count : 1); count 129 courgette/streams.cc bool SourceStream::Read(void* destination, size_t count) { count 130 courgette/streams.cc if (current_ + count > end_) count 132 courgette/streams.cc memcpy(destination, current_, count); count 133 courgette/streams.cc current_ += count; count 252 courgette/streams.cc unsigned int count; count 253 courgette/streams.cc finger = Varint::Parse32WithLimit(finger, end, &count); count 256 courgette/streams.cc if (count > kMaxStreams) count 259 courgette/streams.cc count_ = count; count 37 crypto/mock_apple_keychain_mac.cc keychain_attr_list_[key].count = arraysize(tags); count 39 crypto/mock_apple_keychain_mac.cc calloc(keychain_attr_list_[key].count, sizeof(SecKeychainAttribute))); count 40 crypto/mock_apple_keychain_mac.cc for (unsigned int i = 0; i < keychain_attr_list_[key].count; ++i) { count 71 crypto/mock_apple_keychain_mac.cc for (unsigned int i = 0; i < it->second.count; ++i) { count 87 crypto/mock_apple_keychain_mac.cc for (unsigned int i = 0; i < attribute_list.count; ++i) { count 229 crypto/mock_apple_keychain_mac.cc for (UInt32 change_attr = 0; change_attr < attrList->count; ++change_attr) { count 254 crypto/mock_apple_keychain_mac.cc for (unsigned int i = 0; i < keychain_attr_list_[key].count; ++i) { count 281 crypto/mock_apple_keychain_mac.cc for (UInt32 search_attr = 0; search_attr < attrList->count; ++search_attr) { count 103 crypto/openpgp_symmetric_encryption.cc unsigned count, count 120 crypto/openpgp_symmetric_encryption.cc while (written < count) { count 121 crypto/openpgp_symmetric_encryption.cc if (written + combined_len > count) { count 122 crypto/openpgp_symmetric_encryption.cc unsigned todo = count - written; count 126 crypto/openpgp_symmetric_encryption.cc written = count; count 314 device/bluetooth/bluetooth_adapter_chromeos.cc int count = 0; count 319 device/bluetooth/bluetooth_adapter_chromeos.cc ++count; count 322 device/bluetooth/bluetooth_adapter_chromeos.cc UMA_HISTOGRAM_COUNTS_100("Bluetooth.ConnectedDeviceCount", count); count 54 device/bluetooth/bluetooth_socket_chromeos.cc int count; count 55 device/bluetooth/bluetooth_socket_chromeos.cc if (ioctl(fd_, FIONREAD, &count) < 0) { count 66 device/bluetooth/bluetooth_socket_chromeos.cc if (count == 0) { count 88 device/bluetooth/bluetooth_socket_chromeos.cc buffer->SetCapacity(count); count 195 device/media_transfer_protocol/media_transfer_protocol_manager.cc uint32 count, count 204 device/media_transfer_protocol/media_transfer_protocol_manager.cc storage_handle, path, offset, count, count 215 device/media_transfer_protocol/media_transfer_protocol_manager.cc uint32 count, count 224 device/media_transfer_protocol/media_transfer_protocol_manager.cc storage_handle, file_id, offset, count, count 113 device/media_transfer_protocol/media_transfer_protocol_manager.h uint32 count, count 121 device/media_transfer_protocol/media_transfer_protocol_manager.h uint32 count, count 53 extensions/browser/api/socket/socket.h virtual void Read(int count, const ReadCompletionCallback& callback) = 0; count 61 extensions/browser/api/socket/socket.h virtual void RecvFrom(int count, count 128 extensions/browser/api/socket/tcp_socket.cc void TCPSocket::Read(int count, const ReadCompletionCallback& callback) { count 141 extensions/browser/api/socket/tcp_socket.cc if (count < 0) { count 152 extensions/browser/api/socket/tcp_socket.cc scoped_refptr<net::IOBuffer> io_buffer = new net::IOBuffer(count); count 155 extensions/browser/api/socket/tcp_socket.cc count, count 163 extensions/browser/api/socket/tcp_socket.cc void TCPSocket::RecvFrom(int count, count 37 extensions/browser/api/socket/tcp_socket.h virtual void Read(int count, const ReadCompletionCallback& callback) OVERRIDE; count 38 extensions/browser/api/socket/tcp_socket.h virtual void RecvFrom(int count, count 78 extensions/browser/api/socket/udp_socket.cc void UDPSocket::Read(int count, const ReadCompletionCallback& callback) { count 91 extensions/browser/api/socket/udp_socket.cc if (count < 0) { count 101 extensions/browser/api/socket/udp_socket.cc io_buffer = new net::IOBuffer(count); count 104 extensions/browser/api/socket/udp_socket.cc count, count 122 extensions/browser/api/socket/udp_socket.cc void UDPSocket::RecvFrom(int count, count 137 extensions/browser/api/socket/udp_socket.cc if (count < 0) { count 147 extensions/browser/api/socket/udp_socket.cc io_buffer = new net::IOBuffer(count); count 150 extensions/browser/api/socket/udp_socket.cc count, count 26 extensions/browser/api/socket/udp_socket.h virtual void Read(int count, const ReadCompletionCallback& callback) OVERRIDE; count 27 extensions/browser/api/socket/udp_socket.h virtual void RecvFrom(int count, count 240 extensions/browser/event_listener_map.cc return filtered_events_.count(event.event_name) > 0u; count 669 extensions/browser/extension_prefs.cc int count = 0; count 670 extensions/browser/extension_prefs.cc ReadPrefAsInteger(extension_id, kPrefAcknowledgePromptCount, &count); count 671 extensions/browser/extension_prefs.cc ++count; count 673 extensions/browser/extension_prefs.cc new base::FundamentalValue(count)); count 674 extensions/browser/extension_prefs.cc return count; count 424 extensions/browser/process_manager.cc int& count = background_page_data_[extension->id()].lazy_keepalive_count; count 425 extensions/browser/process_manager.cc if (++count == 1) count 437 extensions/browser/process_manager.cc int& count = background_page_data_[extension_id].lazy_keepalive_count; count 438 extensions/browser/process_manager.cc DCHECK_GT(count, 0); count 444 extensions/browser/process_manager.cc if (--count == 0 && !background_page_data_[extension_id].is_closing) { count 101 extensions/browser/value_store/value_store_unittest.cc if (keys_seen.count(it->key())) { count 107 extensions/browser/value_store/value_store_unittest.cc if (!expected_as_map.count(it->key())) { count 91 extensions/common/event_filter_unittest.cc ASSERT_EQ(1u, matches.count(id)); count 118 extensions/common/event_filter_unittest.cc ASSERT_EQ(1u, matches.count(id1)); count 119 extensions/common/event_filter_unittest.cc ASSERT_EQ(1u, matches.count(id2)); count 130 extensions/common/event_filter_unittest.cc ASSERT_EQ(1u, matches.count(id)); count 145 extensions/common/event_filter_unittest.cc ASSERT_EQ(1u, matches.count(id)); count 151 extensions/common/event_filter_unittest.cc ASSERT_EQ(1u, matches.count(id)); count 169 extensions/common/event_filter_unittest.cc ASSERT_EQ(1u, matches.count(id2)); count 181 extensions/common/event_filter_unittest.cc ASSERT_EQ(1u, matches.count(id1)); count 225 extensions/common/event_filter_unittest.cc ASSERT_EQ(1u, matches.count(id)); count 243 extensions/common/event_filter_unittest.cc ASSERT_EQ(1u, matches.count(id)); count 254 extensions/common/event_filter_unittest.cc ASSERT_EQ(1u, matches.count(id)); count 331 extensions/common/extension_api.cc feature->GetContexts()->count(Feature::BLESSED_EXTENSION_CONTEXT); count 23 extensions/common/features/base_feature_provider_unittest.cc EXPECT_EQ(1u, feature->extension_types()->count(Manifest::TYPE_EXTENSION)); count 25 extensions/common/features/base_feature_provider_unittest.cc feature->extension_types()->count(Manifest::TYPE_LEGACY_PACKAGED_APP)); count 27 extensions/common/features/base_feature_provider_unittest.cc feature->extension_types()->count(Manifest::TYPE_PLATFORM_APP)); count 28 extensions/common/features/base_feature_provider_unittest.cc EXPECT_EQ(1u, feature->extension_types()->count(Manifest::TYPE_HOSTED_APP)); count 29 extensions/common/features/base_feature_provider_unittest.cc EXPECT_EQ(1u, feature->extension_types()->count(Manifest::TYPE_THEME)); count 31 extensions/common/features/base_feature_provider_unittest.cc feature->extension_types()->count(Manifest::TYPE_SHARED_MODULE)); count 66 extensions/common/features/base_feature_provider_unittest.cc EXPECT_EQ(1u, feature->extension_types()->count(Manifest::TYPE_EXTENSION)); count 68 extensions/common/features/base_feature_provider_unittest.cc feature->extension_types()->count(Manifest::TYPE_LEGACY_PACKAGED_APP)); count 70 extensions/common/features/base_feature_provider_unittest.cc feature->extension_types()->count(Manifest::TYPE_PLATFORM_APP)); count 247 extensions/common/features/simple_feature.cc if (matches_.is_empty() && contexts_.count(WEB_PAGE_CONTEXT) != 0) { count 396 extensions/common/features/simple_feature_unittest.cc EXPECT_TRUE(feature->whitelist()->count("foo")); count 397 extensions/common/features/simple_feature_unittest.cc EXPECT_TRUE(feature->whitelist()->count("bar")); count 413 extensions/common/features/simple_feature_unittest.cc EXPECT_TRUE(feature->extension_types()->count(Manifest::TYPE_EXTENSION)); count 414 extensions/common/features/simple_feature_unittest.cc EXPECT_TRUE(feature->extension_types()->count(Manifest::TYPE_THEME)); count 415 extensions/common/features/simple_feature_unittest.cc EXPECT_TRUE(feature->extension_types()->count( count 417 extensions/common/features/simple_feature_unittest.cc EXPECT_TRUE(feature->extension_types()->count(Manifest::TYPE_HOSTED_APP)); count 418 extensions/common/features/simple_feature_unittest.cc EXPECT_TRUE(feature->extension_types()->count(Manifest::TYPE_PLATFORM_APP)); count 419 extensions/common/features/simple_feature_unittest.cc EXPECT_TRUE(feature->extension_types()->count(Manifest::TYPE_SHARED_MODULE)); count 440 extensions/common/features/simple_feature_unittest.cc feature->GetContexts()->count(Feature::BLESSED_EXTENSION_CONTEXT)); count 442 extensions/common/features/simple_feature_unittest.cc feature->GetContexts()->count(Feature::UNBLESSED_EXTENSION_CONTEXT)); count 444 extensions/common/features/simple_feature_unittest.cc feature->GetContexts()->count(Feature::CONTENT_SCRIPT_CONTEXT)); count 446 extensions/common/features/simple_feature_unittest.cc feature->GetContexts()->count(Feature::WEB_PAGE_CONTEXT)); count 448 extensions/common/features/simple_feature_unittest.cc feature->GetContexts()->count(Feature::BLESSED_WEB_PAGE_CONTEXT)); count 522 extensions/common/features/simple_feature_unittest.cc EXPECT_EQ(1u, feature.whitelist()->count("foo")); count 525 extensions/common/features/simple_feature_unittest.cc EXPECT_EQ(1u, feature.platforms()->count(Feature::CHROMEOS_PLATFORM)); count 546 extensions/common/features/simple_feature_unittest.cc EXPECT_EQ(1u, feature.whitelist()->count("bar")); count 547 extensions/common/features/simple_feature_unittest.cc EXPECT_EQ(1u, feature.extension_types()->count(Manifest::TYPE_EXTENSION)); count 549 extensions/common/features/simple_feature_unittest.cc feature.GetContexts()->count(Feature::UNBLESSED_EXTENSION_CONTEXT)); count 200 extensions/common/manifest_handlers/background_info.cc if (!PermissionsData::GetInitialAPIPermissions(extension)->count( count 300 extensions/common/manifest_handlers/background_info.cc PermissionsData::GetInitialAPIPermissions(extension)->count( count 50 extensions/common/manifest_handlers/offline_enabled_info.cc ->count(APIPermission::kWebView); count 249 extensions/common/permissions/base_set_operators.h size_t count(ElementIDType id) const { count 250 extensions/common/permissions/base_set_operators.h return map().count(id); count 185 extensions/common/permissions/permission_set.cc return (permission && apis_.count(permission->id())); count 331 extensions/common/permissions/permissions_data.cc if (tab_permissions->count(tab_id)) { count 318 extensions/common/permissions/permissions_data_unittest.cc if (allowed_urls.count(url)) count 61 gin/modules/file_module_provider.cc if (attempted_ids_.count(id)) count 201 gin/modules/module_registry.cc if (available_modules_.count(dependency)) count 210 gin/modules/module_registry.cc if (!pending->id.empty() && available_modules_.count(pending->id)) count 30 gin/modules/timer_unittest.cc void set_count(int count) { count_ = count; } count 46 gin/modules/timer_unittest.cc .SetProperty("count", &Result::count, &Result::set_count) count 93 gin/modules/timer_unittest.cc EXPECT_EQ(0, helper.result->count()); count 97 gin/modules/timer_unittest.cc EXPECT_EQ(1, helper.result->count()); count 109 gin/modules/timer_unittest.cc EXPECT_EQ(0, helper.result->count()); count 113 gin/modules/timer_unittest.cc EXPECT_EQ(0, helper.result->count()); count 130 gin/modules/timer_unittest.cc EXPECT_EQ(0, helper.result->count()); count 133 gin/modules/timer_unittest.cc EXPECT_EQ(3, helper.result->count()); count 144 gin/modules/timer_unittest.cc EXPECT_EQ(0, helper.result->count()); count 152 gin/modules/timer_unittest.cc EXPECT_EQ(0, helper.result->count()); count 1091 google_apis/drive/drive_api_requests_unittest.cc EXPECT_EQ(0U, http_request_.headers.count("Content-Range")); count 34 google_apis/gaia/fake_oauth2_token_service.cc return account_ids_.count(account_id) != 0; count 108 google_apis/gaia/gaia_oauth_client_unittest.cc void set_max_failure_count(int count) { count 109 google_apis/gaia/gaia_oauth_client_unittest.cc max_failure_count_ = count; count 57 google_apis/gcm/base/socket_stream.cc void SocketInputStream::BackUp(int count) { count 59 google_apis/gcm/base/socket_stream.cc DCHECK_GT(count, 0); count 60 google_apis/gcm/base/socket_stream.cc DCHECK_LE(count, next_pos_); count 62 google_apis/gcm/base/socket_stream.cc next_pos_ -= count; count 63 google_apis/gcm/base/socket_stream.cc DVLOG(1) << "Backing up " << count << " bytes in input buffer. " count 68 google_apis/gcm/base/socket_stream.cc bool SocketInputStream::Skip(int count) { count 234 google_apis/gcm/base/socket_stream.cc void SocketOutputStream::BackUp(int count) { count 235 google_apis/gcm/base/socket_stream.cc DCHECK_GE(count, 0); count 236 google_apis/gcm/base/socket_stream.cc if (count > next_pos_) count 238 google_apis/gcm/base/socket_stream.cc next_pos_ -= count; count 239 google_apis/gcm/base/socket_stream.cc DVLOG(1) << "Backing up " << count << " bytes in output buffer. " count 70 google_apis/gcm/base/socket_stream.h virtual void BackUp(int count) OVERRIDE; count 71 google_apis/gcm/base/socket_stream.h virtual bool Skip(int count) OVERRIDE; // Not implemented. count 166 google_apis/gcm/base/socket_stream.h virtual void BackUp(int count) OVERRIDE; count 430 google_apis/gcm/engine/gcm_store_impl.cc if (removed_message_counts.count(data_message.category()) != 0) count 712 google_apis/gcm/engine/gcm_store_impl.cc if (app_message_counts_.count(app_id) == 0) count 740 google_apis/gcm/engine/gcm_store_impl.cc DCHECK(app_message_counts_.count(app_id)); count 799 google_apis/gcm/engine/gcm_store_impl.cc if (app_message_counts_.count(data_message->category()) == 0) count 832 google_apis/gcm/engine/gcm_store_impl.cc DCHECK_NE(app_message_counts_.count(iter->first), 0U); count 308 google_apis/gcm/engine/mcs_client.cc if (collapse_key.IsValid() && collapse_key_map_.count(collapse_key) > 0) { count 764 google_apis/gcm/engine/mcs_client.cc if (remaining_ids.count(outgoing_packet->persistent_id) == 0) count 782 google_apis/gcm/engine/mcs_client.cc if (remaining_ids.count(outgoing_packet->persistent_id) == 0) count 804 google_apis/gcm/engine/mcs_client.cc if (remaining_ids.count(id_list[i]) > 0) count 408 google_apis/gcm/gcm_client_impl.cc DCHECK_EQ(0u, pending_registration_requests_.count(app_id)); count 468 google_apis/gcm/gcm_client_impl.cc if (pending_unregistration_requests_.count(app_id) == 1) count 355 google_apis/gcm/gcm_client_impl_unittest.cc return gcm_client_->registrations_.count(app_id) > 0; count 604 gpu/GLES2/gl2extchromium.h const GLenum* pnames, GLuint count, GLint* results, GLsizeiptr size); count 609 gpu/GLES2/gl2extchromium.h const GLenum* pnames, GLuint count, GLint* results, GLsizeiptr size); count 248 gpu/command_buffer/client/cmd_buffer_helper.cc void CommandBufferHelper::WaitForAvailableEntries(int32 count) { count 254 gpu/command_buffer/client/cmd_buffer_helper.cc DCHECK(count < total_entry_count_); count 255 gpu/command_buffer/client/cmd_buffer_helper.cc if (put_ + count > total_entry_count_) { count 283 gpu/command_buffer/client/cmd_buffer_helper.cc CalcImmediateEntries(count); count 284 gpu/command_buffer/client/cmd_buffer_helper.cc if (immediate_entry_count_ < count) { count 287 gpu/command_buffer/client/cmd_buffer_helper.cc CalcImmediateEntries(count); count 288 gpu/command_buffer/client/cmd_buffer_helper.cc if (immediate_entry_count_ < count) { count 291 gpu/command_buffer/client/cmd_buffer_helper.cc if (!WaitForGetOffsetInRange(put_ + count + 1, put_)) count 293 gpu/command_buffer/client/cmd_buffer_helper.cc CalcImmediateEntries(count); count 294 gpu/command_buffer/client/cmd_buffer_helper.cc DCHECK_GE(immediate_entry_count_, count); count 76 gpu/command_buffer/client/cmd_buffer_helper.h void WaitForAvailableEntries(int32 count); count 185 gpu/command_buffer/client/fenced_allocator.h template <typename T> T *AllocTyped(unsigned int count) { count 186 gpu/command_buffer/client/fenced_allocator.h return static_cast<T *>(Alloc(count * sizeof(T))); count 172 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2DrawArrays(GLenum mode, GLint first, GLsizei count) { count 173 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->DrawArrays(mode, first, count); count 176 gpu/command_buffer/client/gles2_c_lib_autogen.h GLsizei count, count 179 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->DrawElements(mode, count, type, indices); count 240 gpu/command_buffer/client/gles2_c_lib_autogen.h GLsizei* count, count 242 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->GetAttachedShaders(program, maxcount, count, shaders); count 397 gpu/command_buffer/client/gles2_c_lib_autogen.h GLsizei count, count 400 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->ShaderSource(shader, count, str, length); count 476 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2Uniform1fv(GLint location, GLsizei count, const GLfloat* v) { count 477 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->Uniform1fv(location, count, v); count 482 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2Uniform1iv(GLint location, GLsizei count, const GLint* v) { count 483 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->Uniform1iv(location, count, v); count 488 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2Uniform2fv(GLint location, GLsizei count, const GLfloat* v) { count 489 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->Uniform2fv(location, count, v); count 494 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2Uniform2iv(GLint location, GLsizei count, const GLint* v) { count 495 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->Uniform2iv(location, count, v); count 500 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2Uniform3fv(GLint location, GLsizei count, const GLfloat* v) { count 501 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->Uniform3fv(location, count, v); count 506 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2Uniform3iv(GLint location, GLsizei count, const GLint* v) { count 507 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->Uniform3iv(location, count, v); count 516 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2Uniform4fv(GLint location, GLsizei count, const GLfloat* v) { count 517 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->Uniform4fv(location, count, v); count 522 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2Uniform4iv(GLint location, GLsizei count, const GLint* v) { count 523 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->Uniform4iv(location, count, v); count 526 gpu/command_buffer/client/gles2_c_lib_autogen.h GLsizei count, count 529 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->UniformMatrix2fv(location, count, transpose, value); count 532 gpu/command_buffer/client/gles2_c_lib_autogen.h GLsizei count, count 535 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->UniformMatrix3fv(location, count, transpose, value); count 538 gpu/command_buffer/client/gles2_c_lib_autogen.h GLsizei count, count 541 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->UniformMatrix4fv(location, count, transpose, value); count 677 gpu/command_buffer/client/gles2_c_lib_autogen.h GLsizei count, count 681 gpu/command_buffer/client/gles2_c_lib_autogen.h buffer_id, count, type, offset); count 752 gpu/command_buffer/client/gles2_c_lib_autogen.h GLuint count, count 756 gpu/command_buffer/client/gles2_c_lib_autogen.h pnames, count, results, size); count 810 gpu/command_buffer/client/gles2_c_lib_autogen.h GLsizei count, count 813 gpu/command_buffer/client/gles2_c_lib_autogen.h mode, first, count, primcount); count 816 gpu/command_buffer/client/gles2_c_lib_autogen.h GLsizei count, count 821 gpu/command_buffer/client/gles2_c_lib_autogen.h mode, count, type, indices, primcount); count 888 gpu/command_buffer/client/gles2_c_lib_autogen.h GLsizei count, count 890 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->DiscardFramebufferEXT(target, count, attachments); count 901 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2DrawBuffersEXT(GLsizei count, const GLenum* bufs) { count 902 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->DrawBuffersEXT(count, bufs); count 458 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void DrawArrays(GLenum mode, GLint first, GLsizei count) { count 461 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(mode, first, count); count 466 gpu/command_buffer/client/gles2_cmd_helper_autogen.h GLsizei count, count 471 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(mode, count, type, index_offset); count 1190 gpu/command_buffer/client/gles2_cmd_helper_autogen.h GLsizei count, count 1195 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(location, count, v_shm_id, v_shm_offset); count 1199 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void Uniform1fvImmediate(GLint location, GLsizei count, const GLfloat* v) { count 1200 gpu/command_buffer/client/gles2_cmd_helper_autogen.h const uint32 size = gles2::cmds::Uniform1fvImmediate::ComputeSize(count); count 1204 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(location, count, v); count 1216 gpu/command_buffer/client/gles2_cmd_helper_autogen.h GLsizei count, count 1221 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(location, count, v_shm_id, v_shm_offset); count 1225 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void Uniform1ivImmediate(GLint location, GLsizei count, const GLint* v) { count 1226 gpu/command_buffer/client/gles2_cmd_helper_autogen.h const uint32 size = gles2::cmds::Uniform1ivImmediate::ComputeSize(count); count 1230 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(location, count, v); count 1242 gpu/command_buffer/client/gles2_cmd_helper_autogen.h GLsizei count, count 1247 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(location, count, v_shm_id, v_shm_offset); count 1251 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void Uniform2fvImmediate(GLint location, GLsizei count, const GLfloat* v) { count 1252 gpu/command_buffer/client/gles2_cmd_helper_autogen.h const uint32 size = gles2::cmds::Uniform2fvImmediate::ComputeSize(count); count 1256 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(location, count, v); count 1268 gpu/command_buffer/client/gles2_cmd_helper_autogen.h GLsizei count, count 1273 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(location, count, v_shm_id, v_shm_offset); count 1277 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void Uniform2ivImmediate(GLint location, GLsizei count, const GLint* v) { count 1278 gpu/command_buffer/client/gles2_cmd_helper_autogen.h const uint32 size = gles2::cmds::Uniform2ivImmediate::ComputeSize(count); count 1282 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(location, count, v); count 1294 gpu/command_buffer/client/gles2_cmd_helper_autogen.h GLsizei count, count 1299 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(location, count, v_shm_id, v_shm_offset); count 1303 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void Uniform3fvImmediate(GLint location, GLsizei count, const GLfloat* v) { count 1304 gpu/command_buffer/client/gles2_cmd_helper_autogen.h const uint32 size = gles2::cmds::Uniform3fvImmediate::ComputeSize(count); count 1308 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(location, count, v); count 1320 gpu/command_buffer/client/gles2_cmd_helper_autogen.h GLsizei count, count 1325 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(location, count, v_shm_id, v_shm_offset); count 1329 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void Uniform3ivImmediate(GLint location, GLsizei count, const GLint* v) { count 1330 gpu/command_buffer/client/gles2_cmd_helper_autogen.h const uint32 size = gles2::cmds::Uniform3ivImmediate::ComputeSize(count); count 1334 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(location, count, v); count 1346 gpu/command_buffer/client/gles2_cmd_helper_autogen.h GLsizei count, count 1351 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(location, count, v_shm_id, v_shm_offset); count 1355 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void Uniform4fvImmediate(GLint location, GLsizei count, const GLfloat* v) { count 1356 gpu/command_buffer/client/gles2_cmd_helper_autogen.h const uint32 size = gles2::cmds::Uniform4fvImmediate::ComputeSize(count); count 1360 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(location, count, v); count 1372 gpu/command_buffer/client/gles2_cmd_helper_autogen.h GLsizei count, count 1377 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(location, count, v_shm_id, v_shm_offset); count 1381 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void Uniform4ivImmediate(GLint location, GLsizei count, const GLint* v) { count 1382 gpu/command_buffer/client/gles2_cmd_helper_autogen.h const uint32 size = gles2::cmds::Uniform4ivImmediate::ComputeSize(count); count 1386 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(location, count, v); count 1391 gpu/command_buffer/client/gles2_cmd_helper_autogen.h GLsizei count, count 1398 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(location, count, transpose, value_shm_id, value_shm_offset); count 1403 gpu/command_buffer/client/gles2_cmd_helper_autogen.h GLsizei count, count 1407 gpu/command_buffer/client/gles2_cmd_helper_autogen.h gles2::cmds::UniformMatrix2fvImmediate::ComputeSize(count); count 1412 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(location, count, transpose, value); count 1417 gpu/command_buffer/client/gles2_cmd_helper_autogen.h GLsizei count, count 1424 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(location, count, transpose, value_shm_id, value_shm_offset); count 1429 gpu/command_buffer/client/gles2_cmd_helper_autogen.h GLsizei count, count 1433 gpu/command_buffer/client/gles2_cmd_helper_autogen.h gles2::cmds::UniformMatrix3fvImmediate::ComputeSize(count); count 1438 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(location, count, transpose, value); count 1443 gpu/command_buffer/client/gles2_cmd_helper_autogen.h GLsizei count, count 1450 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(location, count, transpose, value_shm_id, value_shm_offset); count 1455 gpu/command_buffer/client/gles2_cmd_helper_autogen.h GLsizei count, count 1459 gpu/command_buffer/client/gles2_cmd_helper_autogen.h gles2::cmds::UniformMatrix4fvImmediate::ComputeSize(count); count 1464 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(location, count, transpose, value); count 1818 gpu/command_buffer/client/gles2_cmd_helper_autogen.h GLsizei count, count 1826 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(buffer_id, count, type, offset, result_shm_id, result_shm_offset); count 1899 gpu/command_buffer/client/gles2_cmd_helper_autogen.h GLuint count, count 1908 gpu/command_buffer/client/gles2_cmd_helper_autogen.h count, count 1966 gpu/command_buffer/client/gles2_cmd_helper_autogen.h GLsizei count, count 1971 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(mode, first, count, primcount); count 1976 gpu/command_buffer/client/gles2_cmd_helper_autogen.h GLsizei count, count 1983 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(mode, count, type, index_offset, primcount); count 2172 gpu/command_buffer/client/gles2_cmd_helper_autogen.h GLsizei count, count 2178 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(target, count, attachments_shm_id, attachments_shm_offset); count 2183 gpu/command_buffer/client/gles2_cmd_helper_autogen.h GLsizei count, count 2186 gpu/command_buffer/client/gles2_cmd_helper_autogen.h gles2::cmds::DiscardFramebufferEXTImmediate::ComputeSize(count); count 2191 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(target, count, attachments); count 2211 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void DrawBuffersEXT(GLsizei count, uint32 bufs_shm_id, uint32 bufs_shm_offset) { count 2214 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(count, bufs_shm_id, bufs_shm_offset); count 2218 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void DrawBuffersEXTImmediate(GLsizei count, const GLenum* bufs) { count 2219 gpu/command_buffer/client/gles2_cmd_helper_autogen.h const uint32 size = gles2::cmds::DrawBuffersEXTImmediate::ComputeSize(count); count 2223 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(count, bufs); count 808 gpu/command_buffer/client/gles2_implementation.cc GLuint buffer_id, GLsizei count, GLenum type, GLuint offset) { count 816 gpu/command_buffer/client/gles2_implementation.cc buffer_id, count, type, offset, GetResultShmId(), GetResultShmOffset()); count 822 gpu/command_buffer/client/gles2_implementation.cc GLuint buffer_id, GLsizei count, GLenum type, GLuint offset) { count 825 gpu/command_buffer/client/gles2_implementation.cc << buffer_id << ", " << count << ", " count 829 gpu/command_buffer/client/gles2_implementation.cc buffer_id, count, type, offset); count 854 gpu/command_buffer/client/gles2_implementation.cc GLenum mode, GLsizei count, GLenum type, const void* indices) { count 858 gpu/command_buffer/client/gles2_implementation.cc << count << ", " count 861 gpu/command_buffer/client/gles2_implementation.cc if (count < 0) { count 865 gpu/command_buffer/client/gles2_implementation.cc if (count == 0) { count 871 gpu/command_buffer/client/gles2_implementation.cc "glDrawElements", this, helper_, count, type, 0, indices, count 875 gpu/command_buffer/client/gles2_implementation.cc helper_->DrawElements(mode, count, type, offset); count 1314 gpu/command_buffer/client/gles2_implementation.cc GLuint shader, GLsizei count, const GLchar* const* source, const GLint* length) { count 1317 gpu/command_buffer/client/gles2_implementation.cc << shader << ", " << count << ", " count 1321 gpu/command_buffer/client/gles2_implementation.cc for (GLsizei ii = 0; ii < count; ++ii) { count 1334 gpu/command_buffer/client/gles2_implementation.cc if (count < 0) { count 1345 gpu/command_buffer/client/gles2_implementation.cc for (GLsizei ii = 0; ii < count; ++ii) { count 1355 gpu/command_buffer/client/gles2_implementation.cc for (GLsizei ii = 0; ii <= count; ++ii) { count 1356 gpu/command_buffer/client/gles2_implementation.cc const char* src = ii < count ? source[ii] : ""; count 1358 gpu/command_buffer/client/gles2_implementation.cc uint32 size = ii < count ? count 2089 gpu/command_buffer/client/gles2_implementation.cc GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders) { count 2093 gpu/command_buffer/client/gles2_implementation.cc << static_cast<const void*>(count) << ", " count 2114 gpu/command_buffer/client/gles2_implementation.cc if (count) { count 2115 gpu/command_buffer/client/gles2_implementation.cc *count = result->GetNumResults(); count 2738 gpu/command_buffer/client/gles2_implementation.cc void GLES2Implementation::DrawArrays(GLenum mode, GLint first, GLsizei count) { count 2742 gpu/command_buffer/client/gles2_implementation.cc << first << ", " << count << ")"); count 2743 gpu/command_buffer/client/gles2_implementation.cc if (count < 0) { count 2749 gpu/command_buffer/client/gles2_implementation.cc "glDrawArrays", this, helper_, first + count, 0, &simulated)) { count 2752 gpu/command_buffer/client/gles2_implementation.cc helper_->DrawArrays(mode, first, count); count 3089 gpu/command_buffer/client/gles2_implementation.cc const GLenum* pnames, GLuint count, GLint* results, GLsizeiptr size) { count 3093 gpu/command_buffer/client/gles2_implementation.cc << count << ", " << results << ", " count 3096 gpu/command_buffer/client/gles2_implementation.cc for (GLuint i = 0; i < count; ++i) { count 3102 gpu/command_buffer/client/gles2_implementation.cc GetMultipleIntegervState state(pnames, count, results, size); count 3455 gpu/command_buffer/client/gles2_implementation.cc GLenum mode, GLint first, GLsizei count, GLsizei primcount) { count 3459 gpu/command_buffer/client/gles2_implementation.cc << first << ", " << count << ", " << primcount << ")"); count 3460 gpu/command_buffer/client/gles2_implementation.cc if (count < 0) { count 3473 gpu/command_buffer/client/gles2_implementation.cc "glDrawArraysInstancedANGLE", this, helper_, first + count, primcount, count 3477 gpu/command_buffer/client/gles2_implementation.cc helper_->DrawArraysInstancedANGLE(mode, first, count, primcount); count 3483 gpu/command_buffer/client/gles2_implementation.cc GLenum mode, GLsizei count, GLenum type, const void* indices, count 3488 gpu/command_buffer/client/gles2_implementation.cc << count << ", " count 3492 gpu/command_buffer/client/gles2_implementation.cc if (count < 0) { count 3497 gpu/command_buffer/client/gles2_implementation.cc if (count == 0) { count 3511 gpu/command_buffer/client/gles2_implementation.cc "glDrawElementsInstancedANGLE", this, helper_, count, type, primcount, count 3515 gpu/command_buffer/client/gles2_implementation.cc helper_->DrawElementsInstancedANGLE(mode, count, type, offset, primcount); count 558 gpu/command_buffer/client/gles2_implementation.h GLuint buffer_id, GLsizei count, GLenum type, GLuint offset); count 144 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void DrawArrays(GLenum mode, GLint first, GLsizei count) OVERRIDE; count 147 gpu/command_buffer/client/gles2_implementation_autogen.h GLsizei count, count 198 gpu/command_buffer/client/gles2_implementation_autogen.h GLsizei* count, count 322 gpu/command_buffer/client/gles2_implementation_autogen.h GLsizei count, count 383 gpu/command_buffer/client/gles2_implementation_autogen.h GLsizei count, count 388 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void Uniform1iv(GLint location, GLsizei count, const GLint* v) OVERRIDE; count 393 gpu/command_buffer/client/gles2_implementation_autogen.h GLsizei count, count 398 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void Uniform2iv(GLint location, GLsizei count, const GLint* v) OVERRIDE; count 404 gpu/command_buffer/client/gles2_implementation_autogen.h GLsizei count, count 409 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void Uniform3iv(GLint location, GLsizei count, const GLint* v) OVERRIDE; count 418 gpu/command_buffer/client/gles2_implementation_autogen.h GLsizei count, count 424 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void Uniform4iv(GLint location, GLsizei count, const GLint* v) OVERRIDE; count 427 gpu/command_buffer/client/gles2_implementation_autogen.h GLsizei count, count 432 gpu/command_buffer/client/gles2_implementation_autogen.h GLsizei count, count 437 gpu/command_buffer/client/gles2_implementation_autogen.h GLsizei count, count 545 gpu/command_buffer/client/gles2_implementation_autogen.h GLsizei count, count 602 gpu/command_buffer/client/gles2_implementation_autogen.h GLuint count, count 646 gpu/command_buffer/client/gles2_implementation_autogen.h GLsizei count, count 650 gpu/command_buffer/client/gles2_implementation_autogen.h GLsizei count, count 702 gpu/command_buffer/client/gles2_implementation_autogen.h GLsizei count, count 711 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void DrawBuffersEXT(GLsizei count, const GLenum* bufs) OVERRIDE; count 1249 gpu/command_buffer/client/gles2_implementation_impl_autogen.h GLsizei count, count 1253 gpu/command_buffer/client/gles2_implementation_impl_autogen.h << count << ", " << static_cast<const void*>(v) << ")"); count 1255 gpu/command_buffer/client/gles2_implementation_impl_autogen.h for (GLsizei i = 0; i < count; ++i) { count 1259 gpu/command_buffer/client/gles2_implementation_impl_autogen.h if (count < 0) { count 1263 gpu/command_buffer/client/gles2_implementation_impl_autogen.h helper_->Uniform1fvImmediate(location, count, v); count 1276 gpu/command_buffer/client/gles2_implementation_impl_autogen.h GLsizei count, count 1280 gpu/command_buffer/client/gles2_implementation_impl_autogen.h << count << ", " << static_cast<const void*>(v) << ")"); count 1282 gpu/command_buffer/client/gles2_implementation_impl_autogen.h for (GLsizei i = 0; i < count; ++i) { count 1286 gpu/command_buffer/client/gles2_implementation_impl_autogen.h if (count < 0) { count 1290 gpu/command_buffer/client/gles2_implementation_impl_autogen.h helper_->Uniform1ivImmediate(location, count, v); count 1303 gpu/command_buffer/client/gles2_implementation_impl_autogen.h GLsizei count, count 1307 gpu/command_buffer/client/gles2_implementation_impl_autogen.h << count << ", " << static_cast<const void*>(v) << ")"); count 1309 gpu/command_buffer/client/gles2_implementation_impl_autogen.h for (GLsizei i = 0; i < count; ++i) { count 1313 gpu/command_buffer/client/gles2_implementation_impl_autogen.h if (count < 0) { count 1317 gpu/command_buffer/client/gles2_implementation_impl_autogen.h helper_->Uniform2fvImmediate(location, count, v); count 1330 gpu/command_buffer/client/gles2_implementation_impl_autogen.h GLsizei count, count 1334 gpu/command_buffer/client/gles2_implementation_impl_autogen.h << count << ", " << static_cast<const void*>(v) << ")"); count 1336 gpu/command_buffer/client/gles2_implementation_impl_autogen.h for (GLsizei i = 0; i < count; ++i) { count 1340 gpu/command_buffer/client/gles2_implementation_impl_autogen.h if (count < 0) { count 1344 gpu/command_buffer/client/gles2_implementation_impl_autogen.h helper_->Uniform2ivImmediate(location, count, v); count 1360 gpu/command_buffer/client/gles2_implementation_impl_autogen.h GLsizei count, count 1364 gpu/command_buffer/client/gles2_implementation_impl_autogen.h << count << ", " << static_cast<const void*>(v) << ")"); count 1366 gpu/command_buffer/client/gles2_implementation_impl_autogen.h for (GLsizei i = 0; i < count; ++i) { count 1371 gpu/command_buffer/client/gles2_implementation_impl_autogen.h if (count < 0) { count 1375 gpu/command_buffer/client/gles2_implementation_impl_autogen.h helper_->Uniform3fvImmediate(location, count, v); count 1388 gpu/command_buffer/client/gles2_implementation_impl_autogen.h GLsizei count, count 1392 gpu/command_buffer/client/gles2_implementation_impl_autogen.h << count << ", " << static_cast<const void*>(v) << ")"); count 1394 gpu/command_buffer/client/gles2_implementation_impl_autogen.h for (GLsizei i = 0; i < count; ++i) { count 1399 gpu/command_buffer/client/gles2_implementation_impl_autogen.h if (count < 0) { count 1403 gpu/command_buffer/client/gles2_implementation_impl_autogen.h helper_->Uniform3ivImmediate(location, count, v); count 1420 gpu/command_buffer/client/gles2_implementation_impl_autogen.h GLsizei count, count 1424 gpu/command_buffer/client/gles2_implementation_impl_autogen.h << count << ", " << static_cast<const void*>(v) << ")"); count 1426 gpu/command_buffer/client/gles2_implementation_impl_autogen.h for (GLsizei i = 0; i < count; ++i) { count 1431 gpu/command_buffer/client/gles2_implementation_impl_autogen.h if (count < 0) { count 1435 gpu/command_buffer/client/gles2_implementation_impl_autogen.h helper_->Uniform4fvImmediate(location, count, v); count 1452 gpu/command_buffer/client/gles2_implementation_impl_autogen.h GLsizei count, count 1456 gpu/command_buffer/client/gles2_implementation_impl_autogen.h << count << ", " << static_cast<const void*>(v) << ")"); count 1458 gpu/command_buffer/client/gles2_implementation_impl_autogen.h for (GLsizei i = 0; i < count; ++i) { count 1463 gpu/command_buffer/client/gles2_implementation_impl_autogen.h if (count < 0) { count 1467 gpu/command_buffer/client/gles2_implementation_impl_autogen.h helper_->Uniform4ivImmediate(location, count, v); count 1472 gpu/command_buffer/client/gles2_implementation_impl_autogen.h GLsizei count, count 1477 gpu/command_buffer/client/gles2_implementation_impl_autogen.h << ", " << count << ", " count 1481 gpu/command_buffer/client/gles2_implementation_impl_autogen.h for (GLsizei i = 0; i < count; ++i) { count 1487 gpu/command_buffer/client/gles2_implementation_impl_autogen.h if (count < 0) { count 1491 gpu/command_buffer/client/gles2_implementation_impl_autogen.h helper_->UniformMatrix2fvImmediate(location, count, transpose, value); count 1496 gpu/command_buffer/client/gles2_implementation_impl_autogen.h GLsizei count, count 1501 gpu/command_buffer/client/gles2_implementation_impl_autogen.h << ", " << count << ", " count 1505 gpu/command_buffer/client/gles2_implementation_impl_autogen.h for (GLsizei i = 0; i < count; ++i) { count 1514 gpu/command_buffer/client/gles2_implementation_impl_autogen.h if (count < 0) { count 1518 gpu/command_buffer/client/gles2_implementation_impl_autogen.h helper_->UniformMatrix3fvImmediate(location, count, transpose, value); count 1523 gpu/command_buffer/client/gles2_implementation_impl_autogen.h GLsizei count, count 1528 gpu/command_buffer/client/gles2_implementation_impl_autogen.h << ", " << count << ", " count 1532 gpu/command_buffer/client/gles2_implementation_impl_autogen.h for (GLsizei i = 0; i < count; ++i) { count 1544 gpu/command_buffer/client/gles2_implementation_impl_autogen.h if (count < 0) { count 1548 gpu/command_buffer/client/gles2_implementation_impl_autogen.h helper_->UniformMatrix4fvImmediate(location, count, transpose, value); count 2016 gpu/command_buffer/client/gles2_implementation_impl_autogen.h GLsizei count, count 2020 gpu/command_buffer/client/gles2_implementation_impl_autogen.h << GLES2Util::GetStringEnum(target) << ", " << count count 2023 gpu/command_buffer/client/gles2_implementation_impl_autogen.h for (GLsizei i = 0; i < count; ++i) { count 2027 gpu/command_buffer/client/gles2_implementation_impl_autogen.h if (count < 0) { count 2031 gpu/command_buffer/client/gles2_implementation_impl_autogen.h helper_->DiscardFramebufferEXTImmediate(target, count, attachments); count 2052 gpu/command_buffer/client/gles2_implementation_impl_autogen.h void GLES2Implementation::DrawBuffersEXT(GLsizei count, const GLenum* bufs) { count 2054 gpu/command_buffer/client/gles2_implementation_impl_autogen.h GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glDrawBuffersEXT(" << count << ", " count 2057 gpu/command_buffer/client/gles2_implementation_impl_autogen.h for (GLsizei i = 0; i < count; ++i) { count 2061 gpu/command_buffer/client/gles2_implementation_impl_autogen.h if (count < 0) { count 2065 gpu/command_buffer/client/gles2_implementation_impl_autogen.h helper_->DrawBuffersEXTImmediate(count, bufs); count 105 gpu/command_buffer/client/gles2_interface_autogen.h virtual void DrawArrays(GLenum mode, GLint first, GLsizei count) = 0; count 107 gpu/command_buffer/client/gles2_interface_autogen.h GLsizei count, count 145 gpu/command_buffer/client/gles2_interface_autogen.h GLsizei* count, count 225 gpu/command_buffer/client/gles2_interface_autogen.h GLsizei count, count 269 gpu/command_buffer/client/gles2_interface_autogen.h virtual void Uniform1fv(GLint location, GLsizei count, const GLfloat* v) = 0; count 271 gpu/command_buffer/client/gles2_interface_autogen.h virtual void Uniform1iv(GLint location, GLsizei count, const GLint* v) = 0; count 273 gpu/command_buffer/client/gles2_interface_autogen.h virtual void Uniform2fv(GLint location, GLsizei count, const GLfloat* v) = 0; count 275 gpu/command_buffer/client/gles2_interface_autogen.h virtual void Uniform2iv(GLint location, GLsizei count, const GLint* v) = 0; count 277 gpu/command_buffer/client/gles2_interface_autogen.h virtual void Uniform3fv(GLint location, GLsizei count, const GLfloat* v) = 0; count 279 gpu/command_buffer/client/gles2_interface_autogen.h virtual void Uniform3iv(GLint location, GLsizei count, const GLint* v) = 0; count 285 gpu/command_buffer/client/gles2_interface_autogen.h virtual void Uniform4fv(GLint location, GLsizei count, const GLfloat* v) = 0; count 287 gpu/command_buffer/client/gles2_interface_autogen.h virtual void Uniform4iv(GLint location, GLsizei count, const GLint* v) = 0; count 289 gpu/command_buffer/client/gles2_interface_autogen.h GLsizei count, count 293 gpu/command_buffer/client/gles2_interface_autogen.h GLsizei count, count 297 gpu/command_buffer/client/gles2_interface_autogen.h GLsizei count, count 368 gpu/command_buffer/client/gles2_interface_autogen.h GLsizei count, count 408 gpu/command_buffer/client/gles2_interface_autogen.h GLuint count, count 444 gpu/command_buffer/client/gles2_interface_autogen.h GLsizei count, count 447 gpu/command_buffer/client/gles2_interface_autogen.h GLsizei count, count 483 gpu/command_buffer/client/gles2_interface_autogen.h GLsizei count, count 488 gpu/command_buffer/client/gles2_interface_autogen.h virtual void DrawBuffersEXT(GLsizei count, const GLenum* bufs) = 0; count 105 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void DrawArrays(GLenum mode, GLint first, GLsizei count) OVERRIDE; count 107 gpu/command_buffer/client/gles2_interface_stub_autogen.h GLsizei count, count 145 gpu/command_buffer/client/gles2_interface_stub_autogen.h GLsizei* count, count 235 gpu/command_buffer/client/gles2_interface_stub_autogen.h GLsizei count, count 280 gpu/command_buffer/client/gles2_interface_stub_autogen.h GLsizei count, count 283 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void Uniform1iv(GLint location, GLsizei count, const GLint* v) OVERRIDE; count 286 gpu/command_buffer/client/gles2_interface_stub_autogen.h GLsizei count, count 289 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void Uniform2iv(GLint location, GLsizei count, const GLint* v) OVERRIDE; count 293 gpu/command_buffer/client/gles2_interface_stub_autogen.h GLsizei count, count 296 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void Uniform3iv(GLint location, GLsizei count, const GLint* v) OVERRIDE; count 303 gpu/command_buffer/client/gles2_interface_stub_autogen.h GLsizei count, count 307 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void Uniform4iv(GLint location, GLsizei count, const GLint* v) OVERRIDE; count 309 gpu/command_buffer/client/gles2_interface_stub_autogen.h GLsizei count, count 313 gpu/command_buffer/client/gles2_interface_stub_autogen.h GLsizei count, count 317 gpu/command_buffer/client/gles2_interface_stub_autogen.h GLsizei count, count 392 gpu/command_buffer/client/gles2_interface_stub_autogen.h GLsizei count, count 432 gpu/command_buffer/client/gles2_interface_stub_autogen.h GLuint count, count 466 gpu/command_buffer/client/gles2_interface_stub_autogen.h GLsizei count, count 469 gpu/command_buffer/client/gles2_interface_stub_autogen.h GLsizei count, count 507 gpu/command_buffer/client/gles2_interface_stub_autogen.h GLsizei count, count 512 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void DrawBuffersEXT(GLsizei count, const GLenum* bufs) OVERRIDE; count 105 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void DrawArrays(GLenum mode, GLint first, GLsizei count) OVERRIDE; count 107 gpu/command_buffer/client/gles2_trace_implementation_autogen.h GLsizei count, count 145 gpu/command_buffer/client/gles2_trace_implementation_autogen.h GLsizei* count, count 235 gpu/command_buffer/client/gles2_trace_implementation_autogen.h GLsizei count, count 280 gpu/command_buffer/client/gles2_trace_implementation_autogen.h GLsizei count, count 283 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void Uniform1iv(GLint location, GLsizei count, const GLint* v) OVERRIDE; count 286 gpu/command_buffer/client/gles2_trace_implementation_autogen.h GLsizei count, count 289 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void Uniform2iv(GLint location, GLsizei count, const GLint* v) OVERRIDE; count 293 gpu/command_buffer/client/gles2_trace_implementation_autogen.h GLsizei count, count 296 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void Uniform3iv(GLint location, GLsizei count, const GLint* v) OVERRIDE; count 303 gpu/command_buffer/client/gles2_trace_implementation_autogen.h GLsizei count, count 307 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void Uniform4iv(GLint location, GLsizei count, const GLint* v) OVERRIDE; count 309 gpu/command_buffer/client/gles2_trace_implementation_autogen.h GLsizei count, count 313 gpu/command_buffer/client/gles2_trace_implementation_autogen.h GLsizei count, count 317 gpu/command_buffer/client/gles2_trace_implementation_autogen.h GLsizei count, count 392 gpu/command_buffer/client/gles2_trace_implementation_autogen.h GLsizei count, count 432 gpu/command_buffer/client/gles2_trace_implementation_autogen.h GLuint count, count 466 gpu/command_buffer/client/gles2_trace_implementation_autogen.h GLsizei count, count 469 gpu/command_buffer/client/gles2_trace_implementation_autogen.h GLsizei count, count 507 gpu/command_buffer/client/gles2_trace_implementation_autogen.h GLsizei count, count 512 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void DrawBuffersEXT(GLsizei count, const GLenum* bufs) OVERRIDE; count 276 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLsizei count) { count 278 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->DrawArrays(mode, first, count); count 282 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLsizei count, count 286 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->DrawElements(mode, count, type, indices); count 384 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLsizei* count, count 387 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->GetAttachedShaders(program, maxcount, count, shaders); count 655 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLsizei count, count 659 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->ShaderSource(shader, count, str, length); count 781 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLsizei count, count 784 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->Uniform1fv(location, count, v); count 793 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLsizei count, count 796 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->Uniform1iv(location, count, v); count 805 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLsizei count, count 808 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->Uniform2fv(location, count, v); count 817 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLsizei count, count 820 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->Uniform2iv(location, count, v); count 832 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLsizei count, count 835 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->Uniform3fv(location, count, v); count 847 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLsizei count, count 850 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->Uniform3iv(location, count, v); count 863 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLsizei count, count 866 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->Uniform4fv(location, count, v); count 879 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLsizei count, count 882 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->Uniform4iv(location, count, v); count 886 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLsizei count, count 890 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->UniformMatrix2fv(location, count, transpose, value); count 894 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLsizei count, count 898 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->UniformMatrix3fv(location, count, transpose, value); count 902 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLsizei count, count 906 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->UniformMatrix4fv(location, count, transpose, value); count 1135 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLsizei count, count 1140 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h return gl_->GetMaxValueInBufferCHROMIUM(buffer_id, count, type, offset); count 1251 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLuint count, count 1256 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->GetMultipleIntegervCHROMIUM(pnames, count, results, size); count 1333 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLsizei count, count 1336 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->DrawArraysInstancedANGLE(mode, first, count, primcount); count 1340 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLsizei count, count 1346 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->DrawElementsInstancedANGLE(mode, count, type, indices, primcount); count 1452 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLsizei count, count 1455 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->DiscardFramebufferEXT(target, count, attachments); count 1474 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h void GLES2TraceImplementation::DrawBuffersEXT(GLsizei count, count 1477 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->DrawBuffersEXT(count, bufs); count 154 gpu/command_buffer/client/ring_buffer.h template <typename T> T* AllocTyped(unsigned int count) { count 155 gpu/command_buffer/client/ring_buffer.h return static_cast<T*>(Alloc(count * sizeof(T))); count 549 gpu/command_buffer/client/vertex_array_object_manager.cc GLsizei count, count 566 gpu/command_buffer/client/vertex_array_object_manager.cc for (GLsizei ii = 0; ii < count; ++ii) { count 575 gpu/command_buffer/client/vertex_array_object_manager.cc for (GLsizei ii = 0; ii < count; ++ii) { count 586 gpu/command_buffer/client/vertex_array_object_manager.cc for (GLsizei ii = 0; ii < count; ++ii) { count 608 gpu/command_buffer/client/vertex_array_object_manager.cc GLsizei bytes_needed = bytes_per_element * count; count 625 gpu/command_buffer/client/vertex_array_object_manager.cc count, type, ToGLuint(indices)) + 1; count 66 gpu/command_buffer/client/vertex_array_object_manager.h GLsizei count, count 2131 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 2142 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 2151 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(DrawArrays, count) == 12, count 2169 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 2185 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 2195 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(DrawElements, count) == 8, count 5761 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 5778 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 5788 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Uniform1fv, count) == 8, count 5801 gpu/command_buffer/common/gles2_cmd_format_autogen.h static uint32 ComputeDataSize(GLsizei count) { count 5802 gpu/command_buffer/common/gles2_cmd_format_autogen.h return static_cast<uint32>(sizeof(GLfloat) * 1 * count); // NOLINT count 5805 gpu/command_buffer/common/gles2_cmd_format_autogen.h static uint32 ComputeSize(GLsizei count) { count 5807 gpu/command_buffer/common/gles2_cmd_format_autogen.h ComputeDataSize(count)); // NOLINT count 5810 gpu/command_buffer/common/gles2_cmd_format_autogen.h void SetHeader(GLsizei count) { count 5811 gpu/command_buffer/common/gles2_cmd_format_autogen.h header.SetCmdByTotalSize<ValueType>(ComputeSize(count)); count 5817 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 5829 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 5838 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Uniform1fvImmediate, count) == 8, count 5894 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 5911 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 5921 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Uniform1iv, count) == 8, count 5934 gpu/command_buffer/common/gles2_cmd_format_autogen.h static uint32 ComputeDataSize(GLsizei count) { count 5935 gpu/command_buffer/common/gles2_cmd_format_autogen.h return static_cast<uint32>(sizeof(GLint) * 1 * count); // NOLINT count 5938 gpu/command_buffer/common/gles2_cmd_format_autogen.h static uint32 ComputeSize(GLsizei count) { count 5940 gpu/command_buffer/common/gles2_cmd_format_autogen.h ComputeDataSize(count)); // NOLINT count 5943 gpu/command_buffer/common/gles2_cmd_format_autogen.h void SetHeader(GLsizei count) { count 5944 gpu/command_buffer/common/gles2_cmd_format_autogen.h header.SetCmdByTotalSize<ValueType>(ComputeSize(count)); count 5950 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 5962 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 5971 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Uniform1ivImmediate, count) == 8, count 6030 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 6047 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 6057 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Uniform2fv, count) == 8, count 6070 gpu/command_buffer/common/gles2_cmd_format_autogen.h static uint32 ComputeDataSize(GLsizei count) { count 6071 gpu/command_buffer/common/gles2_cmd_format_autogen.h return static_cast<uint32>(sizeof(GLfloat) * 2 * count); // NOLINT count 6074 gpu/command_buffer/common/gles2_cmd_format_autogen.h static uint32 ComputeSize(GLsizei count) { count 6076 gpu/command_buffer/common/gles2_cmd_format_autogen.h ComputeDataSize(count)); // NOLINT count 6079 gpu/command_buffer/common/gles2_cmd_format_autogen.h void SetHeader(GLsizei count) { count 6080 gpu/command_buffer/common/gles2_cmd_format_autogen.h header.SetCmdByTotalSize<ValueType>(ComputeSize(count)); count 6086 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 6098 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 6107 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Uniform2fvImmediate, count) == 8, count 6166 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 6183 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 6193 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Uniform2iv, count) == 8, count 6206 gpu/command_buffer/common/gles2_cmd_format_autogen.h static uint32 ComputeDataSize(GLsizei count) { count 6207 gpu/command_buffer/common/gles2_cmd_format_autogen.h return static_cast<uint32>(sizeof(GLint) * 2 * count); // NOLINT count 6210 gpu/command_buffer/common/gles2_cmd_format_autogen.h static uint32 ComputeSize(GLsizei count) { count 6212 gpu/command_buffer/common/gles2_cmd_format_autogen.h ComputeDataSize(count)); // NOLINT count 6215 gpu/command_buffer/common/gles2_cmd_format_autogen.h void SetHeader(GLsizei count) { count 6216 gpu/command_buffer/common/gles2_cmd_format_autogen.h header.SetCmdByTotalSize<ValueType>(ComputeSize(count)); count 6222 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 6234 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 6243 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Uniform2ivImmediate, count) == 8, count 6305 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 6322 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 6332 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Uniform3fv, count) == 8, count 6345 gpu/command_buffer/common/gles2_cmd_format_autogen.h static uint32 ComputeDataSize(GLsizei count) { count 6346 gpu/command_buffer/common/gles2_cmd_format_autogen.h return static_cast<uint32>(sizeof(GLfloat) * 3 * count); // NOLINT count 6349 gpu/command_buffer/common/gles2_cmd_format_autogen.h static uint32 ComputeSize(GLsizei count) { count 6351 gpu/command_buffer/common/gles2_cmd_format_autogen.h ComputeDataSize(count)); // NOLINT count 6354 gpu/command_buffer/common/gles2_cmd_format_autogen.h void SetHeader(GLsizei count) { count 6355 gpu/command_buffer/common/gles2_cmd_format_autogen.h header.SetCmdByTotalSize<ValueType>(ComputeSize(count)); count 6361 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 6373 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 6382 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Uniform3fvImmediate, count) == 8, count 6444 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 6461 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 6471 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Uniform3iv, count) == 8, count 6484 gpu/command_buffer/common/gles2_cmd_format_autogen.h static uint32 ComputeDataSize(GLsizei count) { count 6485 gpu/command_buffer/common/gles2_cmd_format_autogen.h return static_cast<uint32>(sizeof(GLint) * 3 * count); // NOLINT count 6488 gpu/command_buffer/common/gles2_cmd_format_autogen.h static uint32 ComputeSize(GLsizei count) { count 6490 gpu/command_buffer/common/gles2_cmd_format_autogen.h ComputeDataSize(count)); // NOLINT count 6493 gpu/command_buffer/common/gles2_cmd_format_autogen.h void SetHeader(GLsizei count) { count 6494 gpu/command_buffer/common/gles2_cmd_format_autogen.h header.SetCmdByTotalSize<ValueType>(ComputeSize(count)); count 6500 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 6512 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 6521 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Uniform3ivImmediate, count) == 8, count 6591 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 6608 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 6618 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Uniform4fv, count) == 8, count 6631 gpu/command_buffer/common/gles2_cmd_format_autogen.h static uint32 ComputeDataSize(GLsizei count) { count 6632 gpu/command_buffer/common/gles2_cmd_format_autogen.h return static_cast<uint32>(sizeof(GLfloat) * 4 * count); // NOLINT count 6635 gpu/command_buffer/common/gles2_cmd_format_autogen.h static uint32 ComputeSize(GLsizei count) { count 6637 gpu/command_buffer/common/gles2_cmd_format_autogen.h ComputeDataSize(count)); // NOLINT count 6640 gpu/command_buffer/common/gles2_cmd_format_autogen.h void SetHeader(GLsizei count) { count 6641 gpu/command_buffer/common/gles2_cmd_format_autogen.h header.SetCmdByTotalSize<ValueType>(ComputeSize(count)); count 6647 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 6659 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 6668 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Uniform4fvImmediate, count) == 8, count 6738 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 6755 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 6765 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Uniform4iv, count) == 8, count 6778 gpu/command_buffer/common/gles2_cmd_format_autogen.h static uint32 ComputeDataSize(GLsizei count) { count 6779 gpu/command_buffer/common/gles2_cmd_format_autogen.h return static_cast<uint32>(sizeof(GLint) * 4 * count); // NOLINT count 6782 gpu/command_buffer/common/gles2_cmd_format_autogen.h static uint32 ComputeSize(GLsizei count) { count 6784 gpu/command_buffer/common/gles2_cmd_format_autogen.h ComputeDataSize(count)); // NOLINT count 6787 gpu/command_buffer/common/gles2_cmd_format_autogen.h void SetHeader(GLsizei count) { count 6788 gpu/command_buffer/common/gles2_cmd_format_autogen.h header.SetCmdByTotalSize<ValueType>(ComputeSize(count)); count 6794 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 6806 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 6815 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Uniform4ivImmediate, count) == 8, count 6837 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 6856 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 6868 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(UniformMatrix2fv, count) == 8, count 6883 gpu/command_buffer/common/gles2_cmd_format_autogen.h static uint32 ComputeDataSize(GLsizei count) { count 6884 gpu/command_buffer/common/gles2_cmd_format_autogen.h return static_cast<uint32>(sizeof(GLfloat) * 4 * count); // NOLINT count 6887 gpu/command_buffer/common/gles2_cmd_format_autogen.h static uint32 ComputeSize(GLsizei count) { count 6889 gpu/command_buffer/common/gles2_cmd_format_autogen.h ComputeDataSize(count)); // NOLINT count 6892 gpu/command_buffer/common/gles2_cmd_format_autogen.h void SetHeader(GLsizei count) { count 6893 gpu/command_buffer/common/gles2_cmd_format_autogen.h header.SetCmdByTotalSize<ValueType>(ComputeSize(count)); count 6902 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 6919 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 6929 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(UniformMatrix2fvImmediate, count) == 8, count 6953 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 6972 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 6984 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(UniformMatrix3fv, count) == 8, count 6999 gpu/command_buffer/common/gles2_cmd_format_autogen.h static uint32 ComputeDataSize(GLsizei count) { count 7000 gpu/command_buffer/common/gles2_cmd_format_autogen.h return static_cast<uint32>(sizeof(GLfloat) * 9 * count); // NOLINT count 7003 gpu/command_buffer/common/gles2_cmd_format_autogen.h static uint32 ComputeSize(GLsizei count) { count 7005 gpu/command_buffer/common/gles2_cmd_format_autogen.h ComputeDataSize(count)); // NOLINT count 7008 gpu/command_buffer/common/gles2_cmd_format_autogen.h void SetHeader(GLsizei count) { count 7009 gpu/command_buffer/common/gles2_cmd_format_autogen.h header.SetCmdByTotalSize<ValueType>(ComputeSize(count)); count 7018 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 7035 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 7045 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(UniformMatrix3fvImmediate, count) == 8, count 7069 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 7088 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 7100 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(UniformMatrix4fv, count) == 8, count 7115 gpu/command_buffer/common/gles2_cmd_format_autogen.h static uint32 ComputeDataSize(GLsizei count) { count 7116 gpu/command_buffer/common/gles2_cmd_format_autogen.h return static_cast<uint32>(sizeof(GLfloat) * 16 * count); // NOLINT count 7119 gpu/command_buffer/common/gles2_cmd_format_autogen.h static uint32 ComputeSize(GLsizei count) { count 7121 gpu/command_buffer/common/gles2_cmd_format_autogen.h ComputeDataSize(count)); // NOLINT count 7124 gpu/command_buffer/common/gles2_cmd_format_autogen.h void SetHeader(GLsizei count) { count 7125 gpu/command_buffer/common/gles2_cmd_format_autogen.h header.SetCmdByTotalSize<ValueType>(ComputeSize(count)); count 7134 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 7151 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 7161 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(UniformMatrix4fvImmediate, count) == 8, count 8839 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 8860 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 8873 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(GetMaxValueInBufferCHROMIUM, count) == 8, count 9225 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 9250 gpu/command_buffer/common/gles2_cmd_format_autogen.h uint32 count; count 9264 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(GetMultipleIntegervCHROMIUM, count) == 12, count 9544 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 9560 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 9572 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(DrawArraysInstancedANGLE, count) == 12, count 9596 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 9615 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 9627 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(DrawElementsInstancedANGLE, count) == 8, count 10398 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 10415 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 10426 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(DiscardFramebufferEXT, count) == 8, count 10439 gpu/command_buffer/common/gles2_cmd_format_autogen.h static uint32 ComputeDataSize(GLsizei count) { count 10440 gpu/command_buffer/common/gles2_cmd_format_autogen.h return static_cast<uint32>(sizeof(GLenum) * 1 * count); // NOLINT count 10443 gpu/command_buffer/common/gles2_cmd_format_autogen.h static uint32 ComputeSize(GLsizei count) { count 10445 gpu/command_buffer/common/gles2_cmd_format_autogen.h ComputeDataSize(count)); // NOLINT count 10448 gpu/command_buffer/common/gles2_cmd_format_autogen.h void SetHeader(GLsizei count) { count 10449 gpu/command_buffer/common/gles2_cmd_format_autogen.h header.SetCmdByTotalSize<ValueType>(ComputeSize(count)); count 10455 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 10470 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 10479 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(DiscardFramebufferEXTImmediate, count) == 8, count 10566 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 10580 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 10588 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(DrawBuffersEXT, count) == 4, count 10601 gpu/command_buffer/common/gles2_cmd_format_autogen.h static uint32 ComputeDataSize(GLsizei count) { count 10602 gpu/command_buffer/common/gles2_cmd_format_autogen.h return static_cast<uint32>(sizeof(GLenum) * 1 * count); // NOLINT count 10605 gpu/command_buffer/common/gles2_cmd_format_autogen.h static uint32 ComputeSize(GLsizei count) { count 10607 gpu/command_buffer/common/gles2_cmd_format_autogen.h ComputeDataSize(count)); // NOLINT count 10610 gpu/command_buffer/common/gles2_cmd_format_autogen.h void SetHeader(GLsizei count) { count 10611 gpu/command_buffer/common/gles2_cmd_format_autogen.h header.SetCmdByTotalSize<ValueType>(ComputeSize(count)); count 10616 gpu/command_buffer/common/gles2_cmd_format_autogen.h count = _count; count 10627 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 count; count 10634 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(DrawBuffersEXTImmediate, count) == 4, count 713 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(13), cmd.count); count 728 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(12), cmd.count); count 1885 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(12), cmd.count); count 1906 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(2), cmd.count); count 1933 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(12), cmd.count); count 1953 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(2), cmd.count); count 1983 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(12), cmd.count); count 2006 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(2), cmd.count); count 2036 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(12), cmd.count); count 2058 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(2), cmd.count); count 2090 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(12), cmd.count); count 2115 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(2), cmd.count); count 2147 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(12), cmd.count); count 2171 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(2), cmd.count); count 2205 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(12), cmd.count); count 2232 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(2), cmd.count); count 2266 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(12), cmd.count); count 2292 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(2), cmd.count); count 2310 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(12), cmd.count); count 2342 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(2), cmd.count); count 2361 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(12), cmd.count); count 2403 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(2), cmd.count); count 2422 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(12), cmd.count); count 2478 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(2), cmd.count); count 3081 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(12), cmd.count); count 3212 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLuint>(13), cmd.count); count 3317 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(13), cmd.count); count 3335 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(12), cmd.count); count 3733 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(12), cmd.count); count 3754 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(2), cmd.count); count 3793 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(11), cmd.count); count 3811 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLsizei>(1), cmd.count); count 719 gpu/command_buffer/common/gles2_cmd_utils.cc const EnumToString* table, size_t count, uint32 value) { count 720 gpu/command_buffer/common/gles2_cmd_utils.cc for (const EnumToString* end = table + count; table < end; ++table) { count 173 gpu/command_buffer/common/gles2_cmd_utils.h const EnumToString* table, size_t count, uint32 value); count 159 gpu/command_buffer/service/buffer_manager.cc GLuint GetMaxValue(const void* data, GLuint offset, GLsizei count) { count 163 gpu/command_buffer/service/buffer_manager.cc const T* end = element + count; count 173 gpu/command_buffer/service/buffer_manager.cc GLuint offset, GLsizei count, GLenum type, GLuint* max_value) { count 174 gpu/command_buffer/service/buffer_manager.cc Range range(offset, count, type); count 183 gpu/command_buffer/service/buffer_manager.cc count, GLES2Util::GetGLTypeSizeForTexturesAndBuffers(type), &size)) { count 203 gpu/command_buffer/service/buffer_manager.cc max_v = GetMaxValue<uint8>(shadow_.get(), offset, count); count 210 gpu/command_buffer/service/buffer_manager.cc max_v = GetMaxValue<uint16>(shadow_.get(), offset, count); count 217 gpu/command_buffer/service/buffer_manager.cc max_v = GetMaxValue<uint32>(shadow_.get(), offset, count); count 52 gpu/command_buffer/service/buffer_manager.h bool GetMaxValueForRange(GLuint offset, GLsizei count, GLenum type, count 78 gpu/command_buffer/service/buffer_manager.h Range(GLuint offset, GLsizei count, GLenum type) count 80 gpu/command_buffer/service/buffer_manager.h count_(count), count 30 gpu/command_buffer/service/feature_info.cc size_t count; count 197 gpu/command_buffer/service/feature_info.cc for (size_t jj = 0; jj < info.count; ++jj) { count 93 gpu/command_buffer/service/feature_info_unittest.cc size_t count; count 167 gpu/command_buffer/service/feature_info_unittest.cc for (size_t jj = 0; jj < info.count; ++jj) { count 220 gpu/command_buffer/service/feature_info_unittest.cc for (size_t jj = 0; jj < info.count; ++jj) { count 216 gpu/command_buffer/service/gles2_cmd_decoder.cc GLuint count, count 221 gpu/command_buffer/service/gles2_cmd_decoder.cc if (!SafeMultiplyUint32(count, size, &value)) { count 961 gpu/command_buffer/service/gles2_cmd_decoder.cc void DoDrawBuffersEXT(GLsizei count, const GLenum* bufs); count 1189 gpu/command_buffer/service/gles2_cmd_decoder.cc GLsizei* count); count 1330 gpu/command_buffer/service/gles2_cmd_decoder.cc GLuint buffer_id, GLsizei count, GLenum type, GLuint offset); count 1412 gpu/command_buffer/service/gles2_cmd_decoder.cc void DoUniform1iv(GLint fake_location, GLsizei count, const GLint* value); count 1413 gpu/command_buffer/service/gles2_cmd_decoder.cc void DoUniform2iv(GLint fake_location, GLsizei count, const GLint* value); count 1414 gpu/command_buffer/service/gles2_cmd_decoder.cc void DoUniform3iv(GLint fake_location, GLsizei count, const GLint* value); count 1415 gpu/command_buffer/service/gles2_cmd_decoder.cc void DoUniform4iv(GLint fake_location, GLsizei count, const GLint* value); count 1419 gpu/command_buffer/service/gles2_cmd_decoder.cc void DoUniform1fv(GLint fake_location, GLsizei count, const GLfloat* value); count 1420 gpu/command_buffer/service/gles2_cmd_decoder.cc void DoUniform2fv(GLint fake_location, GLsizei count, const GLfloat* value); count 1421 gpu/command_buffer/service/gles2_cmd_decoder.cc void DoUniform3fv(GLint fake_location, GLsizei count, const GLfloat* value); count 1422 gpu/command_buffer/service/gles2_cmd_decoder.cc void DoUniform4fv(GLint fake_location, GLsizei count, const GLfloat* value); count 1425 gpu/command_buffer/service/gles2_cmd_decoder.cc GLint fake_location, GLsizei count, GLboolean transpose, count 1428 gpu/command_buffer/service/gles2_cmd_decoder.cc GLint fake_location, GLsizei count, GLboolean transpose, count 1431 gpu/command_buffer/service/gles2_cmd_decoder.cc GLint fake_location, GLsizei count, GLboolean transpose, count 1494 gpu/command_buffer/service/gles2_cmd_decoder.cc bool instanced, GLenum mode, GLint first, GLsizei count, count 1498 gpu/command_buffer/service/gles2_cmd_decoder.cc bool instanced, GLenum mode, GLsizei count, GLenum type, count 5679 gpu/command_buffer/service/gles2_cmd_decoder.cc GLsizei* count) { count 5681 gpu/command_buffer/service/gles2_cmd_decoder.cc DCHECK(count); count 5703 gpu/command_buffer/service/gles2_cmd_decoder.cc if (*count > 1 && !info->is_array) { count 5708 gpu/command_buffer/service/gles2_cmd_decoder.cc *count = std::min(info->size - array_index, *count); count 5709 gpu/command_buffer/service/gles2_cmd_decoder.cc if (*count <= 0) { count 5718 gpu/command_buffer/service/gles2_cmd_decoder.cc GLsizei count = 1; count 5725 gpu/command_buffer/service/gles2_cmd_decoder.cc &count)) { count 5738 gpu/command_buffer/service/gles2_cmd_decoder.cc GLint fake_location, GLsizei count, const GLint *value) { count 5746 gpu/command_buffer/service/gles2_cmd_decoder.cc &count)) { count 5752 gpu/command_buffer/service/gles2_cmd_decoder.cc state_.texture_units.size(), fake_location, count, value)) { count 5758 gpu/command_buffer/service/gles2_cmd_decoder.cc glUniform1iv(real_location, count, value); count 5762 gpu/command_buffer/service/gles2_cmd_decoder.cc GLint fake_location, GLsizei count, const GLfloat* value) { count 5770 gpu/command_buffer/service/gles2_cmd_decoder.cc &count)) { count 5774 gpu/command_buffer/service/gles2_cmd_decoder.cc scoped_ptr<GLint[]> temp(new GLint[count]); count 5775 gpu/command_buffer/service/gles2_cmd_decoder.cc for (GLsizei ii = 0; ii < count; ++ii) { count 5778 gpu/command_buffer/service/gles2_cmd_decoder.cc DoUniform1iv(real_location, count, temp.get()); count 5780 gpu/command_buffer/service/gles2_cmd_decoder.cc glUniform1fv(real_location, count, value); count 5785 gpu/command_buffer/service/gles2_cmd_decoder.cc GLint fake_location, GLsizei count, const GLfloat* value) { count 5793 gpu/command_buffer/service/gles2_cmd_decoder.cc &count)) { count 5797 gpu/command_buffer/service/gles2_cmd_decoder.cc GLsizei num_values = count * 2; count 5802 gpu/command_buffer/service/gles2_cmd_decoder.cc glUniform2iv(real_location, count, temp.get()); count 5804 gpu/command_buffer/service/gles2_cmd_decoder.cc glUniform2fv(real_location, count, value); count 5809 gpu/command_buffer/service/gles2_cmd_decoder.cc GLint fake_location, GLsizei count, const GLfloat* value) { count 5817 gpu/command_buffer/service/gles2_cmd_decoder.cc &count)) { count 5821 gpu/command_buffer/service/gles2_cmd_decoder.cc GLsizei num_values = count * 3; count 5826 gpu/command_buffer/service/gles2_cmd_decoder.cc glUniform3iv(real_location, count, temp.get()); count 5828 gpu/command_buffer/service/gles2_cmd_decoder.cc glUniform3fv(real_location, count, value); count 5833 gpu/command_buffer/service/gles2_cmd_decoder.cc GLint fake_location, GLsizei count, const GLfloat* value) { count 5841 gpu/command_buffer/service/gles2_cmd_decoder.cc &count)) { count 5845 gpu/command_buffer/service/gles2_cmd_decoder.cc GLsizei num_values = count * 4; count 5850 gpu/command_buffer/service/gles2_cmd_decoder.cc glUniform4iv(real_location, count, temp.get()); count 5852 gpu/command_buffer/service/gles2_cmd_decoder.cc glUniform4fv(real_location, count, value); count 5857 gpu/command_buffer/service/gles2_cmd_decoder.cc GLint fake_location, GLsizei count, const GLint* value) { count 5865 gpu/command_buffer/service/gles2_cmd_decoder.cc &count)) { count 5868 gpu/command_buffer/service/gles2_cmd_decoder.cc glUniform2iv(real_location, count, value); count 5872 gpu/command_buffer/service/gles2_cmd_decoder.cc GLint fake_location, GLsizei count, const GLint* value) { count 5880 gpu/command_buffer/service/gles2_cmd_decoder.cc &count)) { count 5883 gpu/command_buffer/service/gles2_cmd_decoder.cc glUniform3iv(real_location, count, value); count 5887 gpu/command_buffer/service/gles2_cmd_decoder.cc GLint fake_location, GLsizei count, const GLint* value) { count 5895 gpu/command_buffer/service/gles2_cmd_decoder.cc &count)) { count 5898 gpu/command_buffer/service/gles2_cmd_decoder.cc glUniform4iv(real_location, count, value); count 5902 gpu/command_buffer/service/gles2_cmd_decoder.cc GLint fake_location, GLsizei count, GLboolean transpose, count 5911 gpu/command_buffer/service/gles2_cmd_decoder.cc &count)) { count 5914 gpu/command_buffer/service/gles2_cmd_decoder.cc glUniformMatrix2fv(real_location, count, transpose, value); count 5918 gpu/command_buffer/service/gles2_cmd_decoder.cc GLint fake_location, GLsizei count, GLboolean transpose, count 5927 gpu/command_buffer/service/gles2_cmd_decoder.cc &count)) { count 5930 gpu/command_buffer/service/gles2_cmd_decoder.cc glUniformMatrix3fv(real_location, count, transpose, value); count 5934 gpu/command_buffer/service/gles2_cmd_decoder.cc GLint fake_location, GLsizei count, GLboolean transpose, count 5943 gpu/command_buffer/service/gles2_cmd_decoder.cc &count)) { count 5946 gpu/command_buffer/service/gles2_cmd_decoder.cc glUniformMatrix4fv(real_location, count, transpose, value); count 6400 gpu/command_buffer/service/gles2_cmd_decoder.cc GLsizei count, count 6409 gpu/command_buffer/service/gles2_cmd_decoder.cc if (count < 0) { count 6427 gpu/command_buffer/service/gles2_cmd_decoder.cc if (count == 0 || (instanced && primcount == 0)) { count 6432 gpu/command_buffer/service/gles2_cmd_decoder.cc GLuint max_vertex_accessed = first + count - 1; count 6451 gpu/command_buffer/service/gles2_cmd_decoder.cc glDrawArrays(mode, first, count); count 6453 gpu/command_buffer/service/gles2_cmd_decoder.cc glDrawArraysInstancedANGLE(mode, first, count, primcount); count 6476 gpu/command_buffer/service/gles2_cmd_decoder.cc static_cast<GLsizei>(c.count), count 6492 gpu/command_buffer/service/gles2_cmd_decoder.cc static_cast<GLsizei>(c.count), count 6500 gpu/command_buffer/service/gles2_cmd_decoder.cc GLsizei count, count 6513 gpu/command_buffer/service/gles2_cmd_decoder.cc if (count < 0) { count 6538 gpu/command_buffer/service/gles2_cmd_decoder.cc if (count == 0 || (instanced && primcount == 0)) { count 6547 gpu/command_buffer/service/gles2_cmd_decoder.cc offset, count, type, &max_vertex_accessed)) { count 6581 gpu/command_buffer/service/gles2_cmd_decoder.cc glDrawElements(mode, count, type, indices); count 6583 gpu/command_buffer/service/gles2_cmd_decoder.cc glDrawElementsInstancedANGLE(mode, count, type, indices, primcount); count 6611 gpu/command_buffer/service/gles2_cmd_decoder.cc static_cast<GLsizei>(c.count), count 6628 gpu/command_buffer/service/gles2_cmd_decoder.cc static_cast<GLsizei>(c.count), count 6635 gpu/command_buffer/service/gles2_cmd_decoder.cc GLuint buffer_id, GLsizei count, GLenum type, GLuint offset) { count 6644 gpu/command_buffer/service/gles2_cmd_decoder.cc offset, count, type, &max_vertex_accessed)) { count 8886 gpu/command_buffer/service/gles2_cmd_decoder.cc GLsizei count = 0; count 8888 gpu/command_buffer/service/gles2_cmd_decoder.cc program->service_id(), max_count, &count, result->GetData()); count 8889 gpu/command_buffer/service/gles2_cmd_decoder.cc for (GLsizei ii = 0; ii < count; ++ii) { count 8896 gpu/command_buffer/service/gles2_cmd_decoder.cc result->SetNumResults(count); count 9226 gpu/command_buffer/service/gles2_cmd_decoder.cc GLuint count = c.count; count 9228 gpu/command_buffer/service/gles2_cmd_decoder.cc if (!SafeMultiplyUint32(count, sizeof(GLenum), &pnames_size)) { count 9240 gpu/command_buffer/service/gles2_cmd_decoder.cc scoped_ptr<GLenum[]> enums(new GLenum[count]); count 9245 gpu/command_buffer/service/gles2_cmd_decoder.cc for (GLuint ii = 0; ii < count; ++ii) { count 9286 gpu/command_buffer/service/gles2_cmd_decoder.cc for (GLuint ii = 0; ii < count; ++ii) { count 10347 gpu/command_buffer/service/gles2_cmd_decoder.cc GLsizei count, const GLenum* bufs) { count 10348 gpu/command_buffer/service/gles2_cmd_decoder.cc if (count > static_cast<GLsizei>(group_->max_draw_buffers())) { count 10357 gpu/command_buffer/service/gles2_cmd_decoder.cc for (GLsizei i = 0; i < count; ++i) { count 10367 gpu/command_buffer/service/gles2_cmd_decoder.cc glDrawBuffersARB(count, bufs); count 10368 gpu/command_buffer/service/gles2_cmd_decoder.cc framebuffer->SetDrawBuffers(count, bufs); count 10370 gpu/command_buffer/service/gles2_cmd_decoder.cc if (count > 1 || count 10383 gpu/command_buffer/service/gles2_cmd_decoder.cc glDrawBuffersARB(count, &mapped_buf); count 1971 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLsizei count = static_cast<GLsizei>(c.count); count 1973 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (!ComputeDataSize(count, sizeof(GLfloat), 1, &data_size)) { count 1981 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoUniform1fv(location, count, v); count 1989 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLsizei count = static_cast<GLsizei>(c.count); count 1991 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (!ComputeDataSize(count, sizeof(GLfloat), 1, &data_size)) { count 2002 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoUniform1fv(location, count, v); count 2019 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLsizei count = static_cast<GLsizei>(c.count); count 2021 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (!ComputeDataSize(count, sizeof(GLint), 1, &data_size)) { count 2029 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoUniform1iv(location, count, v); count 2037 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLsizei count = static_cast<GLsizei>(c.count); count 2039 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (!ComputeDataSize(count, sizeof(GLint), 1, &data_size)) { count 2050 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoUniform1iv(location, count, v); count 2069 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLsizei count = static_cast<GLsizei>(c.count); count 2071 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (!ComputeDataSize(count, sizeof(GLfloat), 2, &data_size)) { count 2079 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoUniform2fv(location, count, v); count 2087 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLsizei count = static_cast<GLsizei>(c.count); count 2089 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (!ComputeDataSize(count, sizeof(GLfloat), 2, &data_size)) { count 2100 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoUniform2fv(location, count, v); count 2119 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLsizei count = static_cast<GLsizei>(c.count); count 2121 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (!ComputeDataSize(count, sizeof(GLint), 2, &data_size)) { count 2129 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoUniform2iv(location, count, v); count 2137 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLsizei count = static_cast<GLsizei>(c.count); count 2139 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (!ComputeDataSize(count, sizeof(GLint), 2, &data_size)) { count 2150 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoUniform2iv(location, count, v); count 2170 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLsizei count = static_cast<GLsizei>(c.count); count 2172 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (!ComputeDataSize(count, sizeof(GLfloat), 3, &data_size)) { count 2180 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoUniform3fv(location, count, v); count 2188 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLsizei count = static_cast<GLsizei>(c.count); count 2190 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (!ComputeDataSize(count, sizeof(GLfloat), 3, &data_size)) { count 2201 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoUniform3fv(location, count, v); count 2221 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLsizei count = static_cast<GLsizei>(c.count); count 2223 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (!ComputeDataSize(count, sizeof(GLint), 3, &data_size)) { count 2231 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoUniform3iv(location, count, v); count 2239 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLsizei count = static_cast<GLsizei>(c.count); count 2241 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (!ComputeDataSize(count, sizeof(GLint), 3, &data_size)) { count 2252 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoUniform3iv(location, count, v); count 2273 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLsizei count = static_cast<GLsizei>(c.count); count 2275 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (!ComputeDataSize(count, sizeof(GLfloat), 4, &data_size)) { count 2283 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoUniform4fv(location, count, v); count 2291 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLsizei count = static_cast<GLsizei>(c.count); count 2293 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (!ComputeDataSize(count, sizeof(GLfloat), 4, &data_size)) { count 2304 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoUniform4fv(location, count, v); count 2325 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLsizei count = static_cast<GLsizei>(c.count); count 2327 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (!ComputeDataSize(count, sizeof(GLint), 4, &data_size)) { count 2335 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoUniform4iv(location, count, v); count 2343 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLsizei count = static_cast<GLsizei>(c.count); count 2345 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (!ComputeDataSize(count, sizeof(GLint), 4, &data_size)) { count 2356 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoUniform4iv(location, count, v); count 2364 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLsizei count = static_cast<GLsizei>(c.count); count 2367 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (!ComputeDataSize(count, sizeof(GLfloat), 4, &data_size)) { count 2380 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoUniformMatrix2fv(location, count, transpose, value); count 2388 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLsizei count = static_cast<GLsizei>(c.count); count 2391 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (!ComputeDataSize(count, sizeof(GLfloat), 4, &data_size)) { count 2407 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoUniformMatrix2fv(location, count, transpose, value); count 2415 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLsizei count = static_cast<GLsizei>(c.count); count 2418 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (!ComputeDataSize(count, sizeof(GLfloat), 9, &data_size)) { count 2431 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoUniformMatrix3fv(location, count, transpose, value); count 2439 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLsizei count = static_cast<GLsizei>(c.count); count 2442 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (!ComputeDataSize(count, sizeof(GLfloat), 9, &data_size)) { count 2458 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoUniformMatrix3fv(location, count, transpose, value); count 2466 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLsizei count = static_cast<GLsizei>(c.count); count 2469 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (!ComputeDataSize(count, sizeof(GLfloat), 16, &data_size)) { count 2482 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoUniformMatrix4fv(location, count, transpose, value); count 2490 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLsizei count = static_cast<GLsizei>(c.count); count 2493 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (!ComputeDataSize(count, sizeof(GLfloat), 16, &data_size)) { count 2509 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoUniformMatrix4fv(location, count, transpose, value); count 3138 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLsizei count = static_cast<GLsizei>(c.count); count 3147 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (count < 0) { count 3157 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h *result_dst = DoGetMaxValueInBufferCHROMIUM(buffer_id, count, type, offset); count 3346 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLsizei count = static_cast<GLsizei>(c.count); count 3348 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (!ComputeDataSize(count, sizeof(GLenum), 1, &data_size)) { count 3353 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (count < 0) { count 3361 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoDiscardFramebufferEXT(target, count, attachments); count 3369 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLsizei count = static_cast<GLsizei>(c.count); count 3371 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (!ComputeDataSize(count, sizeof(GLenum), 1, &data_size)) { count 3379 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (count < 0) { count 3387 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoDiscardFramebufferEXT(target, count, attachments); count 3394 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLsizei count = static_cast<GLsizei>(c.count); count 3396 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (!ComputeDataSize(count, sizeof(GLenum), 1, &data_size)) { count 3401 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (count < 0) { count 3408 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoDrawBuffersEXT(count, bufs); count 3415 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLsizei count = static_cast<GLsizei>(c.count); count 3417 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (!ComputeDataSize(count, sizeof(GLenum), 1, &data_size)) { count 3425 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (count < 0) { count 3432 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoDrawBuffersEXT(count, bufs); count 5039 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc static bool ValueInArray(GLint value, GLint* array, GLint count) { count 5040 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc for (GLint ii = 0; ii < count; ++ii) { count 8512 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc const GLsizei count = 1; count 8516 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc cmd.Init(count, bufs); count 8520 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc EXPECT_CALL(*gl_, DrawBuffersARB(count, _)) count 8529 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc const GLsizei count = 1; count 8533 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc cmd.Init(count, bufs); count 8543 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc const GLsizei count = 1; count 8547 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc cmd.Init(count, bufs); count 8557 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc EXPECT_CALL(*gl_, DrawBuffersARB(count, _)) count 8592 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc const GLsizei count = 1; count 8610 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc EXPECT_CALL(*gl_, DiscardFramebufferEXT(target, count, _)) count 8615 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc cmd.Init(target, count, attachments); count 8625 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc const GLsizei count = 1; count 8629 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc cmd.Init(target, count, attachments); count 154 gpu/command_buffer/service/in_process_command_buffer.cc DCHECK_EQ(pending_sync_points_.count(sync_point), 0U); count 161 gpu/command_buffer/service/in_process_command_buffer.cc DCHECK(pending_sync_points_.count(sync_point)); count 168 gpu/command_buffer/service/in_process_command_buffer.cc return pending_sync_points_.count(sync_point) == 0; count 173 gpu/command_buffer/service/in_process_command_buffer.cc while (pending_sync_points_.count(sync_point)) { count 77 gpu/command_buffer/service/mailbox_manager.cc size_t count = mailbox_to_textures_.erase(it->second); count 78 gpu/command_buffer/service/mailbox_manager.cc DCHECK(count == 1); count 937 gpu/command_buffer/service/program_manager.cc GLsizei count, const GLint* value) { count 950 gpu/command_buffer/service/program_manager.cc count = std::min(info.size - element_index, count); count 951 gpu/command_buffer/service/program_manager.cc if (info.IsSampler() && count > 0) { count 952 gpu/command_buffer/service/program_manager.cc for (GLsizei ii = 0; ii < count; ++ii) { count 957 gpu/command_buffer/service/program_manager.cc std::copy(value, value + count, count 158 gpu/command_buffer/service/program_manager.h GLsizei count, const GLint* value); count 185 gpu/command_buffer/service/vertex_attrib_manager.cc GLuint count = attrib->MaxVertexAccessed(primcount, max_vertex_accessed); count 187 gpu/command_buffer/service/vertex_attrib_manager.cc if (!attrib->CanAccess(count)) { count 54 gpu/config/gpu_blacklist_unittest.cc EXPECT_EQ(1u, type.count(feature_type)); count 1218 gpu/config/gpu_control_list.cc if (features_.count(iter->second) > 0) count 109 gpu/config/gpu_control_list_entry_unittest.cc EXPECT_EQ(1u, entry->features().count(TEST_FEATURE_0)); count 654 gpu/config/gpu_control_list_entry_unittest.cc EXPECT_EQ(1u, entry->features().count(TEST_FEATURE_0)); count 655 gpu/config/gpu_control_list_entry_unittest.cc EXPECT_EQ(1u, entry->features().count(TEST_FEATURE_1)); count 656 gpu/config/gpu_control_list_entry_unittest.cc EXPECT_EQ(1u, entry->features().count(TEST_FEATURE_2)); count 20 gpu/config/gpu_control_list_unittest.cc EXPECT_TRUE(feature_set.size() == 1 && feature_set.count(feature) == 1) count 65 gpu/config/gpu_driver_bug_list_unittest.cc EXPECT_EQ(1u, bugs.count(USE_CLIENT_SIDE_ARRAYS_FOR_STREAM_BUFFERS)); count 77 gpu/config/gpu_driver_bug_list_unittest.cc EXPECT_EQ(1u, bugs.count(USE_CLIENT_SIDE_ARRAYS_FOR_STREAM_BUFFERS)); count 112 gpu/config/gpu_driver_bug_list_unittest.cc EXPECT_EQ(1u, switching.count(FORCE_DISCRETE_GPU)); count 123 gpu/config/gpu_driver_bug_list_unittest.cc EXPECT_EQ(1u, switching.count(FORCE_INTEGRATED_GPU)); count 140 gpu/config/gpu_driver_bug_list_unittest.cc EXPECT_EQ(1u, workarounds.count(DISABLE_MULTISAMPLING)); count 151 gpu/config/gpu_driver_bug_list_unittest.cc EXPECT_EQ(1u, workarounds.count(FORCE_INTEGRATED_GPU)); count 155 gpu/config/gpu_driver_bug_list_unittest.cc EXPECT_EQ(0u, workarounds.count(FORCE_INTEGRATED_GPU)); count 156 gpu/config/gpu_driver_bug_list_unittest.cc EXPECT_EQ(1u, workarounds.count(FORCE_DISCRETE_GPU)); count 124 gpu/tools/compositor_model_bench/render_model_utils.cc if (ids_for_completed_textures_.count(*texID)) count 139 ipc/file_descriptor_set_posix.cc void FileDescriptorSet::SetDescriptors(const int* buffer, unsigned count) { count 140 ipc/file_descriptor_set_posix.cc DCHECK(count <= kMaxDescriptorsPerMessage); count 144 ipc/file_descriptor_set_posix.cc descriptors_.reserve(count); count 145 ipc/file_descriptor_set_posix.cc for (unsigned i = 0; i < count; ++i) { count 93 ipc/file_descriptor_set_posix.h void SetDescriptors(const int* buffer, unsigned count); count 25 ipc/ipc_message.cc int32 count = g_ref_num.GetNext(); count 30 ipc/ipc_message.cc return ((pid << 14) | (count & 0x3fff)) << 8; count 501 ipc/ipc_sync_channel.cc unsigned count = pump_messages_event ? 3: 2; count 502 ipc/ipc_sync_channel.cc size_t result = WaitableEvent::WaitMany(objects, count); count 37 media/audio/android/audio_android_unittest.cc ACTION_P3(CheckCountAndPostQuitTask, count, limit, loop) { count 38 media/audio/android/audio_android_unittest.cc if (++*count >= limit) { count 498 media/audio/android/audio_android_unittest.cc int count = 0; count 504 media/audio/android/audio_android_unittest.cc DoAll(CheckCountAndPostQuitTask(&count, num_callbacks, loop()), count 655 media/audio/android/audio_android_unittest.cc int count = 0; count 665 media/audio/android/audio_android_unittest.cc CheckCountAndPostQuitTask(&count, num_callbacks, loop())); count 131 media/audio/android/opensles_output.cc DCHECK_EQ(0u, buffer_queue_state.count); count 35 media/audio/audio_input_controller_unittest.cc ACTION_P3(CheckCountAndPostQuitTask, count, limit, loop_or_proxy) { count 36 media/audio/audio_input_controller_unittest.cc if (++*count >= limit) { count 106 media/audio/audio_input_controller_unittest.cc int count = 0; count 119 media/audio/audio_input_controller_unittest.cc .WillRepeatedly(CheckCountAndPostQuitTask(&count, 10, count 152 media/audio/audio_input_controller_unittest.cc int count = 0; count 165 media/audio/audio_input_controller_unittest.cc .WillRepeatedly(CheckCountAndPostQuitTask(&count, 10, count 25 media/audio/mac/audio_low_latency_input_mac_unittest.cc ACTION_P3(CheckCountAndPostQuitTask, count, limit, loop) { count 26 media/audio/mac/audio_low_latency_input_mac_unittest.cc if (++*count >= limit) { count 211 media/audio/mac/audio_low_latency_input_mac_unittest.cc int count = 0; count 230 media/audio/mac/audio_low_latency_input_mac_unittest.cc .WillRepeatedly(CheckCountAndPostQuitTask(&count, 10, &loop)); count 242 media/audio/mac/audio_low_latency_input_mac_unittest.cc int count = 0; count 268 media/audio/mac/audio_low_latency_input_mac_unittest.cc .WillRepeatedly(CheckCountAndPostQuitTask(&count, 10, &loop)); count 160 media/audio/virtual_audio_input_stream_unittest.cc const int count = output_streams_.size(); count 161 media/audio/virtual_audio_input_stream_unittest.cc for (int i = 0; i < count; ++i) { count 33 media/audio/win/audio_low_latency_input_win_unittest.cc ACTION_P3(CheckCountAndPostQuitTask, count, limit, loop) { count 34 media/audio/win/audio_low_latency_input_win_unittest.cc if (++*count >= limit) { count 359 media/audio/win/audio_low_latency_input_win_unittest.cc int count = 0; count 382 media/audio/win/audio_low_latency_input_win_unittest.cc .WillRepeatedly(CheckCountAndPostQuitTask(&count, 10, &loop)); count 394 media/audio/win/audio_low_latency_input_win_unittest.cc count = 0; count 403 media/audio/win/audio_low_latency_input_win_unittest.cc .WillRepeatedly(CheckCountAndPostQuitTask(&count, 10, &loop)); count 411 media/audio/win/audio_low_latency_input_win_unittest.cc count = 0; count 420 media/audio/win/audio_low_latency_input_win_unittest.cc .WillRepeatedly(CheckCountAndPostQuitTask(&count, 10, &loop)); count 397 media/audio/win/core_audio_util_win.cc UINT count = 0; count 398 media/audio/win/core_audio_util_win.cc collection->GetCount(&count); count 400 media/audio/win/core_audio_util_win.cc for (UINT i = 0; i < count; ++i) { count 160 media/audio/win/core_audio_util_win_unittest.cc UINT count = 0; count 161 media/audio/win/core_audio_util_win_unittest.cc collection->GetCount(&count); count 162 media/audio/win/core_audio_util_win_unittest.cc for (UINT j = 0; j < count; ++j) { count 499 media/audio/win/core_audio_util_win_unittest.cc UINT count = 0; count 500 media/audio/win/core_audio_util_win_unittest.cc collection->GetCount(&count); count 501 media/audio/win/core_audio_util_win_unittest.cc for (UINT i = 0; i < count && !found_a_pair; ++i) { count 977 media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java int count = 0; count 980 media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java ++count; count 982 media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java return count; count 155 media/base/android/java/src/org/chromium/media/MediaCodecBridge.java int count = MediaCodecList.getCodecCount(); count 156 media/base/android/java/src/org/chromium/media/MediaCodecBridge.java for (int i = 0; i < count; ++i) { count 178 media/base/android/java/src/org/chromium/media/MediaCodecBridge.java int count = MediaCodecList.getCodecCount(); count 179 media/base/android/java/src/org/chromium/media/MediaCodecBridge.java for (int i = 0; i < count; ++i) { count 550 media/base/android/media_source_player.cc int count = (AudioFinished() ? 0 : 1) + (VideoFinished() ? 0 : 1); count 556 media/base/android/media_source_player.cc if (count == 0) count 561 media/base/android/media_source_player.cc BarrierClosure(count, count 161 media/base/android/webaudio_media_codec_bridge.cc size_t count = static_cast<size_t>(buf_size); count 179 media/base/android/webaudio_media_codec_bridge.cc count = frame_count * sizeof(*data); count 183 media/base/android/webaudio_media_codec_bridge.cc while (count > 0) { count 184 media/base/android/webaudio_media_codec_bridge.cc int bytes_to_write = (count >= PIPE_BUF) ? PIPE_BUF : count; count 190 media/base/android/webaudio_media_codec_bridge.cc count -= bytes_written; count 62 media/base/audio_converter_unittest.cc void InitializeInputs(int count) { count 69 media/base/audio_converter_unittest.cc for (int i = 0; i < count; ++i) { count 76 media/base/audio_renderer_mixer_unittest.cc void InitializeInputs(int count) { count 77 media/base/audio_renderer_mixer_unittest.cc mixer_inputs_.reserve(count); count 78 media/base/audio_renderer_mixer_unittest.cc fake_callbacks_.reserve(count); count 86 media/base/audio_renderer_mixer_unittest.cc for (int i = 0; i < count; ++i) { count 96 media/base/audio_renderer_mixer_unittest.cc EXPECT_CALL(*this, RemoveMixer(testing::_)).Times(count); count 69 media/base/byte_queue.cc void ByteQueue::Pop(int count) { count 70 media/base/byte_queue.cc DCHECK_LE(count, used_); count 72 media/base/byte_queue.cc offset_ += count; count 73 media/base/byte_queue.cc used_ -= count; count 36 media/base/byte_queue.h void Pop(int count); count 263 media/base/text_renderer.cc const size_t count = pending_eos_set_.erase(text_stream); count 264 media/base/text_renderer.cc DCHECK_EQ(count, 1U); count 280 media/base/text_renderer.cc const size_t count = pending_eos_set_.erase(text_stream); count 281 media/base/text_renderer.cc DCHECK_EQ(count, 1U); count 213 media/cast/framer/frame_id_map.cc int count = 0; count 217 media/cast/framer/frame_id_map.cc ++count; count 220 media/cast/framer/frame_id_map.cc return count; count 486 media/cast/test/end2end_unittest.cc void FeedAudioFrames(int count, bool will_be_checked) { count 487 media/cast/test/end2end_unittest.cc for (int i = 0; i < count; ++i) { count 499 media/cast/test/end2end_unittest.cc void FeedAudioFramesWithExpectedDelay(int count, count 501 media/cast/test/end2end_unittest.cc for (int i = 0; i < count; ++i) { count 513 media/cast/test/end2end_unittest.cc void RequestAudioFrames(int count, bool with_check) { count 514 media/cast/test/end2end_unittest.cc for (int i = 0; i < count; ++i) { count 73 media/cast/test/receiver.cc std::count(ip_address.begin(), ip_address.end(), '.') != 3) { count 77 media/cast/test/sender.cc while (std::count(ip_address.begin(), ip_address.end(), '.') != 3) { count 61 media/cast/test/utility/audio_utility.cc int count = 0; count 69 media/cast/test/utility/audio_utility.cc ++count; count 73 media/cast/test/utility/audio_utility.cc return count; count 81 media/cast/test/utility/audio_utility.cc int count = 0; count 88 media/cast/test/utility/audio_utility.cc ++count; count 92 media/cast/test/utility/audio_utility.cc return count; count 81 media/cast/test/utility/video_utility.cc size_t count = fread(raw_data, 1, frame_size, video_file); count 82 media/cast/test/utility/video_utility.cc if (count != frame_size) count 1558 media/filters/chunk_demuxer.cc return source_state_map_.count(source_id) > 0u; count 54 media/filters/gpu_video_accelerator_factories.h virtual bool CreateTextures(int32 count, count 348 media/filters/gpu_video_decoder.cc void GpuVideoDecoder::ProvidePictureBuffers(uint32 count, count 351 media/filters/gpu_video_decoder.cc DVLOG(3) << "ProvidePictureBuffers(" << count << ", " count 358 media/filters/gpu_video_decoder.cc if (!factories_->CreateTextures(count, count 366 media/filters/gpu_video_decoder.cc DCHECK_EQ(count, texture_ids.size()); count 367 media/filters/gpu_video_decoder.cc DCHECK_EQ(count, texture_mailboxes.size()); count 381 media/filters/gpu_video_decoder.cc available_pictures_ += count; count 399 media/filters/gpu_video_decoder.cc if (!picture_buffers_at_display_.count(id)) { count 533 media/filters/gpu_video_decoder.cc if (!assigned_picture_buffers_.count(picture_buffer_id)) { count 56 media/filters/gpu_video_decoder.h virtual void ProvidePictureBuffers(uint32 count, count 35 media/filters/mock_gpu_video_accelerator_factories.h bool(int32 count, count 33 media/formats/common/offset_byte_queue.cc void OffsetByteQueue::Pop(int count) { count 34 media/formats/common/offset_byte_queue.cc queue_.Pop(count); count 35 media/formats/common/offset_byte_queue.cc head_ += count; count 27 media/formats/common/offset_byte_queue.h void Pop(int count); count 51 media/formats/mp4/box_definitions.cc uint32 count; count 52 media/formats/mp4/box_definitions.cc RCHECK(reader->Read4(&count) && count 53 media/formats/mp4/box_definitions.cc reader->HasBytes(count * (reader->version() == 1 ? 8 : 4))); count 54 media/formats/mp4/box_definitions.cc offsets.resize(count); count 56 media/formats/mp4/box_definitions.cc for (uint32 i = 0; i < count; i++) { count 232 media/formats/mp4/box_definitions.cc uint32 count; count 234 media/formats/mp4/box_definitions.cc reader->Read4(&count)); count 290 media/formats/mp4/box_definitions.cc uint32 count; count 291 media/formats/mp4/box_definitions.cc RCHECK(reader->ReadFullBoxHeader() && reader->Read4(&count)); count 294 media/formats/mp4/box_definitions.cc RCHECK(reader->HasBytes(count * 20)); count 296 media/formats/mp4/box_definitions.cc RCHECK(reader->HasBytes(count * 12)); count 298 media/formats/mp4/box_definitions.cc edits.resize(count); count 52 media/formats/mp4/box_reader.cc bool BufferReader::ReadVec(std::vector<uint8>* vec, int count) { count 53 media/formats/mp4/box_reader.cc RCHECK(HasBytes(count)); count 55 media/formats/mp4/box_reader.cc vec->insert(vec->end(), buf_ + pos_, buf_ + pos_ + count); count 56 media/formats/mp4/box_reader.cc pos_ += count; count 199 media/formats/mp4/box_reader.cc if (!children_.count(child->BoxType())) return true; count 34 media/formats/mp4/box_reader.h bool HasBytes(int count) { return (pos() + count <= size()); } count 48 media/formats/mp4/box_reader.h bool ReadVec(std::vector<uint8>* t, int count) WARN_UNUSED_RESULT; count 91 media/midi/midi_manager_alsa.cc int SetupPollDescriptors(struct pollfd* pfds, unsigned int count) { count 92 media/midi/midi_manager_alsa.cc return snd_rawmidi_poll_descriptors(midi_in_, pfds, count); count 538 media/video/capture/linux/video_capture_device_linux.cc r_buffer.count = kMaxVideoBuffers; count 544 media/video/capture/linux/video_capture_device_linux.cc if (r_buffer.count > kMaxVideoBuffers) { count 545 media/video/capture/linux/video_capture_device_linux.cc r_buffer.count = kMaxVideoBuffers; count 548 media/video/capture/linux/video_capture_device_linux.cc buffer_pool_size_ = r_buffer.count; count 551 media/video/capture/linux/video_capture_device_linux.cc buffer_pool_ = new Buffer[r_buffer.count]; count 552 media/video/capture/linux/video_capture_device_linux.cc for (unsigned int i = 0; i < r_buffer.count; i++) { count 591 media/video/capture/linux/video_capture_device_linux.cc r_buffer.count = 0; count 45 media/video/capture/win/filter_base_win.cc STDMETHOD(Next)(ULONG count, IPin** pins, ULONG* fetched) { count 47 media/video/capture/win/filter_base_win.cc while (pins_fetched < count && filter_->NoOfPins() > index_) { count 56 media/video/capture/win/filter_base_win.cc return pins_fetched == count ? S_OK : S_FALSE; count 59 media/video/capture/win/filter_base_win.cc STDMETHOD(Skip)(ULONG count) { count 60 media/video/capture/win/filter_base_win.cc if (filter_->NoOfPins()- index_ > count) { count 61 media/video/capture/win/filter_base_win.cc index_ += count; count 45 media/video/capture/win/pin_base_win.cc STDMETHOD(Next)(ULONG count, AM_MEDIA_TYPE** types, ULONG* fetched) { count 48 media/video/capture/win/pin_base_win.cc while (types_fetched < count) { count 81 media/video/capture/win/pin_base_win.cc return types_fetched == count ? S_OK : S_FALSE; count 84 media/video/capture/win/pin_base_win.cc STDMETHOD(Skip)(ULONG count) { count 85 media/video/capture/win/pin_base_win.cc index_ += count; count 44 media/video/capture/win/video_capture_device_mf_win.cc bool PrepareVideoCaptureAttributes(IMFAttributes** attributes, int count) { count 47 media/video/capture/win/video_capture_device_mf_win.cc if (FAILED(MFCreateAttributes(attributes, count))) count 55 media/video/capture/win/video_capture_device_mf_win.cc UINT32* count) { count 60 media/video/capture/win/video_capture_device_mf_win.cc return SUCCEEDED(MFEnumDeviceSources(attributes, devices, count)); count 214 media/video/capture/win/video_capture_device_mf_win.cc DWORD count = 0; count 215 media/video/capture/win/video_capture_device_mf_win.cc sample->GetBufferCount(&count); count 217 media/video/capture/win/video_capture_device_mf_win.cc for (DWORD i = 0; i < count; ++i) { count 266 media/video/capture/win/video_capture_device_mf_win.cc UINT32 count; count 267 media/video/capture/win/video_capture_device_mf_win.cc if (!EnumerateVideoDevices(&devices, &count)) count 271 media/video/capture/win/video_capture_device_mf_win.cc for (UINT32 i = 0; i < count; ++i) { count 402 media/video/capture/win/video_capture_device_win.cc int count = 0, size = 0; count 403 media/video/capture/win/video_capture_device_win.cc hr = stream_config->GetNumberOfCapabilities(&count, &size); count 410 media/video/capture/win/video_capture_device_win.cc for (int i = 0; i < count; ++i) { count 548 media/video/capture/win/video_capture_device_win.cc int count = 0, size = 0; count 549 media/video/capture/win/video_capture_device_win.cc hr = stream_config->GetNumberOfCapabilities(&count, &size); count 682 media/video/capture/win/video_capture_device_win.cc int count = 0, size = 0; count 683 media/video/capture/win/video_capture_device_win.cc hr = stream_config->GetNumberOfCapabilities(&count, &size); count 690 media/video/capture/win/video_capture_device_win.cc for (int i = 0; i < count; ++i) { count 65 mojo/apps/js/bindings/gl/context.cc void Context::DrawElements(GLenum mode, GLsizei count, GLenum type, count 69 mojo/apps/js/bindings/gl/context.cc glDrawElements(mode, count, type, reinterpret_cast<void*>(indices)); count 43 mojo/apps/js/bindings/gl/context.h static void DrawElements(GLenum mode, GLsizei count, GLenum type, count 47 mojo/common/environment_data.cc return data_map_.count(key) > 0 ? data_map_[key] : NULL; count 104 mojo/common/handle_watcher.cc DCHECK_EQ(0u, handle_to_data_.count(data.handle)); count 125 mojo/common/handle_watcher.cc if (handle_to_data_.count(handle) == 0) count 57 mojo/common/message_pump_mojo.cc DCHECK_EQ(0u, handlers_.count(handle)); count 177 mojo/examples/pepper_container_app/plugin_instance.cc uint32_t count) { count 71 mojo/examples/pepper_container_app/plugin_instance.h uint32_t count) OVERRIDE; count 393 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc GLsizei count) { count 396 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glDrawArrays(mode, first, count); count 402 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc GLsizei count, count 407 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glDrawElements(mode, count, type, indices); count 538 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc GLsizei* count, count 542 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glGetAttachedShaders(program, maxcount, count, shaders); count 934 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc GLsizei count, count 939 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glShaderSource(shader, count, str, length); count 1086 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc GLsizei count, count 1090 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glUniform1fv(location, count, v); count 1103 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc GLsizei count, count 1107 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glUniform1iv(location, count, v); count 1120 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc GLsizei count, count 1124 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glUniform2fv(location, count, v); count 1137 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc GLsizei count, count 1141 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glUniform2iv(location, count, v); count 1158 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc GLsizei count, count 1162 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glUniform3fv(location, count, v); count 1179 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc GLsizei count, count 1183 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glUniform3iv(location, count, v); count 1201 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc GLsizei count, count 1205 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glUniform4fv(location, count, v); count 1223 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc GLsizei count, count 1227 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glUniform4iv(location, count, v); count 1233 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc GLsizei count, count 1238 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glUniformMatrix2fv(location, count, transpose, value); count 1244 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc GLsizei count, count 1249 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glUniformMatrix3fv(location, count, transpose, value); count 1255 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc GLsizei count, count 1260 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glUniformMatrix4fv(location, count, transpose, value); count 154 mojo/public/c/gles2/gles2_call_visitor_autogen.h (GLenum mode, GLint first, GLsizei count), count 155 mojo/public/c/gles2/gles2_call_visitor_autogen.h (mode, first, count)) count 158 mojo/public/c/gles2/gles2_call_visitor_autogen.h (GLenum mode, GLsizei count, GLenum type, const void* indices), count 159 mojo/public/c/gles2/gles2_call_visitor_autogen.h (mode, count, type, indices)) count 214 mojo/public/c/gles2/gles2_call_visitor_autogen.h (GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders), count 215 mojo/public/c/gles2/gles2_call_visitor_autogen.h (program, maxcount, count, shaders)) count 347 mojo/public/c/gles2/gles2_call_visitor_autogen.h GLsizei count, count 350 mojo/public/c/gles2/gles2_call_visitor_autogen.h (shader, count, str, length)) count 424 mojo/public/c/gles2/gles2_call_visitor_autogen.h (GLint location, GLsizei count, const GLfloat* v), count 425 mojo/public/c/gles2/gles2_call_visitor_autogen.h (location, count, v)) count 429 mojo/public/c/gles2/gles2_call_visitor_autogen.h (GLint location, GLsizei count, const GLint* v), count 430 mojo/public/c/gles2/gles2_call_visitor_autogen.h (location, count, v)) count 437 mojo/public/c/gles2/gles2_call_visitor_autogen.h (GLint location, GLsizei count, const GLfloat* v), count 438 mojo/public/c/gles2/gles2_call_visitor_autogen.h (location, count, v)) count 445 mojo/public/c/gles2/gles2_call_visitor_autogen.h (GLint location, GLsizei count, const GLint* v), count 446 mojo/public/c/gles2/gles2_call_visitor_autogen.h (location, count, v)) count 453 mojo/public/c/gles2/gles2_call_visitor_autogen.h (GLint location, GLsizei count, const GLfloat* v), count 454 mojo/public/c/gles2/gles2_call_visitor_autogen.h (location, count, v)) count 461 mojo/public/c/gles2/gles2_call_visitor_autogen.h (GLint location, GLsizei count, const GLint* v), count 462 mojo/public/c/gles2/gles2_call_visitor_autogen.h (location, count, v)) count 469 mojo/public/c/gles2/gles2_call_visitor_autogen.h (GLint location, GLsizei count, const GLfloat* v), count 470 mojo/public/c/gles2/gles2_call_visitor_autogen.h (location, count, v)) count 477 mojo/public/c/gles2/gles2_call_visitor_autogen.h (GLint location, GLsizei count, const GLint* v), count 478 mojo/public/c/gles2/gles2_call_visitor_autogen.h (location, count, v)) count 482 mojo/public/c/gles2/gles2_call_visitor_autogen.h (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value), count 483 mojo/public/c/gles2/gles2_call_visitor_autogen.h (location, count, transpose, value)) count 487 mojo/public/c/gles2/gles2_call_visitor_autogen.h (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value), count 488 mojo/public/c/gles2/gles2_call_visitor_autogen.h (location, count, transpose, value)) count 492 mojo/public/c/gles2/gles2_call_visitor_autogen.h (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value), count 493 mojo/public/c/gles2/gles2_call_visitor_autogen.h (location, count, transpose, value)) count 73 mojo/public/cpp/utility/lib/run_loop.cc assert(0u == handler_data_.count(handle)); count 668 mojo/system/local_data_pipe_unittest.cc void Seq(int32_t start, size_t count, int32_t* out) { count 669 mojo/system/local_data_pipe_unittest.cc for (size_t i = 0; i < count; i++) count 15 mojo/system/memory.cc bool VerifyUserPointerForSize(const void* pointer, size_t count) { count 16 mojo/system/memory.cc if (count > std::numeric_limits<size_t>::max() / size) count 22 mojo/system/memory.cc return count == 0 || !!pointer; count 20 mojo/system/memory.h size_t count); count 32 mojo/system/memory.h bool VerifyUserPointer(const T* pointer, size_t count) { count 33 mojo/system/memory.h return VerifyUserPointerForSize<sizeof(T)>(pointer, count); count 39 mojo/system/memory.h inline bool VerifyUserPointer<void>(const void* pointer, size_t count) { count 40 mojo/system/memory.h return VerifyUserPointerForSize<1>(pointer, count); count 502 mojo/system/raw_channel_unittest.cc for (size_t count = 0; count < kMessageCount; count 503 mojo/system/raw_channel_unittest.cc ++count, message_size += message_size / 2 + 1) { count 93 native_client_sdk/src/examples/api/graphics_3d/graphics_3d.cc int count = decoded[1]; count 100 native_client_sdk/src/examples/api/graphics_3d/graphics_3d.cc if (count == 0) count 101 native_client_sdk/src/examples/api/graphics_3d/graphics_3d.cc count = 256; count 103 native_client_sdk/src/examples/api/graphics_3d/graphics_3d.cc memset(output, value, count); count 104 native_client_sdk/src/examples/api/graphics_3d/graphics_3d.cc output += count; count 73 native_client_sdk/src/examples/api/network_monitor/network_monitor.cc uint32_t count = network_list.GetCount(); count 74 native_client_sdk/src/examples/api/network_monitor/network_monitor.cc for (uint32_t i = 0; i < count; ++i) { count 721 native_client_sdk/src/examples/demo/earth/earth.cc uint32_t count = touches.GetTouchCount(PP_TOUCHLIST_TYPE_TOUCHES); count 722 native_client_sdk/src/examples/demo/earth/earth.cc if (count > 0) { count 42 native_client_sdk/src/examples/demo/flock/flock.cc void ResetFlock(PSContext2D_t* ctx, size_t count) { count 45 native_client_sdk/src/examples/demo/flock/flock.cc g_geese.resize(count); count 46 native_client_sdk/src/examples/demo/flock/flock.cc for (size_t i = 0; i < count; i++) { count 130 native_client_sdk/src/examples/demo/life/life.c uint32_t count = g_pTouchInput->GetTouchCount(event->as_resource, count 133 native_client_sdk/src/examples/demo/life/life.c for (i = 0; i < count; i++) { count 249 native_client_sdk/src/examples/demo/life/life.c int count; count 256 native_client_sdk/src/examples/demo/life/life.c count = src0[-1] + src0[0] + src0[1] + count 259 native_client_sdk/src/examples/demo/life/life.c color = kNeighborColors[count]; count 262 native_client_sdk/src/examples/demo/life/life.c *dst++ = kIsAlive[count]; count 454 native_client_sdk/src/examples/demo/voronoi/voronoi.cc uint32_t count = touches.GetTouchCount(PP_TOUCHLIST_TYPE_TOUCHES); count 457 native_client_sdk/src/examples/demo/voronoi/voronoi.cc for (uint32_t i = 0; i < count; i++) { count 94 native_client_sdk/src/gonacl_appengine/src/cube/cube.cc int count = decoded[1]; count 101 native_client_sdk/src/gonacl_appengine/src/cube/cube.cc if (count == 0) count 102 native_client_sdk/src/gonacl_appengine/src/cube/cube.cc count = 256; count 104 native_client_sdk/src/gonacl_appengine/src/cube/cube.cc memset(output, value, count); count 105 native_client_sdk/src/gonacl_appengine/src/cube/cube.cc output += count; count 134 native_client_sdk/src/gonacl_appengine/src/life/life.c uint32_t count = g_pTouchInput->GetTouchCount(event->as_resource, count 137 native_client_sdk/src/gonacl_appengine/src/life/life.c for (i = 0; i < count; i++) { count 246 native_client_sdk/src/gonacl_appengine/src/life/life.c int count; count 253 native_client_sdk/src/gonacl_appengine/src/life/life.c count = src0[-1] + src0[0] + src0[1] + count 256 native_client_sdk/src/gonacl_appengine/src/life/life.c color = kNeighborColors[count]; count 259 native_client_sdk/src/gonacl_appengine/src/life/life.c *dst++ = kIsAlive[count]; count 425 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc uint32_t count = touches.GetTouchCount(PP_TOUCHLIST_TYPE_TOUCHES); count 428 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc for (uint32_t i = 0; i < count; i++) { count 41 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc size_t count, count 45 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc size_t count, count 59 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc size_t count, count 63 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc size_t count, count 73 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc size_t count, count 86 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc size_t count, count 90 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc size_t count, count 100 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc size_t count, count 104 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc size_t count, count 120 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc size_t count, count 125 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc int err = _real_read(fd_, buf, count, &readcnt); count 135 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc size_t count, count 140 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc int err = _real_write(fd_, buf, count, &writecnt); count 152 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc size_t count, count 160 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc size_t count, count 162 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc *out_bytes = count; count 171 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc size_t count, count 182 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc uint32_t len = static_cast<uint32_t>(count); count 186 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc *out_bytes = count; count 196 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc size_t count, count 198 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc memset(buf, 0, count); count 199 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc *out_bytes = count; count 205 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc size_t count, count 207 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc *out_bytes = count; count 222 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc size_t count, count 231 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc int error = (*random_interface_.get_random_bytes)(buf, count, &nread); count 236 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc size_t bytes_left = count; count 241 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc *out_bytes = count - bytes_left; count 252 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc *out_bytes = count; count 258 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc size_t count, count 260 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc *out_bytes = count; count 21 native_client_sdk/src/libraries/nacl_io/devfs/jspipe_node.cc size_t count, count 35 native_client_sdk/src/libraries/nacl_io/devfs/jspipe_node.cc if (count > MAX_MESSAGE_SIZE) count 36 native_client_sdk/src/libraries/nacl_io/devfs/jspipe_node.cc count = MAX_MESSAGE_SIZE; count 39 native_client_sdk/src/libraries/nacl_io/devfs/jspipe_node.cc PP_Var buffer = buffer_iface->Create(count); count 40 native_client_sdk/src/libraries/nacl_io/devfs/jspipe_node.cc memcpy(buffer_iface->Map(buffer), buf, count); count 61 native_client_sdk/src/libraries/nacl_io/devfs/jspipe_node.cc *out_bytes = count; count 24 native_client_sdk/src/libraries/nacl_io/devfs/jspipe_node.h size_t count, count 83 native_client_sdk/src/libraries/nacl_io/devfs/tty_node.cc size_t count, count 93 native_client_sdk/src/libraries/nacl_io/devfs/tty_node.cc static_cast<const char*>(buf), count, output_handler_.user_data); count 106 native_client_sdk/src/libraries/nacl_io/devfs/tty_node.cc size_t count, count 116 native_client_sdk/src/libraries/nacl_io/devfs/tty_node.cc size_t bytes_to_copy = std::min(count, input_buffer_.size()); count 153 native_client_sdk/src/libraries/nacl_io/devfs/tty_node.cc Error TtyNode::Echo(const char* string, int count) { count 156 native_client_sdk/src/libraries/nacl_io/devfs/tty_node.cc Error error = Write(data, string, count, &wrote); count 157 native_client_sdk/src/libraries/nacl_io/devfs/tty_node.cc if (error != 0 || wrote != count) { count 29 native_client_sdk/src/libraries/nacl_io/devfs/tty_node.h size_t count, count 34 native_client_sdk/src/libraries/nacl_io/devfs/tty_node.h size_t count, count 47 native_client_sdk/src/libraries/nacl_io/devfs/tty_node.h Error Echo(const char* string, int count); count 40 native_client_sdk/src/libraries/nacl_io/dir_node.cc size_t count, count 50 native_client_sdk/src/libraries/nacl_io/dir_node.cc size_t count, count 36 native_client_sdk/src/libraries/nacl_io/dir_node.h size_t count, count 40 native_client_sdk/src/libraries/nacl_io/dir_node.h size_t count, count 44 native_client_sdk/src/libraries/nacl_io/dir_node.h size_t count, count 35 native_client_sdk/src/libraries/nacl_io/event_emitter.cc assert(listeners_.count(listener) == 0); count 40 native_client_sdk/src/libraries/nacl_io/event_emitter.cc assert(listeners_.count(listener) == 1); count 122 native_client_sdk/src/libraries/nacl_io/fuse.h int (*read)(const char* path, char* buf, size_t count, off_t, count 190 native_client_sdk/src/libraries/nacl_io/fuse.h int (*write)(const char* path, const char* buf, size_t count, off_t, count 305 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc size_t count, count 312 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc int result = fuse_ops_->read(path_.c_str(), cbuf, count, attr.offs, &info_); count 319 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc if (static_cast<size_t>(result) < count) count 320 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc memset(&cbuf[result], 0, count - result); count 322 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc *out_bytes = count; count 328 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc size_t count, count 334 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc path_.c_str(), static_cast<const char*>(buf), count, attr.offs, &info_); count 371 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc size_t count, count 390 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc FillDirInfo fill_info(&getdents, count); count 405 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc error = getdents.GetDents(offs, pdir, count, out_bytes); count 79 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h size_t count, count 83 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h size_t count, count 105 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h size_t count, count 33 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.cc void* GetOutputBuffer(void* user_data, uint32_t count, uint32_t size) { count 35 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.cc output->element_count = count; count 36 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.cc if (count) { count 37 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.cc output->data = malloc(count * size); count 177 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.cc size_t count, count 188 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.cc static_cast<int32_t>(count), count 210 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.cc size_t count, count 221 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.cc static_cast<int32_t>(count), count 23 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.h size_t count, count 28 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.h size_t count, count 33 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.h size_t count, count 159 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc size_t count, count 172 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc size_t count, count 184 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc return ReadPartialFromCache(attr, buf, count, out_bytes); count 187 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc return DownloadPartial(attr, buf, count, out_bytes); count 194 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc size_t count, count 395 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc int count, count 400 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc if (attr.offs + count > size) count 401 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc count = size - attr.offs; count 403 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc if (count <= 0) count 406 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc memcpy(buf, &cached_data_.data()[attr.offs], count); count 407 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc *out_bytes = count; count 413 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc size_t count, count 425 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc attr.offs + count - 1); count 459 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc if (attr.offs + count > content_length) { count 460 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc count = content_length - attr.offs; count 475 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc count = std::min(read_end - read_start, count); count 501 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc return ReadResponseToBuffer(loader, buf, count, out_bytes); count 578 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc int count, count 582 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc if (buffer_.size() < static_cast<size_t>(count)) count 583 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc buffer_.resize(std::min(count, MAX_READ_BUFFER_SIZE)); count 585 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc int bytes_left = count; count 607 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc int count, count 615 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc int bytes_to_read = count; count 626 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc *out_bytes = count - bytes_to_read; count 638 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc *out_bytes = count; count 25 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.h size_t count, count 30 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.h size_t count, count 35 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.h size_t count, count 60 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.h int count, count 64 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.h size_t count, count 77 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.h int count, count 84 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.h int count, count 47 native_client_sdk/src/libraries/nacl_io/ioctl.h size_t count, count 54 native_client_sdk/src/libraries/nacl_io/kernel_handle.h Error GetDents(struct dirent* pdir, size_t count, int* bytes_written); count 220 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc int ki_getdents(int fd, void *buf, unsigned int count) { count 222 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc return s_state.kp->getdents(fd, buf, count); count 295 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc int ki_readlink(const char *path, char *buf, size_t count) { count 297 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc return s_state.kp->readlink(path, buf, count); count 90 native_client_sdk/src/libraries/nacl_io/kernel_intercept.h int ki_getdents(int fd, void* buf, unsigned int count); count 105 native_client_sdk/src/libraries/nacl_io/kernel_intercept.h int ki_readlink(const char *path, char *buf, size_t count); count 506 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc int KernelProxy::getdents(int fd, void* buf, unsigned int count) { count 515 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc error = handle->GetDents(static_cast<dirent*>(buf), count, &cnt); count 803 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc int KernelProxy::readlink(const char *path, char *buf, size_t count) { count 112 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h virtual int getdents(int fd, void *buf, unsigned int count); count 135 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h virtual int readlink(const char *path, char *buf, size_t count); count 68 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h int getdents(int fd, void* buf, unsigned int count) NOTHROW; count 71 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h int getdents(unsigned int fd, struct dirent* buf, unsigned int count) NOTHROW; count 213 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc int count; count 215 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc count = ki_getdents(fd, buf, nacl_count); count 216 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc if (count < 0) count 219 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc while (offset < count) { count 283 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc int WRAP(poll)(struct pollfd *fds, nfds_t nfds, int timeout, int* count) { count 284 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc *count = ki_poll(fds, nfds, timeout); count 285 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc return (*count < 0) ? errno : 0; count 289 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc int WRAP(read)(int fd, void *buf, size_t count, size_t *nread) { count 290 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc ssize_t signed_nread = ki_read(fd, buf, count); count 295 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc int WRAP(readlink)(const char* path, char* buf, size_t count, size_t* nread) { count 296 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc ssize_t signed_nread = ki_readlink(path, buf, count); count 311 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc fd_set* exceptfds, struct timeval* timeout, int* count) { count 312 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc *count = ki_select(nfds, readfds, writefds, exceptfds, timeout); count 313 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc return (*count < 0) ? errno : 0; count 330 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc int WRAP(write)(int fd, const void* buf, size_t count, size_t* nwrote) { count 331 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc ssize_t signed_nwrote = ki_write(fd, buf, count); count 393 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc int _real_getdents(int fd, void* buf, size_t count, size_t* nread) { count 396 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc char* nacl_buf = (char*)alloca(count); count 401 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc int err = REAL(getdents)(fd, (dirent*)nacl_buf, count, &nacl_nread); count 477 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc int _real_read(int fd, void *buf, size_t count, size_t *nread) { count 479 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc return REAL(read)(fd, buf, count, nread); count 482 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc int _real_readlink(const char *path, char* buf, size_t count, size_t* nread) { count 484 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc return REAL(readlink)(path, buf, count, nread); count 497 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc int _real_write(int fd, const void *buf, size_t count, size_t *nwrote) { count 499 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc return REAL(write)(fd, buf, count, nwrote); count 55 native_client_sdk/src/libraries/nacl_io/kernel_wrap_dummy.cc int _real_read(int fd, void *buf, size_t count, size_t *nread) { count 56 native_client_sdk/src/libraries/nacl_io/kernel_wrap_dummy.cc *nread = count; count 64 native_client_sdk/src/libraries/nacl_io/kernel_wrap_dummy.cc int _real_write(int fd, const void *buf, size_t count, size_t *nwrote) { count 65 native_client_sdk/src/libraries/nacl_io/kernel_wrap_dummy.cc int rtn = write(fd, buf, count); count 194 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc int count; count 196 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc count = ki_getdents(fd, buf, nacl_count); count 197 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc if (count < 0) count 200 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc while (offset < count) { count 247 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc int WRAP(poll)(struct pollfd *fds, nfds_t nfds, int timeout, int* count) { count 248 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc *count = ki_poll(fds, nfds, timeout); count 249 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc return (*count < 0) ? errno : 0; count 253 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc int WRAP(read)(int fd, void *buf, size_t count, size_t *nread) { count 254 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc ssize_t signed_nread = ki_read(fd, buf, count); count 269 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc fd_set* exceptfds, struct timeval* timeout, int* count) { count 270 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc *count = ki_select(nfds, readfds, writefds, exceptfds, timeout); count 271 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc return (*count < 0) ? errno : 0; count 284 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc int WRAP(write)(int fd, const void* buf, size_t count, size_t* nwrote) { count 285 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc ssize_t signed_nwrote = ki_write(fd, buf, count); count 327 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc int _real_getdents(int fd, void* buf, size_t count, size_t* nread) { count 330 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc char* nacl_buf = (char*)alloca(count); count 335 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc int err = REAL(getdents)(fd, (dirent*)nacl_buf, count, &nacl_nread); count 388 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc int _real_read(int fd, void *buf, size_t count, size_t *nread) { count 390 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc return REAL(read)(fd, buf, count, nread); count 398 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc int _real_write(int fd, const void *buf, size_t count, size_t *nwrote) { count 400 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc return REAL(write)(fd, buf, count, nwrote); count 113 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc int WRAP(read)(int fd, void* buf, size_t count, size_t* nread) { count 114 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc ssize_t signed_nread = ki_read(fd, buf, count); count 119 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc int WRAP(write)(int fd, const void* buf, size_t count, size_t* nwrote) { count 120 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc ssize_t signed_nwrote = ki_write(fd, buf, count); count 134 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc int WRAP(getdents)(int fd, dirent* buf, size_t count, size_t* nread) { count 135 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc int rtn = ki_getdents(fd, buf, count); count 246 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc size_t count, size_t *nread) { count 247 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc int rtn = ki_readlink(pathname, buf, count); count 327 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc int _real_read(int fd, void* buf, size_t count, size_t* nread) { count 329 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc return REAL(read)(fd, buf, count, nread); count 336 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc int _real_write(int fd, const void* buf, size_t count, size_t* nwrote) { count 338 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc return REAL(write)(fd, buf, count, nwrote); count 27 native_client_sdk/src/libraries/nacl_io/kernel_wrap_real.h int _real_read(int fd, void *buf, size_t count, size_t *nread); count 29 native_client_sdk/src/libraries/nacl_io/kernel_wrap_real.h int _real_write(int fd, const void *buf, size_t count, size_t *nwrote); count 34 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.cc size_t count, count 39 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.cc if (count == 0) count 44 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.cc if (attr.offs + count > size) { count 45 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.cc count = size - attr.offs; count 48 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.cc memcpy(buf, &data_[attr.offs], count); count 49 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.cc *out_bytes = static_cast<int>(count); count 55 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.cc size_t count, count 60 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.cc if (count == 0) count 63 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.cc if (count + attr.offs > static_cast<size_t>(stat_.st_size)) { count 64 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.cc Resize(count + attr.offs); count 65 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.cc count = stat_.st_size - attr.offs; count 68 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.cc memcpy(&data_[attr.offs], buf, count); count 69 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.cc *out_bytes = static_cast<int>(count); count 25 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.h size_t count, count 29 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.h size_t count, count 80 native_client_sdk/src/libraries/nacl_io/node.cc size_t count, count 104 native_client_sdk/src/libraries/nacl_io/node.cc size_t count, count 112 native_client_sdk/src/libraries/nacl_io/node.cc size_t count, count 63 native_client_sdk/src/libraries/nacl_io/node.h size_t count, count 73 native_client_sdk/src/libraries/nacl_io/node.h size_t count, count 78 native_client_sdk/src/libraries/nacl_io/node.h size_t count, count 32 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.cc size_t count, count 42 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.cc err = _real_read(real_fd_, buf, count, &nread); count 52 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.cc size_t count, count 62 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.cc err = _real_write(real_fd_, buf, count, &nwrote); count 77 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.cc size_t count, count 80 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.cc int err = _real_getdents(real_fd_, pdir, count, &nread); count 29 native_client_sdk/src/libraries/nacl_io/pipe/pipe_node.cc size_t count, count 38 native_client_sdk/src/libraries/nacl_io/pipe/pipe_node.cc *out_bytes = pipe_->Read_Locked(static_cast<char*>(buf), count); count 44 native_client_sdk/src/libraries/nacl_io/pipe/pipe_node.cc size_t count, count 53 native_client_sdk/src/libraries/nacl_io/pipe/pipe_node.cc *out_bytes = pipe_->Write_Locked(static_cast<const char*>(buf), count); count 23 native_client_sdk/src/libraries/nacl_io/pipe/pipe_node.h size_t count, count 27 native_client_sdk/src/libraries/nacl_io/pipe/pipe_node.h size_t count, count 74 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc size_t count, count 76 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc return Recv(attr, buf, count, 0, out_bytes); count 81 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc size_t count, count 83 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc return Send(attr, buf, count, 0, out_bytes); count 43 native_client_sdk/src/libraries/nacl_io/socket/socket_node.h size_t count, count 47 native_client_sdk/src/libraries/nacl_io/socket/socket_node.h size_t count, count 24 native_client_sdk/src/libraries/nacl_io/socket/tcp_event_emitter.cc uint32_t count = in_fifo_.Read(data, len); count 26 native_client_sdk/src/libraries/nacl_io/socket/tcp_event_emitter.cc return count; count 50 native_client_sdk/src/libraries/nacl_io/socket/tcp_event_emitter.cc uint32_t count = in_fifo_.Write(data, len); count 53 native_client_sdk/src/libraries/nacl_io/socket/tcp_event_emitter.cc return count; count 57 native_client_sdk/src/libraries/nacl_io/socket/tcp_event_emitter.cc uint32_t count = out_fifo_.Read(data, len); count 60 native_client_sdk/src/libraries/nacl_io/socket/tcp_event_emitter.cc return count; count 64 native_client_sdk/src/libraries/nacl_io/socket/tcp_event_emitter.cc uint32_t count = out_fifo_.Write(data, len); count 67 native_client_sdk/src/libraries/nacl_io/socket/tcp_event_emitter.cc return count; count 384 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc ssize_t PSInstance::TtyOutputHandler(const char* buf, size_t count) { count 389 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc message.append(data, count); count 391 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc return count; count 442 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc size_t count, count 445 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc return instance->TtyOutputHandler(buf, count); count 159 native_client_sdk/src/libraries/ppapi_simple/ps_instance.h ssize_t TtyOutputHandler(const char* buf, size_t count); count 167 native_client_sdk/src/libraries/ppapi_simple/ps_instance.h static ssize_t TtyOutputHandlerStatic(const char* buf, size_t count, count 646 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h int ptw32_getprocessors (int *count); count 1067 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h unsigned int count); count 43 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_init.c const pthread_barrierattr_t * attr, unsigned int count) count 47 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_init.c if (barrier == NULL || count == 0) count 57 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_init.c b->nCurrentBarrierHeight = b->nInitialBarrierHeight = count; count 48 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_num_processors_np.c int count; count 50 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_num_processors_np.c if (ptw32_getprocessors (&count) != 0) count 52 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_num_processors_np.c count = 1; count 55 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_num_processors_np.c return (count); count 56 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_getprocessors.c ptw32_getprocessors (int *count) count 64 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_getprocessors.c *count = 1; count 81 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_getprocessors.c *count = CPUs; count 50 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_post_multiple.c sem_post_multiple (sem_t * sem, int count) count 83 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_post_multiple.c if (s == NULL || count <= 0) count 98 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_post_multiple.c if (s->value <= (SEM_VALUE_MAX - count)) count 101 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_post_multiple.c s->value += count; count 108 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_post_multiple.c s->leftToUnblock += count - 1; count 115 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_post_multiple.c if (ReleaseSemaphore (s->sem, (waiters<=count)?waiters:count, 0)) count 122 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_post_multiple.c s->value -= count; count 148 native_client_sdk/src/libraries/third_party/pthreads-win32/semaphore.h int count); count 24 native_client_sdk/src/libraries/xray/hashtable.c int count; count 60 native_client_sdk/src/libraries/xray/hashtable.c return table->count; count 107 native_client_sdk/src/libraries/xray/hashtable.c ++table->count; count 109 native_client_sdk/src/libraries/xray/hashtable.c ratio = (float)table->count / (float)table->capacity; count 169 native_client_sdk/src/libraries/xray/hashtable.c table->count = 0; count 199 native_client_sdk/src/libraries/xray/hashtable.c table->count = 0; count 76 native_client_sdk/src/libraries/xray/xray.c int count; count 239 native_client_sdk/src/libraries/xray/xray.c assert(frame < capture->frame.count); count 498 native_client_sdk/src/libraries/xray/xray.c sizeof(capture->frame.entry[0]) * capture->frame.count); count 519 native_client_sdk/src/libraries/xray/xray.c return capture->frame.count; count 533 native_client_sdk/src/libraries/xray/xray.c i = capture->frame.count - 1; count 539 native_client_sdk/src/libraries/xray/xray.c if (i >= capture->frame.count) count 736 native_client_sdk/src/libraries/xray/xray.c capture->frame.count = adj_frame_count; count 178 native_client_sdk/src/tests/nacl_io_test/host_resolver_test.cc int count = 0; count 205 native_client_sdk/src/tests/nacl_io_test/host_resolver_test.cc count++; count 208 native_client_sdk/src/tests/nacl_io_test/host_resolver_test.cc ASSERT_EQ(2, count); count 259 native_client_sdk/src/tests/nacl_io_test/host_resolver_test.cc int count = 0; count 269 native_client_sdk/src/tests/nacl_io_test/host_resolver_test.cc count++; count 271 native_client_sdk/src/tests/nacl_io_test/host_resolver_test.cc ASSERT_EQ(3, count); count 279 native_client_sdk/src/tests/nacl_io_test/host_resolver_test.cc count = 0; count 287 native_client_sdk/src/tests/nacl_io_test/host_resolver_test.cc ASSERT_EQ(i + count, in->sin6_addr.s6_addr[i]); count 290 native_client_sdk/src/tests/nacl_io_test/host_resolver_test.cc count++; count 292 native_client_sdk/src/tests/nacl_io_test/host_resolver_test.cc ASSERT_EQ(2, count); count 301 native_client_sdk/src/tests/nacl_io_test/host_resolver_test.cc count = 0; count 307 native_client_sdk/src/tests/nacl_io_test/host_resolver_test.cc count++; count 309 native_client_sdk/src/tests/nacl_io_test/host_resolver_test.cc ASSERT_EQ(5, count); count 466 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(1, dirnames.count("file")); count 467 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(1, dirnames.count(".")); count 468 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(1, dirnames.count("..")); count 490 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(1, dirnames.count("file")); count 491 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(1, dirnames.count("file2")); count 492 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(1, dirnames.count(".")); count 493 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(1, dirnames.count("..")); count 252 native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc EXPECT_EQ(1, dirnames.count("F1")); count 253 native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc EXPECT_EQ(1, dirnames.count(".")); count 254 native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc EXPECT_EQ(1, dirnames.count("..")); count 54 native_client_sdk/src/tests/nacl_io_test/mock_kernel_proxy.h MOCK_METHOD3(readlink, int(const char*, char*, size_t count)); count 95 native_client_sdk/src/tests/nacl_io_test/tty_test.cc static ssize_t output_handler(const char* buf, size_t count, void* data) { count 98 native_client_sdk/src/tests/nacl_io_test/tty_test.cc user_data->output_count = count; count 99 native_client_sdk/src/tests/nacl_io_test/tty_test.cc return count; count 205 net/base/address_tracker_linux_unittest.cc EXPECT_EQ(1u, map.count(kAddr0)); count 214 net/base/address_tracker_linux_unittest.cc EXPECT_EQ(1u, map.count(kAddr0)); count 215 net/base/address_tracker_linux_unittest.cc EXPECT_EQ(1u, map.count(kAddr2)); count 223 net/base/address_tracker_linux_unittest.cc EXPECT_EQ(1u, map.count(kAddr3)); count 236 net/base/address_tracker_linux_unittest.cc EXPECT_EQ(1u, map.count(kAddr0)); count 245 net/base/address_tracker_linux_unittest.cc EXPECT_EQ(1u, map.count(kAddr0)); count 269 net/base/address_tracker_linux_unittest.cc EXPECT_EQ(1u, map.count(kAddr0)); count 296 net/base/address_tracker_linux_unittest.cc EXPECT_EQ(0u, map.count(kAddr0)); count 297 net/base/address_tracker_linux_unittest.cc EXPECT_EQ(1u, map.count(kAddr2)); count 322 net/base/address_tracker_linux_unittest.cc EXPECT_EQ(1u, map.count(kAddr3)); count 406 net/base/address_tracker_linux_unittest.cc EXPECT_EQ(1u, GetOnlineLinks()->count(0)); count 412 net/base/address_tracker_linux_unittest.cc EXPECT_EQ(1u, GetOnlineLinks()->count(0)); count 418 net/base/address_tracker_linux_unittest.cc EXPECT_EQ(1u, GetOnlineLinks()->count(0)); count 419 net/base/address_tracker_linux_unittest.cc EXPECT_EQ(1u, GetOnlineLinks()->count(1)); count 30 net/base/file_stream_context_win.cc void IncrementOffset(OVERLAPPED* overlapped, DWORD count) { count 34 net/base/file_stream_context_win.cc offset.QuadPart += static_cast<LONGLONG>(count); count 20 net/base/mime_sniffer_unittest.cc static void TestArray(SnifferTest* tests, size_t count) { count 23 net/base/mime_sniffer_unittest.cc for (size_t i = 0; i < count; ++i) { count 245 net/base/net_log_unittest.cc EXPECT_EQ(kTotalEvents, observers[i].count()); count 254 net/base/net_log_unittest.cc EXPECT_EQ(0, observer.count()); count 265 net/base/net_log_unittest.cc EXPECT_EQ(1, observer.count()); count 274 net/base/net_log_unittest.cc EXPECT_EQ(2, observer.count()); count 282 net/base/net_log_unittest.cc EXPECT_EQ(2, observer.count()); count 291 net/base/net_log_unittest.cc EXPECT_EQ(3, observer.count()); count 1390 net/base/net_util.cc return g_explicitly_allowed_ports.Get().count(port) > 0; count 74 net/base/sdch_manager.cc if (!ports_.empty() && 0 == ports_.count(target_url.EffectiveIntPort())) count 144 net/base/sdch_manager.cc && 0 == ports.count(dictionary_url.EffectiveIntPort())) { count 170 net/base/sdch_manager.cc && 0 == ports_.count(referring_url.EffectiveIntPort())) { count 280 net/base/sdch_manager.cc int count = global_->blacklisted_domains_[domain]; count 281 net/base/sdch_manager.cc if (count > 0) count 284 net/base/sdch_manager.cc count = 1 + 2 * global_->exponential_blacklist_count[domain]; count 285 net/base/sdch_manager.cc if (count > 0) count 286 net/base/sdch_manager.cc global_->exponential_blacklist_count[domain] = count; count 288 net/base/sdch_manager.cc count = INT_MAX; count 290 net/base/sdch_manager.cc global_->blacklisted_domains_[domain] = count; count 344 net/base/sdch_manager.cc int count = it->second - 1; count 345 net/base/sdch_manager.cc if (count > 0) count 346 net/base/sdch_manager.cc blacklisted_domains_[domain] = count; count 515 net/base/sdch_manager.cc int count = 0; count 520 net/base/sdch_manager.cc ++count; count 526 net/base/sdch_manager.cc if (count > 0) count 527 net/base/sdch_manager.cc UMA_HISTOGRAM_COUNTS("Sdch3.Advertisement_Count", count); count 272 net/base/sdch_manager_unittest.cc size_t count = 0; count 273 net/base/sdch_manager_unittest.cc while (count <= SdchManager::kMaxDictionaryCount + 1) { count 279 net/base/sdch_manager_unittest.cc ++count; count 281 net/base/sdch_manager_unittest.cc EXPECT_EQ(SdchManager::kMaxDictionaryCount, count); count 282 net/base/upload_data_stream_unittest.cc std::count(buf->data(), buf->data() + kTestBufferSize, 0)); count 321 net/base/upload_data_stream_unittest.cc std::count(buf->data(), buf->data() + kTestBufferSize, 0)); count 186 net/cert/cert_verify_proc_mac.cc for (CFIndex i = 0, count = CFArrayGetCount(cert_chain); i < count; ++i) { count 487 net/cert/cert_verify_proc_mac.cc CFIndex count = CFArrayGetCount(*verified_chain); count 490 net/cert/cert_verify_proc_mac.cc for (CFIndex i = 1; i < count; ++i) { count 1906 net/cookies/cookie_monster.cc if (cookies_.count(key) > kDomainMaxCookies) { count 28 net/cookies/cookie_monster_perftest.cc return std::count(str.begin(), str.end(), c); count 420 net/cookies/cookie_monster_unittest.cc return std::count(str.begin(), str.end(), c); count 83 net/cronet/android/java/src/org/chromium/net/ChunkedWritableByteChannel.java int count = mBuffers.size(); count 84 net/cronet/android/java/src/org/chromium/net/ChunkedWritableByteChannel.java for (int i = 0; i < count; i++) { count 330 net/cronet/android/java/src/org/chromium/net/HttpUrlConnectionUrlRequest.java int count = size; count 338 net/cronet/android/java/src/org/chromium/net/HttpUrlConnectionUrlRequest.java count -= start; count 343 net/cronet/android/java/src/org/chromium/net/HttpUrlConnectionUrlRequest.java count -= (int)(mSize - mContentLengthLimit); count 344 net/cronet/android/java/src/org/chromium/net/HttpUrlConnectionUrlRequest.java if (count > 0) { count 345 net/cronet/android/java/src/org/chromium/net/HttpUrlConnectionUrlRequest.java mSink.write(ByteBuffer.wrap(buffer, start, count)); count 351 net/cronet/android/java/src/org/chromium/net/HttpUrlConnectionUrlRequest.java mSink.write(ByteBuffer.wrap(buffer, start, count)); count 77 net/cronet/android/sample/javatests/src/org/chromium/cronet_sample_apk/CriteriaHelper.java int count = 0; count 79 net/cronet/android/sample/javatests/src/org/chromium/cronet_sample_apk/CriteriaHelper.java while (count < maxAttempts && !success) { count 80 net/cronet/android/sample/javatests/src/org/chromium/cronet_sample_apk/CriteriaHelper.java count++; count 86 net/disk_cache/backend_unittest.cc size_t* count); count 262 net/disk_cache/backend_unittest.cc size_t* count) { count 270 net/disk_cache/backend_unittest.cc ++(*count); count 271 net/disk_cache/backend_unittest.cc if (max_to_open >= 0 && implicit_cast<int>(*count) >= max_to_open) count 1239 net/disk_cache/backend_unittest.cc int count = 0; count 1244 net/disk_cache/backend_unittest.cc if (count < kNumEntries) { count 1245 net/disk_cache/backend_unittest.cc last_modified[count] = entry->GetLastModified(); count 1246 net/disk_cache/backend_unittest.cc last_used[count] = entry->GetLastUsed(); count 1247 net/disk_cache/backend_unittest.cc EXPECT_TRUE(initial <= last_modified[count]); count 1248 net/disk_cache/backend_unittest.cc EXPECT_TRUE(final >= last_modified[count]); count 1252 net/disk_cache/backend_unittest.cc count++; count 1254 net/disk_cache/backend_unittest.cc EXPECT_EQ(kNumEntries, count); count 1257 net/disk_cache/backend_unittest.cc count = 0; count 1261 net/disk_cache/backend_unittest.cc if (count < kNumEntries) { count 1262 net/disk_cache/backend_unittest.cc EXPECT_TRUE(last_modified[count] == entry->GetLastModified()); count 1263 net/disk_cache/backend_unittest.cc EXPECT_TRUE(last_used[count] == entry->GetLastUsed()); count 1266 net/disk_cache/backend_unittest.cc count++; count 1268 net/disk_cache/backend_unittest.cc EXPECT_EQ(kNumEntries, count); count 1426 net/disk_cache/backend_unittest.cc int count = 0; count 1431 net/disk_cache/backend_unittest.cc count++; count 1433 net/disk_cache/backend_unittest.cc EXPECT_EQ(1, count); count 2587 net/disk_cache/backend_unittest.cc int count = 0; count 2591 net/disk_cache/backend_unittest.cc count++; count 2592 net/disk_cache/backend_unittest.cc ASSERT_LT(count, 9); count 2772 net/disk_cache/backend_unittest.cc EXPECT_EQ(1, std::count(stats.begin(), stats.end(), hits)); count 2785 net/disk_cache/backend_unittest.cc EXPECT_EQ(1, std::count(stats.begin(), stats.end(), hits)); count 3413 net/disk_cache/backend_unittest.cc size_t count = 0; count 3414 net/disk_cache/backend_unittest.cc ASSERT_TRUE(EnumerateAndMatchKeys(-1, &iter, &keys_to_match, &count)); count 3416 net/disk_cache/backend_unittest.cc EXPECT_EQ(key_pool.size(), count); count 3422 net/disk_cache/backend_unittest.cc count = 0; count 3428 net/disk_cache/backend_unittest.cc &count)); count 3433 net/disk_cache/backend_unittest.cc ASSERT_TRUE(EnumerateAndMatchKeys(-1, &iter, &keys_to_match, &count)); count 3438 net/disk_cache/backend_unittest.cc EXPECT_EQ(key_pool.size(), count); count 3453 net/disk_cache/backend_unittest.cc size_t count = 0; count 3457 net/disk_cache/backend_unittest.cc &count)); count 3463 net/disk_cache/backend_unittest.cc ASSERT_TRUE(EnumerateAndMatchKeys(-1, &iter, &keys_to_match, &count)); count 3466 net/disk_cache/backend_unittest.cc EXPECT_EQ(key_pool.size(), count); count 3501 net/disk_cache/backend_unittest.cc size_t count = 0; count 3502 net/disk_cache/backend_unittest.cc ASSERT_TRUE(EnumerateAndMatchKeys(-1, &iter, &keys_to_match, &count)); count 3505 net/disk_cache/backend_unittest.cc EXPECT_EQ(key_pool.size(), count); count 20 net/disk_cache/blockfile/block_files_unittest.cc int count = 0; count 23 net/disk_cache/blockfile/block_files_unittest.cc count++; count 25 net/disk_cache/blockfile/block_files_unittest.cc return count; count 50 net/disk_cache/blockfile/entry_impl_v3.h void SetReuseCounter(int count); count 52 net/disk_cache/blockfile/entry_impl_v3.h void SetRefetchCounter(int count); count 131 net/disk_cache/blockfile/index_table_v3.cc void SetCellReuse(IndexCell* cell, int count) { count 132 net/disk_cache/blockfile/index_table_v3.cc DCHECK_LT(count, 16); count 133 net/disk_cache/blockfile/index_table_v3.cc DCHECK_GE(count, 0); count 135 net/disk_cache/blockfile/index_table_v3.cc cell->first_part |= static_cast<int64>(count) << kCellReuseOffset; count 311 net/disk_cache/blockfile/index_table_v3.cc void EntryCell::SetReuse(int count) { count 312 net/disk_cache/blockfile/index_table_v3.cc SetCellReuse(&cell_, count); count 68 net/disk_cache/blockfile/index_table_v3.h void SetReuse(int count); count 253 net/disk_cache/blockfile/stats.cc int count = data_sizes_[i]; count 254 net/disk_cache/blockfile/stats.cc if (count < 0) count 255 net/disk_cache/blockfile/stats.cc count = 0; count 256 net/disk_cache/blockfile/stats.cc samples->Accumulate(GetBucketRange(i), count); count 1622 net/disk_cache/entry_unittest.cc int count = 0; count 1625 net/disk_cache/entry_unittest.cc ++count; count 1631 net/disk_cache/entry_unittest.cc EXPECT_EQ(1, count); count 2221 net/disk_cache/entry_unittest.cc int count = 0; count 2226 net/disk_cache/entry_unittest.cc if (entry->GetKey() != key && count < 2) count 2227 net/disk_cache/entry_unittest.cc child_key[count++] = entry->GetKey(); count 138 net/disk_cache/simple/simple_backend_impl.cc count(0), count 142 net/disk_cache/simple/simple_backend_impl.cc int count; count 150 net/disk_cache/simple/simple_backend_impl.cc DCHECK_GT(context->expected, context->count); count 158 net/disk_cache/simple/simple_backend_impl.cc ++context->count; count 159 net/disk_cache/simple/simple_backend_impl.cc if (context->count == context->expected) count 168 net/disk_cache/simple/simple_backend_impl.cc int count, count 170 net/disk_cache/simple/simple_backend_impl.cc BarrierContext* context = new BarrierContext(count); count 259 net/disk_cache/simple/simple_backend_impl.cc CHECK_EQ(0u, entries_pending_doom_.count(entry_hash)); count 266 net/disk_cache/simple/simple_backend_impl.cc CHECK_EQ(1u, entries_pending_doom_.count(entry_hash)); count 293 net/disk_cache/simple/simple_backend_impl.cc CHECK(active_entries_.count(entry_hash) == 0 || count 294 net/disk_cache/simple/simple_backend_impl.cc entries_pending_doom_.count(entry_hash) == 0) count 297 net/disk_cache/simple/simple_backend_impl.cc if (!active_entries_.count(entry_hash) && count 298 net/disk_cache/simple/simple_backend_impl.cc !entries_pending_doom_.count(entry_hash)) { count 530 net/disk_cache/simple/simple_backend_impl.cc DCHECK_EQ(0U, active_entries_.count(entry_hash)); count 288 net/disk_cache/simple/simple_index.cc return !initialized_ || entries_set_.count(hash) > 0; count 233 net/disk_cache/simple/simple_index_file_unittest.cc EXPECT_EQ(1U, load_index_result.entries.count(kHashes[i])); count 246 net/dns/dns_config_service_win.cc hosts->count(DnsHostsKey(localname, ADDRESS_FAMILY_IPV4)) > 0; count 248 net/dns/dns_config_service_win.cc hosts->count(DnsHostsKey(localname, ADDRESS_FAMILY_IPV6)) > 0; count 432 net/dns/dns_config_service_win.cc unsigned num_dots = std::count(primary_suffix.begin(), count 49 net/dns/dns_transaction.cc size_t count = 0; count 51 net/dns/dns_transaction.cc ++count; count 52 net/dns/dns_transaction.cc return count; count 77 net/dns/host_resolver_impl_unittest.cc bool WaitFor(unsigned count) { count 80 net/dns/host_resolver_impl_unittest.cc while (num_requests_waiting_ < count) { count 89 net/dns/host_resolver_impl_unittest.cc void SignalMultiple(unsigned count) { count 91 net/dns/host_resolver_impl_unittest.cc num_slots_available_ += count; count 146 net/dns/host_resolver_impl_unittest.cc if (rules_.count(key) == 0) count 640 net/http/http_cache.cc if (active_entries_.count(key)) count 690 net/http/http_stream_factory_impl_unittest.cc int count = 0; count 695 net/http/http_stream_factory_impl_unittest.cc count = static_cast<int>(groups->size()); count 697 net/http/http_stream_factory_impl_unittest.cc return count; count 219 net/http/mock_http_cache.cc int count = 0; count 221 net/http/mock_http_cache.cc if (!count) { count 223 net/http/mock_http_cache.cc count++; count 229 net/http/mock_http_cache.cc count++; count 233 net/http/mock_http_cache.cc return count; count 235 net/http/mock_http_cache.cc CallbackLater(callback, count); count 141 net/http/transport_security_persister_unittest.cc size_t count = 0; count 144 net/http/transport_security_persister_unittest.cc count++; count 147 net/http/transport_security_persister_unittest.cc EXPECT_EQ(count, saved.size()); count 264 net/quic/congestion_control/inter_arrival_overuse_detector_test.cc int count[100]; count 265 net/quic/congestion_control/inter_arrival_overuse_detector_test.cc memset(count, 0, sizeof(count)); count 269 net/quic/congestion_control/inter_arrival_overuse_detector_test.cc count[GaussianRandom(mean, standard_deviation).ToMilliseconds()]++; count 272 net/quic/congestion_control/inter_arrival_overuse_detector_test.cc DVLOG(1) << j << ":" << count[j]; count 255 net/quic/crypto/strike_register.cc CHECK_EQ(free_internal_nodes.count(i), 0u); count 263 net/quic/crypto/strike_register.cc CHECK_EQ(free_external_nodes.count(i), 0u); count 433 net/quic/crypto/strike_register.cc CHECK_EQ(free_internal_nodes.count(internal_node), 0u); count 438 net/quic/crypto/strike_register.cc CHECK_EQ(free_external_nodes.count(ext), 0u); count 439 net/quic/crypto/strike_register.cc CHECK_EQ(used_external_nodes->count(ext), 0u); count 455 net/quic/crypto/strike_register.cc CHECK_EQ(free_internal_nodes.count(inter), 0u); count 456 net/quic/crypto/strike_register.cc CHECK_EQ(used_internal_nodes->count(inter), 0u); count 183 net/quic/iovector.h void Resize(size_t count) { count 184 net/quic/iovector.h iovec_.resize(count); count 1613 net/quic/quic_connection.cc if (group_map_.count(fec_group_num) == 0) { count 148 net/quic/quic_data_writer.cc bool QuicDataWriter::WriteRepeatedByte(uint8 byte, size_t count) { count 149 net/quic/quic_data_writer.cc char* dest = BeginWrite(count); count 154 net/quic/quic_data_writer.cc memset(dest, byte, count); count 156 net/quic/quic_data_writer.cc length_ += count; count 53 net/quic/quic_data_writer.h bool WriteRepeatedByte(uint8 byte, size_t count); count 32 net/quic/quic_fec_group.cc if (received_packets_.count(header.packet_sequence_number) != 0) { count 94 net/quic/quic_fec_group.cc if (received_packets_.count(i) == 0) { count 91 net/quic/quic_headers_stream_test.cc int count = data.Capacity(); count 92 net/quic/quic_headers_stream_test.cc for (int i = 0 ; i < count; ++i) { count 192 net/quic/quic_headers_stream_test.cc for (int count = 0; count < 2; ++count) { count 193 net/quic/quic_headers_stream_test.cc bool fin = (count == 0); count 207 net/quic/quic_headers_stream_test.cc for (int count = 0; count < 2; ++count) { count 208 net/quic/quic_headers_stream_test.cc bool fin = (count == 0); count 429 net/quic/quic_session.cc DCHECK_EQ(stream_map_.count(stream->id()), 0u); count 541 net/quic/quic_session.cc implicitly_created_streams_.count(id) == 0; count 196 net/quic/quic_session_test.cc if (closed_streams_.count(i) == 0) { count 549 net/quic/quic_stream_factory.cc DCHECK(active_sessions_.count(*it)); count 569 net/quic/quic_stream_factory.cc int count = ++broken_alternate_protocol_map_[it->host_port_pair()]; count 574 net/quic/quic_stream_factory.cc entry.when = base::TimeTicks::Now() + delay * (1 << (count - 1)); count 152 net/server/http_server.cc if (request.headers.count(kContentLength)) { count 148 net/server/http_server_unittest.cc bool RunUntilRequestsReceived(size_t count) { count 149 net/server/http_server_unittest.cc quit_after_request_count_ = count; count 150 net/server/http_server_unittest.cc if (requests_.size() == count) count 207 net/server/http_server_unittest.cc ASSERT_EQ(1u, requests_[0].headers.count(field)) << field; count 55 net/spdy/hpack_input_stream.h void ConsumeBits(size_t count); count 25 net/spdy/spdy_prefixed_buffer_reader.cc bool SpdyPrefixedBufferReader::ReadN(size_t count, char* out) { count 26 net/spdy/spdy_prefixed_buffer_reader.cc if (Available() < count) count 29 net/spdy/spdy_prefixed_buffer_reader.cc if (prefix_length_ >= count) { count 31 net/spdy/spdy_prefixed_buffer_reader.cc std::copy(prefix_, prefix_ + count, out); count 32 net/spdy/spdy_prefixed_buffer_reader.cc prefix_ += count; count 33 net/spdy/spdy_prefixed_buffer_reader.cc prefix_length_ -= count; count 38 net/spdy/spdy_prefixed_buffer_reader.cc count -= prefix_length_; count 42 net/spdy/spdy_prefixed_buffer_reader.cc DCHECK(suffix_length_ >= count); count 44 net/spdy/spdy_prefixed_buffer_reader.cc std::copy(suffix_, suffix_ + count, out); count 45 net/spdy/spdy_prefixed_buffer_reader.cc suffix_ += count; count 46 net/spdy/spdy_prefixed_buffer_reader.cc suffix_length_ -= count; count 50 net/spdy/spdy_prefixed_buffer_reader.cc bool SpdyPrefixedBufferReader::ReadN(size_t count, count 52 net/spdy/spdy_prefixed_buffer_reader.cc if (Available() < count) count 56 net/spdy/spdy_prefixed_buffer_reader.cc out->length_ = count; count 58 net/spdy/spdy_prefixed_buffer_reader.cc if (prefix_length_ >= count) { count 61 net/spdy/spdy_prefixed_buffer_reader.cc prefix_ += count; count 62 net/spdy/spdy_prefixed_buffer_reader.cc prefix_length_ -= count; count 67 net/spdy/spdy_prefixed_buffer_reader.cc out->storage_.reset(new char[count]); count 69 net/spdy/spdy_prefixed_buffer_reader.cc ReadN(count, out->storage_.get()); count 72 net/spdy/spdy_prefixed_buffer_reader.cc DCHECK(suffix_length_ >= count); count 75 net/spdy/spdy_prefixed_buffer_reader.cc suffix_ += count; count 76 net/spdy/spdy_prefixed_buffer_reader.cc suffix_length_ -= count; count 25 net/spdy/spdy_prefixed_buffer_reader.h bool ReadN(size_t count, char* out); count 29 net/spdy/spdy_prefixed_buffer_reader.h bool ReadN(size_t count, SpdyPinnableBufferPiece* out); count 164 net/spdy/spdy_priority_forest.h return all_nodes_.count(node_id) != 0; count 514 net/spdy/spdy_priority_forest.h int count = 0; count 516 net/spdy/spdy_priority_forest.h if (count > num_nodes() || node_id == child_id) { count 520 net/spdy/spdy_priority_forest.h ++count; count 273 net/test/android/javatests/src/org/chromium/net/test/util/TestWebServer.java Integer count = null; count 275 net/test/android/javatests/src/org/chromium/net/test/util/TestWebServer.java count = mResponseCountMap.get(requestPath); count 277 net/test/android/javatests/src/org/chromium/net/test/util/TestWebServer.java if (count == null) throw new IllegalArgumentException("Path not set: " + requestPath); count 278 net/test/android/javatests/src/org/chromium/net/test/util/TestWebServer.java return count.intValue(); count 132 net/test/embedded_test_server/http_request.cc if (http_request_->headers.count("Content-Length") > 0) { count 42 net/test/embedded_test_server/http_request_unittest.cc EXPECT_EQ(1u, request->headers.count("Host")); count 43 net/test/embedded_test_server/http_request_unittest.cc EXPECT_EQ(1u, request->headers.count("Multi-line-header")); count 44 net/test/embedded_test_server/http_request_unittest.cc EXPECT_EQ(1u, request->headers.count("Content-Length")); count 66 net/test/embedded_test_server/http_request_unittest.cc EXPECT_EQ(1u, request->headers.count("Content-Length")); count 36 net/test/openssl_helper.cc static unsigned count = 0; count 38 net/test/openssl_helper.cc if (!*npn_mispredict || count == 0) { count 45 net/test/openssl_helper.cc count++; count 856 net/third_party/nss/ssl/ssl3con.c int i, count = 0; count 863 net/third_party/nss/ssl/ssl3con.c count++; count 865 net/third_party/nss/ssl/ssl3con.c if (count <= 0) { count 868 net/third_party/nss/ssl/ssl3con.c return count; count 4424 net/third_party/nss/ssl/ssl3con.c PRInt32 count; count 4429 net/third_party/nss/ssl/ssl3con.c count = ssl3_ConsumeHandshakeNumber(ss, bytes, b, length); count 4430 net/third_party/nss/ssl/ssl3con.c if (count < 0) { /* Can't test for SECSuccess here. */ count 4433 net/third_party/nss/ssl/ssl3con.c if (count > 0) { count 4434 net/third_party/nss/ssl/ssl3con.c if ((PRUint32)count > *length) { count 4438 net/third_party/nss/ssl/ssl3con.c i->len = count; count 4439 net/third_party/nss/ssl/ssl3con.c *b += count; count 4440 net/third_party/nss/ssl/ssl3con.c *length -= count; count 12692 net/third_party/nss/ssl/ssl3con.c int i, count = 0; count 12717 net/third_party/nss/ssl/ssl3con.c count++; count 12720 net/third_party/nss/ssl/ssl3con.c *size = count; count 148 net/third_party/nss/ssl/sslcon.c unsigned int count; count 156 net/third_party/nss/ssl/sslcon.c count = 0; count 162 net/third_party/nss/ssl/sslcon.c ++count; count 177 net/third_party/nss/ssl/sslcon.c count += ssl3_count; count 180 net/third_party/nss/ssl/sslcon.c if (count > 0) count 181 net/third_party/nss/ssl/sslcon.c cs = (PRUint8*) PORT_Alloc(count * 3); count 191 net/third_party/nss/ssl/sslcon.c ss->sizeCipherSpecs = count * 3; count 854 net/third_party/nss/ssl/sslcon.c int count = 0; count 867 net/third_party/nss/ssl/sslcon.c count = rv; count 887 net/third_party/nss/ssl/sslcon.c if (count == 0) count 888 net/third_party/nss/ssl/sslcon.c count = rv; count 897 net/third_party/nss/ssl/sslcon.c count = SECFailure; count 899 net/third_party/nss/ssl/sslcon.c count += amount; count 907 net/third_party/nss/ssl/sslcon.c count += amount; count 911 net/third_party/nss/ssl/sslcon.c return count; count 924 net/third_party/nss/ssl/sslcon.c int count = 0; count 984 net/third_party/nss/ssl/sslcon.c if (count == 0) count 985 net/third_party/nss/ssl/sslcon.c count = rv; count 993 net/third_party/nss/ssl/sslcon.c count = SECFailure; count 995 net/third_party/nss/ssl/sslcon.c count += amount; count 1003 net/third_party/nss/ssl/sslcon.c count += amount; count 1008 net/third_party/nss/ssl/sslcon.c return count; count 1026 net/third_party/nss/ssl/sslcon.c int count = 0; /* this function's return value. */ count 1112 net/third_party/nss/ssl/sslcon.c if (count == 0) count 1113 net/third_party/nss/ssl/sslcon.c count = rv; count 1121 net/third_party/nss/ssl/sslcon.c count = SECFailure; count 1123 net/third_party/nss/ssl/sslcon.c count += amount; count 1131 net/third_party/nss/ssl/sslcon.c count += amount; count 1136 net/third_party/nss/ssl/sslcon.c return count; count 66 net/third_party/nss/ssl/sslgathr.c gs->count = 3; count 160 net/third_party/nss/ssl/sslgathr.c gs->count = ((gs->hdr[0] & 0x7f) << 8) | gs->hdr[1]; count 164 net/third_party/nss/ssl/sslgathr.c gs->count = ((gs->hdr[0] & 0x3f) << 8) | gs->hdr[1]; count 168 net/third_party/nss/ssl/sslgathr.c if (!gs->count) { count 173 net/third_party/nss/ssl/sslgathr.c if (gs->count > gs->buf.space) { count 174 net/third_party/nss/ssl/sslgathr.c err = sslBuffer_Grow(&gs->buf, gs->count); count 188 net/third_party/nss/ssl/sslgathr.c gs->remainder = gs->count - 1; count 191 net/third_party/nss/ssl/sslgathr.c gs->remainder = gs->count; count 196 net/third_party/nss/ssl/sslgathr.c gs->recordLen = gs->count - gs->recordPadding count 200 net/third_party/nss/ssl/sslgathr.c gs->recordLen = gs->count; count 226 net/third_party/nss/ssl/sslgathr.c if (gs->count & (ss->sec.blockSize - 1)) { count 229 net/third_party/nss/ssl/sslgathr.c SSL_GETPID(), ss->fd, gs->count, count 235 net/third_party/nss/ssl/sslgathr.c PORT_Assert(gs->count == gs->offset); count 377 net/third_party/nss/ssl/sslgathr.c ssl2_StartGatherBytes(sslSocket *ss, sslGather *gs, unsigned int count) count 383 net/third_party/nss/ssl/sslgathr.c gs->remainder = count; count 384 net/third_party/nss/ssl/sslgathr.c gs->count = count; count 386 net/third_party/nss/ssl/sslgathr.c if (count > gs->buf.space) { count 387 net/third_party/nss/ssl/sslgathr.c rv = sslBuffer_Grow(&gs->buf, count); count 432 net/third_party/nss/ssl/sslgathr.c ss->gs.count = 0; count 398 net/third_party/nss/ssl/sslimpl.h unsigned int count; /* ssl2 only */ count 1460 net/third_party/nss/ssl/sslimpl.h unsigned int count); count 448 net/tools/epoll_server/epoll_server.cc int count = 0; count 451 net/tools/epoll_server/epoll_server.cc ++count; count 454 net/tools/epoll_server/epoll_server.cc ++count; count 456 net/tools/epoll_server/epoll_server.cc CHECK_EQ(ready_list_size_, count) << "Ready list size does not match count"; count 728 net/url_request/url_fetcher_impl_unittest.cc static int count = 0; count 729 net/url_request/url_fetcher_impl_unittest.cc count++; count 730 net/url_request/url_fetcher_impl_unittest.cc if (count < 20) { count 175 net/url_request/url_request_file_dir_job.cc int count = std::min(buf_size, static_cast<int>(data_.size())); count 176 net/url_request/url_request_file_dir_job.cc if (count) { count 177 net/url_request/url_request_file_dir_job.cc memcpy(buf, &data_[0], count); count 178 net/url_request/url_request_file_dir_job.cc data_.erase(0, count); count 179 net/url_request/url_request_file_dir_job.cc *bytes_read = count; count 68 net/url_request/url_request_filter.cc DCHECK_EQ(0u, hostname_handler_map_.count(make_pair(scheme, hostname))); count 117 net/url_request/url_request_filter.cc DCHECK_EQ(0u, url_handler_map_.count(url.spec())); count 124 net/url_request/url_request_filter.cc DCHECK_EQ(0u, hostname_handler_map_.count(make_pair(url.scheme(), count 184 net/websockets/websocket_basic_handshake_stream.cc int count = 0; count 194 net/websockets/websocket_basic_handshake_stream.cc if (requested_set.count(value) == 0) count 196 net/websockets/websocket_basic_handshake_stream.cc if (++count > 1) count 204 net/websockets/websocket_basic_handshake_stream.cc } else if (count > 0 && requested_sub_protocols.size() == 0) { count 216 net/websockets/websocket_basic_handshake_stream.cc } else if (requested_sub_protocols.size() > 0 && count == 0) { count 250 net/websockets/websocket_basic_handshake_stream.cc if (seen_names.count(name) != 0) { count 25 ppapi/c/dev/ppb_opengles2ext_dev.h GLsizei count, count 89 ppapi/c/dev/ppb_scrollbar_dev.h uint32_t count); count 161 ppapi/c/ppb_opengles2.h GLsizei count); count 164 ppapi/c/ppb_opengles2.h GLsizei count, count 209 ppapi/c/ppb_opengles2.h GLsizei* count, count 331 ppapi/c/ppb_opengles2.h GLsizei count, count 390 ppapi/c/ppb_opengles2.h GLsizei count, count 395 ppapi/c/ppb_opengles2.h GLsizei count, count 400 ppapi/c/ppb_opengles2.h GLsizei count, count 405 ppapi/c/ppb_opengles2.h GLsizei count, count 414 ppapi/c/ppb_opengles2.h GLsizei count, count 423 ppapi/c/ppb_opengles2.h GLsizei count, count 433 ppapi/c/ppb_opengles2.h GLsizei count, count 443 ppapi/c/ppb_opengles2.h GLsizei count, count 447 ppapi/c/ppb_opengles2.h GLsizei count, count 452 ppapi/c/ppb_opengles2.h GLsizei count, count 457 ppapi/c/ppb_opengles2.h GLsizei count, count 513 ppapi/c/ppb_opengles2.h GLsizei count, count 517 ppapi/c/ppb_opengles2.h GLsizei count, count 72 ppapi/c/private/ppb_find_private.h uint32_t count); count 21 ppapi/c/private/ppb_flash_file.h int32_t count; count 65 ppapi/c/private/ppb_flash_menu.h uint32_t count; count 125 ppapi/c/private/ppb_pdf.h int* count); count 138 ppapi/c/private/ppb_pdf.h void (*HistogramPDFPageCount)(PP_Instance instance, int count); count 26 ppapi/cpp/dev/array_dev.h static void* Alloc(uint32_t count, uint32_t size) { count 27 ppapi/cpp/dev/array_dev.h if (count == 0 || size == 0) count 30 ppapi/cpp/dev/array_dev.h return calloc(count, size); count 67 ppapi/cpp/dev/scrollbar_dev.cc void Scrollbar_Dev::SetTickMarks(const Rect* tick_marks, uint32_t count) { count 72 ppapi/cpp/dev/scrollbar_dev.cc temp.resize(count); count 73 ppapi/cpp/dev/scrollbar_dev.cc for (uint32_t i = 0; i < count; ++i) count 77 ppapi/cpp/dev/scrollbar_dev.cc pp_resource(), count ? &temp[0] : NULL, count); count 33 ppapi/cpp/dev/scrollbar_dev.h void SetTickMarks(const Rect* tick_marks, uint32_t count); count 111 ppapi/cpp/private/flash_file.cc for (int32_t i = 0; i < contents->count; i++) count 103 ppapi/cpp/private/pdf.cc int* count) { count 106 ppapi/cpp/private/pdf.cc term, case_sensitive, results, count); count 133 ppapi/cpp/private/pdf.cc int count) { count 136 ppapi/cpp/private/pdf.cc count); count 48 ppapi/cpp/private/pdf.h int* count); count 54 ppapi/cpp/private/pdf.h int count); count 75 ppapi/examples/input/pointer_event_input.cc uint32_t count = touch.GetTouchCount(PP_TOUCHLIST_TYPE_CHANGEDTOUCHES); count 76 ppapi/examples/input/pointer_event_input.cc for (uint32_t i = 0; i < count; ++i) { count 270 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glDrawArrays(GLenum mode, GLint first, GLsizei count) { count 272 ppapi/lib/gl/gles2/gles2.c glGetCurrentContextPPAPI(), mode, first, count); count 276 ppapi/lib/gl/gles2/gles2.c glDrawElements(GLenum mode, GLsizei count, GLenum type, const void* indices) { count 278 ppapi/lib/gl/gles2/gles2.c glGetCurrentContextPPAPI(), mode, count, type, indices); count 384 ppapi/lib/gl/gles2/gles2.c GLsizei* count, count 387 ppapi/lib/gl/gles2/gles2.c glGetCurrentContextPPAPI(), program, maxcount, count, shaders); count 617 ppapi/lib/gl/gles2/gles2.c GLsizei count, count 621 ppapi/lib/gl/gles2/gles2.c glGetCurrentContextPPAPI(), shader, count, str, length); count 723 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glUniform1fv(GLint location, GLsizei count, const GLfloat* v) { count 725 ppapi/lib/gl/gles2/gles2.c glGetCurrentContextPPAPI(), location, count, v); count 732 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glUniform1iv(GLint location, GLsizei count, const GLint* v) { count 734 ppapi/lib/gl/gles2/gles2.c glGetCurrentContextPPAPI(), location, count, v); count 741 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glUniform2fv(GLint location, GLsizei count, const GLfloat* v) { count 743 ppapi/lib/gl/gles2/gles2.c glGetCurrentContextPPAPI(), location, count, v); count 750 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glUniform2iv(GLint location, GLsizei count, const GLint* v) { count 752 ppapi/lib/gl/gles2/gles2.c glGetCurrentContextPPAPI(), location, count, v); count 760 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glUniform3fv(GLint location, GLsizei count, const GLfloat* v) { count 762 ppapi/lib/gl/gles2/gles2.c glGetCurrentContextPPAPI(), location, count, v); count 770 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glUniform3iv(GLint location, GLsizei count, const GLint* v) { count 772 ppapi/lib/gl/gles2/gles2.c glGetCurrentContextPPAPI(), location, count, v); count 781 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glUniform4fv(GLint location, GLsizei count, const GLfloat* v) { count 783 ppapi/lib/gl/gles2/gles2.c glGetCurrentContextPPAPI(), location, count, v); count 792 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glUniform4iv(GLint location, GLsizei count, const GLint* v) { count 794 ppapi/lib/gl/gles2/gles2.c glGetCurrentContextPPAPI(), location, count, v); count 798 ppapi/lib/gl/gles2/gles2.c GLsizei count, count 802 ppapi/lib/gl/gles2/gles2.c glGetCurrentContextPPAPI(), location, count, transpose, value); count 806 ppapi/lib/gl/gles2/gles2.c GLsizei count, count 810 ppapi/lib/gl/gles2/gles2.c glGetCurrentContextPPAPI(), location, count, transpose, value); count 814 ppapi/lib/gl/gles2/gles2.c GLsizei count, count 818 ppapi/lib/gl/gles2/gles2.c glGetCurrentContextPPAPI(), location, count, transpose, value); count 1031 ppapi/lib/gl/gles2/gles2.c GLsizei count, count 1037 ppapi/lib/gl/gles2/gles2.c glGetCurrentContextPPAPI(), mode, first, count, primcount); count 1041 ppapi/lib/gl/gles2/gles2.c GLsizei count, count 1049 ppapi/lib/gl/gles2/gles2.c glGetCurrentContextPPAPI(), mode, count, type, indices, primcount); count 1059 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glDrawBuffersEXT(GLsizei count, const GLenum* bufs) { count 1063 ppapi/lib/gl/gles2/gles2.c ext->DrawBuffersEXT(glGetCurrentContextPPAPI(), count, bufs); count 679 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count); count 680 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid* indices); count 695 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glGetAttachedShaders (GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders); count 737 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glShaderSource (GLuint shader, GLsizei count, const GLchar** string, const GLint* length); count 751 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat* v); count 753 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint* v); count 755 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat* v); count 757 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform2iv (GLint location, GLsizei count, const GLint* v); count 759 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat* v); count 761 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform3iv (GLint location, GLsizei count, const GLint* v); count 763 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat* v); count 765 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform4iv (GLint location, GLsizei count, const GLint* v); count 766 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value); count 767 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value); count 768 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value); count 969 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glDrawArraysInstancedANGLE(GLenum mode, GLint first, GLsizei count, GLsizei primcount); count 970 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glDrawElementsInstancedANGLE(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount); count 973 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLDRAWARRAYSINSTANCEDANGLEPROC) (GLenum mode, GLint first, GLsizei count, GLsizei primcount); count 974 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLDRAWELEMENTSINSTANCEDANGLEPROC) (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount); count 1109 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLMULTIDRAWARRAYSEXTPROC) (GLenum mode, GLint *first, GLsizei *count, GLsizei primcount); count 1110 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLMULTIDRAWELEMENTSEXTPROC) (GLenum mode, const GLsizei *count, GLenum type, const GLvoid* *indices, GLsizei primcount); count 1209 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL GLuint GL_APIENTRY glCreateShaderProgramvEXT (GLenum type, GLsizei count, const GLchar **strings); count 1224 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform1ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value); count 1225 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform2ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value); count 1226 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform3ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value); count 1227 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform4ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value); count 1228 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform1fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value); count 1229 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform2fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value); count 1230 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform3fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value); count 1231 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform4fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value); count 1232 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniformMatrix2fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 1233 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniformMatrix3fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 1234 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniformMatrix4fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 1241 ppapi/lib/gl/include/GLES2/gl2ext.h typedef GLuint (GL_APIENTRYP PFNGLCREATESHADERPROGRAMVEXTPROC) (GLenum type, GLsizei count, const GLchar **strings); count 1256 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value); count 1257 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value); count 1258 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM3IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value); count 1259 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM4IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value); count 1260 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value); count 1261 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value); count 1262 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM3FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value); count 1263 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM4FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value); count 1264 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX2FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 1265 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX3FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 1266 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX4FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 1817 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glGetMultipleIntegervCHROMIUM (const GLenum* pnames, GLuint count, GLint* results, GLsizeiptr size); count 102 ppapi/native_client/src/trusted/plugin/nacl_subprocess.cc params->ins()[i]->u.count = static_cast<nacl_abi_size_t>(len); count 79 ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.cc int count) { count 82 ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.cc this, bytes, bytes ? bytes->size() : 0, count)); count 85 ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.cc if (count <= PP_OK) { count 97 ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.cc bytes->resize(count); count 64 ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.h void PutBytes(std::vector<char>* data, int count); count 396 ppapi/native_client/src/trusted/plugin/service_runtime.cc if (quota_files_.count(file_key) == 0) { count 68 ppapi/native_client/src/trusted/plugin/srpc_params.cc for (uint32_t i = 0; i < arg->u.count; i++) { count 268 ppapi/proxy/device_enumeration_resource_helper_unittest.cc EXPECT_EQ(2U, output.count()); count 269 ppapi/proxy/device_enumeration_resource_helper_unittest.cc for (size_t i = 0; i < output.count(); ++i) count 37 ppapi/proxy/file_io_resource.cc void* DummyGetDataBuffer(void* user_data, uint32_t count, uint32_t size) { count 117 ppapi/proxy/flash_file_resource.cc (*contents)->count = static_cast<int32_t>(entries.size()); count 135 ppapi/proxy/flash_file_resource.cc for (int32_t i = 0; i < contents->count; ++i) count 63 ppapi/proxy/pdf_resource.cc PP_PrivateFindResult** results, int* count) { count 99 ppapi/proxy/pdf_resource.cc *count = pp_results.size(); count 100 ppapi/proxy/pdf_resource.cc if (*count) { count 102 ppapi/proxy/pdf_resource.cc *count * sizeof(PP_PrivateFindResult))); count 103 ppapi/proxy/pdf_resource.cc memcpy(*results, &pp_results[0], *count * sizeof(PP_PrivateFindResult)); count 123 ppapi/proxy/pdf_resource.cc void PDFResource::HistogramPDFPageCount(int count) { count 124 ppapi/proxy/pdf_resource.cc UMA_HISTOGRAM_COUNTS_10000("PDF.PageCount", count); count 44 ppapi/proxy/pdf_resource.h int* count) OVERRIDE; count 48 ppapi/proxy/pdf_resource.h virtual void HistogramPDFPageCount(int count) OVERRIDE; count 74 ppapi/proxy/pdf_resource_unittest.cc int count = 0; count 80 ppapi/proxy/pdf_resource_unittest.cc &count); count 82 ppapi/proxy/pdf_resource_unittest.cc ASSERT_EQ(2, count); count 342 ppapi/proxy/ppb_instance_proxy.cc uint32_t count) { count 345 ppapi/proxy/ppb_instance_proxy.cc std::vector<PP_Rect>(tickmarks, tickmarks + count))); count 69 ppapi/proxy/ppb_instance_proxy.h uint32_t count) OVERRIDE; count 129 ppapi/proxy/raw_var_data.cc if (CanHaveChildren(child) && parent_ids.count(child.value.as_id) != 0) count 148 ppapi/proxy/raw_var_data.cc if (CanHaveChildren(child) && parent_ids.count(child.value.as_id) != 0) count 36 ppapi/proxy/serialized_flash_menu.cc if (menu->count && !menu->items) count 39 ppapi/proxy/serialized_flash_menu.cc for (uint32_t i = 0; i < menu->count; ++i) { count 58 ppapi/proxy/serialized_flash_menu.cc m->WriteUInt32(menu->count); count 59 ppapi/proxy/serialized_flash_menu.cc for (uint32_t i = 0; i < menu->count; ++i) count 72 ppapi/proxy/serialized_flash_menu.cc for (uint32_t i = 0; i < menu->count; ++i) count 119 ppapi/proxy/serialized_flash_menu.cc if (!m->ReadUInt32(iter, &menu->count)) { count 124 ppapi/proxy/serialized_flash_menu.cc if (menu->count == 0) count 127 ppapi/proxy/serialized_flash_menu.cc if (menu->count > kMaxMenuEntries) { count 132 ppapi/proxy/serialized_flash_menu.cc menu->items = new PP_Flash_MenuItem[menu->count]; count 133 ppapi/proxy/serialized_flash_menu.cc memset(menu->items, 0, sizeof(PP_Flash_MenuItem) * menu->count); count 134 ppapi/proxy/serialized_flash_menu.cc for (uint32_t i = 0; i < menu->count; ++i) { count 54 ppapi/shared_impl/array_writer.h bool StoreArray(const T* input, uint32_t count) { count 57 ppapi/shared_impl/array_writer.h pp_array_output_.user_data, count, sizeof(T)); count 63 ppapi/shared_impl/array_writer.h if (count == 0) count 69 ppapi/shared_impl/array_writer.h memcpy(dest, input, sizeof(T) * count); count 400 ppapi/shared_impl/ppb_opengles2_shared.cc GLsizei count) { count 403 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->DrawArrays(mode, first, count); count 409 ppapi/shared_impl/ppb_opengles2_shared.cc GLsizei count, count 414 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->DrawElements(mode, count, type, indices); count 548 ppapi/shared_impl/ppb_opengles2_shared.cc GLsizei* count, count 552 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->GetAttachedShaders(program, maxcount, count, shaders); count 947 ppapi/shared_impl/ppb_opengles2_shared.cc GLsizei count, count 952 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->ShaderSource(shader, count, str, length); count 1099 ppapi/shared_impl/ppb_opengles2_shared.cc GLsizei count, count 1103 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->Uniform1fv(location, count, v); count 1116 ppapi/shared_impl/ppb_opengles2_shared.cc GLsizei count, count 1120 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->Uniform1iv(location, count, v); count 1133 ppapi/shared_impl/ppb_opengles2_shared.cc GLsizei count, count 1137 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->Uniform2fv(location, count, v); count 1150 ppapi/shared_impl/ppb_opengles2_shared.cc GLsizei count, count 1154 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->Uniform2iv(location, count, v); count 1171 ppapi/shared_impl/ppb_opengles2_shared.cc GLsizei count, count 1175 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->Uniform3fv(location, count, v); count 1192 ppapi/shared_impl/ppb_opengles2_shared.cc GLsizei count, count 1196 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->Uniform3iv(location, count, v); count 1214 ppapi/shared_impl/ppb_opengles2_shared.cc GLsizei count, count 1218 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->Uniform4fv(location, count, v); count 1236 ppapi/shared_impl/ppb_opengles2_shared.cc GLsizei count, count 1240 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->Uniform4iv(location, count, v); count 1246 ppapi/shared_impl/ppb_opengles2_shared.cc GLsizei count, count 1251 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->UniformMatrix2fv(location, count, transpose, value); count 1257 ppapi/shared_impl/ppb_opengles2_shared.cc GLsizei count, count 1262 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->UniformMatrix3fv(location, count, transpose, value); count 1268 ppapi/shared_impl/ppb_opengles2_shared.cc GLsizei count, count 1273 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->UniformMatrix4fv(location, count, transpose, value); count 1538 ppapi/shared_impl/ppb_opengles2_shared.cc GLsizei count, count 1543 ppapi/shared_impl/ppb_opengles2_shared.cc ->DrawArraysInstancedANGLE(mode, first, count, primcount); count 1549 ppapi/shared_impl/ppb_opengles2_shared.cc GLsizei count, count 1556 ppapi/shared_impl/ppb_opengles2_shared.cc ->DrawElementsInstancedANGLE(mode, count, type, indices, primcount); count 1569 ppapi/shared_impl/ppb_opengles2_shared.cc void DrawBuffersEXT(PP_Resource context_id, GLsizei count, const GLenum* bufs) { count 1572 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->DrawBuffersEXT(count, bufs); count 77 ppapi/shared_impl/var_value_conversions_unittest.cc size_t count = 0; count 87 ppapi/shared_impl/var_value_conversions_unittest.cc ++count; count 94 ppapi/shared_impl/var_value_conversions_unittest.cc return count == dict_value.size(); count 71 ppapi/tests/test_case.cc PP_DCHECK(remaining_tests->count(test_name_without_case) == 0); count 236 ppapi/tests/test_case.cc if (ignored_leaked_vars_.count(leaked_var.pp_var().value.as_id) == 0) count 60 ppapi/tests/test_network_monitor.cc size_t count = network_list.GetCount(); count 61 ppapi/tests/test_network_monitor.cc ASSERT_TRUE(count >= 1U); count 64 ppapi/tests/test_network_monitor.cc for (size_t iface = 0; iface < count; ++iface) { count 46 ppapi/thunk/ppb_find_private_thunk.cc uint32_t count) { count 51 ppapi/thunk/ppb_find_private_thunk.cc enter.functions()->SetTickmarks(instance, tickmarks, count); count 89 ppapi/thunk/ppb_instance_api.h uint32_t count) = 0; count 22 ppapi/thunk/ppb_pdf_api.h int* count) = 0; count 26 ppapi/thunk/ppb_pdf_api.h virtual void HistogramPDFPageCount(int count) = 0; count 65 ppapi/thunk/ppb_pdf_thunk.cc int* count) { count 69 ppapi/thunk/ppb_pdf_thunk.cc enter.functions()->SearchString(string, term, case_sensitive, results, count); count 90 ppapi/thunk/ppb_pdf_thunk.cc void HistogramPDFPageCount(PP_Instance instance, int count) { count 93 ppapi/thunk/ppb_pdf_thunk.cc enter.functions()->HistogramPDFPageCount(count); count 22 ppapi/thunk/ppb_scrollbar_api.h virtual void SetTickMarks(const PP_Rect* tick_marks, uint32_t count) = 0; count 64 ppapi/thunk/ppb_scrollbar_thunk.cc uint32_t count) { count 67 ppapi/thunk/ppb_scrollbar_thunk.cc enter.object()->SetTickMarks(tick_marks, count); count 43 printing/backend/print_backend_win.cc int count = DeviceCapabilities(printer, port, id, NULL, NULL); count 44 printing/backend/print_backend_win.cc if (count <= 0) count 47 printing/backend/print_backend_win.cc tmp.resize(count * 2); count 48 printing/backend/print_backend_win.cc count = DeviceCapabilities(printer, port, id, count 50 printing/backend/print_backend_win.cc if (count <= 0) count 52 printing/backend/print_backend_win.cc CHECK_LE(count, base::checked_cast<int>(tmp.size())); count 53 printing/backend/print_backend_win.cc tmp.resize(count); count 107 printing/pdf_metafile_skia.cc for (int count = 0; count < font_counts[type]; count++) { count 235 remoting/base/compound_buffer.cc void CompoundBufferInputStream::BackUp(int count) { count 236 remoting/base/compound_buffer.cc DCHECK_LE(count, last_returned_size_); count 242 remoting/base/compound_buffer.cc current_chunk_position_ = chunk.size - count; count 243 remoting/base/compound_buffer.cc position_ -= count; count 250 remoting/base/compound_buffer.cc bool CompoundBufferInputStream::Skip(int count) { count 251 remoting/base/compound_buffer.cc DCHECK_GE(count, 0); count 254 remoting/base/compound_buffer.cc while (count > 0 && current_chunk_ < buffer_->chunks_.size()) { count 256 remoting/base/compound_buffer.cc int read = std::min(count, chunk.size - current_chunk_position_); count 261 remoting/base/compound_buffer.cc count -= read; count 270 remoting/base/compound_buffer.cc return count == 0; count 112 remoting/base/compound_buffer.h virtual void BackUp(int count) OVERRIDE; count 113 remoting/base/compound_buffer.h virtual bool Skip(int count) OVERRIDE; count 65 remoting/base/util_unittest.cc std::count(ptr, ptr + kWidth, 0u)); count 69 remoting/base/util_unittest.cc std::count(ptr, ptr + rect.left(), 0u)); count 77 remoting/base/util_unittest.cc std::count(ptr + rect.right(), ptr + kWidth, 0u)); count 68 remoting/client/plugin/pepper_network_manager.cc size_t count = list.GetCount(); count 69 remoting/client/plugin/pepper_network_manager.cc for (size_t i = 0; i < count; i++) { count 106 remoting/codec/codec_test.cc void AddRects(const DesktopRect* rects, int count) { count 107 remoting/codec/codec_test.cc for (int i = 0; i < count; ++i) { count 250 remoting/codec/codec_test.cc int count) { count 252 remoting/codec/codec_test.cc for (int i = 0; i < count; ++i) { count 284 remoting/codec/codec_test.cc const DesktopRect* rects, int count) { count 286 remoting/codec/codec_test.cc for (int i = 0; i < count; ++i) { count 289 remoting/codec/codec_test.cc decoder_tester->AddRects(rects, count); count 293 remoting/codec/codec_test.cc for (int i = 0; i < count; ++i) { count 135 remoting/host/desktop_resizer_mac.cc CFIndex count = CFArrayGetCount(*modes); count 136 remoting/host/desktop_resizer_mac.cc for (CFIndex i = 0; i < count; ++i) { count 149 remoting/host/desktop_resizer_mac.cc --count; count 111 remoting/host/desktop_resizer_win.cc if (best_mode_for_resolution_.count(candidate_resolution) != 0) { count 139 remoting/host/desktop_resizer_win.cc if (best_mode_for_resolution_.count(resolution) == 0) count 94 remoting/host/input_injector_linux.cc void InjectScrollWheelClicks(int button, int count); count 291 remoting/host/input_injector_linux.cc void InputInjectorLinux::Core::InjectScrollWheelClicks(int button, int count) { count 296 remoting/host/input_injector_linux.cc for (int i = 0; i < count; i++) { count 51 remoting/host/log_to_server.cc DCHECK(connection_route_type_.count(jid) == 1); count 127 remoting/host/pairing_registry_delegate_win.cc DWORD count = unprivileged_.GetValueCount(); count 128 remoting/host/pairing_registry_delegate_win.cc for (DWORD index = 0; index < count; ++index) { count 155 remoting/host/pairing_registry_delegate_win.cc DWORD count = unprivileged_.GetValueCount(); count 156 remoting/host/pairing_registry_delegate_win.cc while (count > 0) { count 164 remoting/host/pairing_registry_delegate_win.cc count = unprivileged_.GetValueCount(); count 167 remoting/host/pairing_registry_delegate_win.cc count = privileged_.GetValueCount(); count 168 remoting/host/pairing_registry_delegate_win.cc while (count > 0) { count 176 remoting/host/pairing_registry_delegate_win.cc count = privileged_.GetValueCount(); count 338 remoting/host/plugin/host_plugin.cc uint32_t* count) { count 345 remoting/host/plugin/host_plugin.cc *count = values.size(); count 347 remoting/host/plugin/host_plugin.cc g_npnetscape_funcs->memalloc(sizeof(NPIdentifier) * (*count))); count 348 remoting/host/plugin/host_plugin.cc for (uint32_t i = 0; i < *count; ++i) { count 163 remoting/host/win/chromoting_module.cc LONG count = ATL::CAtlModuleT<ChromotingModule>::Unlock(); count 165 remoting/host/win/chromoting_module.cc if (!count) { count 174 remoting/host/win/chromoting_module.cc return count; count 30 remoting/host/win/session_input_injector.cc size_t ctrl_keys = pressed_keys.count(kUsbLeftControl) + count 31 remoting/host/win/session_input_injector.cc pressed_keys.count(kUsbRightControl); count 32 remoting/host/win/session_input_injector.cc size_t alt_keys = pressed_keys.count(kUsbLeftAlt) + count 33 remoting/host/win/session_input_injector.cc pressed_keys.count(kUsbRightAlt); count 48 sandbox/linux/seccomp-bpf/demo.cc int count = 0; count 52 sandbox/linux/seccomp-bpf/demo.cc ++count; count 55 sandbox/linux/seccomp-bpf/demo.cc if (!count) { count 58 sandbox/linux/seccomp-bpf/demo.cc char cmsg_buf[CMSG_SPACE(count*sizeof(int))]; count 72 sandbox/linux/seccomp-bpf/demo.cc msg.msg_controllen = CMSG_LEN(count*sizeof(int)); count 76 sandbox/linux/seccomp-bpf/demo.cc cmsg->cmsg_len = CMSG_LEN(count*sizeof(int)); count 86 sandbox/linux/seccomp-bpf/demo.cc int count = 0; count 89 sandbox/linux/seccomp-bpf/demo.cc for (int *fd; (fd = va_arg(ap, int *)) != NULL; ++count) { count 93 sandbox/linux/seccomp-bpf/demo.cc if (!count) { count 96 sandbox/linux/seccomp-bpf/demo.cc char cmsg_buf[CMSG_SPACE(count*sizeof(int))]; count 110 sandbox/linux/seccomp-bpf/demo.cc msg.msg_controllen = CMSG_LEN(count*sizeof(int)); count 133 sandbox/linux/seccomp-bpf/demo.cc cmsg->cmsg_len != CMSG_LEN(count*sizeof(int))) { count 131 sandbox/win/src/handle_closer_agent.cc if (!GetHandleName(handle, &handle_name) || !names.count(handle_name)) count 154 sandbox/win/src/interception.cc if (!dlls.count(it->dll)) { count 617 sandbox/win/src/nt_internals.h IN size_t count); count 149 sandbox/win/src/policy_engine_opcodes.h EvalResult Evaluate(const ParameterSet* parameters, size_t count, count 176 sandbox/win/src/policy_engine_params.h int count; count 186 sandbox/win/src/policy_engine_params.h CountedParameterSet() : count(T::PolParamLast) {} count 196 sandbox/win/src/policy_engine_params.h int count; count 52 sandbox/win/src/policy_engine_processor.cc size_t count = policy_->opcode_count; count 63 sandbox/win/src/policy_engine_processor.cc for (size_t ix = 0; ix != count; ++ix) { count 312 sandbox/win/src/policy_low_level.cc size_t count = buffer_->opcode_count; count 313 sandbox/win/src/policy_low_level.cc for (size_t ix = 0; ix != count; ++ix) { count 131 sandbox/win/src/policy_opcodes_unittest.cc size_t count = sizeof(memory) / sizeof(PolicyOpcode); count 133 sandbox/win/src/policy_opcodes_unittest.cc for (size_t ix =0; ix != count; ++ix) { count 157 sandbox/win/src/policy_opcodes_unittest.cc size_t count = sizeof(memory) / (sizeof(PolicyOpcode) + sizeof(txt2)); count 160 sandbox/win/src/policy_opcodes_unittest.cc for (size_t ix =0; ix != count; ++ix) { count 54 sandbox/win/src/policy_target.cc for (int i = 0; i < params->count; i++) { count 63 sandbox/win/src/policy_target.cc params->count); count 410 sandbox/win/src/restricted_token_unittest.cc ATL::CSid sid, int count) { count 423 sandbox/win/src/restricted_token_unittest.cc if (count >= 0) count 424 sandbox/win/src/restricted_token_unittest.cc ASSERT_EQ(count, atl_groups.GetCount()); count 581 sandbox/win/src/sandbox_policy_base.cc for (int i = 0; i < params->count; i++) { count 590 sandbox/win/src/sandbox_policy_base.cc params->count); count 104 skia/ext/analysis_canvas.cc size_t count, count 37 skia/ext/analysis_canvas.h size_t count, count 65 skia/ext/benchmarking_canvas.cc virtual void drawPoints(PointMode mode, size_t count, const SkPoint pts[], count 68 skia/ext/benchmarking_canvas.cc SkProxyCanvas::drawPoints(mode, count, pts, paint); count 28 skia/ext/image_operations_unittest.cc int count = 0; count 36 skia/ext/image_operations_unittest.cc count++; count 40 skia/ext/image_operations_unittest.cc return SkColorSetARGB(static_cast<unsigned char>(accum[3] / count), count 41 skia/ext/image_operations_unittest.cc static_cast<unsigned char>(accum[2] / count), count 42 skia/ext/image_operations_unittest.cc static_cast<unsigned char>(accum[1] / count), count 43 skia/ext/image_operations_unittest.cc static_cast<unsigned char>(accum[0] / count)); count 65 skia/ext/pixel_ref_utils.cc size_t count, count 72 skia/ext/pixel_ref_utils.cc if (count == 0) count 77 skia/ext/pixel_ref_utils.cc for (size_t i = 1; i < count; ++i) { count 54 skia/ext/pixel_ref_utils_unittest.cc virtual void shadeSpan(int x, int y, SkPMColor[], int count) OVERRIDE {} count 133 skia/ext/vector_platform_device_emf_win.cc size_t count, count 136 skia/ext/vector_platform_device_emf_win.cc if (!count) count 151 skia/ext/vector_platform_device_emf_win.cc if (count % 2) { count 155 skia/ext/vector_platform_device_emf_win.cc for (size_t i = 0; i < count / 2; ++i) { count 162 skia/ext/vector_platform_device_emf_win.cc for (size_t i = 1; i < count; ++i) { count 486 skia/ext/vector_platform_device_emf_win.cc UINT count = byteLength >> 1; count 489 skia/ext/vector_platform_device_emf_win.cc reinterpret_cast<const wchar_t*>(text), count, NULL, count 528 skia/ext/vector_platform_device_emf_win.cc const int count = len >> 1; count 529 skia/ext/vector_platform_device_emf_win.cc SkAutoSTMalloc<64, INT> storage(count); count 531 skia/ext/vector_platform_device_emf_win.cc for (int i = 0; i < count - 1; ++i) { count 537 skia/ext/vector_platform_device_emf_win.cc count, advances, paint.getTypeface()); count 40 skia/ext/vector_platform_device_emf_win.h size_t count, const SkPoint[], count 265 sql/connection_unittest.cc size_t count = 0; count 268 sql/connection_unittest.cc &db(), &count, RefCounter(&count))); count 275 sql/connection_unittest.cc size_t count = 0; count 278 sql/connection_unittest.cc &db(), &count, RefCounter(&count))); count 25 sql/test/scoped_error_ignorer.cc EXPECT_EQ(0u, ignore_errors_.count(err)) count 37 sql/test/scoped_error_ignorer.cc if (ignore_errors_.count(err) > 0) { count 45 sql/test/scoped_error_ignorer.cc if (ignore_errors_.count(base_err) > 0) { count 205 sql/test/test_helpers.cc bool CountTableRows(sql::Connection* db, const char* table, size_t* count) { count 215 sql/test/test_helpers.cc *count = s.ColumnInt64(0); count 70 sql/test/test_helpers.h bool CountTableRows(sql::Connection* db, const char* table, size_t* count); count 31 sql/transaction_unittest.cc sql::Statement count(db().GetUniqueStatement("SELECT count(*) FROM foo")); count 32 sql/transaction_unittest.cc count.Step(); count 33 sql/transaction_unittest.cc return count.ColumnInt(0); count 319 sync/engine/get_commit_ids.cc if (ready_unsynced_set.count(item_handle) != 0) { count 497 sync/engine/get_commit_ids.cc if (legal_delete_parents.count(parent_id)) { count 60 sync/engine/syncer_unittest.cc using std::count; count 398 sync/engine/syncer_unittest.cc EXPECT_EQ(1u, expected_positions.count(i)); count 1347 sync/engine/syncer_unittest.cc EXPECT_EQ(1, count(parents_begin, parents_end, parent1_id)); count 1348 sync/engine/syncer_unittest.cc EXPECT_EQ(1, count(parents_begin, parents_end, parent2_id)); count 1350 sync/engine/syncer_unittest.cc EXPECT_EQ(1, count(children_begin, children_end, ids_.FromNumber(-103))); count 1351 sync/engine/syncer_unittest.cc EXPECT_EQ(1, count(children_begin, children_end, ids_.FromNumber(102))); count 1352 sync/engine/syncer_unittest.cc EXPECT_EQ(1, count(children_begin, children_end, ids_.FromNumber(105))); count 1353 sync/engine/syncer_unittest.cc EXPECT_EQ(1, count(children_begin, children_end, ids_.FromNumber(-104))); count 216 sync/internal_api/public/base/enum_set.h return enums_.count(); count 597 sync/internal_api/public/base/unique_position.cc uint32 count = ReadEncodedRunLength(str, i+4); count 598 sync/internal_api/public/base/unique_position.cc if (count < 4) { count 830 sync/internal_api/sync_manager_impl_unittest.cc if (type_roots_.count(type) == 0) count 109 sync/notifier/registration_manager_unittest.cc ObjectIdSet GetSequenceOfIdsStartingAt(size_t start, size_t count) { count 111 sync/notifier/registration_manager_unittest.cc for (size_t i = start; i < start + count; ++i) count 116 sync/notifier/registration_manager_unittest.cc ObjectIdSet GetSequenceOfIds(size_t count) { count 117 sync/notifier/registration_manager_unittest.cc return GetSequenceOfIdsStartingAt(0, count); count 281 sync/syncable/directory.cc int count = 1; count 290 sync/syncable/directory.cc count++; count 295 sync/syncable/directory.cc return count; count 431 sync/syncable/directory.cc if (!SyncAssert(kernel_->dirty_metahandles.count(handle) == 0U, count 436 sync/syncable/directory.cc if (!SyncAssert(!kernel_->unsynced_metahandles.count(handle), count 441 sync/syncable/directory.cc if (!SyncAssert(!kernel_->unapplied_update_metahandles[type].count(handle), count 471 sync/syncable/directory.cc DCHECK_EQ(1U, kernel_->dirty_metahandles.count(*i)); count 100 sync/syncable/parent_child_index.cc return children->count(e) > 0; count 306 sync/syncable/parent_child_index_unittest.cc EXPECT_EQ(children->count(u1), 1UL); count 307 sync/syncable/parent_child_index_unittest.cc EXPECT_EQ(children->count(u2), 1UL); count 87 sync/syncable/syncable_delete_journal.cc if (to_purge.count(handle)) { count 456 sync/syncable/syncable_unittest.cc return 1 == dir_->kernel_->dirty_metahandles.count(metahandle); count 460 sync/syncable/syncable_unittest.cc return 1 == dir_->kernel_->metahandles_to_purge.count(metahandle); count 785 sync/syncable/syncable_unittest.cc EXPECT_TRUE(delete_journal->delete_journals_.count(&tmp)); count 787 sync/syncable/syncable_unittest.cc EXPECT_TRUE(delete_journal->delete_journals_.count(&tmp)); count 809 sync/syncable/syncable_unittest.cc EXPECT_TRUE(journal_entries.count(&tmp)); count 811 sync/syncable/syncable_unittest.cc EXPECT_TRUE(journal_entries.count(&tmp)); count 821 sync/syncable/syncable_unittest.cc EXPECT_FALSE(delete_journal->delete_journals_.count(&tmp)); count 823 sync/syncable/syncable_unittest.cc EXPECT_TRUE(delete_journal->delete_journals_to_purge_.count(handle2)); count 839 sync/syncable/syncable_unittest.cc EXPECT_TRUE(journal_entries.count(&tmp)); count 847 sync/syncable/syncable_unittest.cc EXPECT_TRUE(delete_journal->delete_journals_to_purge_.count(handle1)); count 158 sync/test/engine/mock_connection_manager.h void SetChangesRemaining(int64 count); count 490 third_party/bintrees/bintrees/cwalker.c int count; count 495 third_party/bintrees/bintrees/cwalker.c static int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries, int count, int code_line); count 3516 third_party/bintrees/bintrees/cwalker.c static int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries, int count, int code_line) { count 3517 third_party/bintrees/bintrees/cwalker.c int start = 0, mid = 0, end = count - 1; count 3519 third_party/bintrees/bintrees/cwalker.c return count; count 3543 third_party/bintrees/bintrees/cwalker.c pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line); count 3544 third_party/bintrees/bintrees/cwalker.c if (unlikely(pos >= __pyx_code_cache.count) || unlikely(__pyx_code_cache.entries[pos].code_line != code_line)) { count 3562 third_party/bintrees/bintrees/cwalker.c __pyx_code_cache.count = 1; count 3569 third_party/bintrees/bintrees/cwalker.c pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line); count 3570 third_party/bintrees/bintrees/cwalker.c if ((pos < __pyx_code_cache.count) && unlikely(__pyx_code_cache.entries[pos].code_line == code_line)) { count 3576 third_party/bintrees/bintrees/cwalker.c if (__pyx_code_cache.count == __pyx_code_cache.max_count) { count 3586 third_party/bintrees/bintrees/cwalker.c for (i=__pyx_code_cache.count; i>pos; i--) { count 3591 third_party/bintrees/bintrees/cwalker.c __pyx_code_cache.count++; count 607 third_party/bintrees/bintrees/qavltree.c int count; count 612 third_party/bintrees/bintrees/qavltree.c static int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries, int count, int code_line); count 3119 third_party/bintrees/bintrees/qavltree.c static int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries, int count, int code_line) { count 3120 third_party/bintrees/bintrees/qavltree.c int start = 0, mid = 0, end = count - 1; count 3122 third_party/bintrees/bintrees/qavltree.c return count; count 3146 third_party/bintrees/bintrees/qavltree.c pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line); count 3147 third_party/bintrees/bintrees/qavltree.c if (unlikely(pos >= __pyx_code_cache.count) || unlikely(__pyx_code_cache.entries[pos].code_line != code_line)) { count 3165 third_party/bintrees/bintrees/qavltree.c __pyx_code_cache.count = 1; count 3172 third_party/bintrees/bintrees/qavltree.c pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line); count 3173 third_party/bintrees/bintrees/qavltree.c if ((pos < __pyx_code_cache.count) && unlikely(__pyx_code_cache.entries[pos].code_line == code_line)) { count 3179 third_party/bintrees/bintrees/qavltree.c if (__pyx_code_cache.count == __pyx_code_cache.max_count) { count 3189 third_party/bintrees/bintrees/qavltree.c for (i=__pyx_code_cache.count; i>pos; i--) { count 3194 third_party/bintrees/bintrees/qavltree.c __pyx_code_cache.count++; count 607 third_party/bintrees/bintrees/qbintree.c int count; count 612 third_party/bintrees/bintrees/qbintree.c static int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries, int count, int code_line); count 3114 third_party/bintrees/bintrees/qbintree.c static int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries, int count, int code_line) { count 3115 third_party/bintrees/bintrees/qbintree.c int start = 0, mid = 0, end = count - 1; count 3117 third_party/bintrees/bintrees/qbintree.c return count; count 3141 third_party/bintrees/bintrees/qbintree.c pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line); count 3142 third_party/bintrees/bintrees/qbintree.c if (unlikely(pos >= __pyx_code_cache.count) || unlikely(__pyx_code_cache.entries[pos].code_line != code_line)) { count 3160 third_party/bintrees/bintrees/qbintree.c __pyx_code_cache.count = 1; count 3167 third_party/bintrees/bintrees/qbintree.c pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line); count 3168 third_party/bintrees/bintrees/qbintree.c if ((pos < __pyx_code_cache.count) && unlikely(__pyx_code_cache.entries[pos].code_line == code_line)) { count 3174 third_party/bintrees/bintrees/qbintree.c if (__pyx_code_cache.count == __pyx_code_cache.max_count) { count 3184 third_party/bintrees/bintrees/qbintree.c for (i=__pyx_code_cache.count; i>pos; i--) { count 3189 third_party/bintrees/bintrees/qbintree.c __pyx_code_cache.count++; count 607 third_party/bintrees/bintrees/qrbtree.c int count; count 612 third_party/bintrees/bintrees/qrbtree.c static int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries, int count, int code_line); count 3116 third_party/bintrees/bintrees/qrbtree.c static int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries, int count, int code_line) { count 3117 third_party/bintrees/bintrees/qrbtree.c int start = 0, mid = 0, end = count - 1; count 3119 third_party/bintrees/bintrees/qrbtree.c return count; count 3143 third_party/bintrees/bintrees/qrbtree.c pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line); count 3144 third_party/bintrees/bintrees/qrbtree.c if (unlikely(pos >= __pyx_code_cache.count) || unlikely(__pyx_code_cache.entries[pos].code_line != code_line)) { count 3162 third_party/bintrees/bintrees/qrbtree.c __pyx_code_cache.count = 1; count 3169 third_party/bintrees/bintrees/qrbtree.c pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line); count 3170 third_party/bintrees/bintrees/qrbtree.c if ((pos < __pyx_code_cache.count) && unlikely(__pyx_code_cache.entries[pos].code_line == code_line)) { count 3176 third_party/bintrees/bintrees/qrbtree.c if (__pyx_code_cache.count == __pyx_code_cache.max_count) { count 3186 third_party/bintrees/bintrees/qrbtree.c for (i=__pyx_code_cache.count; i>pos; i--) { count 3191 third_party/bintrees/bintrees/qrbtree.c __pyx_code_cache.count++; count 35 third_party/cld/base/stl_decl_msvc.h copy_n(InputIterator in, Size count, OutputIterator out) { count 36 third_party/cld/base/stl_decl_msvc.h for ( ; count > 0; --count) { count 964 third_party/cld/encodings/compact_lang_det/cldutil.h int ReliabilityDelta(int value1, int value2, int count); count 5380 third_party/expat/files/lib/xmlparse.c int count = type->allocDefaultAtts * 2; count 5382 third_party/expat/files/lib/xmlparse.c REALLOC(type->defaultAtts, (count * sizeof(DEFAULT_ATTRIBUTE))); count 5385 third_party/expat/files/lib/xmlparse.c type->allocDefaultAtts = count; count 144 third_party/fuzzymatch/fuzzymatch.c l_int32 count; count 145 third_party/fuzzymatch/fuzzymatch.c pixCountPixels(opened, &count, NULL); count 146 third_party/fuzzymatch/fuzzymatch.c fprintf(stderr, "%d\n", count); count 148 third_party/fuzzymatch/fuzzymatch.c if (count && highlight) { count 157 third_party/fuzzymatch/fuzzymatch.c return count > 0; count 109 third_party/harfbuzz-ng/src/hb-buffer-private.hh HB_INTERNAL void allocate_var (unsigned int byte_i, unsigned int count, const char *owner); count 110 third_party/harfbuzz-ng/src/hb-buffer-private.hh HB_INTERNAL void deallocate_var (unsigned int byte_i, unsigned int count, const char *owner); count 111 third_party/harfbuzz-ng/src/hb-buffer-private.hh HB_INTERNAL void assert_var (unsigned int byte_i, unsigned int count, const char *owner); count 186 third_party/harfbuzz-ng/src/hb-buffer-private.hh HB_INTERNAL bool shift_forward (unsigned int count); count 143 third_party/harfbuzz-ng/src/hb-buffer.cc hb_buffer_t::shift_forward (unsigned int count) count 146 third_party/harfbuzz-ng/src/hb-buffer.cc if (unlikely (!ensure (len + count))) return false; count 148 third_party/harfbuzz-ng/src/hb-buffer.cc memmove (info + idx + count, info + idx, (len - idx) * sizeof (info[0])); count 149 third_party/harfbuzz-ng/src/hb-buffer.cc len += count; count 150 third_party/harfbuzz-ng/src/hb-buffer.cc idx += count; count 376 third_party/harfbuzz-ng/src/hb-buffer.cc unsigned int count = i - out_len; count 377 third_party/harfbuzz-ng/src/hb-buffer.cc if (unlikely (!make_room_for (count, count))) return false; count 379 third_party/harfbuzz-ng/src/hb-buffer.cc memmove (out_info + out_len, info + idx, count * sizeof (out_info[0])); count 380 third_party/harfbuzz-ng/src/hb-buffer.cc idx += count; count 381 third_party/harfbuzz-ng/src/hb-buffer.cc out_len += count; count 386 third_party/harfbuzz-ng/src/hb-buffer.cc unsigned int count = out_len - i; count 388 third_party/harfbuzz-ng/src/hb-buffer.cc if (unlikely (idx < count && !shift_forward (count + 32))) return false; count 390 third_party/harfbuzz-ng/src/hb-buffer.cc assert (idx >= count); count 392 third_party/harfbuzz-ng/src/hb-buffer.cc idx -= count; count 393 third_party/harfbuzz-ng/src/hb-buffer.cc out_len -= count; count 394 third_party/harfbuzz-ng/src/hb-buffer.cc memmove (info + idx, out_info + out_len, count * sizeof (out_info[0])); count 427 third_party/harfbuzz-ng/src/hb-buffer.cc unsigned int count = len; count 428 third_party/harfbuzz-ng/src/hb-buffer.cc for (unsigned int i = 0; i < count; i++) count 433 third_party/harfbuzz-ng/src/hb-buffer.cc unsigned int count = len; count 434 third_party/harfbuzz-ng/src/hb-buffer.cc for (unsigned int i = 0; i < count; i++) count 479 third_party/harfbuzz-ng/src/hb-buffer.cc unsigned int i, start, count, last_cluster; count 486 third_party/harfbuzz-ng/src/hb-buffer.cc count = len; count 489 third_party/harfbuzz-ng/src/hb-buffer.cc for (i = 1; i < count; i++) { count 600 third_party/harfbuzz-ng/src/hb-buffer.cc void hb_buffer_t::allocate_var (unsigned int byte_i, unsigned int count, const char *owner) count 602 third_party/harfbuzz-ng/src/hb-buffer.cc assert (byte_i < 8 && byte_i + count <= 8); count 608 third_party/harfbuzz-ng/src/hb-buffer.cc byte_i, byte_i + count - 1, owner); count 610 third_party/harfbuzz-ng/src/hb-buffer.cc for (unsigned int i = byte_i; i < byte_i + count; i++) { count 617 third_party/harfbuzz-ng/src/hb-buffer.cc void hb_buffer_t::deallocate_var (unsigned int byte_i, unsigned int count, const char *owner) count 624 third_party/harfbuzz-ng/src/hb-buffer.cc byte_i, byte_i + count - 1, owner); count 626 third_party/harfbuzz-ng/src/hb-buffer.cc assert (byte_i < 8 && byte_i + count <= 8); count 627 third_party/harfbuzz-ng/src/hb-buffer.cc for (unsigned int i = byte_i; i < byte_i + count; i++) { count 634 third_party/harfbuzz-ng/src/hb-buffer.cc void hb_buffer_t::assert_var (unsigned int byte_i, unsigned int count, const char *owner) count 641 third_party/harfbuzz-ng/src/hb-buffer.cc byte_i, byte_i + count - 1, owner); count 643 third_party/harfbuzz-ng/src/hb-buffer.cc assert (byte_i < 8 && byte_i + count <= 8); count 644 third_party/harfbuzz-ng/src/hb-buffer.cc for (unsigned int i = byte_i; i < byte_i + count; i++) { count 1489 third_party/harfbuzz-ng/src/hb-buffer.cc unsigned int count = buffer->len; count 1490 third_party/harfbuzz-ng/src/hb-buffer.cc if (unlikely (!count)) return; count 1495 third_party/harfbuzz-ng/src/hb-buffer.cc for (end = start + 1; end < count; end++) count 799 third_party/harfbuzz-ng/src/hb-coretext.cc unsigned int count = buffer->len; count 800 third_party/harfbuzz-ng/src/hb-coretext.cc for (unsigned int i = 0; i < count; ++i) { count 819 third_party/harfbuzz-ng/src/hb-coretext.cc for (unsigned int i = 0; i < count; i++) { count 833 third_party/harfbuzz-ng/src/hb-coretext.cc for (unsigned int i = 0; i < count; i++) { count 114 third_party/harfbuzz-ng/src/hb-fallback-shape.cc unsigned int count = buffer->len; count 116 third_party/harfbuzz-ng/src/hb-fallback-shape.cc for (unsigned int i = 0; i < count; i++) count 182 third_party/harfbuzz-ng/src/hb-glib.cc unsigned int count = ARRAY_LENGTH (glib_script_to_script); count 183 third_party/harfbuzz-ng/src/hb-glib.cc for (unsigned int i = 0; i < count; i++) count 85 third_party/harfbuzz-ng/src/hb-open-file-private.hh unsigned int count = numTables; count 86 third_party/harfbuzz-ng/src/hb-open-file-private.hh for (unsigned int i = 0; i < count; i++) count 488 third_party/harfbuzz-ng/src/hb-open-type-private.hh inline void advance (unsigned int count) count 490 third_party/harfbuzz-ng/src/hb-open-type-private.hh if (unlikely (count > len)) count 491 third_party/harfbuzz-ng/src/hb-open-type-private.hh count = len; count 492 third_party/harfbuzz-ng/src/hb-open-type-private.hh len -= count; count 493 third_party/harfbuzz-ng/src/hb-open-type-private.hh head += count; count 761 third_party/harfbuzz-ng/src/hb-open-type-private.hh unsigned int count = len; count 762 third_party/harfbuzz-ng/src/hb-open-type-private.hh if (unlikely (start_offset > count)) count 763 third_party/harfbuzz-ng/src/hb-open-type-private.hh count = 0; count 765 third_party/harfbuzz-ng/src/hb-open-type-private.hh count -= start_offset; count 766 third_party/harfbuzz-ng/src/hb-open-type-private.hh count = MIN (count, *pcount); count 767 third_party/harfbuzz-ng/src/hb-open-type-private.hh *pcount = count; count 823 third_party/harfbuzz-ng/src/hb-open-type-private.hh unsigned int count = len; count 824 third_party/harfbuzz-ng/src/hb-open-type-private.hh for (unsigned int i = 0; i < count; i++) count 833 third_party/harfbuzz-ng/src/hb-open-type-private.hh unsigned int count = len; count 834 third_party/harfbuzz-ng/src/hb-open-type-private.hh for (unsigned int i = 0; i < count; i++) count 98 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh unsigned int count = *record_count; count 99 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh for (unsigned int i = 0; i < count; i++) count 167 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh unsigned int count = *_count; count 168 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh for (unsigned int i = 0; i < count; i++) count 664 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh unsigned int count = glyphArray.len; count 665 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh for (unsigned int i = 0; i < count; i++) count 746 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh unsigned int count = rangeRecord.len; count 747 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh for (i = 0; i < count; i++) { count 761 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh unsigned int count = rangeRecord.len; count 762 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh for (unsigned int i = 0; i < count; i++) count 952 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh unsigned int count = classValue.len; count 953 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh for (unsigned int i = 0; i < count; i++) count 959 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh unsigned int count = classValue.len; count 968 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh g = startGlyph + count - 1; count 973 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh for (unsigned int i = 0; i < count; i++) count 1008 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh unsigned int count = rangeRecord.len; count 1009 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh for (unsigned int i = 0; i < count; i++) count 1015 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh unsigned int count = rangeRecord.len; count 1020 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh for (unsigned int i = 0; i < count; i++) count 1032 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh for (unsigned int i = 0; i < count; i++) count 66 third_party/harfbuzz-ng/src/hb-ot-layout-gdef-table.hh unsigned int count = *point_count; count 67 third_party/harfbuzz-ng/src/hb-ot-layout-gdef-table.hh for (unsigned int i = 0; i < count; i++) count 214 third_party/harfbuzz-ng/src/hb-ot-layout-gdef-table.hh unsigned int count = *caret_count; count 215 third_party/harfbuzz-ng/src/hb-ot-layout-gdef-table.hh for (unsigned int i = 0; i < count; i++) count 185 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh inline bool sanitize_values (hb_sanitize_context_t *c, void *base, Value *values, unsigned int count) { count 189 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh if (!c->check_array (values, get_size (), count)) return TRACE_RETURN (false); count 193 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh for (unsigned int i = 0; i < count; i++) { count 203 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh inline bool sanitize_values_stride_unsafe (hb_sanitize_context_t *c, void *base, Value *values, unsigned int count, unsigned int stride) { count 208 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh for (unsigned int i = 0; i < count; i++) { count 356 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh unsigned int count = rows * cols; count 357 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh if (!c->check_array (matrix, matrix[0].static_size, count)) return TRACE_RETURN (false); count 358 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh for (unsigned int i = 0; i < count; i++) count 587 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh unsigned int count = len; count 588 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh for (unsigned int i = 0; i < count; i++) count 606 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh unsigned int count = len; count 607 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh for (unsigned int i = 0; i < count; i++) count 639 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh unsigned int count = len; count 641 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh return TRACE_RETURN (closure->valueFormats[0].sanitize_values_stride_unsafe (c, closure->base, &record->values[0], count, closure->stride) count 642 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh && closure->valueFormats[1].sanitize_values_stride_unsafe (c, closure->base, &record->values[closure->len1], count, closure->stride)); count 659 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh unsigned int count = pairSet.len; count 660 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh for (unsigned int i = 0; i < count; i++) count 784 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh unsigned int count = (unsigned int) class1Count * (unsigned int) class2Count; count 785 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh return TRACE_RETURN (c->check_array (values, record_size, count) && count 786 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh valueFormat1.sanitize_values_stride_unsafe (c, this, &values[0], count, stride) && count 787 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh valueFormat2.sanitize_values_stride_unsafe (c, this, &values[len1], count, stride)); count 1465 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh unsigned int count = get_subtable_count (); count 1466 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh for (unsigned int i = 0; i < count; i++) { count 1493 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh unsigned int count = get_subtable_count (); count 1494 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh for (unsigned int i = 0; i < count; i++) { count 1584 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh unsigned int count = buffer->len; count 1585 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh for (unsigned int i = 0; i < count; i++) count 257 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh unsigned int count = substitute.len; count 258 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh for (unsigned int i = 0; i < count; i++) count 265 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh unsigned int count = substitute.len; count 266 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh for (unsigned int i = 0; i < count; i++) count 277 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh unsigned int count = substitute.len; count 278 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh if (count == 1) /* Special-case to make it in-place. */ count 284 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh for (unsigned int i = 0; i < count; i++) { count 332 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh unsigned int count = sequence.len; count 333 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh for (unsigned int i = 0; i < count; i++) count 450 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh unsigned int count = alt_set.len; count 451 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh for (unsigned int i = 0; i < count; i++) count 464 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh unsigned int count = alt_set.len; count 465 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh for (unsigned int i = 0; i < count; i++) count 594 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh unsigned int count = component.len; count 595 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh for (unsigned int i = 1; i < count; i++) count 604 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh unsigned int count = component.len; count 605 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh for (unsigned int i = 1; i < count; i++) count 626 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh unsigned int count = component.len; count 627 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh if (unlikely (count < 1)) return TRACE_RETURN (false); count 635 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh if (likely (!match_input (c, count, count 646 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh count, count 915 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh unsigned int count; count 917 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh count = backtrack.len; count 918 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh for (unsigned int i = 0; i < count; i++) count 922 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh count = lookahead.len; count 923 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh for (unsigned int i = 0; i < count; i++) count 941 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh unsigned int count; count 945 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh count = backtrack.len; count 946 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh for (unsigned int i = 0; i < count; i++) count 949 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh count = lookahead.len; count 950 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh for (unsigned int i = 0; i < count; i++) count 954 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh count = substitute.len; count 955 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh for (unsigned int i = 0; i < count; i++) count 1168 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh unsigned int count = get_subtable_count (); count 1169 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh for (unsigned int i = 0; i < count; i++) { count 1260 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh unsigned int count = get_subtable_count (); count 1261 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh for (unsigned int i = 0; i < count; i++) { count 1282 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh unsigned int count = get_subtable_count (); count 1283 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh for (unsigned int i = 1; i < count; i++) count 1324 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh unsigned int count = buffer->len; count 1325 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh for (unsigned int i = 0; i < count; i++) count 643 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh unsigned int count, count 648 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh for (unsigned int i = 0; i < count; i++) count 671 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh unsigned int count, count 676 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh for (unsigned int i = 0; i < count; i++) count 697 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh unsigned int count, /* Including the first glyph (not matched) */ count 702 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh if (count != c->len) count 705 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh for (unsigned int i = 1; i < count; i++) count 712 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh unsigned int count, /* Including the first glyph (not matched) */ count 723 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh if (unlikely (count > MAX_CONTEXT_LENGTH)) TRACE_RETURN (false); count 727 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh hb_apply_context_t::skipping_forward_iterator_t skippy_iter (c, buffer->idx, count - 1); count 758 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh for (unsigned int i = 1; i < count; i++) count 796 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh unsigned int count, /* Including the first glyph */ count 854 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh for (unsigned int i = 1; i < count; i++) count 888 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh unsigned int count, count 895 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh hb_apply_context_t::skipping_backward_iterator_t skippy_iter (c, c->buffer->backtrack_len (), count, true); count 899 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh for (unsigned int i = 0; i < count; i++) count 907 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh unsigned int count, count 915 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh hb_apply_context_t::skipping_forward_iterator_t skippy_iter (c, c->buffer->idx + offset - 1, count, true); count 919 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh for (unsigned int i = 0; i < count; i++) count 954 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh unsigned int count, /* Including the first glyph */ count 973 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh for (unsigned int j = 0; j < count; j++) count 980 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh if (idx >= count) count 1004 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh if (unlikely (delta + count > MAX_CONTEXT_LENGTH)) count 1010 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh delta = MAX (delta, (int) next - (int) count); count 1016 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh (count - next) * sizeof (match_positions[0])); count 1018 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh count += delta; count 1025 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh for (; next < count; next++) count 1242 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh unsigned int count = ruleSet.len; count 1243 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh for (unsigned int i = 0; i < count; i++) count 1260 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh unsigned int count = ruleSet.len; count 1261 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh for (unsigned int i = 0; i < count; i++) count 1330 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh unsigned int count = ruleSet.len; count 1331 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh for (unsigned int i = 0; i < count; i++) count 1349 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh unsigned int count = ruleSet.len; count 1350 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh for (unsigned int i = 0; i < count; i++) count 1480 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh unsigned int count = glyphCount; count 1481 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh if (!c->check_array (coverage, coverage[0].static_size, count)) return TRACE_RETURN (false); count 1482 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh for (unsigned int i = 0; i < count; i++) count 1484 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverage, coverage[0].static_size * count); count 1802 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh unsigned int count = ruleSet.len; count 1803 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh for (unsigned int i = 0; i < count; i++) count 1820 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh unsigned int count = ruleSet.len; count 1821 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh for (unsigned int i = 0; i < count; i++) count 1892 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh unsigned int count = ruleSet.len; count 1893 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh for (unsigned int i = 0; i < count; i++) count 1916 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh unsigned int count = ruleSet.len; count 1917 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh for (unsigned int i = 0; i < count; i++) count 368 third_party/harfbuzz-ng/src/hb-ot-layout.cc unsigned int count = *feature_count; count 369 third_party/harfbuzz-ng/src/hb-ot-layout.cc for (unsigned int i = 0; i < count; i++) count 541 third_party/harfbuzz-ng/src/hb-ot-layout.cc unsigned int count = hb_ot_layout_script_get_language_tags (face, count 545 third_party/harfbuzz-ng/src/hb-ot-layout.cc for (unsigned int language_index = 0; language_index < count; language_index++) count 584 third_party/harfbuzz-ng/src/hb-ot-layout.cc unsigned int count = hb_ot_layout_table_get_script_tags (face, count 587 third_party/harfbuzz-ng/src/hb-ot-layout.cc for (unsigned int script_index = 0; script_index < count; script_index++) count 91 third_party/harfbuzz-ng/src/hb-ot-name-table.hh NameRecord *match = (NameRecord *) bsearch (&key, nameRecord, count, sizeof (nameRecord[0]), (hb_compare_func_t) NameRecord::cmp); count 102 third_party/harfbuzz-ng/src/hb-ot-name-table.hh { return min_size + count * nameRecord[0].min_size; } count 107 third_party/harfbuzz-ng/src/hb-ot-name-table.hh unsigned int _count = count; count 117 third_party/harfbuzz-ng/src/hb-ot-name-table.hh c->check_array (nameRecord, nameRecord[0].static_size, count) && count 123 third_party/harfbuzz-ng/src/hb-ot-name-table.hh USHORT count; /* Number of name records. */ count 251 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc unsigned int count = buffer->len; count 270 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc for (unsigned int i = 0; i < count; i++) count 317 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc unsigned int count = buffer->len; count 318 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc for (unsigned int i = 0; i < count; i++) count 328 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc unsigned int count = buffer->len; count 329 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc for (unsigned int i = 0; i < count; i++) count 180 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc unsigned int count = buffer->len; count 182 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc for (buffer->idx = 0; buffer->idx < count;) count 240 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc if (isL (u) && buffer->idx + 1 < count) count 249 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc if (buffer->idx + 2 < count) count 306 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc buffer->idx + 1 < count && count 327 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc buffer->idx + 1 < count && count 393 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc unsigned int count = buffer->len; count 395 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc for (unsigned int i = 0; i < count; i++, info++) count 486 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc &lookups, &count); count 493 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc for (unsigned int i = 0; i < count; i++) count 501 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc unsigned int count; count 636 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc unsigned int count = buffer->len; count 637 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc for (unsigned int i = 0; i < count; i++) count 674 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc unsigned int count = buffer->len; count 675 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc for (unsigned int i = 0; i < count; i++) count 1224 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc unsigned int count = buffer->len; count 1225 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc for (unsigned int i = 0; i < count; i++) count 1284 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc unsigned int count = buffer->len; count 1285 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc if (unlikely (!count)) return; count 1288 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc for (unsigned int i = 1; i < count; i++) count 1294 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc initial_reordering_syllable (plan, font->face, buffer, last, count); count 1662 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc unsigned int count = buffer->len; count 1663 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc if (unlikely (!count)) return; count 1668 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc for (unsigned int i = 1; i < count; i++) count 1674 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc final_reordering_syllable (plan, buffer, last, count); count 1687 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc unsigned int count = buffer->len; count 1688 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc for (unsigned int i = 0; i < count; i++) count 287 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc unsigned int count = buffer->len; count 288 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc for (unsigned int i = 0; i < count; i++) count 461 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc unsigned int count = buffer->len; count 462 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc for (unsigned int i = 0; i < count; i++) count 514 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc unsigned int count = buffer->len; count 515 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc if (unlikely (!count)) return; count 518 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc for (unsigned int i = 1; i < count; i++) count 524 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc initial_reordering_syllable (plan, font->face, buffer, last, count); count 533 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc unsigned int count = buffer->len; count 536 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc for (unsigned int i = 0; i < count; i++) count 176 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc unsigned int count = buffer->len; count 177 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc for (unsigned int i = 0; i < count; i++) count 280 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc unsigned int count = buffer->len; count 281 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc for (unsigned int i = 0; i < count; i++) count 333 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc unsigned int count = buffer->len; count 334 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc if (unlikely (!count)) return; count 337 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc for (unsigned int i = 1; i < count; i++) count 343 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc initial_reordering_syllable (plan, font->face, buffer, last, count); count 352 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc unsigned int count = buffer->len; count 355 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc for (unsigned int i = 0; i < count; i++) count 227 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc unsigned int count = buffer->len; count 228 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc for (unsigned int i = 0; i < count; i++) count 317 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc unsigned int count = buffer->len; count 318 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc for (buffer->idx = 0; buffer->idx < count;) count 169 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc unsigned int count = buffer->len; count 170 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc for (unsigned int i = 0; i < count; i++) count 416 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc unsigned int count = buffer->len; count 417 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc for (unsigned int i = 1; i < count; i++) count 423 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc position_cluster (plan, font, buffer, start, count); count 435 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc unsigned int count = buffer->len; count 444 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc for (unsigned int idx = 0; idx < count;) count 306 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc unsigned int count; count 318 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc count = buffer->len; count 319 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc for (buffer->idx = 0; buffer->idx < count;) count 322 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc for (end = buffer->idx + 1; end < count; end++) count 333 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc count = buffer->len; count 334 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc for (unsigned int i = 0; i < count; i++) count 340 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc for (end = i + 1; end < count; end++) count 368 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc count = buffer->len; count 371 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc while (buffer->idx < count) count 228 third_party/harfbuzz-ng/src/hb-ot-shape.cc unsigned int count = buffer->len; count 229 third_party/harfbuzz-ng/src/hb-ot-shape.cc for (unsigned int i = 0; i < count; i++) count 264 third_party/harfbuzz-ng/src/hb-ot-shape.cc unsigned int count = buffer->len; count 265 third_party/harfbuzz-ng/src/hb-ot-shape.cc for (unsigned int i = 1; i < count; i++) count 300 third_party/harfbuzz-ng/src/hb-ot-shape.cc unsigned int count = buffer->len; count 302 third_party/harfbuzz-ng/src/hb-ot-shape.cc for (unsigned int i = 0; i < count; i++) { count 320 third_party/harfbuzz-ng/src/hb-ot-shape.cc unsigned int count = buffer->len; count 322 third_party/harfbuzz-ng/src/hb-ot-shape.cc for (unsigned int i = 0; i < count; i++) count 331 third_party/harfbuzz-ng/src/hb-ot-shape.cc while (end < count && count 383 third_party/harfbuzz-ng/src/hb-ot-shape.cc unsigned int count = buffer->len; count 384 third_party/harfbuzz-ng/src/hb-ot-shape.cc for (unsigned int i = 0; i < count; i++) count 391 third_party/harfbuzz-ng/src/hb-ot-shape.cc unsigned int count = c->buffer->len; count 393 third_party/harfbuzz-ng/src/hb-ot-shape.cc for (unsigned int i = 0; i < count; i++) count 457 third_party/harfbuzz-ng/src/hb-ot-shape.cc unsigned int count = buffer->len; count 458 third_party/harfbuzz-ng/src/hb-ot-shape.cc for (unsigned int i = 0; i < count; i++) count 469 third_party/harfbuzz-ng/src/hb-ot-shape.cc unsigned int count = buffer->len; count 470 third_party/harfbuzz-ng/src/hb-ot-shape.cc for (unsigned int i = 0; i < count; i++) count 482 third_party/harfbuzz-ng/src/hb-ot-shape.cc unsigned int count = c->buffer->len; count 485 third_party/harfbuzz-ng/src/hb-ot-shape.cc for (unsigned int i = 0; i < count; i++) count 503 third_party/harfbuzz-ng/src/hb-ot-shape.cc unsigned int count = c->buffer->len; count 531 third_party/harfbuzz-ng/src/hb-ot-shape.cc for (unsigned int i = 0; i < count; i++) { count 540 third_party/harfbuzz-ng/src/hb-ot-shape.cc for (unsigned int i = 0; i < count; i++) { count 609 third_party/harfbuzz-ng/src/hb-ot-shape.cc unsigned int count = c->buffer->len; count 613 third_party/harfbuzz-ng/src/hb-ot-shape.cc for (unsigned int i = 0; i < count; i++) count 733 third_party/harfbuzz-ng/src/hb-ot-shape.cc unsigned int count = buffer->len; count 734 third_party/harfbuzz-ng/src/hb-ot-shape.cc for (unsigned int i = 0; i < count; i++) count 263 third_party/harfbuzz-ng/src/hb-private.hh _hb_unsigned_int_mul_overflows (unsigned int count, unsigned int size) count 265 third_party/harfbuzz-ng/src/hb-private.hh return (size > 0) && (count >= ((unsigned int) -1) / size); count 296 third_party/harfbuzz-ng/src/hb-set-private.hh unsigned int count = 0; count 298 third_party/harfbuzz-ng/src/hb-set-private.hh count += _hb_popcount32 (elts[i]); count 299 third_party/harfbuzz-ng/src/hb-set-private.hh return count; count 375 third_party/harfbuzz-ng/src/hb-uniscribe.cc name.count.set (ARRAY_LENGTH (name_IDs)); count 110 third_party/harfbuzz-ng/src/test.cc unsigned int count = hb_buffer_get_length (buffer); count 114 third_party/harfbuzz-ng/src/test.cc for (unsigned int i = 0; i < count; i++) count 640 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp int count; count 660 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp count = sscanf( buffer, format, &value ); count 665 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp count = sscanf( buffer.c_str(), format, &value ); count 668 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp if ( count != 1 ) count 418 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count); count 419 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glDrawElements (GLenum mode, GLsizei count, GLenum type, const void *indices); count 434 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glGetAttachedShaders (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *shaders); count 475 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryformat, const void *binary, GLsizei length); count 476 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glShaderSource (GLuint shader, GLsizei count, const GLchar *const*string, const GLint *length); count 490 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value); count 492 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint *value); count 494 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value); count 496 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform2iv (GLint location, GLsizei count, const GLint *value); count 498 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value); count 500 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform3iv (GLint location, GLsizei count, const GLint *value); count 502 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value); count 504 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform4iv (GLint location, GLsizei count, const GLint *value); count 505 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 506 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 507 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 98 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLDEBUGMESSAGECONTROLKHRPROC) (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled); count 101 third_party/khronos/GLES2/gl2ext.h typedef GLuint (GL_APIENTRYP PFNGLGETDEBUGMESSAGELOGKHRPROC) (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog); count 110 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glDebugMessageControlKHR (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled); count 113 third_party/khronos/GLES2/gl2ext.h GL_APICALL GLuint GL_APIENTRY glGetDebugMessageLogKHR (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog); count 483 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLDRAWARRAYSINSTANCEDANGLEPROC) (GLenum mode, GLint first, GLsizei count, GLsizei primcount); count 484 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLDRAWELEMENTSINSTANCEDANGLEPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount); count 487 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glDrawArraysInstancedANGLE (GLenum mode, GLint first, GLsizei count, GLsizei primcount); count 488 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glDrawElementsInstancedANGLE (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount); count 762 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLDRAWARRAYSINSTANCEDEXTPROC) (GLenum mode, GLint start, GLsizei count, GLsizei primcount); count 763 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLDRAWELEMENTSINSTANCEDEXTPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount); count 765 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glDrawArraysInstancedEXT (GLenum mode, GLint start, GLsizei count, GLsizei primcount); count 766 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glDrawElementsInstancedEXT (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount); count 797 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLMULTIDRAWARRAYSEXTPROC) (GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount); count 798 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLMULTIDRAWELEMENTSEXTPROC) (GLenum mode, const GLsizei *count, GLenum type, const void *const*indices, GLsizei primcount); count 800 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glMultiDrawArraysEXT (GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount); count 801 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glMultiDrawElementsEXT (GLenum mode, const GLsizei *count, GLenum type, const void *const*indices, GLsizei primcount); count 900 third_party/khronos/GLES2/gl2ext.h typedef GLuint (GL_APIENTRYP PFNGLCREATESHADERPROGRAMVEXTPROC) (GLenum type, GLsizei count, const GLchar **strings); count 908 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value); count 910 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value); count 912 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value); count 914 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value); count 916 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM3FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value); count 918 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM3IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value); count 920 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM4FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value); count 922 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM4IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value); count 923 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX2FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 924 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX3FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 925 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX4FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 932 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1UIVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value); count 933 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2UIVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value); count 934 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM3UIVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value); count 935 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM4UIVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value); count 936 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX2X3FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 937 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX3X2FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 938 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX2X4FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 939 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX4X2FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 940 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX3X4FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 941 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX4X3FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 945 third_party/khronos/GLES2/gl2ext.h GL_APICALL GLuint GL_APIENTRY glCreateShaderProgramvEXT (GLenum type, GLsizei count, const GLchar **strings); count 953 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform1fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value); count 955 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform1ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value); count 957 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform2fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value); count 959 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform2ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value); count 961 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform3fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value); count 963 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform3ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value); count 965 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform4fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value); count 967 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform4ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value); count 968 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniformMatrix2fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 969 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniformMatrix3fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 970 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniformMatrix4fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 977 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform1uivEXT (GLuint program, GLint location, GLsizei count, const GLuint *value); count 978 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform2uivEXT (GLuint program, GLint location, GLsizei count, const GLuint *value); count 979 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform3uivEXT (GLuint program, GLint location, GLsizei count, const GLuint *value); count 980 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform4uivEXT (GLuint program, GLint location, GLsizei count, const GLuint *value); count 981 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniformMatrix2x3fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 982 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniformMatrix3x2fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 983 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniformMatrix2x4fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 984 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniformMatrix4x2fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 985 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniformMatrix3x4fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 986 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniformMatrix4x3fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 1282 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLDRAWARRAYSINSTANCEDNVPROC) (GLenum mode, GLint first, GLsizei count, GLsizei primcount); count 1283 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLDRAWELEMENTSINSTANCEDNVPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount); count 1285 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glDrawArraysInstancedNV (GLenum mode, GLint first, GLsizei count, GLsizei primcount); count 1286 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glDrawElementsInstancedNV (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount); count 1366 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX2X3FVNVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 1367 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX3X2FVNVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 1368 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX2X4FVNVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 1369 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX4X2FVNVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 1370 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX3X4FVNVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 1371 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX4X3FVNVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 1373 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glUniformMatrix2x3fvNV (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 1374 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glUniformMatrix3x2fvNV (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 1375 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glUniformMatrix2x4fvNV (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 1376 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glUniformMatrix4x2fvNV (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 1377 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glUniformMatrix3x4fvNV (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 1378 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glUniformMatrix4x3fvNV (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); count 236 third_party/libXNVCtrl/NVCtrl.c if (value) *value = rep.count; count 172 third_party/libXNVCtrl/nv_control.h CARD32 count B32; count 230 third_party/libaddressinput/chromium/cpp/src/util/md5.cc unsigned count; count 234 third_party/libaddressinput/chromium/cpp/src/util/md5.cc count = (ctx->bits[0] >> 3) & 0x3F; count 238 third_party/libaddressinput/chromium/cpp/src/util/md5.cc p = ctx->in + count; count 242 third_party/libaddressinput/chromium/cpp/src/util/md5.cc count = 64 - 1 - count; count 245 third_party/libaddressinput/chromium/cpp/src/util/md5.cc if (count < 8) { count 247 third_party/libaddressinput/chromium/cpp/src/util/md5.cc memset(p, 0, count); count 255 third_party/libaddressinput/chromium/cpp/src/util/md5.cc memset(p, 0, count-8); count 1985 third_party/libevent/evdns.c nameserver_probe_callback(int result, char type, int count, int ttl, void *addresses, void *arg) { count 1988 third_party/libevent/evdns.c (void) count; count 2225 third_party/libevent/evdns.c int count = 0; count 2228 third_party/libevent/evdns.c count++; count 2230 third_party/libevent/evdns.c return count; count 3078 third_party/libevent/evdns.c main_callback(int result, char type, int count, int ttl, count 3082 third_party/libevent/evdns.c for (i = 0; i < count; ++i) { count 3089 third_party/libevent/evdns.c if (!count) { count 211 third_party/libevent/evdns.h typedef void (*evdns_callback_type) (int result, char type, int count, int ttl, void *addresses, void *arg); count 150 third_party/libevent/event_tagging.c int count = 0, shift = 0, done = 0; count 152 third_party/libevent/event_tagging.c while (count++ < len) { count 167 third_party/libevent/event_tagging.c evbuffer_drain(evbuf, count); count 172 third_party/libevent/event_tagging.c return (count); count 61 third_party/libevent/test/bench.c static int count, writes, fired; count 72 third_party/libevent/test/bench.c count += read(fd, &ch, sizeof(ch)); count 103 third_party/libevent/test/bench.c count = 0; count 110 third_party/libevent/test/bench.c } while (count != fired); count 113 third_party/libevent/test/bench.c if (xcount != count) fprintf(stderr, "Xcount: %d, Rcount: %d\n", xcount, count); count 1204 third_party/libevent/test/regress.c int count; count 1213 third_party/libevent/test/regress.c if (pri->count == 3) { count 1218 third_party/libevent/test/regress.c pri->count++; count 1264 third_party/libevent/test/regress.c if (one.count == 3 && two.count == 3) count 1268 third_party/libevent/test/regress.c if (one.count == 3 && two.count == 1) count 1271 third_party/libevent/test/regress.c if (one.count == 3 && two.count == 0) count 72 third_party/libevent/test/regress_dns.c dns_gethostbyname_cb(int result, char type, int count, int ttl, count 88 third_party/libevent/test/regress_dns.c fprintf(stderr, "type: %d, count: %d, ttl: %d: ", type, count, ttl); count 99 third_party/libevent/test/regress_dns.c for (i = 0; i < count; ++i) { count 115 third_party/libevent/test/regress_dns.c for (i = 0; i < count; ++i) count 121 third_party/libevent/test/regress_dns.c if (count != 1) count 236 third_party/libevent/test/regress_dns.c dns_server_gethostbyname_cb(int result, char type, int count, int ttl, count 244 third_party/libevent/test/regress_dns.c if (count != 1) { count 245 third_party/libevent/test/regress_dns.c fprintf(stdout, "Unexpected answer count %d. ", count); count 92 third_party/libjpeg/jcsample.c register int count; count 100 third_party/libjpeg/jcsample.c for (count = numcols; count > 0; count--) count 174 third_party/libjpeg/jdcolor.c register JDIMENSION count; count 183 third_party/libjpeg/jdcolor.c for (count = num_cols; count > 0; count--) { count 431 third_party/libjpeg/jdmarker.c int i, index, count; count 444 third_party/libjpeg/jdmarker.c count = 0; count 447 third_party/libjpeg/jdmarker.c count += bits[i]; count 462 third_party/libjpeg/jdmarker.c if (count > 256 || ((INT32) count) > length) count 465 third_party/libjpeg/jdmarker.c for (i = 0; i < count; i++) count 468 third_party/libjpeg/jdmarker.c length -= count; count 509 third_party/libjpeg/jquant2.c long count; count 523 third_party/libjpeg/jquant2.c if ((count = *histp++) != 0) { count 524 third_party/libjpeg/jquant2.c total += count; count 525 third_party/libjpeg/jquant2.c c0total += ((c0 << C0_SHIFT) + ((1<<C0_SHIFT)>>1)) * count; count 526 third_party/libjpeg/jquant2.c c1total += ((c1 << C1_SHIFT) + ((1<<C1_SHIFT)>>1)) * count; count 527 third_party/libjpeg/jquant2.c c2total += ((c2 << C2_SHIFT) + ((1<<C2_SHIFT)>>1)) * count; count 122 third_party/libjpeg/jutils.c register size_t count = (size_t) (num_cols * SIZEOF(JSAMPLE)); count 124 third_party/libjpeg/jutils.c register JDIMENSION count; count 135 third_party/libjpeg/jutils.c FMEMCOPY(outptr, inptr, count); count 137 third_party/libjpeg/jutils.c for (count = num_cols; count > 0; count--) count 153 third_party/libjpeg/jutils.c register long count; count 157 third_party/libjpeg/jutils.c for (count = (long) num_blocks * DCTSIZE2; count > 0; count--) { count 173 third_party/libjpeg/jutils.c register size_t count; count 175 third_party/libjpeg/jutils.c for (count = bytestozero; count > 0; count--) { count 734 third_party/liblouis/overrides/liblouis/compileTranslationTable.c int count) count 738 third_party/liblouis/overrides/liblouis/compileTranslationTable.c int spaceNeeded = ((count + OFFSETSIZE - 1) / OFFSETSIZE) * OFFSETSIZE; count 763 third_party/liblouis/overrides/liblouis/compileTranslationTable.c reserveSpaceInTable (FileInfo * nested, int count) count 765 third_party/liblouis/overrides/liblouis/compileTranslationTable.c return (allocateSpaceInTable (nested, NULL, count)); count 225 third_party/libpng/pngrutil.c png_size_t count = 0; count 248 third_party/libpng/pngrutil.c if (output != 0 && output_size > count) count 250 third_party/libpng/pngrutil.c png_size_t copy = output_size - count; count 252 third_party/libpng/pngrutil.c png_memcpy(output + count, png_ptr->zbuf, copy); count 254 third_party/libpng/pngrutil.c count += avail; count 267 third_party/libpng/pngrutil.c return count; /* NOTE: may be zero. */ count 651 third_party/libusb/src/libusb/os/poll_windows.c ssize_t usbi_write(int fd, const void *buf, size_t count) count 658 third_party/libusb/src/libusb/os/poll_windows.c if (count != sizeof(unsigned char)) { count 687 third_party/libusb/src/libusb/os/poll_windows.c ssize_t usbi_read(int fd, void *buf, size_t count) count 695 third_party/libusb/src/libusb/os/poll_windows.c if (count != sizeof(unsigned char)) { count 89 third_party/libusb/src/libusb/os/poll_windows.h ssize_t usbi_write(int fd, const void *buf, size_t count); count 90 third_party/libusb/src/libusb/os/poll_windows.h ssize_t usbi_read(int fd, void *buf, size_t count); count 349 third_party/libusb/src/libusb/os/wince_usb.c DWORD count = 0, i; count 357 third_party/libusb/src/libusb/os/wince_usb.c success = UkwGetDeviceList(driver_handle, devices, MAX_DEVICE_COUNT, &count); count 363 third_party/libusb/src/libusb/os/wince_usb.c for(i = 0; i < count; ++i) { count 410 third_party/libusb/src/libusb/os/wince_usb.c UkwReleaseDeviceList(driver_handle, &devices[release_list_offset], count - release_list_offset); count 43 third_party/libusb/src/libusb/os/windows_common.h #define safe_strcp(dst, dst_max, src, count) do {memcpy(dst, src, safe_min(count, dst_max)); \ count 44 third_party/libusb/src/libusb/os/windows_common.h ((char*)dst)[safe_min(count, dst_max)-1] = 0;} while(0) count 46 third_party/libusb/src/libusb/os/windows_common.h #define safe_strncat(dst, dst_max, src, count) strncat(dst, src, safe_min(count, dst_max - safe_strlen(dst) - 1)) count 50 third_party/libusb/src/libusb/os/windows_common.h #define safe_strncmp(str1, str2, count) strncmp(((str1==NULL)?"<NULL>":str1), ((str2==NULL)?"<NULL>":str2), count) count 52 third_party/libusb/src/libusb/os/windows_common.h #define safe_sprintf(dst, count, ...) do {_snprintf(dst, count, __VA_ARGS__); (dst)[(count)-1] = 0; } while(0) count 46 third_party/libusb/src/libusb/os/windows_usb.h extern int _snprintf(char *buffer, size_t count, const char *format, ...); count 62 third_party/libva/va/va_tpi.h unsigned int count; /* buffer count for surface creation */ count 65 third_party/libva/va/x11/va_dri2.h unsigned int *attachments, int count, count 72 third_party/libva/va/x11/va_dri2.h CARD64 remainder, CARD64 *count); count 156 third_party/libva/va/x11/va_dri2str.h CARD32 count B32; count 167 third_party/libva/va/x11/va_dri2str.h CARD32 count B32; count 805 third_party/libwebp/demux/demux.c const Frame* const frame_set, int fragment_num, int* const count) { count 814 third_party/libwebp/demux/demux.c *count = total; count 928 third_party/libwebp/demux/demux.c int count = 0; count 931 third_party/libwebp/demux/demux.c if (!memcmp(header, fourcc, TAG_SIZE)) ++count; count 933 third_party/libwebp/demux/demux.c return count; count 940 third_party/libwebp/demux/demux.c int count = 0; count 943 third_party/libwebp/demux/demux.c if (!memcmp(header, fourcc, TAG_SIZE)) ++count; count 944 third_party/libwebp/demux/demux.c if (count == chunk_num) break; count 952 third_party/libwebp/demux/demux.c int count; count 955 third_party/libwebp/demux/demux.c count = ChunkCount(dmux, fourcc); count 956 third_party/libwebp/demux/demux.c if (count == 0) return 0; count 957 third_party/libwebp/demux/demux.c if (chunk_num == 0) chunk_num = count; count 959 third_party/libwebp/demux/demux.c if (chunk_num <= count) { count 964 third_party/libwebp/demux/demux.c iter->num_chunks = count; count 533 third_party/libwebp/dsp/enc.c int count = 0; count 538 third_party/libwebp/dsp/enc.c count += diff * diff; count 543 third_party/libwebp/dsp/enc.c return count; count 263 third_party/libwebp/enc/vp8l.c int count = 0; count 266 third_party/libwebp/enc/vp8l.c ++count; count 267 third_party/libwebp/enc/vp8l.c if (count > 1) return; count 372 third_party/libwebp/enc/vp8l.c int count = 0; count 378 third_party/libwebp/enc/vp8l.c for (i = 0; i < huffman_code->num_symbols && count < 3; ++i) { count 380 third_party/libwebp/enc/vp8l.c if (count < 2) symbols[count] = i; count 381 third_party/libwebp/enc/vp8l.c ++count; count 385 third_party/libwebp/enc/vp8l.c if (count == 0) { // emit minimal tree for empty cases count 389 third_party/libwebp/enc/vp8l.c } else if (count <= 2 && symbols[0] < kMaxSymbol && symbols[1] < kMaxSymbol) { count 391 third_party/libwebp/enc/vp8l.c VP8LWriteBits(bw, 1, count - 1); count 399 third_party/libwebp/enc/vp8l.c if (count == 2) { count 86 third_party/libwebp/utils/huffman_encode.c int count = (sum + stride / 2) / stride; count 87 third_party/libwebp/utils/huffman_encode.c if (count < 1) { count 88 third_party/libwebp/utils/huffman_encode.c count = 1; count 92 third_party/libwebp/utils/huffman_encode.c count = 0; count 97 third_party/libwebp/utils/huffman_encode.c counts[i - k - 1] = count; count 218 third_party/libwebp/utils/huffman_encode.c const int count = count 220 third_party/libwebp/utils/huffman_encode.c tree[idx].total_count_ = count; count 234 third_party/libwebp/utils/huffman_encode.c int count; count 237 third_party/libwebp/utils/huffman_encode.c count = tree_pool[tree_pool_size - 1].total_count_ + count 244 third_party/libwebp/utils/huffman_encode.c if (tree[k].total_count_ <= count) { count 249 third_party/libwebp/utils/huffman_encode.c tree[k].total_count_ = count; count 97 third_party/libwebp/utils/quant_levels.c const double count = q_count[slot]; count 98 third_party/libwebp/utils/quant_levels.c if (count > 0.) { count 99 third_party/libwebp/utils/quant_levels.c inv_q_level[slot] = q_sum[slot] / count; count 2416 third_party/libxml/src/HTMLparser.c int count = 0; count 2435 third_party/libxml/src/HTMLparser.c count = in - ctxt->input->cur; count 2436 third_party/libxml/src/HTMLparser.c ret = xmlDictLookup(ctxt->dict, ctxt->input->cur, count); count 2438 third_party/libxml/src/HTMLparser.c ctxt->nbChars += count; count 2439 third_party/libxml/src/HTMLparser.c ctxt->input->col += count; count 2450 third_party/libxml/src/HTMLparser.c int count = 0; count 2469 third_party/libxml/src/HTMLparser.c if (count++ > 100) { count 2470 third_party/libxml/src/HTMLparser.c count = 0; count 3066 third_party/libxml/src/HTMLparser.c int count = 0; count 3123 third_party/libxml/src/HTMLparser.c count++; count 3124 third_party/libxml/src/HTMLparser.c if (count > 50) { count 3126 third_party/libxml/src/HTMLparser.c count = 0; count 2182 third_party/libxml/src/catalog.c int count = 0; count 2216 third_party/libxml/src/catalog.c count++; count 405 third_party/libxml/src/list.c int count=0; count 411 third_party/libxml/src/list.c count++; count 412 third_party/libxml/src/list.c return count; count 497 third_party/libxml/src/list.c int count=0; count 502 third_party/libxml/src/list.c for(lk = l->sentinel->next; lk != l->sentinel; lk = lk->next, count++); count 503 third_party/libxml/src/list.c return count; count 2040 third_party/libxml/src/parser.c int count = 0; count 2051 third_party/libxml/src/parser.c if (count++ > 20) { count 2052 third_party/libxml/src/parser.c count = 0; count 2059 third_party/libxml/src/parser.c else if ((RAW >= 'a') && (RAW <= 'f') && (count < 20)) count 2061 third_party/libxml/src/parser.c else if ((RAW >= 'A') && (RAW <= 'F') && (count < 20)) count 2072 third_party/libxml/src/parser.c count++; count 2084 third_party/libxml/src/parser.c if (count++ > 20) { count 2085 third_party/libxml/src/parser.c count = 0; count 2101 third_party/libxml/src/parser.c count++; count 3049 third_party/libxml/src/parser.c int count = 0; count 3109 third_party/libxml/src/parser.c if (count++ > 100) { count 3110 third_party/libxml/src/parser.c count = 0; count 3135 third_party/libxml/src/parser.c if (count++ > 100) { count 3136 third_party/libxml/src/parser.c count = 0; count 3171 third_party/libxml/src/parser.c int count = 0; count 3194 third_party/libxml/src/parser.c count = in - ctxt->input->cur; count 3195 third_party/libxml/src/parser.c ret = xmlDictLookup(ctxt->dict, ctxt->input->cur, count); count 3197 third_party/libxml/src/parser.c ctxt->nbChars += count; count 3198 third_party/libxml/src/parser.c ctxt->input->col += count; count 3212 third_party/libxml/src/parser.c int count = 0; count 3230 third_party/libxml/src/parser.c if (count++ > 100) { count 3231 third_party/libxml/src/parser.c count = 0; count 3262 third_party/libxml/src/parser.c int count = 0; count 3283 third_party/libxml/src/parser.c count = in - ctxt->input->cur; count 3284 third_party/libxml/src/parser.c ret = xmlDictLookup(ctxt->dict, ctxt->input->cur, count); count 3286 third_party/libxml/src/parser.c ctxt->nbChars += count; count 3287 third_party/libxml/src/parser.c ctxt->input->col += count; count 3437 third_party/libxml/src/parser.c int count = 0; count 3449 third_party/libxml/src/parser.c if (count++ > 100) { count 3450 third_party/libxml/src/parser.c count = 0; count 3471 third_party/libxml/src/parser.c if (count++ > 100) { count 3472 third_party/libxml/src/parser.c count = 0; count 3928 third_party/libxml/src/parser.c int count = 0; count 3963 third_party/libxml/src/parser.c count++; count 3964 third_party/libxml/src/parser.c if (count > 50) { count 3966 third_party/libxml/src/parser.c count = 0; count 4009 third_party/libxml/src/parser.c int count = 0; count 4044 third_party/libxml/src/parser.c count++; count 4045 third_party/libxml/src/parser.c if (count > 50) { count 4047 third_party/libxml/src/parser.c count = 0; count 4283 third_party/libxml/src/parser.c int count = 0; count 4324 third_party/libxml/src/parser.c count++; count 4325 third_party/libxml/src/parser.c if (count > 50) { count 4327 third_party/libxml/src/parser.c count = 0; count 4463 third_party/libxml/src/parser.c int count = 0; count 4526 third_party/libxml/src/parser.c count++; count 4527 third_party/libxml/src/parser.c if (count > 50) { count 4529 third_party/libxml/src/parser.c count = 0; count 4858 third_party/libxml/src/parser.c int count = 0; count 4922 third_party/libxml/src/parser.c count++; count 4923 third_party/libxml/src/parser.c if (count > 50) { count 4929 third_party/libxml/src/parser.c count = 0; count 7691 third_party/libxml/src/parser.c int count = 0; count 7735 third_party/libxml/src/parser.c if (count++ > 100) { count 7736 third_party/libxml/src/parser.c count = 0; count 9353 third_party/libxml/src/parser.c int count = 0; count 9401 third_party/libxml/src/parser.c count++; count 9402 third_party/libxml/src/parser.c if (count > 50) { count 9408 third_party/libxml/src/parser.c count = 0; count 2998 third_party/libxml/src/runtest.c char count = 0; count 3045 third_party/libxml/src/runtest.c count = base2[len - 5]; count 3047 third_party/libxml/src/runtest.c prefix, count); count 3050 third_party/libxml/src/runtest.c prefix, count); count 3175 third_party/libxml/src/runtest.c char count = 0; count 3210 third_party/libxml/src/runtest.c count = base2[len - 5]; count 3212 third_party/libxml/src/runtest.c prefix, count); count 3215 third_party/libxml/src/runtest.c prefix, count); count 3262 third_party/libxml/src/runtest.c char count = 0; count 3299 third_party/libxml/src/runtest.c count = base2[len - 5]; count 3301 third_party/libxml/src/runtest.c prefix, count); count 3304 third_party/libxml/src/runtest.c prefix, count); count 802 third_party/libxml/src/testHTML.c int i, count; count 838 third_party/libxml/src/testHTML.c for (count = 0;count < 100 * repeat;count++) { count 40 third_party/libxml/src/testReader.c static int count = 0; count 58 third_party/libxml/src/testReader.c if (count) { count 70 third_party/libxml/src/testReader.c if (count) { count 97 third_party/libxml/src/testReader.c } else if (count) count 119 third_party/libxml/src/testReader.c count++; count 129 third_party/libxml/src/threads.c unsigned int count; count 133 third_party/libxml/src/threads.c int32 count; count 312 third_party/libxml/src/threads.c tok->count = 0; count 318 third_party/libxml/src/threads.c tok->count = 0; count 381 third_party/libxml/src/threads.c ++tok->count; count 384 third_party/libxml/src/threads.c tok->count++; count 388 third_party/libxml/src/threads.c tok->count = 1; count 417 third_party/libxml/src/threads.c if (!--tok->count) count 421 third_party/libxml/src/threads.c tok->count--; count 422 third_party/libxml/src/threads.c if (tok->count == 0) { count 911 third_party/libxml/src/trio.c int count = 0; count 936 third_party/libxml/src/trio.c count += internalThousandSeparatorLength; count 939 third_party/libxml/src/trio.c return count; count 2182 third_party/libxml/src/trio.c int count; count 2260 third_party/libxml/src/trio.c count = (! ((flags & FLAGS_LEFTADJUST) || (precision == NO_PRECISION))) count 2276 third_party/libxml/src/trio.c if (!(flags & FLAGS_NILPADDING) || (count == 0)) count 2288 third_party/libxml/src/trio.c while (width-- > count) count 2311 third_party/libxml/src/trio.c if (!(flags & FLAGS_NILPADDING) || (count == 0)) count 5431 third_party/libxml/src/trio.c int count; count 5468 third_party/libxml/src/trio.c count = self->processed; count 5503 third_party/libxml/src/trio.c while (((width == NO_WIDTH) || (self->processed - count < width)) && count 6258 third_party/libxml/src/trio.c int count = data->committed; count 6260 third_party/libxml/src/trio.c count--; /* a character is read, but is not consumed yet */ count 6263 third_party/libxml/src/trio.c *(size_t *)pointer = (size_t)count; count 6268 third_party/libxml/src/trio.c *(ptrdiff_t *)pointer = (ptrdiff_t)count; count 6273 third_party/libxml/src/trio.c *(trio_intmax_t *)pointer = (trio_intmax_t)count; count 6278 third_party/libxml/src/trio.c *(trio_ulonglong_t *)pointer = (trio_ulonglong_t)count; count 6282 third_party/libxml/src/trio.c *(long int *)pointer = (long int)count; count 6286 third_party/libxml/src/trio.c *(short int *)pointer = (short int)count; count 6290 third_party/libxml/src/trio.c *(int *)pointer = (int)count; count 835 third_party/libxml/src/triostr.c size_t count = 0; count 844 third_party/libxml/src/triostr.c count++; count 846 third_party/libxml/src/triostr.c return count; count 891 third_party/libxml/src/triostr.c size_t count; count 901 third_party/libxml/src/triostr.c for (count = 0; count <= max - size; count++) count 903 third_party/libxml/src/triostr.c if (trio_equal_max(substring, size, &string[count])) count 905 third_party/libxml/src/triostr.c result = (char *)&string[count]; count 4092 third_party/libxml/src/valid.c xmlValidateAttributeIdCallback(xmlAttributePtr attr, int *count, count 4094 third_party/libxml/src/valid.c if (attr->atype == XML_ATTRIBUTE_ID) (*count)++; count 59 third_party/libxml/src/xinclude.c int count; /* how many refs use that specific doc */ count 243 third_party/libxml/src/xinclude.c ret->count = 0; count 648 third_party/libxml/src/xinclude.c ref->count = 1; count 718 third_party/libxml/src/xinclude.c newctxt->incTab[i]->count++; /* prevent the recursion from count 728 third_party/libxml/src/xinclude.c newctxt->incTab[i]->count--; count 1511 third_party/libxml/src/xinclude.c ctxt->incTab[nr]->count++; count 1769 third_party/libxml/src/xinclude.c (ctxt->incTab[nr]->count <= 1)) { count 215 third_party/libxml/src/xmlregexp.c int count; count 1130 third_party/libxml/src/xmlregexp.c if (trans->count == REGEXP_ALL_COUNTER) { count 1132 third_party/libxml/src/xmlregexp.c } else if (trans->count >= 0) { count 1133 third_party/libxml/src/xmlregexp.c fprintf(output, "count based %d, ", trans->count); count 1346 third_party/libxml/src/xmlregexp.c int counter, int count) { count 1369 third_party/libxml/src/xmlregexp.c (trans->count == count)) { count 1401 third_party/libxml/src/xmlregexp.c if (count == REGEXP_ALL_COUNTER) count 1403 third_party/libxml/src/xmlregexp.c else if (count >= 0) count 1404 third_party/libxml/src/xmlregexp.c printf("count based %d\n", count); count 1416 third_party/libxml/src/xmlregexp.c state->trans[state->nbTrans].count = count; count 1802 third_party/libxml/src/xmlregexp.c if (to->trans[transnr].count >= 0) { count 1807 third_party/libxml/src/xmlregexp.c -1, to->trans[transnr].count); count 1873 third_party/libxml/src/xmlregexp.c (state->trans[0].count < 0)) { count 1898 third_party/libxml/src/xmlregexp.c tmp->trans[j].count); count 1970 third_party/libxml/src/xmlregexp.c } else if (state->trans[transnr].count < 0) { count 2003 third_party/libxml/src/xmlregexp.c (trans->count < 0) && count 2031 third_party/libxml/src/xmlregexp.c (state->trans[transnr].count >= 0))) { count 2685 third_party/libxml/src/xmlregexp.c (t1->count == t2->count)) count 3241 third_party/libxml/src/xmlregexp.c if (trans->count >= 0) { count 3242 third_party/libxml/src/xmlregexp.c int count; count 3253 third_party/libxml/src/xmlregexp.c count = exec->counts[trans->count]; count 3254 third_party/libxml/src/xmlregexp.c counter = &exec->comp->counters[trans->count]; count 3257 third_party/libxml/src/xmlregexp.c trans->count, count, counter->min, counter->max); count 3259 third_party/libxml/src/xmlregexp.c ret = ((count >= counter->min) && (count <= counter->max)); count 3374 third_party/libxml/src/xmlregexp.c ((trans->count >= 0) && (deter == 0) && count 3382 third_party/libxml/src/xmlregexp.c trans->count, codepoint, exec->index); count 3404 third_party/libxml/src/xmlregexp.c if ((trans->count >= 0) && count 3405 third_party/libxml/src/xmlregexp.c (trans->count < REGEXP_ALL_COUNTER)) { count 3412 third_party/libxml/src/xmlregexp.c trans->count); count 3414 third_party/libxml/src/xmlregexp.c exec->counts[trans->count] = 0; count 3821 third_party/libxml/src/xmlregexp.c if (trans->count == REGEXP_ALL_LAX_COUNTER) { count 3823 third_party/libxml/src/xmlregexp.c int count; count 3830 third_party/libxml/src/xmlregexp.c printf("testing all lax %d\n", trans->count); count 3843 third_party/libxml/src/xmlregexp.c count = exec->counts[t->counter]; count 3844 third_party/libxml/src/xmlregexp.c if ((count < counter->max) && count 3850 third_party/libxml/src/xmlregexp.c if ((count >= counter->min) && count 3851 third_party/libxml/src/xmlregexp.c (count < counter->max) && count 3859 third_party/libxml/src/xmlregexp.c } else if (trans->count == REGEXP_ALL_COUNTER) { count 3861 third_party/libxml/src/xmlregexp.c int count; count 3868 third_party/libxml/src/xmlregexp.c printf("testing all %d\n", trans->count); count 3878 third_party/libxml/src/xmlregexp.c count = exec->counts[t->counter]; count 3879 third_party/libxml/src/xmlregexp.c if ((count < counter->min) || (count > counter->max)) { count 3884 third_party/libxml/src/xmlregexp.c } else if (trans->count >= 0) { count 3885 third_party/libxml/src/xmlregexp.c int count; count 3892 third_party/libxml/src/xmlregexp.c count = exec->counts[trans->count]; count 3893 third_party/libxml/src/xmlregexp.c counter = &exec->comp->counters[trans->count]; count 3896 third_party/libxml/src/xmlregexp.c trans->count, count, counter->min, counter->max); count 3898 third_party/libxml/src/xmlregexp.c ret = ((count >= counter->min) && (count <= counter->max)); count 3912 third_party/libxml/src/xmlregexp.c int count; count 3914 third_party/libxml/src/xmlregexp.c count = exec->counts[trans->counter]; count 3916 third_party/libxml/src/xmlregexp.c if (count >= counter->max) count 4005 third_party/libxml/src/xmlregexp.c if ((trans->count >= 0) && count 4006 third_party/libxml/src/xmlregexp.c (trans->count < REGEXP_ALL_COUNTER)) { count 4009 third_party/libxml/src/xmlregexp.c trans->count); count 4011 third_party/libxml/src/xmlregexp.c exec->counts[trans->count] = 0; count 4275 third_party/libxml/src/xmlregexp.c if (trans->count == REGEXP_ALL_LAX_COUNTER) { count 4278 third_party/libxml/src/xmlregexp.c } else if (trans->count == REGEXP_ALL_COUNTER) { count 4283 third_party/libxml/src/xmlregexp.c int count; count 4286 third_party/libxml/src/xmlregexp.c count = exec->errCounts[trans->counter]; count 4288 third_party/libxml/src/xmlregexp.c count = exec->counts[trans->counter]; count 4291 third_party/libxml/src/xmlregexp.c if ((counter == NULL) || (count < counter->max)) { count 4319 third_party/libxml/src/xmlregexp.c if (trans->count == REGEXP_ALL_LAX_COUNTER) { count 4321 third_party/libxml/src/xmlregexp.c } else if (trans->count == REGEXP_ALL_COUNTER) { count 4440 third_party/libxml/src/xmlregexp.c if (trans->count >= 0) { count 4441 third_party/libxml/src/xmlregexp.c int count; count 4448 third_party/libxml/src/xmlregexp.c count = exec->counts[trans->count]; count 4449 third_party/libxml/src/xmlregexp.c counter = &exec->comp->counters[trans->count]; count 4452 third_party/libxml/src/xmlregexp.c trans->count, count, counter->min, counter->max); count 4454 third_party/libxml/src/xmlregexp.c ret = ((count >= counter->min) && (count <= counter->max)); count 4526 third_party/libxml/src/xmlregexp.c if (trans->count >= 0) { count 4528 third_party/libxml/src/xmlregexp.c printf("Reset count %d\n", trans->count); count 4530 third_party/libxml/src/xmlregexp.c exec->counts[trans->count] = 0; count 6431 third_party/libxml/src/xmlregexp.c } count; count 6439 third_party/libxml/src/xmlregexp.c #define exp_min field.count.f_min count 6440 third_party/libxml/src/xmlregexp.c #define exp_max field.count.f_max count 8023 third_party/libxml/src/xmlschemas.c int i, count = 0; count 8026 third_party/libxml/src/xmlschemas.c count++; count 8029 third_party/libxml/src/xmlschemas.c (count * 2 + 1) * sizeof(const xmlChar *)); count 8036 third_party/libxml/src/xmlschemas.c for (i = 0; i < count; i++) { count 8040 third_party/libxml/src/xmlschemas.c nsArray[count * 2] = NULL; count 21704 third_party/libxml/src/xmlschemas.c int count = 0; count 21739 third_party/libxml/src/xmlschemas.c count++; /* TODO: Don't use the schema's dict. */ count 21766 third_party/libxml/src/xmlschemas.c count++; /* TODO: Don't use the schema's dict. */ count 22566 third_party/libxml/src/xmlschemas.c int count) count 22572 third_party/libxml/src/xmlschemas.c for (i = 0; i < count; i++) { count 22584 third_party/libxml/src/xmlschemas.c if (i < count -1) count 520 third_party/libxml/src/xmlwriter.c int count; count 560 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "<?xml version="); count 561 third_party/libxml/src/xmlwriter.c if (count < 0) count 563 third_party/libxml/src/xmlwriter.c sum += count; count 564 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); count 565 third_party/libxml/src/xmlwriter.c if (count < 0) count 567 third_party/libxml/src/xmlwriter.c sum += count; count 569 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, version); count 571 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "1.0"); count 572 third_party/libxml/src/xmlwriter.c if (count < 0) count 574 third_party/libxml/src/xmlwriter.c sum += count; count 575 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); count 576 third_party/libxml/src/xmlwriter.c if (count < 0) count 578 third_party/libxml/src/xmlwriter.c sum += count; count 580 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, " encoding="); count 581 third_party/libxml/src/xmlwriter.c if (count < 0) count 583 third_party/libxml/src/xmlwriter.c sum += count; count 584 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); count 585 third_party/libxml/src/xmlwriter.c if (count < 0) count 587 third_party/libxml/src/xmlwriter.c sum += count; count 588 third_party/libxml/src/xmlwriter.c count = count 591 third_party/libxml/src/xmlwriter.c if (count < 0) count 593 third_party/libxml/src/xmlwriter.c sum += count; count 594 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); count 595 third_party/libxml/src/xmlwriter.c if (count < 0) count 597 third_party/libxml/src/xmlwriter.c sum += count; count 601 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, " standalone="); count 602 third_party/libxml/src/xmlwriter.c if (count < 0) count 604 third_party/libxml/src/xmlwriter.c sum += count; count 605 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); count 606 third_party/libxml/src/xmlwriter.c if (count < 0) count 608 third_party/libxml/src/xmlwriter.c sum += count; count 609 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, standalone); count 610 third_party/libxml/src/xmlwriter.c if (count < 0) count 612 third_party/libxml/src/xmlwriter.c sum += count; count 613 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); count 614 third_party/libxml/src/xmlwriter.c if (count < 0) count 616 third_party/libxml/src/xmlwriter.c sum += count; count 619 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "?>\n"); count 620 third_party/libxml/src/xmlwriter.c if (count < 0) count 622 third_party/libxml/src/xmlwriter.c sum += count; count 639 third_party/libxml/src/xmlwriter.c int count; count 659 third_party/libxml/src/xmlwriter.c count = xmlTextWriterEndElement(writer); count 660 third_party/libxml/src/xmlwriter.c if (count < 0) count 662 third_party/libxml/src/xmlwriter.c sum += count; count 666 third_party/libxml/src/xmlwriter.c count = xmlTextWriterEndPI(writer); count 667 third_party/libxml/src/xmlwriter.c if (count < 0) count 669 third_party/libxml/src/xmlwriter.c sum += count; count 672 third_party/libxml/src/xmlwriter.c count = xmlTextWriterEndCDATA(writer); count 673 third_party/libxml/src/xmlwriter.c if (count < 0) count 675 third_party/libxml/src/xmlwriter.c sum += count; count 686 third_party/libxml/src/xmlwriter.c count = xmlTextWriterEndDTD(writer); count 687 third_party/libxml/src/xmlwriter.c if (count < 0) count 689 third_party/libxml/src/xmlwriter.c sum += count; count 692 third_party/libxml/src/xmlwriter.c count = xmlTextWriterEndComment(writer); count 693 third_party/libxml/src/xmlwriter.c if (count < 0) count 695 third_party/libxml/src/xmlwriter.c sum += count; count 703 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "\n"); count 704 third_party/libxml/src/xmlwriter.c if (count < 0) count 706 third_party/libxml/src/xmlwriter.c sum += count; count 725 third_party/libxml/src/xmlwriter.c int count; count 747 third_party/libxml/src/xmlwriter.c count = xmlTextWriterOutputNSDecl(writer); count 748 third_party/libxml/src/xmlwriter.c if (count < 0) count 750 third_party/libxml/src/xmlwriter.c sum += count; count 751 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, ">"); count 752 third_party/libxml/src/xmlwriter.c if (count < 0) count 754 third_party/libxml/src/xmlwriter.c sum += count; count 756 third_party/libxml/src/xmlwriter.c count = count 758 third_party/libxml/src/xmlwriter.c if (count < 0) count 760 third_party/libxml/src/xmlwriter.c sum += count; count 784 third_party/libxml/src/xmlwriter.c count = xmlTextWriterWriteIndent(writer); count 785 third_party/libxml/src/xmlwriter.c if (count < 0) count 787 third_party/libxml/src/xmlwriter.c sum += count; count 790 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "<!--"); count 791 third_party/libxml/src/xmlwriter.c if (count < 0) count 793 third_party/libxml/src/xmlwriter.c sum += count; count 809 third_party/libxml/src/xmlwriter.c int count; count 834 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "-->"); count 835 third_party/libxml/src/xmlwriter.c if (count < 0) count 837 third_party/libxml/src/xmlwriter.c sum += count; count 844 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "\n"); count 845 third_party/libxml/src/xmlwriter.c if (count < 0) count 847 third_party/libxml/src/xmlwriter.c sum += count; count 924 third_party/libxml/src/xmlwriter.c int count; count 928 third_party/libxml/src/xmlwriter.c count = xmlTextWriterStartComment(writer); count 929 third_party/libxml/src/xmlwriter.c if (count < 0) count 931 third_party/libxml/src/xmlwriter.c sum += count; count 932 third_party/libxml/src/xmlwriter.c count = xmlTextWriterWriteString(writer, content); count 933 third_party/libxml/src/xmlwriter.c if (count < 0) count 935 third_party/libxml/src/xmlwriter.c sum += count; count 936 third_party/libxml/src/xmlwriter.c count = xmlTextWriterEndComment(writer); count 937 third_party/libxml/src/xmlwriter.c if (count < 0) count 939 third_party/libxml/src/xmlwriter.c sum += count; count 956 third_party/libxml/src/xmlwriter.c int count; count 976 third_party/libxml/src/xmlwriter.c count = xmlTextWriterEndAttribute(writer); count 977 third_party/libxml/src/xmlwriter.c if (count < 0) count 979 third_party/libxml/src/xmlwriter.c sum += count; count 983 third_party/libxml/src/xmlwriter.c count = xmlTextWriterOutputNSDecl(writer); count 984 third_party/libxml/src/xmlwriter.c if (count < 0) count 986 third_party/libxml/src/xmlwriter.c sum += count; count 987 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, ">"); count 988 third_party/libxml/src/xmlwriter.c if (count < 0) count 990 third_party/libxml/src/xmlwriter.c sum += count; count 992 third_party/libxml/src/xmlwriter.c count = count 1022 third_party/libxml/src/xmlwriter.c count = xmlTextWriterWriteIndent(writer); count 1023 third_party/libxml/src/xmlwriter.c sum += count; count 1026 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "<"); count 1027 third_party/libxml/src/xmlwriter.c if (count < 0) count 1029 third_party/libxml/src/xmlwriter.c sum += count; count 1030 third_party/libxml/src/xmlwriter.c count = count 1032 third_party/libxml/src/xmlwriter.c if (count < 0) count 1034 third_party/libxml/src/xmlwriter.c sum += count; count 1055 third_party/libxml/src/xmlwriter.c int count; count 1070 third_party/libxml/src/xmlwriter.c count = xmlTextWriterStartElement(writer, buf); count 1072 third_party/libxml/src/xmlwriter.c if (count < 0) count 1074 third_party/libxml/src/xmlwriter.c sum += count; count 1118 third_party/libxml/src/xmlwriter.c int count; count 1143 third_party/libxml/src/xmlwriter.c count = xmlTextWriterEndAttribute(writer); count 1144 third_party/libxml/src/xmlwriter.c if (count < 0) { count 1149 third_party/libxml/src/xmlwriter.c sum += count; count 1153 third_party/libxml/src/xmlwriter.c count = xmlTextWriterOutputNSDecl(writer); count 1154 third_party/libxml/src/xmlwriter.c if (count < 0) count 1156 third_party/libxml/src/xmlwriter.c sum += count; count 1160 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "/>"); count 1161 third_party/libxml/src/xmlwriter.c if (count < 0) count 1163 third_party/libxml/src/xmlwriter.c sum += count; count 1167 third_party/libxml/src/xmlwriter.c count = xmlTextWriterWriteIndent(writer); count 1168 third_party/libxml/src/xmlwriter.c sum += count; count 1172 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "</"); count 1173 third_party/libxml/src/xmlwriter.c if (count < 0) count 1175 third_party/libxml/src/xmlwriter.c sum += count; count 1176 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, count 1178 third_party/libxml/src/xmlwriter.c if (count < 0) count 1180 third_party/libxml/src/xmlwriter.c sum += count; count 1181 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, ">"); count 1182 third_party/libxml/src/xmlwriter.c if (count < 0) count 1184 third_party/libxml/src/xmlwriter.c sum += count; count 1191 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "\n"); count 1192 third_party/libxml/src/xmlwriter.c sum += count; count 1210 third_party/libxml/src/xmlwriter.c int count; count 1229 third_party/libxml/src/xmlwriter.c count = xmlTextWriterEndAttribute(writer); count 1230 third_party/libxml/src/xmlwriter.c if (count < 0) count 1232 third_party/libxml/src/xmlwriter.c sum += count; count 1236 third_party/libxml/src/xmlwriter.c count = xmlTextWriterOutputNSDecl(writer); count 1237 third_party/libxml/src/xmlwriter.c if (count < 0) count 1239 third_party/libxml/src/xmlwriter.c sum += count; count 1241 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, ">"); count 1242 third_party/libxml/src/xmlwriter.c if (count < 0) count 1244 third_party/libxml/src/xmlwriter.c sum += count; count 1250 third_party/libxml/src/xmlwriter.c count = xmlTextWriterWriteIndent(writer); count 1251 third_party/libxml/src/xmlwriter.c sum += count; count 1255 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "</"); count 1256 third_party/libxml/src/xmlwriter.c if (count < 0) count 1258 third_party/libxml/src/xmlwriter.c sum += count; count 1259 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, count 1261 third_party/libxml/src/xmlwriter.c if (count < 0) count 1263 third_party/libxml/src/xmlwriter.c sum += count; count 1264 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, ">"); count 1265 third_party/libxml/src/xmlwriter.c if (count < 0) count 1267 third_party/libxml/src/xmlwriter.c sum += count; count 1274 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "\n"); count 1275 third_party/libxml/src/xmlwriter.c sum += count; count 1352 third_party/libxml/src/xmlwriter.c int count; count 1373 third_party/libxml/src/xmlwriter.c count = xmlTextWriterHandleStateDependencies(writer, p); count 1374 third_party/libxml/src/xmlwriter.c if (count < 0) count 1376 third_party/libxml/src/xmlwriter.c sum += count; count 1383 third_party/libxml/src/xmlwriter.c count = count 1385 third_party/libxml/src/xmlwriter.c if (count < 0) count 1387 third_party/libxml/src/xmlwriter.c sum += count; count 1478 third_party/libxml/src/xmlwriter.c int count; count 1514 third_party/libxml/src/xmlwriter.c count = xmlTextWriterWriteRaw(writer, buf); count 1519 third_party/libxml/src/xmlwriter.c if (count < 0) count 1521 third_party/libxml/src/xmlwriter.c sum += count; count 1551 third_party/libxml/src/xmlwriter.c int count; count 1588 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWrite(out, 2, B64CRLF); count 1589 third_party/libxml/src/xmlwriter.c if (count == -1) count 1591 third_party/libxml/src/xmlwriter.c sum += count; count 1594 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWrite(out, 4, (const char *) ogroup); count 1595 third_party/libxml/src/xmlwriter.c if (count == -1) count 1597 third_party/libxml/src/xmlwriter.c sum += count; count 1624 third_party/libxml/src/xmlwriter.c int count; count 1637 third_party/libxml/src/xmlwriter.c count = xmlTextWriterHandleStateDependencies(writer, p); count 1638 third_party/libxml/src/xmlwriter.c if (count < 0) count 1640 third_party/libxml/src/xmlwriter.c sum += count; count 1647 third_party/libxml/src/xmlwriter.c count = count 1650 third_party/libxml/src/xmlwriter.c if (count < 0) count 1652 third_party/libxml/src/xmlwriter.c sum += count; count 1673 third_party/libxml/src/xmlwriter.c int count; count 1685 third_party/libxml/src/xmlwriter.c count = count 1688 third_party/libxml/src/xmlwriter.c if (count == -1) count 1690 third_party/libxml/src/xmlwriter.c sum += count; count 1691 third_party/libxml/src/xmlwriter.c count = count 1694 third_party/libxml/src/xmlwriter.c if (count == -1) count 1696 third_party/libxml/src/xmlwriter.c sum += count; count 1717 third_party/libxml/src/xmlwriter.c int count; count 1730 third_party/libxml/src/xmlwriter.c count = xmlTextWriterHandleStateDependencies(writer, p); count 1731 third_party/libxml/src/xmlwriter.c if (count < 0) count 1733 third_party/libxml/src/xmlwriter.c sum += count; count 1740 third_party/libxml/src/xmlwriter.c count = count 1743 third_party/libxml/src/xmlwriter.c if (count < 0) count 1745 third_party/libxml/src/xmlwriter.c sum += count; count 1762 third_party/libxml/src/xmlwriter.c int count; count 1781 third_party/libxml/src/xmlwriter.c count = xmlTextWriterEndAttribute(writer); count 1782 third_party/libxml/src/xmlwriter.c if (count < 0) count 1784 third_party/libxml/src/xmlwriter.c sum += count; count 1787 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, " "); count 1788 third_party/libxml/src/xmlwriter.c if (count < 0) count 1790 third_party/libxml/src/xmlwriter.c sum += count; count 1791 third_party/libxml/src/xmlwriter.c count = count 1794 third_party/libxml/src/xmlwriter.c if (count < 0) count 1796 third_party/libxml/src/xmlwriter.c sum += count; count 1797 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "="); count 1798 third_party/libxml/src/xmlwriter.c if (count < 0) count 1800 third_party/libxml/src/xmlwriter.c sum += count; count 1801 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); count 1802 third_party/libxml/src/xmlwriter.c if (count < 0) count 1804 third_party/libxml/src/xmlwriter.c sum += count; count 1830 third_party/libxml/src/xmlwriter.c int count; count 1897 third_party/libxml/src/xmlwriter.c count = xmlTextWriterStartAttribute(writer, buf); count 1899 third_party/libxml/src/xmlwriter.c if (count < 0) count 1901 third_party/libxml/src/xmlwriter.c sum += count; count 1917 third_party/libxml/src/xmlwriter.c int count; count 1940 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); count 1941 third_party/libxml/src/xmlwriter.c if (count < 0) { count 1944 third_party/libxml/src/xmlwriter.c sum += count; count 2026 third_party/libxml/src/xmlwriter.c int count; count 2030 third_party/libxml/src/xmlwriter.c count = xmlTextWriterStartAttribute(writer, name); count 2031 third_party/libxml/src/xmlwriter.c if (count < 0) count 2033 third_party/libxml/src/xmlwriter.c sum += count; count 2034 third_party/libxml/src/xmlwriter.c count = xmlTextWriterWriteString(writer, content); count 2035 third_party/libxml/src/xmlwriter.c if (count < 0) count 2037 third_party/libxml/src/xmlwriter.c sum += count; count 2038 third_party/libxml/src/xmlwriter.c count = xmlTextWriterEndAttribute(writer); count 2039 third_party/libxml/src/xmlwriter.c if (count < 0) count 2041 third_party/libxml/src/xmlwriter.c sum += count; count 2133 third_party/libxml/src/xmlwriter.c int count; count 2140 third_party/libxml/src/xmlwriter.c count = xmlTextWriterStartAttributeNS(writer, prefix, name, namespaceURI); count 2141 third_party/libxml/src/xmlwriter.c if (count < 0) count 2143 third_party/libxml/src/xmlwriter.c sum += count; count 2144 third_party/libxml/src/xmlwriter.c count = xmlTextWriterWriteString(writer, content); count 2145 third_party/libxml/src/xmlwriter.c if (count < 0) count 2147 third_party/libxml/src/xmlwriter.c sum += count; count 2148 third_party/libxml/src/xmlwriter.c count = xmlTextWriterEndAttribute(writer); count 2149 third_party/libxml/src/xmlwriter.c if (count < 0) count 2151 third_party/libxml/src/xmlwriter.c sum += count; count 2229 third_party/libxml/src/xmlwriter.c int count; count 2233 third_party/libxml/src/xmlwriter.c count = xmlTextWriterStartElement(writer, name); count 2234 third_party/libxml/src/xmlwriter.c if (count == -1) count 2236 third_party/libxml/src/xmlwriter.c sum += count; count 2237 third_party/libxml/src/xmlwriter.c count = xmlTextWriterWriteString(writer, content); count 2238 third_party/libxml/src/xmlwriter.c if (count == -1) count 2240 third_party/libxml/src/xmlwriter.c sum += count; count 2241 third_party/libxml/src/xmlwriter.c count = xmlTextWriterEndElement(writer); count 2242 third_party/libxml/src/xmlwriter.c if (count == -1) count 2244 third_party/libxml/src/xmlwriter.c sum += count; count 2336 third_party/libxml/src/xmlwriter.c int count; count 2343 third_party/libxml/src/xmlwriter.c count = count 2345 third_party/libxml/src/xmlwriter.c if (count < 0) count 2347 third_party/libxml/src/xmlwriter.c sum += count; count 2348 third_party/libxml/src/xmlwriter.c count = xmlTextWriterWriteString(writer, content); count 2349 third_party/libxml/src/xmlwriter.c if (count == -1) count 2351 third_party/libxml/src/xmlwriter.c sum += count; count 2352 third_party/libxml/src/xmlwriter.c count = xmlTextWriterEndElement(writer); count 2353 third_party/libxml/src/xmlwriter.c if (count == -1) count 2355 third_party/libxml/src/xmlwriter.c sum += count; count 2372 third_party/libxml/src/xmlwriter.c int count; count 2393 third_party/libxml/src/xmlwriter.c count = xmlTextWriterEndAttribute(writer); count 2394 third_party/libxml/src/xmlwriter.c if (count < 0) count 2396 third_party/libxml/src/xmlwriter.c sum += count; count 2400 third_party/libxml/src/xmlwriter.c count = xmlTextWriterOutputNSDecl(writer); count 2401 third_party/libxml/src/xmlwriter.c if (count < 0) count 2403 third_party/libxml/src/xmlwriter.c sum += count; count 2404 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, ">"); count 2405 third_party/libxml/src/xmlwriter.c if (count < 0) count 2407 third_party/libxml/src/xmlwriter.c sum += count; count 2444 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "<?"); count 2445 third_party/libxml/src/xmlwriter.c if (count < 0) count 2447 third_party/libxml/src/xmlwriter.c sum += count; count 2448 third_party/libxml/src/xmlwriter.c count = count 2450 third_party/libxml/src/xmlwriter.c if (count < 0) count 2452 third_party/libxml/src/xmlwriter.c sum += count; count 2468 third_party/libxml/src/xmlwriter.c int count; count 2488 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "?>"); count 2489 third_party/libxml/src/xmlwriter.c if (count < 0) count 2491 third_party/libxml/src/xmlwriter.c sum += count; count 2498 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "\n"); count 2499 third_party/libxml/src/xmlwriter.c if (count < 0) count 2501 third_party/libxml/src/xmlwriter.c sum += count; count 2580 third_party/libxml/src/xmlwriter.c int count; count 2584 third_party/libxml/src/xmlwriter.c count = xmlTextWriterStartPI(writer, target); count 2585 third_party/libxml/src/xmlwriter.c if (count == -1) count 2587 third_party/libxml/src/xmlwriter.c sum += count; count 2589 third_party/libxml/src/xmlwriter.c count = xmlTextWriterWriteString(writer, content); count 2590 third_party/libxml/src/xmlwriter.c if (count == -1) count 2592 third_party/libxml/src/xmlwriter.c sum += count; count 2594 third_party/libxml/src/xmlwriter.c count = xmlTextWriterEndPI(writer); count 2595 third_party/libxml/src/xmlwriter.c if (count == -1) count 2597 third_party/libxml/src/xmlwriter.c sum += count; count 2613 third_party/libxml/src/xmlwriter.c int count; count 2633 third_party/libxml/src/xmlwriter.c count = xmlTextWriterEndAttribute(writer); count 2634 third_party/libxml/src/xmlwriter.c if (count < 0) count 2636 third_party/libxml/src/xmlwriter.c sum += count; count 2640 third_party/libxml/src/xmlwriter.c count = xmlTextWriterOutputNSDecl(writer); count 2641 third_party/libxml/src/xmlwriter.c if (count < 0) count 2643 third_party/libxml/src/xmlwriter.c sum += count; count 2644 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, ">"); count 2645 third_party/libxml/src/xmlwriter.c if (count < 0) count 2647 third_party/libxml/src/xmlwriter.c sum += count; count 2673 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "<![CDATA["); count 2674 third_party/libxml/src/xmlwriter.c if (count < 0) count 2676 third_party/libxml/src/xmlwriter.c sum += count; count 2692 third_party/libxml/src/xmlwriter.c int count; count 2711 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "]]>"); count 2712 third_party/libxml/src/xmlwriter.c if (count < 0) count 2714 third_party/libxml/src/xmlwriter.c sum += count; count 2791 third_party/libxml/src/xmlwriter.c int count; count 2795 third_party/libxml/src/xmlwriter.c count = xmlTextWriterStartCDATA(writer); count 2796 third_party/libxml/src/xmlwriter.c if (count == -1) count 2798 third_party/libxml/src/xmlwriter.c sum += count; count 2800 third_party/libxml/src/xmlwriter.c count = xmlTextWriterWriteString(writer, content); count 2801 third_party/libxml/src/xmlwriter.c if (count == -1) count 2803 third_party/libxml/src/xmlwriter.c sum += count; count 2805 third_party/libxml/src/xmlwriter.c count = xmlTextWriterEndCDATA(writer); count 2806 third_party/libxml/src/xmlwriter.c if (count == -1) count 2808 third_party/libxml/src/xmlwriter.c sum += count; count 2829 third_party/libxml/src/xmlwriter.c int count; count 2864 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "<!DOCTYPE "); count 2865 third_party/libxml/src/xmlwriter.c if (count < 0) count 2867 third_party/libxml/src/xmlwriter.c sum += count; count 2868 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, (const char *) name); count 2869 third_party/libxml/src/xmlwriter.c if (count < 0) count 2871 third_party/libxml/src/xmlwriter.c sum += count; count 2881 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWrite(writer->out, 1, "\n"); count 2883 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWrite(writer->out, 1, " "); count 2884 third_party/libxml/src/xmlwriter.c if (count < 0) count 2886 third_party/libxml/src/xmlwriter.c sum += count; count 2888 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "PUBLIC "); count 2889 third_party/libxml/src/xmlwriter.c if (count < 0) count 2891 third_party/libxml/src/xmlwriter.c sum += count; count 2893 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); count 2894 third_party/libxml/src/xmlwriter.c if (count < 0) count 2896 third_party/libxml/src/xmlwriter.c sum += count; count 2898 third_party/libxml/src/xmlwriter.c count = count 2900 third_party/libxml/src/xmlwriter.c if (count < 0) count 2902 third_party/libxml/src/xmlwriter.c sum += count; count 2904 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); count 2905 third_party/libxml/src/xmlwriter.c if (count < 0) count 2907 third_party/libxml/src/xmlwriter.c sum += count; count 2913 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWrite(writer->out, 1, "\n"); count 2915 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWrite(writer->out, 1, " "); count 2916 third_party/libxml/src/xmlwriter.c if (count < 0) count 2918 third_party/libxml/src/xmlwriter.c sum += count; count 2919 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "SYSTEM "); count 2920 third_party/libxml/src/xmlwriter.c if (count < 0) count 2922 third_party/libxml/src/xmlwriter.c sum += count; count 2925 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "\n "); count 2927 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWrite(writer->out, 1, " "); count 2928 third_party/libxml/src/xmlwriter.c if (count < 0) count 2930 third_party/libxml/src/xmlwriter.c sum += count; count 2933 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); count 2934 third_party/libxml/src/xmlwriter.c if (count < 0) count 2936 third_party/libxml/src/xmlwriter.c sum += count; count 2938 third_party/libxml/src/xmlwriter.c count = count 2940 third_party/libxml/src/xmlwriter.c if (count < 0) count 2942 third_party/libxml/src/xmlwriter.c sum += count; count 2944 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); count 2945 third_party/libxml/src/xmlwriter.c if (count < 0) count 2947 third_party/libxml/src/xmlwriter.c sum += count; count 2965 third_party/libxml/src/xmlwriter.c int count; count 2984 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "]"); count 2985 third_party/libxml/src/xmlwriter.c if (count < 0) count 2987 third_party/libxml/src/xmlwriter.c sum += count; count 2990 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, ">"); count 2993 third_party/libxml/src/xmlwriter.c if (count < 0) count 2995 third_party/libxml/src/xmlwriter.c sum += count; count 2996 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "\n"); count 3003 third_party/libxml/src/xmlwriter.c count = xmlTextWriterEndDTDElement(writer); count 3007 third_party/libxml/src/xmlwriter.c count = xmlTextWriterEndDTDAttlist(writer); count 3012 third_party/libxml/src/xmlwriter.c count = xmlTextWriterEndDTDEntity(writer); count 3015 third_party/libxml/src/xmlwriter.c count = xmlTextWriterEndComment(writer); count 3022 third_party/libxml/src/xmlwriter.c if (count < 0) count 3024 third_party/libxml/src/xmlwriter.c sum += count; count 3115 third_party/libxml/src/xmlwriter.c int count; count 3119 third_party/libxml/src/xmlwriter.c count = xmlTextWriterStartDTD(writer, name, pubid, sysid); count 3120 third_party/libxml/src/xmlwriter.c if (count == -1) count 3122 third_party/libxml/src/xmlwriter.c sum += count; count 3124 third_party/libxml/src/xmlwriter.c count = xmlTextWriterWriteString(writer, subset); count 3125 third_party/libxml/src/xmlwriter.c if (count == -1) count 3127 third_party/libxml/src/xmlwriter.c sum += count; count 3129 third_party/libxml/src/xmlwriter.c count = xmlTextWriterEndDTD(writer); count 3130 third_party/libxml/src/xmlwriter.c if (count == -1) count 3132 third_party/libxml/src/xmlwriter.c sum += count; count 3149 third_party/libxml/src/xmlwriter.c int count; count 3167 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, " ["); count 3168 third_party/libxml/src/xmlwriter.c if (count < 0) count 3170 third_party/libxml/src/xmlwriter.c sum += count; count 3172 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "\n"); count 3173 third_party/libxml/src/xmlwriter.c if (count < 0) count 3175 third_party/libxml/src/xmlwriter.c sum += count; count 3207 third_party/libxml/src/xmlwriter.c count = xmlTextWriterWriteIndent(writer); count 3208 third_party/libxml/src/xmlwriter.c if (count < 0) count 3210 third_party/libxml/src/xmlwriter.c sum += count; count 3213 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "<!ELEMENT "); count 3214 third_party/libxml/src/xmlwriter.c if (count < 0) count 3216 third_party/libxml/src/xmlwriter.c sum += count; count 3217 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, (const char *) name); count 3218 third_party/libxml/src/xmlwriter.c if (count < 0) count 3220 third_party/libxml/src/xmlwriter.c sum += count; count 3236 third_party/libxml/src/xmlwriter.c int count; count 3256 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, ">"); count 3257 third_party/libxml/src/xmlwriter.c if (count < 0) count 3259 third_party/libxml/src/xmlwriter.c sum += count; count 3266 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "\n"); count 3267 third_party/libxml/src/xmlwriter.c if (count < 0) count 3269 third_party/libxml/src/xmlwriter.c sum += count; count 3349 third_party/libxml/src/xmlwriter.c int count; count 3356 third_party/libxml/src/xmlwriter.c count = xmlTextWriterStartDTDElement(writer, name); count 3357 third_party/libxml/src/xmlwriter.c if (count == -1) count 3359 third_party/libxml/src/xmlwriter.c sum += count; count 3361 third_party/libxml/src/xmlwriter.c count = xmlTextWriterWriteString(writer, content); count 3362 third_party/libxml/src/xmlwriter.c if (count == -1) count 3364 third_party/libxml/src/xmlwriter.c sum += count; count 3366 third_party/libxml/src/xmlwriter.c count = xmlTextWriterEndDTDElement(writer); count 3367 third_party/libxml/src/xmlwriter.c if (count == -1) count 3369 third_party/libxml/src/xmlwriter.c sum += count; count 3386 third_party/libxml/src/xmlwriter.c int count; count 3404 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, " ["); count 3405 third_party/libxml/src/xmlwriter.c if (count < 0) count 3407 third_party/libxml/src/xmlwriter.c sum += count; count 3409 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "\n"); count 3410 third_party/libxml/src/xmlwriter.c if (count < 0) count 3412 third_party/libxml/src/xmlwriter.c sum += count; count 3444 third_party/libxml/src/xmlwriter.c count = xmlTextWriterWriteIndent(writer); count 3445 third_party/libxml/src/xmlwriter.c if (count < 0) count 3447 third_party/libxml/src/xmlwriter.c sum += count; count 3450 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "<!ATTLIST "); count 3451 third_party/libxml/src/xmlwriter.c if (count < 0) count 3453 third_party/libxml/src/xmlwriter.c sum += count; count 3454 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, (const char *) name); count 3455 third_party/libxml/src/xmlwriter.c if (count < 0) count 3457 third_party/libxml/src/xmlwriter.c sum += count; count 3473 third_party/libxml/src/xmlwriter.c int count; count 3493 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, ">"); count 3494 third_party/libxml/src/xmlwriter.c if (count < 0) count 3496 third_party/libxml/src/xmlwriter.c sum += count; count 3503 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "\n"); count 3504 third_party/libxml/src/xmlwriter.c if (count < 0) count 3506 third_party/libxml/src/xmlwriter.c sum += count; count 3586 third_party/libxml/src/xmlwriter.c int count; count 3593 third_party/libxml/src/xmlwriter.c count = xmlTextWriterStartDTDAttlist(writer, name); count 3594 third_party/libxml/src/xmlwriter.c if (count == -1) count 3596 third_party/libxml/src/xmlwriter.c sum += count; count 3598 third_party/libxml/src/xmlwriter.c count = xmlTextWriterWriteString(writer, content); count 3599 third_party/libxml/src/xmlwriter.c if (count == -1) count 3601 third_party/libxml/src/xmlwriter.c sum += count; count 3603 third_party/libxml/src/xmlwriter.c count = xmlTextWriterEndDTDAttlist(writer); count 3604 third_party/libxml/src/xmlwriter.c if (count == -1) count 3606 third_party/libxml/src/xmlwriter.c sum += count; count 3625 third_party/libxml/src/xmlwriter.c int count; count 3641 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, " ["); count 3642 third_party/libxml/src/xmlwriter.c if (count < 0) count 3644 third_party/libxml/src/xmlwriter.c sum += count; count 3646 third_party/libxml/src/xmlwriter.c count = count 3648 third_party/libxml/src/xmlwriter.c if (count < 0) count 3650 third_party/libxml/src/xmlwriter.c sum += count; count 3687 third_party/libxml/src/xmlwriter.c count = xmlTextWriterWriteIndent(writer); count 3688 third_party/libxml/src/xmlwriter.c if (count < 0) count 3690 third_party/libxml/src/xmlwriter.c sum += count; count 3693 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "<!ENTITY "); count 3694 third_party/libxml/src/xmlwriter.c if (count < 0) count 3696 third_party/libxml/src/xmlwriter.c sum += count; count 3699 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "% "); count 3700 third_party/libxml/src/xmlwriter.c if (count < 0) count 3702 third_party/libxml/src/xmlwriter.c sum += count; count 3705 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, (const char *) name); count 3706 third_party/libxml/src/xmlwriter.c if (count < 0) count 3708 third_party/libxml/src/xmlwriter.c sum += count; count 3724 third_party/libxml/src/xmlwriter.c int count; count 3743 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); count 3744 third_party/libxml/src/xmlwriter.c if (count < 0) count 3746 third_party/libxml/src/xmlwriter.c sum += count; count 3749 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, ">"); count 3750 third_party/libxml/src/xmlwriter.c if (count < 0) count 3752 third_party/libxml/src/xmlwriter.c sum += count; count 3759 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "\n"); count 3760 third_party/libxml/src/xmlwriter.c if (count < 0) count 3762 third_party/libxml/src/xmlwriter.c sum += count; count 3887 third_party/libxml/src/xmlwriter.c int count; count 3894 third_party/libxml/src/xmlwriter.c count = xmlTextWriterStartDTDEntity(writer, pe, name); count 3895 third_party/libxml/src/xmlwriter.c if (count == -1) count 3897 third_party/libxml/src/xmlwriter.c sum += count; count 3899 third_party/libxml/src/xmlwriter.c count = xmlTextWriterWriteString(writer, content); count 3900 third_party/libxml/src/xmlwriter.c if (count == -1) count 3902 third_party/libxml/src/xmlwriter.c sum += count; count 3904 third_party/libxml/src/xmlwriter.c count = xmlTextWriterEndDTDEntity(writer); count 3905 third_party/libxml/src/xmlwriter.c if (count == -1) count 3907 third_party/libxml/src/xmlwriter.c sum += count; count 3933 third_party/libxml/src/xmlwriter.c int count; count 3942 third_party/libxml/src/xmlwriter.c count = xmlTextWriterStartDTDEntity(writer, pe, name); count 3943 third_party/libxml/src/xmlwriter.c if (count == -1) count 3945 third_party/libxml/src/xmlwriter.c sum += count; count 3947 third_party/libxml/src/xmlwriter.c count = count 3950 third_party/libxml/src/xmlwriter.c if (count < 0) count 3952 third_party/libxml/src/xmlwriter.c sum += count; count 3954 third_party/libxml/src/xmlwriter.c count = xmlTextWriterEndDTDEntity(writer); count 3955 third_party/libxml/src/xmlwriter.c if (count == -1) count 3957 third_party/libxml/src/xmlwriter.c sum += count; count 3979 third_party/libxml/src/xmlwriter.c int count; count 4025 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, " PUBLIC "); count 4026 third_party/libxml/src/xmlwriter.c if (count < 0) count 4028 third_party/libxml/src/xmlwriter.c sum += count; count 4030 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); count 4031 third_party/libxml/src/xmlwriter.c if (count < 0) count 4033 third_party/libxml/src/xmlwriter.c sum += count; count 4035 third_party/libxml/src/xmlwriter.c count = count 4037 third_party/libxml/src/xmlwriter.c if (count < 0) count 4039 third_party/libxml/src/xmlwriter.c sum += count; count 4041 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); count 4042 third_party/libxml/src/xmlwriter.c if (count < 0) count 4044 third_party/libxml/src/xmlwriter.c sum += count; count 4049 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, " SYSTEM"); count 4050 third_party/libxml/src/xmlwriter.c if (count < 0) count 4052 third_party/libxml/src/xmlwriter.c sum += count; count 4055 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, " "); count 4056 third_party/libxml/src/xmlwriter.c if (count < 0) count 4058 third_party/libxml/src/xmlwriter.c sum += count; count 4060 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); count 4061 third_party/libxml/src/xmlwriter.c if (count < 0) count 4063 third_party/libxml/src/xmlwriter.c sum += count; count 4065 third_party/libxml/src/xmlwriter.c count = count 4067 third_party/libxml/src/xmlwriter.c if (count < 0) count 4069 third_party/libxml/src/xmlwriter.c sum += count; count 4071 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); count 4072 third_party/libxml/src/xmlwriter.c if (count < 0) count 4074 third_party/libxml/src/xmlwriter.c sum += count; count 4078 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, " NDATA "); count 4079 third_party/libxml/src/xmlwriter.c if (count < 0) count 4081 third_party/libxml/src/xmlwriter.c sum += count; count 4083 third_party/libxml/src/xmlwriter.c count = count 4086 third_party/libxml/src/xmlwriter.c if (count < 0) count 4088 third_party/libxml/src/xmlwriter.c sum += count; count 4110 third_party/libxml/src/xmlwriter.c int count; count 4128 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, " ["); count 4129 third_party/libxml/src/xmlwriter.c if (count < 0) count 4131 third_party/libxml/src/xmlwriter.c sum += count; count 4133 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "\n"); count 4134 third_party/libxml/src/xmlwriter.c if (count < 0) count 4136 third_party/libxml/src/xmlwriter.c sum += count; count 4148 third_party/libxml/src/xmlwriter.c count = xmlTextWriterWriteIndent(writer); count 4149 third_party/libxml/src/xmlwriter.c if (count < 0) count 4151 third_party/libxml/src/xmlwriter.c sum += count; count 4154 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, "<!NOTATION "); count 4155 third_party/libxml/src/xmlwriter.c if (count < 0) count 4157 third_party/libxml/src/xmlwriter.c sum += count; count 4158 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, (const char *) name); count 4159 third_party/libxml/src/xmlwriter.c if (count < 0) count 4161 third_party/libxml/src/xmlwriter.c sum += count; count 4164 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, " PUBLIC "); count 4165 third_party/libxml/src/xmlwriter.c if (count < 0) count 4167 third_party/libxml/src/xmlwriter.c sum += count; count 4168 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); count 4169 third_party/libxml/src/xmlwriter.c if (count < 0) count 4171 third_party/libxml/src/xmlwriter.c sum += count; count 4172 third_party/libxml/src/xmlwriter.c count = count 4174 third_party/libxml/src/xmlwriter.c if (count < 0) count 4176 third_party/libxml/src/xmlwriter.c sum += count; count 4177 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); count 4178 third_party/libxml/src/xmlwriter.c if (count < 0) count 4180 third_party/libxml/src/xmlwriter.c sum += count; count 4185 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, " SYSTEM"); count 4186 third_party/libxml/src/xmlwriter.c if (count < 0) count 4188 third_party/libxml/src/xmlwriter.c sum += count; count 4190 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, " "); count 4191 third_party/libxml/src/xmlwriter.c if (count < 0) count 4193 third_party/libxml/src/xmlwriter.c sum += count; count 4194 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); count 4195 third_party/libxml/src/xmlwriter.c if (count < 0) count 4197 third_party/libxml/src/xmlwriter.c sum += count; count 4198 third_party/libxml/src/xmlwriter.c count = count 4200 third_party/libxml/src/xmlwriter.c if (count < 0) count 4202 third_party/libxml/src/xmlwriter.c sum += count; count 4203 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); count 4204 third_party/libxml/src/xmlwriter.c if (count < 0) count 4206 third_party/libxml/src/xmlwriter.c sum += count; count 4209 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, ">"); count 4210 third_party/libxml/src/xmlwriter.c if (count < 0) count 4212 third_party/libxml/src/xmlwriter.c sum += count; count 4228 third_party/libxml/src/xmlwriter.c int count; count 4234 third_party/libxml/src/xmlwriter.c count = 0; count 4236 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferFlush(writer->out); count 4238 third_party/libxml/src/xmlwriter.c return count; count 4310 third_party/libxml/src/xmlwriter.c int count; count 4329 third_party/libxml/src/xmlwriter.c count = xmlTextWriterWriteAttribute(writer, prefix, namespaceURI); count 4333 third_party/libxml/src/xmlwriter.c if (count < 0) { count 4338 third_party/libxml/src/xmlwriter.c sum += count; count 4466 third_party/libxml/src/xmlwriter.c int count; count 4479 third_party/libxml/src/xmlwriter.c while (((count = vsnprintf((char *) buf, size, format, locarg)) < 0) count 4480 third_party/libxml/src/xmlwriter.c || (count == size - 1) || (count == size) || (count > size)) { count 4649 third_party/libxml/src/xmlwriter.c int count; count 4666 third_party/libxml/src/xmlwriter.c count = xmlTextWriterOutputNSDecl(writer); count 4667 third_party/libxml/src/xmlwriter.c if (count < 0) count 4669 third_party/libxml/src/xmlwriter.c sum += count; count 4702 third_party/libxml/src/xmlwriter.c count = xmlOutputBufferWriteString(writer->out, extra); count 4703 third_party/libxml/src/xmlwriter.c if (count < 0) count 4705 third_party/libxml/src/xmlwriter.c sum += count; count 2797 third_party/libxml/src/xpath.c long count = 0; count 2805 third_party/libxml/src/xpath.c cur->content = (void *) (-(++count)); count 2829 third_party/libxml/src/xpath.c return(count); count 9741 third_party/libxml/src/xpath.c int count = 0; count 9761 third_party/libxml/src/xpath.c count = in - ctxt->cur; count 9762 third_party/libxml/src/xpath.c if (count == 0) count 9764 third_party/libxml/src/xpath.c ret = xmlStrndup(ctxt->cur, count); count 9822 third_party/libxml/src/xpath.c int count = 0; count 9840 third_party/libxml/src/xpath.c count = in - ctxt->cur; count 9841 third_party/libxml/src/xpath.c ret = xmlStrndup(ctxt->cur, count); count 537 third_party/libxslt/libxslt/numbers.c const xmlChar *count, count 549 third_party/libxslt/libxslt/numbers.c if (count != NULL) count 550 third_party/libxslt/libxslt/numbers.c countPat = xsltCompilePattern(count, doc, elem, NULL, context); count 574 third_party/libxslt/libxslt/numbers.c if (count == NULL) { count 626 third_party/libxslt/libxslt/numbers.c const xmlChar *count, count 641 third_party/libxslt/libxslt/numbers.c if (count != NULL) count 642 third_party/libxslt/libxslt/numbers.c countPat = xsltCompilePattern(count, doc, elem, NULL, context); count 661 third_party/libxslt/libxslt/numbers.c if ((count == NULL && node->type == ancestor->type && count 670 third_party/libxslt/libxslt/numbers.c if (count == NULL) { count 782 third_party/libxslt/libxslt/numbers.c data->count, count 800 third_party/libxslt/libxslt/numbers.c data->count, count 816 third_party/libxslt/libxslt/numbers.c data->count, count 854 third_party/libxslt/libxslt/numbers.c int count=0; /* will hold total length of prefix/suffix */ count 863 third_party/libxslt/libxslt/numbers.c return count; count 870 third_party/libxslt/libxslt/numbers.c return count; count 895 third_party/libxslt/libxslt/numbers.c count += len; count 30 third_party/libxslt/libxslt/numbersInternals.h const xmlChar *count; count 1439 third_party/libxslt/libxslt/preproc.c comp->numdata.count = xsltGetCNsProp(style, cur, (const xmlChar *)"count", count 464 third_party/libxslt/libxslt/xsltlocale.c static int count = 0; count 468 third_party/libxslt/libxslt/xsltlocale.c xsltRFC1766Info *p = xsltLocaleList + count; count 487 third_party/libxslt/libxslt/xsltlocale.c ++count; count 489 third_party/libxslt/libxslt/xsltlocale.c return((count < xsltLocaleListSize) ? TRUE : FALSE); count 447 third_party/npapi/bindings/npapi_extensions.h uint32_t count; count 116 third_party/npapi/bindings/npfunctions.h typedef bool (*NPN_EnumerateProcPtr)(NPP npp, NPObject *obj, NPIdentifier **identifier, uint32_t *count); count 270 third_party/npapi/bindings/npruntime.h uint32_t *count); count 381 third_party/npapi/bindings/npruntime.h uint32_t *count); count 521 third_party/npapi/npspy/common/npn_gate.cpp bool NPN_InvokeDefault(NPP id, NPObject* obj, const NPVariant* args, uint32_t count, NPVariant*result) count 526 third_party/npapi/npspy/common/npn_gate.cpp bool rv = NPNFuncs.invokeDefault(id, obj, args, count, result); count 534 third_party/npapi/npspy/common/npn_gate.cpp bool NPN_Invoke(NPP id, NPObject* obj, NPIdentifier identifier, const NPVariant *args, uint32_t count, NPVariant*result) count 539 third_party/npapi/npspy/common/npn_gate.cpp bool rv = NPNFuncs.invoke(id, obj, identifier, args, count, result); count 630 third_party/npapi/npspy/common/npn_gate.cpp void NPN_GetStringIdentifiers(const NPUTF8 **names, int32_t count, NPIdentifier *identifiers) count 635 third_party/npapi/npspy/common/npn_gate.cpp NPNFuncs.getstringidentifiers(names, count, identifiers); count 120 third_party/npapi/npspy/extern/nspr/md/_beos.h int16 count; count 238 third_party/npapi/npspy/extern/nspr/private/pprthred.h void** baseAddr, PRUword count, void* closure); count 659 third_party/npapi/npspy/extern/nspr/prtrace.h #define PR_GET_TRACE_ENTRIES(buffer,count,found)\ count 660 third_party/npapi/npspy/extern/nspr/prtrace.h PR_GetTraceEntries((buffer),(count),(found)) count 662 third_party/npapi/npspy/extern/nspr/prtrace.h #define PR_GET_TRACE_ENTRIES(buffer,count,found) count 668 third_party/npapi/npspy/extern/nspr/prtrace.h PRInt32 count, /* number to get */ count 296 third_party/npapi/npspy/extern/plugin/npruntime.h uint32_t *count); count 397 third_party/npapi/npspy/extern/plugin/npruntime.h uint32_t *count); count 481 third_party/npapi/npspy/extern/plugin/npupp.h typedef bool (* NP_LOADDS NPN_EnumerateUPP)(NPP npp, NPObject *obj, NPIdentifier **identifier, uint32_t *count); count 130 third_party/npapi/npspy/windows/loggerw.cpp int count = ListBox_GetCount(hWndOutput); count 131 third_party/npapi/npspy/windows/loggerw.cpp ListBox_SetCaretIndex(hWndOutput, count - 1); count 175 third_party/npapi/npspy/windows/loggerw.cpp int count = ListBox_GetCount(hWndOutput); count 176 third_party/npapi/npspy/windows/loggerw.cpp if(count == 32767) count 178 third_party/npapi/npspy/windows/loggerw.cpp ListBox_SetCaretIndex(hWndOutput, count - 1); count 354 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java final int count = in.read(buf, bytesRead, chunkSize - bytesRead); count 355 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java if (count == -1) { count 358 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java bytesRead += count; count 866 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java int count = Math.min(currentPieceRemaining, bytesRemaining); count 868 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java currentPiece.copyTo(b, currentPieceIndex, offset, count); count 869 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java offset += count; count 871 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java currentPieceIndex += count; count 872 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java bytesRemaining -= count; count 341 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java int count = Math.min(Math.min(size, data.length - pos), 250); count 342 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java System.arraycopy(data, pos, buf, offset, count); count 343 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java pos += count; count 344 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java return count; count 477 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java int count = 1 + rng.nextInt(bytes.length - position); count 478 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java output.write(bytes, position, count); count 479 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java position += count; count 213 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java long count = 0; count 290 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java count++; count 296 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java logger.info("Round tripped " + countRoundTripped + " of " + count); count 335 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java long count = 0; count 381 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java count++; count 390 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java logger.info("Round tripped " + countRoundTripped + " of " + count); count 98 third_party/protobuf/java/src/test/java/com/google/protobuf/UnmodifiableLazyStringListTest.java int count = 0; count 101 third_party/protobuf/java/src/test/java/com/google/protobuf/UnmodifiableLazyStringListTest.java count++; count 109 third_party/protobuf/java/src/test/java/com/google/protobuf/UnmodifiableLazyStringListTest.java assertEquals(3, count); count 118 third_party/protobuf/java/src/test/java/com/google/protobuf/UnmodifiableLazyStringListTest.java int count = 0; count 121 third_party/protobuf/java/src/test/java/com/google/protobuf/UnmodifiableLazyStringListTest.java count++; count 141 third_party/protobuf/java/src/test/java/com/google/protobuf/UnmodifiableLazyStringListTest.java assertEquals(3, count); count 281 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc virtual void BackUp(int count) { inner_->BackUp(count); } count 1248 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc if (plugins_.count(plugin_name) > 0) { count 172 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc if (kKeywords.count(result) > 0) { count 122 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc if (already_seen->count(type) > 0) { count 113 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc if (already_seen->count(type) > 0) { count 422 third_party/protobuf/src/google/protobuf/descriptor.cc template<typename Type> Type* AllocateArray(int count); count 803 third_party/protobuf/src/google/protobuf/descriptor.cc Type* DescriptorPool::Tables::AllocateArray(int count) { count 804 third_party/protobuf/src/google/protobuf/descriptor.cc return reinterpret_cast<Type*>(AllocateBytes(sizeof(Type) * count)); count 1074 third_party/protobuf/src/google/protobuf/descriptor.cc tables_->extensions_loaded_from_db_.count(extendee) == 0) { count 1321 third_party/protobuf/src/google/protobuf/descriptor.cc if (tables_->known_bad_files_.count(name) > 0) return false; count 1643 third_party/protobuf/src/google/protobuf/descriptor.cc int count = 1; count 1646 third_party/protobuf/src/google/protobuf/descriptor.cc count = reflection->FieldSize(options, fields[i]); count 1649 third_party/protobuf/src/google/protobuf/descriptor.cc for (int j = 0; j < count; j++) { count 1713 third_party/protobuf/src/google/protobuf/descriptor.cc if (public_dependencies.count(i) > 0) { count 1716 third_party/protobuf/src/google/protobuf/descriptor.cc } else if (weak_dependencies.count(i) > 0) { count 1748 third_party/protobuf/src/google/protobuf/descriptor.cc if (groups.count(message_type(i)) == 0) { count 1806 third_party/protobuf/src/google/protobuf/descriptor.cc if (groups.count(nested_type(i)) == 0) { count 2631 third_party/protobuf/src/google/protobuf/descriptor.cc if (file == file_ || dependencies_.count(file) > 0) return result; count 178 third_party/protobuf/src/google/protobuf/io/coded_stream.cc bool CodedInputStream::Skip(int count) { count 179 third_party/protobuf/src/google/protobuf/io/coded_stream.cc if (count < 0) return false; // security: count is often user-supplied count 183 third_party/protobuf/src/google/protobuf/io/coded_stream.cc if (count <= original_buffer_size) { count 185 third_party/protobuf/src/google/protobuf/io/coded_stream.cc Advance(count); count 195 third_party/protobuf/src/google/protobuf/io/coded_stream.cc count -= original_buffer_size; count 202 third_party/protobuf/src/google/protobuf/io/coded_stream.cc if (bytes_until_limit < count) { count 211 third_party/protobuf/src/google/protobuf/io/coded_stream.cc total_bytes_read_ += count; count 212 third_party/protobuf/src/google/protobuf/io/coded_stream.cc return input_->Skip(count); count 427 third_party/protobuf/src/google/protobuf/io/coded_stream.cc int count = 0; count 431 third_party/protobuf/src/google/protobuf/io/coded_stream.cc if (count == kMaxVarintBytes) return false; count 436 third_party/protobuf/src/google/protobuf/io/coded_stream.cc result |= static_cast<uint64>(b & 0x7F) << (7 * count); count 438 third_party/protobuf/src/google/protobuf/io/coded_stream.cc ++count; count 573 third_party/protobuf/src/google/protobuf/io/coded_stream.cc bool CodedOutputStream::Skip(int count) { count 574 third_party/protobuf/src/google/protobuf/io/coded_stream.cc if (count < 0) return false; count 576 third_party/protobuf/src/google/protobuf/io/coded_stream.cc while (count > buffer_size_) { count 577 third_party/protobuf/src/google/protobuf/io/coded_stream.cc count -= buffer_size_; count 581 third_party/protobuf/src/google/protobuf/io/coded_stream.cc Advance(count); count 179 third_party/protobuf/src/google/protobuf/io/coded_stream.h bool Skip(int count); count 618 third_party/protobuf/src/google/protobuf/io/coded_stream.h bool Skip(int count); count 229 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc virtual void BackUp(int count) { count 232 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc virtual bool Skip(int count) { count 1151 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc void BackUp(int count) { count 1152 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc backup_amount_ = count; count 1155 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc bool Skip(int count) { GOOGLE_LOG(FATAL) << "Not implemented."; return false; } count 163 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc void GzipInputStream::BackUp(int count) { count 165 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc reinterpret_cast<uintptr_t>(output_position_) - count); count 167 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc bool GzipInputStream::Skip(int count) { count 171 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc while (ok && (size < count)) { count 172 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc count -= size; count 175 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc if (size > count) { count 176 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc BackUp(size - count); count 293 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc void GzipOutputStream::BackUp(int count) { count 294 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc GOOGLE_CHECK_GE(zcontext_.avail_in, count); count 295 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc zcontext_.avail_in -= count; count 87 third_party/protobuf/src/google/protobuf/io/gzip_stream.h void BackUp(int count); count 88 third_party/protobuf/src/google/protobuf/io/gzip_stream.h bool Skip(int count); count 180 third_party/protobuf/src/google/protobuf/io/gzip_stream.h void BackUp(int count); count 143 third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc void BackUp(int count) { return array_stream_.BackUp(count); } count 144 third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc bool Skip(int count) { return array_stream_.Skip(count); } count 163 third_party/protobuf/src/google/protobuf/io/zero_copy_stream.h virtual void BackUp(int count) = 0; count 169 third_party/protobuf/src/google/protobuf/io/zero_copy_stream.h virtual bool Skip(int count) = 0; count 224 third_party/protobuf/src/google/protobuf/io/zero_copy_stream.h virtual void BackUp(int count) = 0; count 93 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc void FileInputStream::BackUp(int count) { count 94 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc impl_.BackUp(count); count 97 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc bool FileInputStream::Skip(int count) { count 98 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc return impl_.Skip(count); count 153 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc int FileInputStream::CopyingFileInputStream::Skip(int count) { count 157 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc lseek(file_, count, SEEK_CUR) != (off_t)-1) { count 159 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc return count; count 168 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc return CopyingInputStream::Skip(count); count 196 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc void FileOutputStream::BackUp(int count) { count 197 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc impl_.BackUp(count); count 283 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc void IstreamInputStream::BackUp(int count) { count 284 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc impl_.BackUp(count); count 287 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc bool IstreamInputStream::Skip(int count) { count 288 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc return impl_.Skip(count); count 327 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc void OstreamOutputStream::BackUp(int count) { count 328 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc impl_.BackUp(count); count 352 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc ZeroCopyInputStream* const streams[], int count) count 353 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc : streams_(streams), stream_count_(count), bytes_retired_(0) { count 373 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc void ConcatenatingInputStream::BackUp(int count) { count 375 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc streams_[0]->BackUp(count); count 381 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc bool ConcatenatingInputStream::Skip(int count) { count 385 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc int64 target_byte_count = streams_[0]->ByteCount() + count; count 386 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc if (streams_[0]->Skip(count)) return true; count 392 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc count = target_byte_count - final_byte_count; count 435 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc void LimitingInputStream::BackUp(int count) { count 437 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc input_->BackUp(count - limit_); count 438 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc limit_ = count; count 440 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc input_->BackUp(count); count 441 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc limit_ += count; count 445 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc bool LimitingInputStream::Skip(int count) { count 446 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc if (count > limit_) { count 452 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc if (!input_->Skip(count)) return false; count 453 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc limit_ -= count; count 92 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h void BackUp(int count); count 93 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h bool Skip(int count); count 108 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h int Skip(int count); count 175 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h void BackUp(int count); count 226 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h void BackUp(int count); count 227 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h bool Skip(int count); count 270 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h void BackUp(int count); count 308 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h ConcatenatingInputStream(ZeroCopyInputStream* const streams[], int count); count 313 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h void BackUp(int count); count 314 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h bool Skip(int count); count 339 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h void BackUp(int count); count 340 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h bool Skip(int count); count 80 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc void ArrayInputStream::BackUp(int count) { count 83 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc GOOGLE_CHECK_LE(count, last_returned_size_); count 84 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc GOOGLE_CHECK_GE(count, 0); count 85 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc position_ -= count; count 89 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc bool ArrayInputStream::Skip(int count) { count 90 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc GOOGLE_CHECK_GE(count, 0); count 92 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc if (count > size_ - position_) { count 96 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc position_ += count; count 133 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc void ArrayOutputStream::BackUp(int count) { count 136 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc GOOGLE_CHECK_LE(count, last_returned_size_); count 137 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc GOOGLE_CHECK_GE(count, 0); count 138 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc position_ -= count; count 177 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc void StringOutputStream::BackUp(int count) { count 178 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc GOOGLE_CHECK_GE(count, 0); count 179 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc GOOGLE_CHECK_LE(count, target_->size()); count 180 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc target_->resize(target_->size() - count); count 191 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc int CopyingInputStream::Skip(int count) { count 194 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc while (skipped < count) { count 195 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc int bytes = Read(junk, min(count - skipped, count 257 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc void CopyingInputStreamAdaptor::BackUp(int count) { count 260 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc GOOGLE_CHECK_LE(count, buffer_used_) count 263 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc GOOGLE_CHECK_GE(count, 0) count 266 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc backup_bytes_ = count; count 269 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc bool CopyingInputStreamAdaptor::Skip(int count) { count 270 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc GOOGLE_CHECK_GE(count, 0); count 278 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc if (backup_bytes_ >= count) { count 280 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc backup_bytes_ -= count; count 284 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc count -= backup_bytes_; count 287 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc int skipped = copying_stream_->Skip(count); count 289 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc return skipped == count; count 346 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc void CopyingOutputStreamAdaptor::BackUp(int count) { count 347 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc GOOGLE_CHECK_GE(count, 0); count 350 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc GOOGLE_CHECK_LE(count, buffer_used_) count 354 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc buffer_used_ -= count; count 74 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h void BackUp(int count); count 75 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h bool Skip(int count); count 108 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h void BackUp(int count); count 140 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h void BackUp(int count); count 184 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h virtual int Skip(int count); count 211 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h void BackUp(int count); count 212 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h bool Skip(int count); count 299 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h void BackUp(int count); count 70 third_party/protobuf/src/google/protobuf/reflection_ops.cc int count = from_reflection->FieldSize(from, field); count 71 third_party/protobuf/src/google/protobuf/reflection_ops.cc for (int j = 0; j < count; j++) { count 794 third_party/protobuf/src/google/protobuf/repeated_field_unittest.cc int count = 0; count 797 third_party/protobuf/src/google/protobuf/repeated_field_unittest.cc count += 1; count 799 third_party/protobuf/src/google/protobuf/repeated_field_unittest.cc EXPECT_EQ(count, 1); count 46 third_party/protobuf/src/google/protobuf/stubs/substitute.cc int count = 0; count 47 third_party/protobuf/src/google/protobuf/stubs/substitute.cc while (args_array[count] != NULL && args_array[count]->size() != -1) { count 48 third_party/protobuf/src/google/protobuf/stubs/substitute.cc ++count; count 50 third_party/protobuf/src/google/protobuf/stubs/substitute.cc return count; count 1215 third_party/protobuf/src/google/protobuf/text_format.cc int count = 0; count 1218 third_party/protobuf/src/google/protobuf/text_format.cc count = reflection->FieldSize(message, field); count 1220 third_party/protobuf/src/google/protobuf/text_format.cc count = 1; count 1223 third_party/protobuf/src/google/protobuf/text_format.cc for (int j = 0; j < count; ++j) { count 448 third_party/protobuf/src/google/protobuf/wire_format.cc int count = 0; count 451 third_party/protobuf/src/google/protobuf/wire_format.cc count = message_reflection->FieldSize(message, field); count 453 third_party/protobuf/src/google/protobuf/wire_format.cc count = 1; count 457 third_party/protobuf/src/google/protobuf/wire_format.cc if (is_packed && count > 0) { count 464 third_party/protobuf/src/google/protobuf/wire_format.cc for (int j = 0; j < count; j++) { count 613 third_party/protobuf/src/google/protobuf/wire_format.cc int count = 0; count 615 third_party/protobuf/src/google/protobuf/wire_format.cc count = message_reflection->FieldSize(message, field); count 617 third_party/protobuf/src/google/protobuf/wire_format.cc count = 1; count 631 third_party/protobuf/src/google/protobuf/wire_format.cc our_size += count * TagSize(field->number(), field->type()); count 641 third_party/protobuf/src/google/protobuf/wire_format.cc int count = 0; count 643 third_party/protobuf/src/google/protobuf/wire_format.cc count = message_reflection->FieldSize(message, field); count 645 third_party/protobuf/src/google/protobuf/wire_format.cc count = 1; count 653 third_party/protobuf/src/google/protobuf/wire_format.cc for (int j = 0; j < count; j++) { \ count 666 third_party/protobuf/src/google/protobuf/wire_format.cc data_size += count * WireFormatLite::k##TYPE_METHOD##Size; \ count 693 third_party/protobuf/src/google/protobuf/wire_format.cc for (int j = 0; j < count; j++) { count 708 third_party/protobuf/src/google/protobuf/wire_format.cc for (int j = 0; j < count; j++) { count 228 third_party/qcms/src/iccread.c uint32_t count; count 237 third_party/qcms/src/iccread.c index.count = read_u32(mem, 128); count 238 third_party/qcms/src/iccread.c if (index.count > MAX_TAG_COUNT) { count 243 third_party/qcms/src/iccread.c index.tags = malloc(sizeof(struct tag)*index.count); count 245 third_party/qcms/src/iccread.c for (i = 0; i < index.count; i++) { count 348 third_party/qcms/src/iccread.c for (i = 0; i < index.count; i++) { count 417 third_party/qcms/src/iccread.c uint32_t count; count 426 third_party/qcms/src/iccread.c count = read_u32(src, offset+8); count 429 third_party/qcms/src/iccread.c if (count > MAX_CURVE_ENTRIES) { count 433 third_party/qcms/src/iccread.c curve = malloc(sizeof(struct curveType) + sizeof(uInt16Number)*count); count 437 third_party/qcms/src/iccread.c curve->count = count; count 440 third_party/qcms/src/iccread.c for (i=0; i<count; i++) { count 443 third_party/qcms/src/iccread.c *len = 12 + count * 2; count 445 third_party/qcms/src/iccread.c count = read_u16(src, offset+8); count 447 third_party/qcms/src/iccread.c if (count > 4) { count 456 third_party/qcms/src/iccread.c curve->count = count; count 459 third_party/qcms/src/iccread.c for (i=0; i < COUNT_TO_LENGTH[count]; i++) { count 462 third_party/qcms/src/iccread.c *len = 12 + COUNT_TO_LENGTH[count] * 4; count 464 third_party/qcms/src/iccread.c if ((count == 1 || count == 2)) { count 834 third_party/qcms/src/iccread.c curve->count = num_entries; count 858 third_party/qcms/src/iccread.c curve->count = num_entries; count 149 third_party/qcms/src/qcmsint.h uint32_t count; count 139 third_party/qcms/src/transform_util.c void compute_curve_gamma_table_type_parametric(float gamma_table[256], float parameter[7], int count) count 145 third_party/qcms/src/transform_util.c if (count == 0) { count 152 third_party/qcms/src/transform_util.c } else if(count == 1) { count 159 third_party/qcms/src/transform_util.c } else if(count == 2) { count 166 third_party/qcms/src/transform_util.c } else if(count == 3) { count 173 third_party/qcms/src/transform_util.c } else if(count == 4) { count 261 third_party/qcms/src/transform_util.c compute_curve_gamma_table_type_parametric(gamma_table, TRC->parameter, TRC->count); count 263 third_party/qcms/src/transform_util.c if (TRC->count == 0) { count 265 third_party/qcms/src/transform_util.c } else if (TRC->count == 1) { count 268 third_party/qcms/src/transform_util.c compute_curve_gamma_table_type2(gamma_table, TRC->data, TRC->count); count 464 third_party/qcms/src/transform_util.c compute_curve_gamma_table_type_parametric(gamma_table, trc->parameter, trc->count); count 482 third_party/qcms/src/transform_util.c if (trc->count == 0) { count 484 third_party/qcms/src/transform_util.c } else if (trc->count == 1) { count 488 third_party/qcms/src/transform_util.c int inverted_size = trc->count; count 496 third_party/qcms/src/transform_util.c inverted = invert_lut(trc->data, trc->count, inverted_size); count 552 third_party/qcms/src/transform_util.c compute_curve_gamma_table_type_parametric(gamma_table, trc->parameter, trc->count); count 559 third_party/qcms/src/transform_util.c if (trc->count == 0) { count 562 third_party/qcms/src/transform_util.c } else if (trc->count == 1) { count 569 third_party/qcms/src/transform_util.c *output_gamma_lut_length = trc->count; count 573 third_party/qcms/src/transform_util.c *output_gamma_lut = invert_lut(trc->data, trc->count, *output_gamma_lut_length); count 320 third_party/re2/re2/prefilter_tree.cc IntMap count(entries_.size()); count 342 third_party/re2/re2/prefilter_tree.cc if (count.has_index(j)) { count 343 third_party/re2/re2/prefilter_tree.cc c = count.get_existing(j) + 1; count 344 third_party/re2/re2/prefilter_tree.cc count.set_existing(j, c); count 347 third_party/re2/re2/prefilter_tree.cc count.set_new(j, c); count 399 third_party/re2/re2/re2.cc int count = 0; count 415 third_party/re2/re2/re2.cc count++; count 418 third_party/re2/re2/re2.cc if (count == 0) count 424 third_party/re2/re2/re2.cc return count; count 49 third_party/re2/re2/testing/exhaustive_tester.h void RandomStrings(int32 seed, int32 count) { count 52 third_party/re2/re2/testing/exhaustive_tester.h stringcount_ = count; count 11 third_party/re2/re2/variadic_function.h Result (*Func)(Param0, Param1, const Arg* const [], int count)> count 352 third_party/re2/util/pcre.cc int count = 0; count 392 third_party/re2/util/pcre.cc count++; count 396 third_party/re2/util/pcre.cc if (count == 0) count 402 third_party/re2/util/pcre.cc return count; count 7068 third_party/sqlite/amalgamation/sqlite3.c unsigned int count; /* Number of entries in this table */ count 7071 third_party/sqlite/amalgamation/sqlite3.c int count; /* Number of entries with this hash */ count 12796 third_party/sqlite/amalgamation/sqlite3.c pSchema->tblHash.count count 12797 third_party/sqlite/amalgamation/sqlite3.c + pSchema->trigHash.count count 12798 third_party/sqlite/amalgamation/sqlite3.c + pSchema->idxHash.count count 12799 third_party/sqlite/amalgamation/sqlite3.c + pSchema->fkeyHash.count count 21397 third_party/sqlite/amalgamation/sqlite3.c pNew->count = 0; count 21420 third_party/sqlite/amalgamation/sqlite3.c pH->count = 0; count 21447 third_party/sqlite/amalgamation/sqlite3.c pHead = pEntry->count ? pEntry->chain : 0; count 21448 third_party/sqlite/amalgamation/sqlite3.c pEntry->count++; count 21517 third_party/sqlite/amalgamation/sqlite3.c int count; /* Number of elements left to test */ count 21522 third_party/sqlite/amalgamation/sqlite3.c count = pEntry->count; count 21525 third_party/sqlite/amalgamation/sqlite3.c count = pH->count; count 21527 third_party/sqlite/amalgamation/sqlite3.c while( count-- && ALWAYS(elem) ){ count 21558 third_party/sqlite/amalgamation/sqlite3.c pEntry->count--; count 21559 third_party/sqlite/amalgamation/sqlite3.c assert( pEntry->count>=0 ); count 21562 third_party/sqlite/amalgamation/sqlite3.c pH->count--; count 21563 third_party/sqlite/amalgamation/sqlite3.c if( pH->count<=0 ){ count 21565 third_party/sqlite/amalgamation/sqlite3.c assert( pH->count==0 ); count 21635 third_party/sqlite/amalgamation/sqlite3.c pH->count++; count 21636 third_party/sqlite/amalgamation/sqlite3.c if( pH->count>=10 && pH->count > 2*pH->htsize ){ count 21637 third_party/sqlite/amalgamation/sqlite3.c if( rehash(pH, pH->count*2) ){ count 81465 third_party/sqlite/amalgamation/sqlite3.c int count = (pParse->nested==0); /* True to count changes */ count 81466 third_party/sqlite/amalgamation/sqlite3.c sqlite3GenerateRowDelete(pParse, pTab, iCur, iRowid, count, pTrigger, OE_Default); count 81540 third_party/sqlite/amalgamation/sqlite3.c int count, /* If non-zero, increment the row change counter */ count 81603 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp2(v, OP_Delete, iCur, (count?OPFLAG_NCHANGE:0)); count 81604 third_party/sqlite/amalgamation/sqlite3.c if( count ){ count 83265 third_party/sqlite/amalgamation/sqlite3.c AGGREGATE(count, 1, 0, 0, countStep, countFinalize ), count 108132 third_party/sqlite/amalgamation/sqlite3.c int count /* Number of times table has been busy */ count 108144 third_party/sqlite/amalgamation/sqlite3.c assert( count>=0 ); count 108145 third_party/sqlite/amalgamation/sqlite3.c if( count < NDELAY ){ count 108146 third_party/sqlite/amalgamation/sqlite3.c delay = delays[count]; count 108147 third_party/sqlite/amalgamation/sqlite3.c prior = totals[count]; count 108150 third_party/sqlite/amalgamation/sqlite3.c prior = totals[NDELAY-1] + delay*(count-(NDELAY-1)); count 108161 third_party/sqlite/amalgamation/sqlite3.c if( (count+1)*1000 > timeout ){ count 112913 third_party/sqlite/amalgamation/sqlite3.c int count; /* Number of entries in this table */ count 112917 third_party/sqlite/amalgamation/sqlite3.c int count; /* Number of entries with this hash */ count 112988 third_party/sqlite/amalgamation/sqlite3.c #define fts3HashCount(H) ((H)->count) count 118224 third_party/sqlite/amalgamation/sqlite3.c pNew->count = 0; count 118250 third_party/sqlite/amalgamation/sqlite3.c pH->count = 0; count 118344 third_party/sqlite/amalgamation/sqlite3.c pEntry->count++; count 118386 third_party/sqlite/amalgamation/sqlite3.c int count; /* Number of elements left to test */ count 118392 third_party/sqlite/amalgamation/sqlite3.c count = pEntry->count; count 118394 third_party/sqlite/amalgamation/sqlite3.c while( count-- && elem ){ count 118425 third_party/sqlite/amalgamation/sqlite3.c pEntry->count--; count 118426 third_party/sqlite/amalgamation/sqlite3.c if( pEntry->count<=0 ){ count 118433 third_party/sqlite/amalgamation/sqlite3.c pH->count--; count 118434 third_party/sqlite/amalgamation/sqlite3.c if( pH->count<=0 ){ count 118436 third_party/sqlite/amalgamation/sqlite3.c assert( pH->count==0 ); count 118514 third_party/sqlite/amalgamation/sqlite3.c || (pH->count>=pH->htsize && fts3Rehash(pH, pH->htsize*2)) count 118516 third_party/sqlite/amalgamation/sqlite3.c pH->count = 0; count 118533 third_party/sqlite/amalgamation/sqlite3.c pH->count++; count 51 third_party/sqlite/src/ext/fts1/ft_hash.c pNew->count = 0; count 79 third_party/sqlite/src/ext/fts1/ft_hash.c pH->count = 0; count 222 third_party/sqlite/src/ext/fts1/ft_hash.c pEntry->count++; count 261 third_party/sqlite/src/ext/fts1/ft_hash.c int count; /* Number of elements left to test */ count 267 third_party/sqlite/src/ext/fts1/ft_hash.c count = pEntry->count; count 269 third_party/sqlite/src/ext/fts1/ft_hash.c while( count-- && elem ){ count 300 third_party/sqlite/src/ext/fts1/ft_hash.c pEntry->count--; count 301 third_party/sqlite/src/ext/fts1/ft_hash.c if( pEntry->count<=0 ){ count 308 third_party/sqlite/src/ext/fts1/ft_hash.c pH->count--; count 309 third_party/sqlite/src/ext/fts1/ft_hash.c if( pH->count<=0 ){ count 311 third_party/sqlite/src/ext/fts1/ft_hash.c assert( pH->count==0 ); count 386 third_party/sqlite/src/ext/fts1/ft_hash.c pH->count++; count 390 third_party/sqlite/src/ext/fts1/ft_hash.c pH->count = 0; count 395 third_party/sqlite/src/ext/fts1/ft_hash.c if( pH->count > pH->htsize ){ count 35 third_party/sqlite/src/ext/fts1/ft_hash.h int count; /* Number of entries in this table */ count 41 third_party/sqlite/src/ext/fts1/ft_hash.h int count; /* Number of entries with this hash */ count 109 third_party/sqlite/src/ext/fts1/ft_hash.h #define HashCount(H) ((H)->count) count 58 third_party/sqlite/src/ext/fts1/fts1_hash.c pNew->count = 0; count 86 third_party/sqlite/src/ext/fts1/fts1_hash.c pH->count = 0; count 180 third_party/sqlite/src/ext/fts1/fts1_hash.c pEntry->count++; count 219 third_party/sqlite/src/ext/fts1/fts1_hash.c int count; /* Number of elements left to test */ count 225 third_party/sqlite/src/ext/fts1/fts1_hash.c count = pEntry->count; count 227 third_party/sqlite/src/ext/fts1/fts1_hash.c while( count-- && elem ){ count 258 third_party/sqlite/src/ext/fts1/fts1_hash.c pEntry->count--; count 259 third_party/sqlite/src/ext/fts1/fts1_hash.c if( pEntry->count<=0 ){ count 266 third_party/sqlite/src/ext/fts1/fts1_hash.c pH->count--; count 267 third_party/sqlite/src/ext/fts1/fts1_hash.c if( pH->count<=0 ){ count 269 third_party/sqlite/src/ext/fts1/fts1_hash.c assert( pH->count==0 ); count 349 third_party/sqlite/src/ext/fts1/fts1_hash.c pH->count++; count 353 third_party/sqlite/src/ext/fts1/fts1_hash.c pH->count = 0; count 358 third_party/sqlite/src/ext/fts1/fts1_hash.c if( pH->count > pH->htsize ){ count 35 third_party/sqlite/src/ext/fts1/fts1_hash.h int count; /* Number of entries in this table */ count 41 third_party/sqlite/src/ext/fts1/fts1_hash.h int count; /* Number of entries with this hash */ count 110 third_party/sqlite/src/ext/fts1/fts1_hash.h #define fts1HashCount(H) ((H)->count) count 65 third_party/sqlite/src/ext/fts2/fts2_hash.c pNew->count = 0; count 91 third_party/sqlite/src/ext/fts2/fts2_hash.c pH->count = 0; count 185 third_party/sqlite/src/ext/fts2/fts2_hash.c pEntry->count++; count 224 third_party/sqlite/src/ext/fts2/fts2_hash.c int count; /* Number of elements left to test */ count 230 third_party/sqlite/src/ext/fts2/fts2_hash.c count = pEntry->count; count 232 third_party/sqlite/src/ext/fts2/fts2_hash.c while( count-- && elem ){ count 263 third_party/sqlite/src/ext/fts2/fts2_hash.c pEntry->count--; count 264 third_party/sqlite/src/ext/fts2/fts2_hash.c if( pEntry->count<=0 ){ count 271 third_party/sqlite/src/ext/fts2/fts2_hash.c pH->count--; count 272 third_party/sqlite/src/ext/fts2/fts2_hash.c if( pH->count<=0 ){ count 274 third_party/sqlite/src/ext/fts2/fts2_hash.c assert( pH->count==0 ); count 354 third_party/sqlite/src/ext/fts2/fts2_hash.c pH->count++; count 358 third_party/sqlite/src/ext/fts2/fts2_hash.c pH->count = 0; count 363 third_party/sqlite/src/ext/fts2/fts2_hash.c if( pH->count > pH->htsize ){ count 35 third_party/sqlite/src/ext/fts2/fts2_hash.h int count; /* Number of entries in this table */ count 39 third_party/sqlite/src/ext/fts2/fts2_hash.h int count; /* Number of entries with this hash */ count 108 third_party/sqlite/src/ext/fts2/fts2_hash.h #define fts2HashCount(H) ((H)->count) count 65 third_party/sqlite/src/ext/fts3/fts3_hash.c pNew->count = 0; count 91 third_party/sqlite/src/ext/fts3/fts3_hash.c pH->count = 0; count 185 third_party/sqlite/src/ext/fts3/fts3_hash.c pEntry->count++; count 227 third_party/sqlite/src/ext/fts3/fts3_hash.c int count; /* Number of elements left to test */ count 233 third_party/sqlite/src/ext/fts3/fts3_hash.c count = pEntry->count; count 235 third_party/sqlite/src/ext/fts3/fts3_hash.c while( count-- && elem ){ count 266 third_party/sqlite/src/ext/fts3/fts3_hash.c pEntry->count--; count 267 third_party/sqlite/src/ext/fts3/fts3_hash.c if( pEntry->count<=0 ){ count 274 third_party/sqlite/src/ext/fts3/fts3_hash.c pH->count--; count 275 third_party/sqlite/src/ext/fts3/fts3_hash.c if( pH->count<=0 ){ count 277 third_party/sqlite/src/ext/fts3/fts3_hash.c assert( pH->count==0 ); count 355 third_party/sqlite/src/ext/fts3/fts3_hash.c || (pH->count>=pH->htsize && fts3Rehash(pH, pH->htsize*2)) count 357 third_party/sqlite/src/ext/fts3/fts3_hash.c pH->count = 0; count 374 third_party/sqlite/src/ext/fts3/fts3_hash.c pH->count++; count 35 third_party/sqlite/src/ext/fts3/fts3_hash.h int count; /* Number of entries in this table */ count 39 third_party/sqlite/src/ext/fts3/fts3_hash.h int count; /* Number of entries with this hash */ count 110 third_party/sqlite/src/ext/fts3/fts3_hash.h #define fts3HashCount(H) ((H)->count) count 408 third_party/sqlite/src/src/delete.c int count = (pParse->nested==0); /* True to count changes */ count 409 third_party/sqlite/src/src/delete.c sqlite3GenerateRowDelete(pParse, pTab, iCur, iRowid, count, pTrigger, OE_Default); count 483 third_party/sqlite/src/src/delete.c int count, /* If non-zero, increment the row change counter */ count 546 third_party/sqlite/src/src/delete.c sqlite3VdbeAddOp2(v, OP_Delete, iCur, (count?OPFLAG_NCHANGE:0)); count 547 third_party/sqlite/src/src/delete.c if( count ){ count 1566 third_party/sqlite/src/src/func.c AGGREGATE(count, 1, 0, 0, countStep, countFinalize ), count 26 third_party/sqlite/src/src/hash.c pNew->count = 0; count 49 third_party/sqlite/src/src/hash.c pH->count = 0; count 76 third_party/sqlite/src/src/hash.c pHead = pEntry->count ? pEntry->chain : 0; count 77 third_party/sqlite/src/src/hash.c pEntry->count++; count 146 third_party/sqlite/src/src/hash.c int count; /* Number of elements left to test */ count 151 third_party/sqlite/src/src/hash.c count = pEntry->count; count 154 third_party/sqlite/src/src/hash.c count = pH->count; count 156 third_party/sqlite/src/src/hash.c while( count-- && ALWAYS(elem) ){ count 187 third_party/sqlite/src/src/hash.c pEntry->count--; count 188 third_party/sqlite/src/src/hash.c assert( pEntry->count>=0 ); count 191 third_party/sqlite/src/src/hash.c pH->count--; count 192 third_party/sqlite/src/src/hash.c if( pH->count<=0 ){ count 194 third_party/sqlite/src/src/hash.c assert( pH->count==0 ); count 264 third_party/sqlite/src/src/hash.c pH->count++; count 265 third_party/sqlite/src/src/hash.c if( pH->count>=10 && pH->count > 2*pH->htsize ){ count 266 third_party/sqlite/src/src/hash.c if( rehash(pH, pH->count*2) ){ count 45 third_party/sqlite/src/src/hash.h unsigned int count; /* Number of entries in this table */ count 48 third_party/sqlite/src/src/hash.h int count; /* Number of entries with this hash */ count 887 third_party/sqlite/src/src/main.c int count /* Number of times table has been busy */ count 899 third_party/sqlite/src/src/main.c assert( count>=0 ); count 900 third_party/sqlite/src/src/main.c if( count < NDELAY ){ count 901 third_party/sqlite/src/src/main.c delay = delays[count]; count 902 third_party/sqlite/src/src/main.c prior = totals[count]; count 905 third_party/sqlite/src/src/main.c prior = totals[NDELAY-1] + delay*(count-(NDELAY-1)); count 916 third_party/sqlite/src/src/main.c if( (count+1)*1000 > timeout ){ count 174 third_party/sqlite/src/src/status.c pSchema->tblHash.count count 175 third_party/sqlite/src/src/status.c + pSchema->trigHash.count count 176 third_party/sqlite/src/src/status.c + pSchema->idxHash.count count 177 third_party/sqlite/src/src/status.c + pSchema->fkeyHash.count count 347 third_party/sqlite/src/src/tclsqlite.c static int count = 0; count 360 third_party/sqlite/src/src/tclsqlite.c sqlite3_snprintf(sizeof(zChannel), zChannel, "incrblob_%d", ++count); count 3282 third_party/sqlite/src/src/tclsqlite.c unsigned count; count 3286 third_party/sqlite/src/src/tclsqlite.c count = (ctx->bits[0] >> 3) & 0x3F; count 3290 third_party/sqlite/src/src/tclsqlite.c p = ctx->in + count; count 3294 third_party/sqlite/src/src/tclsqlite.c count = 64 - 1 - count; count 3297 third_party/sqlite/src/src/tclsqlite.c if (count < 8) { count 3299 third_party/sqlite/src/src/tclsqlite.c memset(p, 0, count); count 3307 third_party/sqlite/src/src/tclsqlite.c memset(p, 0, count-8); count 445 third_party/sqlite/src/src/test3.c u32 start, mult, count, incr; count 456 third_party/sqlite/src/src/test3.c if( Tcl_GetInt(interp, argv[3], (int*)&count) ) return TCL_ERROR; count 460 third_party/sqlite/src/src/test3.c for(i=0; i<count; i++){ count 301 third_party/sqlite/src/test/threadtest3.c unsigned count; count 305 third_party/sqlite/src/test/threadtest3.c count = (ctx->bits[0] >> 3) & 0x3F; count 309 third_party/sqlite/src/test/threadtest3.c p = ctx->in + count; count 313 third_party/sqlite/src/test/threadtest3.c count = 64 - 1 - count; count 316 third_party/sqlite/src/test/threadtest3.c if (count < 8) { count 318 third_party/sqlite/src/test/threadtest3.c memset(p, 0, count); count 326 third_party/sqlite/src/test/threadtest3.c memset(p, 0, count-8); count 4302 third_party/sqlite/src/tool/lemon.c int count; /* Number of currently slots filled */ count 4325 third_party/sqlite/src/tool/lemon.c x1a->count = 0; count 4358 third_party/sqlite/src/tool/lemon.c if( x1a->count>=x1a->size ){ count 4363 third_party/sqlite/src/tool/lemon.c array.count = x1a->count; count 4369 third_party/sqlite/src/tool/lemon.c for(i=0; i<x1a->count; i++){ count 4385 third_party/sqlite/src/tool/lemon.c np = &(x1a->tbl[x1a->count++]); count 4467 third_party/sqlite/src/tool/lemon.c int count; /* Number of currently slots filled */ count 4491 third_party/sqlite/src/tool/lemon.c x2a->count = 0; count 4524 third_party/sqlite/src/tool/lemon.c if( x2a->count>=x2a->size ){ count 4529 third_party/sqlite/src/tool/lemon.c array.count = x2a->count; count 4535 third_party/sqlite/src/tool/lemon.c for(i=0; i<x2a->count; i++){ count 4552 third_party/sqlite/src/tool/lemon.c np = &(x2a->tbl[x2a->count++]); count 4583 third_party/sqlite/src/tool/lemon.c if( x2a && n>0 && n<=x2a->count ){ count 4594 third_party/sqlite/src/tool/lemon.c return x2a ? x2a->count : 0; count 4605 third_party/sqlite/src/tool/lemon.c size = x2a->count; count 4666 third_party/sqlite/src/tool/lemon.c int count; /* Number of currently slots filled */ count 4690 third_party/sqlite/src/tool/lemon.c x3a->count = 0; count 4723 third_party/sqlite/src/tool/lemon.c if( x3a->count>=x3a->size ){ count 4728 third_party/sqlite/src/tool/lemon.c array.count = x3a->count; count 4734 third_party/sqlite/src/tool/lemon.c for(i=0; i<x3a->count; i++){ count 4751 third_party/sqlite/src/tool/lemon.c np = &(x3a->tbl[x3a->count++]); count 4786 third_party/sqlite/src/tool/lemon.c size = x3a->count; count 4809 third_party/sqlite/src/tool/lemon.c int count; /* Number of currently slots filled */ count 4832 third_party/sqlite/src/tool/lemon.c x4a->count = 0; count 4865 third_party/sqlite/src/tool/lemon.c if( x4a->count>=x4a->size ){ count 4870 third_party/sqlite/src/tool/lemon.c array.count = x4a->count; count 4876 third_party/sqlite/src/tool/lemon.c for(i=0; i<x4a->count; i++){ count 4892 third_party/sqlite/src/tool/lemon.c np = &(x4a->tbl[x4a->count++]); count 4923 third_party/sqlite/src/tool/lemon.c if( x4a==0 || x4a->count==0 ) return; count 4924 third_party/sqlite/src/tool/lemon.c if( f ) for(i=0; i<x4a->count; i++) (*f)(x4a->tbl[i].data); count 4926 third_party/sqlite/src/tool/lemon.c x4a->count = 0; count 344 third_party/sqlite/src/tool/mkkeywordhash.c int count; count 458 third_party/sqlite/src/tool/mkkeywordhash.c for(j=count=0; j<i; j++) count += aHash[j]; count 459 third_party/sqlite/src/tool/mkkeywordhash.c if( count<bestCount ){ count 460 third_party/sqlite/src/tool/mkkeywordhash.c bestCount = count; count 573 third_party/talloc/libreplace/replace.c size_t i, count; count 581 third_party/talloc/libreplace/replace.c count=i; count 583 third_party/talloc/libreplace/replace.c for (i=0;i<count;) { count 587 third_party/talloc/libreplace/replace.c memmove(&environ[i], &environ[i+1], (count-i)*sizeof(char *)); count 588 third_party/talloc/libreplace/replace.c count--; count 1189 third_party/talloc/libreplace/snprintf.c int vsnprintf (char *str, size_t count, const char *fmt, va_list args) count 1191 third_party/talloc/libreplace/snprintf.c return dopr(str, count, fmt, args); count 1202 third_party/talloc/libreplace/snprintf.c int snprintf(char *str,size_t count,const char *fmt,...) count 1208 third_party/talloc/libreplace/snprintf.c ret = vsnprintf(str, count, fmt, ap); count 23 third_party/talloc/libreplace/test/shared_mmap.c int count=7; count 42 third_party/talloc/libreplace/test/shared_mmap.c while (count-- && buf[9124] != 55732) sleep(1); count 44 third_party/talloc/libreplace/test/shared_mmap.c if (count <= 0) exit(1); count 62 third_party/talloc/libreplace/test/shared_mmap.c while (count-- && buf[1763] != 7268) sleep(1); count 66 third_party/talloc/libreplace/test/shared_mmap.c if (count > 0) exit(0); count 1870 third_party/talloc/talloc.c void *_talloc_array(const void *ctx, size_t el_size, unsigned count, const char *name) count 1872 third_party/talloc/talloc.c if (count >= MAX_TALLOC_SIZE/el_size) { count 1875 third_party/talloc/talloc.c return _talloc_named_const(ctx, el_size * count, name); count 1881 third_party/talloc/talloc.c void *_talloc_zero_array(const void *ctx, size_t el_size, unsigned count, const char *name) count 1883 third_party/talloc/talloc.c if (count >= MAX_TALLOC_SIZE/el_size) { count 1886 third_party/talloc/talloc.c return _talloc_zero(ctx, el_size * count, name); count 1892 third_party/talloc/talloc.c void *_talloc_realloc_array(const void *ctx, void *ptr, size_t el_size, unsigned count, const char *name) count 1894 third_party/talloc/talloc.c if (count >= MAX_TALLOC_SIZE/el_size) { count 1897 third_party/talloc/talloc.c return _talloc_realloc(ctx, ptr, el_size * count, name); count 103 third_party/talloc/talloc.h #define talloc_zero_array(ctx, type, count) (type *)_talloc_zero_array(ctx, sizeof(type), count, #type) count 104 third_party/talloc/talloc.h #define talloc_array(ctx, type, count) (type *)_talloc_array(ctx, sizeof(type), count, #type) count 105 third_party/talloc/talloc.h #define talloc_array_size(ctx, size, count) _talloc_array(ctx, size, count, __location__) count 106 third_party/talloc/talloc.h #define talloc_array_ptrtype(ctx, ptr, count) (_TALLOC_TYPEOF(ptr))talloc_array_size(ctx, sizeof(*(ptr)), count) count 109 third_party/talloc/talloc.h #define talloc_realloc(ctx, p, type, count) (type *)_talloc_realloc_array(ctx, p, sizeof(type), count, #type) count 125 third_party/talloc/talloc.h #define talloc_array_p(ctx, type, count) talloc_array(ctx, type, count) count 126 third_party/talloc/talloc.h #define talloc_realloc_p(ctx, p, type, count) talloc_realloc(ctx, p, type, count) count 176 third_party/talloc/talloc.h void *_talloc_array(const void *ctx, size_t el_size, unsigned count, const char *name); count 177 third_party/talloc/talloc.h void *_talloc_zero_array(const void *ctx, size_t el_size, unsigned count, const char *name); count 178 third_party/talloc/talloc.h void *_talloc_realloc_array(const void *ctx, void *ptr, size_t el_size, unsigned count, const char *name); count 601 third_party/talloc/testsuite.c int count; count 643 third_party/talloc/testsuite.c int count; count 646 third_party/talloc/testsuite.c int count; count 656 third_party/talloc/testsuite.c el1->count = 1; count 822 third_party/talloc/testsuite.c unsigned count; count 830 third_party/talloc/testsuite.c count = 0; count 839 third_party/talloc/testsuite.c count += 3 * loop; count 842 third_party/talloc/testsuite.c fprintf(stderr, "talloc: %.0f ops/sec\n", count/timeval_elapsed(&tv)); count 849 third_party/talloc/testsuite.c count = 0; count 858 third_party/talloc/testsuite.c count += 3 * loop; count 863 third_party/talloc/testsuite.c fprintf(stderr, "talloc_pool: %.0f ops/sec\n", count/timeval_elapsed(&tv)); count 866 third_party/talloc/testsuite.c count = 0; count 877 third_party/talloc/testsuite.c count += 3 * loop; count 879 third_party/talloc/testsuite.c fprintf(stderr, "malloc: %.0f ops/sec\n", count/timeval_elapsed(&tv)); count 76 third_party/tcmalloc/chromium/src/base/dynamic_annotations.c const volatile void *barrier, long count, count 296 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h #define ANNOTATE_BARRIER_INIT(barrier, count, reinitialization_allowed) \ count 297 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h AnnotateBarrierInit(__FILE__, __LINE__, barrier, count, \ count 336 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h #define ANNOTATE_BARRIER_INIT(barrier, count, reinitialization_allowed) /* */ count 427 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h const volatile void *barrier, long count, count 838 third_party/tcmalloc/chromium/src/base/sysinfo.cc int count = etext_ - stext_; count 841 third_party/tcmalloc/chromium/src/base/sysinfo.cc memmove(ibuf_, stext_, count); count 843 third_party/tcmalloc/chromium/src/base/sysinfo.cc etext_ = ibuf_ + count; count 1177 third_party/tcmalloc/chromium/src/debugallocation.cc extern "C" PERFTOOLS_DLL_DECL void* tc_calloc(size_t count, size_t size) __THROW { count 1179 third_party/tcmalloc/chromium/src/debugallocation.cc const size_t total_size = count * size; count 1180 third_party/tcmalloc/chromium/src/debugallocation.cc if (size != 0 && total_size / size != count) return NULL; count 120 third_party/tcmalloc/chromium/src/free_list.cc int count = 0; count 126 third_party/tcmalloc/chromium/src/free_list.cc count++; count 129 third_party/tcmalloc/chromium/src/free_list.cc return count; count 466 third_party/tcmalloc/chromium/src/heap-profile-table.cc TypeCount* count = type_size_map->FindMutable(key); count 467 third_party/tcmalloc/chromium/src/heap-profile-table.cc if (count) { count 468 third_party/tcmalloc/chromium/src/heap-profile-table.cc count->bytes += value->bytes; count 469 third_party/tcmalloc/chromium/src/heap-profile-table.cc ++count->objects; count 477 third_party/tcmalloc/chromium/src/heap-profile-table.cc TypeCount* count, count 483 third_party/tcmalloc/chromium/src/heap-profile-table.cc count->objects, count->bytes, count 644 third_party/tcmalloc/chromium/src/heap-profile-table.cc int count; count 647 third_party/tcmalloc/chromium/src/heap-profile-table.cc Entry() : count(0), bytes(0) { } count 667 third_party/tcmalloc/chromium/src/heap-profile-table.cc e->count++; count 721 third_party/tcmalloc/chromium/src/heap-profile-table.cc e.bytes, e.count); count 92 third_party/tcmalloc/chromium/src/linked_list.h int count = 0; count 94 third_party/tcmalloc/chromium/src/linked_list.h count++; count 97 third_party/tcmalloc/chromium/src/linked_list.h return count; count 261 third_party/tcmalloc/chromium/src/malloc_extension.cc uintptr_t count, uintptr_t size) { count 265 third_party/tcmalloc/chromium/src/malloc_extension.cc static_cast<uint64>(count), count 267 third_party/tcmalloc/chromium/src/malloc_extension.cc static_cast<uint64>(count), count 73 third_party/tcmalloc/chromium/src/profiledata.cc evict_[num_evicted_++] = entry.count; count 173 third_party/tcmalloc/chromium/src/profiledata.cc if (bucket->entry[a].count > 0) { count 248 third_party/tcmalloc/chromium/src/profiledata.cc if (bucket->entry[a].count > 0) { count 251 third_party/tcmalloc/chromium/src/profiledata.cc bucket->entry[a].count = 0; count 292 third_party/tcmalloc/chromium/src/profiledata.cc e->count++; count 303 third_party/tcmalloc/chromium/src/profiledata.cc if (bucket->entry[a].count < e->count) { count 307 third_party/tcmalloc/chromium/src/profiledata.cc if (e->count > 0) { count 314 third_party/tcmalloc/chromium/src/profiledata.cc e->count = 1; count 154 third_party/tcmalloc/chromium/src/profiledata.h Slot count; // Number of hits count 89 third_party/tcmalloc/chromium/src/stack_trace_table.cc b->count++; count 102 third_party/tcmalloc/chromium/src/stack_trace_table.cc b->count = 1; count 129 third_party/tcmalloc/chromium/src/stack_trace_table.cc out[idx++] = reinterpret_cast<void*>(static_cast<uintptr_t>(b->count)); count 70 third_party/tcmalloc/chromium/src/stack_trace_table.h int count; count 51 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc AtomicType count; count 60 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc s.count = 0; count 63 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc ASSERT_EQ(1, base::subtle::NoBarrier_AtomicIncrement(&s.count, 1)); count 64 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc ASSERT_EQ(1, s.count); count 68 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc ASSERT_EQ(3, base::subtle::NoBarrier_AtomicIncrement(&s.count, 2)); count 69 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc ASSERT_EQ(3, s.count); count 73 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc ASSERT_EQ(6, base::subtle::NoBarrier_AtomicIncrement(&s.count, 3)); count 74 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc ASSERT_EQ(6, s.count); count 78 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc ASSERT_EQ(3, base::subtle::NoBarrier_AtomicIncrement(&s.count, -3)); count 79 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc ASSERT_EQ(3, s.count); count 83 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc ASSERT_EQ(1, base::subtle::NoBarrier_AtomicIncrement(&s.count, -2)); count 84 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc ASSERT_EQ(1, s.count); count 88 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc ASSERT_EQ(0, base::subtle::NoBarrier_AtomicIncrement(&s.count, -1)); count 89 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc ASSERT_EQ(0, s.count); count 93 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc ASSERT_EQ(-1, base::subtle::NoBarrier_AtomicIncrement(&s.count, -1)); count 94 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc ASSERT_EQ(-1, s.count); count 98 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc ASSERT_EQ(-5, base::subtle::NoBarrier_AtomicIncrement(&s.count, -4)); count 99 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc ASSERT_EQ(-5, s.count); count 103 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc ASSERT_EQ(0, base::subtle::NoBarrier_AtomicIncrement(&s.count, 5)); count 104 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc ASSERT_EQ(0, s.count); count 74 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc static ssize_t ReadPersistent(const int fd, void *buf, const size_t count) { count 78 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc while (num_bytes < count) { count 80 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc NO_INTR(len = read(fd, buf0 + num_bytes, count - num_bytes)); count 89 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc CHECK(num_bytes <= count); count 89 third_party/tcmalloc/chromium/src/tests/testutil.cc extern "C" void RunManyThreads(void (*fn)(), int count) { count 91 third_party/tcmalloc/chromium/src/tests/testutil.cc for (int i = 0; i < count; i++) count 95 third_party/tcmalloc/chromium/src/tests/testutil.cc extern "C" void RunManyThreadsWithId(void (*fn)(int), int count, int) { count 96 third_party/tcmalloc/chromium/src/tests/testutil.cc for (int i = 0; i < count; i++) count 120 third_party/tcmalloc/chromium/src/tests/testutil.cc void RunManyThreads(void (*fn)(), int count) { count 122 third_party/tcmalloc/chromium/src/tests/testutil.cc HANDLE* hThread = new HANDLE[count]; count 123 third_party/tcmalloc/chromium/src/tests/testutil.cc for (int i = 0; i < count; i++) { count 127 third_party/tcmalloc/chromium/src/tests/testutil.cc WaitForMultipleObjects(count, hThread, TRUE, INFINITE); count 128 third_party/tcmalloc/chromium/src/tests/testutil.cc for (int i = 0; i < count; i++) { count 138 third_party/tcmalloc/chromium/src/tests/testutil.cc void RunManyThreadsWithId(void (*fn)(int), int count, int stacksize) { count 140 third_party/tcmalloc/chromium/src/tests/testutil.cc HANDLE* hThread = new HANDLE[count]; count 141 third_party/tcmalloc/chromium/src/tests/testutil.cc FunctionAndId* fn_and_ids = new FunctionAndId[count]; count 142 third_party/tcmalloc/chromium/src/tests/testutil.cc for (int i = 0; i < count; i++) { count 149 third_party/tcmalloc/chromium/src/tests/testutil.cc WaitForMultipleObjects(count, hThread, TRUE, INFINITE); count 150 third_party/tcmalloc/chromium/src/tests/testutil.cc for (int i = 0; i < count; i++) { count 189 third_party/tcmalloc/chromium/src/tests/testutil.cc void RunManyThreads(void (*fn)(), int count) { count 190 third_party/tcmalloc/chromium/src/tests/testutil.cc pthread_t* thr = new pthread_t[count]; count 191 third_party/tcmalloc/chromium/src/tests/testutil.cc for (int i = 0; i < count; i++) { count 194 third_party/tcmalloc/chromium/src/tests/testutil.cc for (int i = 0; i < count; i++) { count 200 third_party/tcmalloc/chromium/src/tests/testutil.cc void RunManyThreadsWithId(void (*fn)(int), int count, int stacksize) { count 205 third_party/tcmalloc/chromium/src/tests/testutil.cc pthread_t* thr = new pthread_t[count]; count 206 third_party/tcmalloc/chromium/src/tests/testutil.cc FunctionAndId* fn_and_ids = new FunctionAndId[count]; count 207 third_party/tcmalloc/chromium/src/tests/testutil.cc for (int i = 0; i < count; i++) { count 213 third_party/tcmalloc/chromium/src/tests/testutil.cc for (int i = 0; i < count; i++) { count 44 third_party/tcmalloc/chromium/src/tests/testutil.h extern "C" void RunManyThreads(void (*fn)(), int count); count 53 third_party/tcmalloc/chromium/src/tests/testutil.h extern "C" void RunManyThreadsWithId(void (*fn)(int), int count, int stacksize); count 717 third_party/tcmalloc/chromium/src/windows/patch_functions.cc if (g_last_loaded->count(hModules[i]) > 0) { count 726 third_party/tcmalloc/chromium/src/windows/patch_functions.cc currently_loaded_modules.count(g_module_libcs[i]->hmodule()) == 0) { count 368 third_party/tcmalloc/chromium/src/windows/port.h inline ssize_t read(int fd, void *buf, size_t count) { count 369 third_party/tcmalloc/chromium/src/windows/port.h return _read(fd, buf, count); count 371 third_party/tcmalloc/chromium/src/windows/port.h inline ssize_t write(int fd, const void *buf, size_t count) { count 372 third_party/tcmalloc/chromium/src/windows/port.h return _write(fd, buf, count); count 76 third_party/tcmalloc/vendor/src/base/dynamic_annotations.c const volatile void *barrier, long count, count 296 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h #define ANNOTATE_BARRIER_INIT(barrier, count, reinitialization_allowed) \ count 297 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h AnnotateBarrierInit(__FILE__, __LINE__, barrier, count, \ count 336 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h #define ANNOTATE_BARRIER_INIT(barrier, count, reinitialization_allowed) /* */ count 427 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h const volatile void *barrier, long count, count 682 third_party/tcmalloc/vendor/src/base/sysinfo.cc int count = etext_ - stext_; count 685 third_party/tcmalloc/vendor/src/base/sysinfo.cc memmove(ibuf_, stext_, count); count 687 third_party/tcmalloc/vendor/src/base/sysinfo.cc etext_ = ibuf_ + count; count 1170 third_party/tcmalloc/vendor/src/debugallocation.cc extern "C" PERFTOOLS_DLL_DECL void* tc_calloc(size_t count, size_t size) __THROW { count 1172 third_party/tcmalloc/vendor/src/debugallocation.cc const size_t total_size = count * size; count 1173 third_party/tcmalloc/vendor/src/debugallocation.cc if (size != 0 && total_size / size != count) return NULL; count 586 third_party/tcmalloc/vendor/src/heap-profile-table.cc int count; count 589 third_party/tcmalloc/vendor/src/heap-profile-table.cc Entry() : count(0), bytes(0) { } count 609 third_party/tcmalloc/vendor/src/heap-profile-table.cc e->count++; count 663 third_party/tcmalloc/vendor/src/heap-profile-table.cc e.bytes, e.count); count 92 third_party/tcmalloc/vendor/src/linked_list.h int count = 0; count 94 third_party/tcmalloc/vendor/src/linked_list.h count++; count 97 third_party/tcmalloc/vendor/src/linked_list.h return count; count 244 third_party/tcmalloc/vendor/src/malloc_extension.cc uintptr_t count, uintptr_t size) { count 248 third_party/tcmalloc/vendor/src/malloc_extension.cc static_cast<uint64>(count), count 250 third_party/tcmalloc/vendor/src/malloc_extension.cc static_cast<uint64>(count), count 73 third_party/tcmalloc/vendor/src/profiledata.cc evict_[num_evicted_++] = entry.count; count 173 third_party/tcmalloc/vendor/src/profiledata.cc if (bucket->entry[a].count > 0) { count 248 third_party/tcmalloc/vendor/src/profiledata.cc if (bucket->entry[a].count > 0) { count 251 third_party/tcmalloc/vendor/src/profiledata.cc bucket->entry[a].count = 0; count 292 third_party/tcmalloc/vendor/src/profiledata.cc e->count++; count 303 third_party/tcmalloc/vendor/src/profiledata.cc if (bucket->entry[a].count < e->count) { count 307 third_party/tcmalloc/vendor/src/profiledata.cc if (e->count > 0) { count 314 third_party/tcmalloc/vendor/src/profiledata.cc e->count = 1; count 154 third_party/tcmalloc/vendor/src/profiledata.h Slot count; // Number of hits count 89 third_party/tcmalloc/vendor/src/stack_trace_table.cc b->count++; count 102 third_party/tcmalloc/vendor/src/stack_trace_table.cc b->count = 1; count 129 third_party/tcmalloc/vendor/src/stack_trace_table.cc out[idx++] = reinterpret_cast<void*>(static_cast<uintptr_t>(b->count)); count 70 third_party/tcmalloc/vendor/src/stack_trace_table.h int count; count 51 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc AtomicType count; count 60 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc s.count = 0; count 63 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc ASSERT_EQ(1, base::subtle::NoBarrier_AtomicIncrement(&s.count, 1)); count 64 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc ASSERT_EQ(1, s.count); count 68 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc ASSERT_EQ(3, base::subtle::NoBarrier_AtomicIncrement(&s.count, 2)); count 69 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc ASSERT_EQ(3, s.count); count 73 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc ASSERT_EQ(6, base::subtle::NoBarrier_AtomicIncrement(&s.count, 3)); count 74 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc ASSERT_EQ(6, s.count); count 78 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc ASSERT_EQ(3, base::subtle::NoBarrier_AtomicIncrement(&s.count, -3)); count 79 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc ASSERT_EQ(3, s.count); count 83 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc ASSERT_EQ(1, base::subtle::NoBarrier_AtomicIncrement(&s.count, -2)); count 84 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc ASSERT_EQ(1, s.count); count 88 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc ASSERT_EQ(0, base::subtle::NoBarrier_AtomicIncrement(&s.count, -1)); count 89 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc ASSERT_EQ(0, s.count); count 93 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc ASSERT_EQ(-1, base::subtle::NoBarrier_AtomicIncrement(&s.count, -1)); count 94 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc ASSERT_EQ(-1, s.count); count 98 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc ASSERT_EQ(-5, base::subtle::NoBarrier_AtomicIncrement(&s.count, -4)); count 99 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc ASSERT_EQ(-5, s.count); count 103 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc ASSERT_EQ(0, base::subtle::NoBarrier_AtomicIncrement(&s.count, 5)); count 104 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc ASSERT_EQ(0, s.count); count 74 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc static ssize_t ReadPersistent(const int fd, void *buf, const size_t count) { count 78 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc while (num_bytes < count) { count 80 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc NO_INTR(len = read(fd, buf0 + num_bytes, count - num_bytes)); count 89 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc CHECK(num_bytes <= count); count 89 third_party/tcmalloc/vendor/src/tests/testutil.cc extern "C" void RunManyThreads(void (*fn)(), int count) { count 91 third_party/tcmalloc/vendor/src/tests/testutil.cc for (int i = 0; i < count; i++) count 95 third_party/tcmalloc/vendor/src/tests/testutil.cc extern "C" void RunManyThreadsWithId(void (*fn)(int), int count, int) { count 96 third_party/tcmalloc/vendor/src/tests/testutil.cc for (int i = 0; i < count; i++) count 120 third_party/tcmalloc/vendor/src/tests/testutil.cc void RunManyThreads(void (*fn)(), int count) { count 122 third_party/tcmalloc/vendor/src/tests/testutil.cc HANDLE* hThread = new HANDLE[count]; count 123 third_party/tcmalloc/vendor/src/tests/testutil.cc for (int i = 0; i < count; i++) { count 127 third_party/tcmalloc/vendor/src/tests/testutil.cc WaitForMultipleObjects(count, hThread, TRUE, INFINITE); count 128 third_party/tcmalloc/vendor/src/tests/testutil.cc for (int i = 0; i < count; i++) { count 138 third_party/tcmalloc/vendor/src/tests/testutil.cc void RunManyThreadsWithId(void (*fn)(int), int count, int stacksize) { count 140 third_party/tcmalloc/vendor/src/tests/testutil.cc HANDLE* hThread = new HANDLE[count]; count 141 third_party/tcmalloc/vendor/src/tests/testutil.cc FunctionAndId* fn_and_ids = new FunctionAndId[count]; count 142 third_party/tcmalloc/vendor/src/tests/testutil.cc for (int i = 0; i < count; i++) { count 149 third_party/tcmalloc/vendor/src/tests/testutil.cc WaitForMultipleObjects(count, hThread, TRUE, INFINITE); count 150 third_party/tcmalloc/vendor/src/tests/testutil.cc for (int i = 0; i < count; i++) { count 189 third_party/tcmalloc/vendor/src/tests/testutil.cc void RunManyThreads(void (*fn)(), int count) { count 190 third_party/tcmalloc/vendor/src/tests/testutil.cc pthread_t* thr = new pthread_t[count]; count 191 third_party/tcmalloc/vendor/src/tests/testutil.cc for (int i = 0; i < count; i++) { count 194 third_party/tcmalloc/vendor/src/tests/testutil.cc for (int i = 0; i < count; i++) { count 200 third_party/tcmalloc/vendor/src/tests/testutil.cc void RunManyThreadsWithId(void (*fn)(int), int count, int stacksize) { count 205 third_party/tcmalloc/vendor/src/tests/testutil.cc pthread_t* thr = new pthread_t[count]; count 206 third_party/tcmalloc/vendor/src/tests/testutil.cc FunctionAndId* fn_and_ids = new FunctionAndId[count]; count 207 third_party/tcmalloc/vendor/src/tests/testutil.cc for (int i = 0; i < count; i++) { count 213 third_party/tcmalloc/vendor/src/tests/testutil.cc for (int i = 0; i < count; i++) { count 44 third_party/tcmalloc/vendor/src/tests/testutil.h extern "C" void RunManyThreads(void (*fn)(), int count); count 53 third_party/tcmalloc/vendor/src/tests/testutil.h extern "C" void RunManyThreadsWithId(void (*fn)(int), int count, int stacksize); count 717 third_party/tcmalloc/vendor/src/windows/patch_functions.cc if (g_last_loaded->count(hModules[i]) > 0) { count 726 third_party/tcmalloc/vendor/src/windows/patch_functions.cc currently_loaded_modules.count(g_module_libcs[i]->hmodule()) == 0) { count 365 third_party/tcmalloc/vendor/src/windows/port.h inline ssize_t read(int fd, void *buf, size_t count) { count 366 third_party/tcmalloc/vendor/src/windows/port.h return _read(fd, buf, count); count 368 third_party/tcmalloc/vendor/src/windows/port.h inline ssize_t write(int fd, const void *buf, size_t count) { count 369 third_party/tcmalloc/vendor/src/windows/port.h return _write(fd, buf, count); count 297 third_party/v4l2capture/v4l2capture.c reqbuf.count = buffer_count; count 306 third_party/v4l2capture/v4l2capture.c if(!reqbuf.count) count 312 third_party/v4l2capture/v4l2capture.c self->buffers = malloc(reqbuf.count * sizeof(struct buffer)); count 322 third_party/v4l2capture/v4l2capture.c for(i = 0; i < reqbuf.count; i++) count 2443 third_party/wtl/include/atlmisc.h static int __cdecl _wcstombsz(char* mbstr, const wchar_t* wcstr, size_t count) count 2445 third_party/wtl/include/atlmisc.h if (count == 0 && mbstr != NULL) count 2448 third_party/wtl/include/atlmisc.h int result = ::WideCharToMultiByte(CP_ACP, 0, wcstr, -1, mbstr, (int)count, NULL, NULL); count 2449 third_party/wtl/include/atlmisc.h ATLASSERT(mbstr == NULL || result <= (int)count); count 2455 third_party/wtl/include/atlmisc.h static int __cdecl _mbstowcsz(wchar_t* wcstr, const char* mbstr, size_t count) count 2457 third_party/wtl/include/atlmisc.h if (count == 0 && wcstr != NULL) count 2460 third_party/wtl/include/atlmisc.h int result = ::MultiByteToWideChar(CP_ACP, 0, mbstr, -1, wcstr, (int)count); count 2461 third_party/wtl/include/atlmisc.h ATLASSERT(wcstr == NULL || result <= (int)count); count 87 third_party/zlib/google/zip_unittest.cc size_t count = 0; count 91 third_party/zlib/google/zip_unittest.cc EXPECT_EQ(zip_contents_.count(next_path), 1U) << count 93 third_party/zlib/google/zip_unittest.cc count++; count 105 third_party/zlib/google/zip_unittest.cc EXPECT_EQ(expected_count, count); count 58 third_party/zlib/inftrees.c unsigned short count[MAXBITS+1]; /* number of codes of each length */ count 108 third_party/zlib/inftrees.c count[len] = 0; count 110 third_party/zlib/inftrees.c count[lens[sym]]++; count 115 third_party/zlib/inftrees.c if (count[max] != 0) break; count 127 third_party/zlib/inftrees.c if (count[min] != 0) break; count 134 third_party/zlib/inftrees.c left -= count[len]; count 143 third_party/zlib/inftrees.c offs[len + 1] = offs[len] + count[len]; count 254 third_party/zlib/inftrees.c if (--(count[len]) == 0) { count 272 third_party/zlib/inftrees.c left -= count[curr + drop]; count 720 third_party/zlib/trees.c int count = 0; /* repeat count of the current code */ count 729 third_party/zlib/trees.c if (++count < max_count && curlen == nextlen) { count 731 third_party/zlib/trees.c } else if (count < min_count) { count 732 third_party/zlib/trees.c s->bl_tree[curlen].Freq += count; count 736 third_party/zlib/trees.c } else if (count <= 10) { count 741 third_party/zlib/trees.c count = 0; prevlen = curlen; count 765 third_party/zlib/trees.c int count = 0; /* repeat count of the current code */ count 774 third_party/zlib/trees.c if (++count < max_count && curlen == nextlen) { count 776 third_party/zlib/trees.c } else if (count < min_count) { count 777 third_party/zlib/trees.c do { send_code(s, curlen, s->bl_tree); } while (--count != 0); count 781 third_party/zlib/trees.c send_code(s, curlen, s->bl_tree); count--; count 783 third_party/zlib/trees.c Assert(count >= 3 && count <= 6, " 3_6?"); count 784 third_party/zlib/trees.c send_code(s, REP_3_6, s->bl_tree); send_bits(s, count-3, 2); count 786 third_party/zlib/trees.c } else if (count <= 10) { count 787 third_party/zlib/trees.c send_code(s, REPZ_3_10, s->bl_tree); send_bits(s, count-3, 3); count 790 third_party/zlib/trees.c send_code(s, REPZ_11_138, s->bl_tree); send_bits(s, count-11, 7); count 792 third_party/zlib/trees.c count = 0; prevlen = curlen; count 139 tools/android/forwarder/forwarder.cc int count = 0; count 144 tools/android/forwarder/forwarder.cc count++; count 145 tools/android/forwarder/forwarder.cc LOG(INFO) << count << ": " << now - info.start_time << " up(" count 334 tools/android/forwarder2/socket.cc int Socket::Write(const void* buffer, size_t count) { count 339 tools/android/forwarder2/socket.cc int ret = HANDLE_EINTR(send(socket_, buffer, count, MSG_NOSIGNAL)); count 347 tools/android/forwarder2/socket.cc int Socket::NonBlockingWrite(const void* buffer, size_t count) { count 349 tools/android/forwarder2/socket.cc int ret = HANDLE_EINTR(send(socket_, buffer, count, MSG_NOSIGNAL)); count 58 tools/android/forwarder2/socket.h int Write(const void* buffer, size_t count); count 61 tools/android/forwarder2/socket.h int NonBlockingWrite(const void* buffer, size_t count); count 38 tools/clang/blink_gc_plugin/RecordInfo.cpp bool RecordInfo::GetTemplateArgs(size_t count, TemplateArgs* output_args) { count 44 tools/clang/blink_gc_plugin/RecordInfo.cpp if (args.size() < count) count 46 tools/clang/blink_gc_plugin/RecordInfo.cpp if (count <= 0) count 47 tools/clang/blink_gc_plugin/RecordInfo.cpp count = args.size(); count 48 tools/clang/blink_gc_plugin/RecordInfo.cpp for (unsigned i = 0; i < count; ++i) { count 497 tools/clang/blink_gc_plugin/RecordInfo.cpp size_t count = Config::CollectionDimension(info->name()); count 498 tools/clang/blink_gc_plugin/RecordInfo.cpp if (!info->GetTemplateArgs(count, &args)) count 87 tools/clang/blink_gc_plugin/RecordInfo.h bool GetTemplateArgs(size_t count, TemplateArgs* output_args); count 48 tools/gn/trace.cc Coalesced() : name_ptr(NULL), total_duration(0.0), count(0) {} count 52 tools/gn/trace.cc int count; count 84 tools/gn/trace.cc c.count++; count 96 tools/gn/trace.cc sorted[i].total_duration, sorted[i].count); count 369 tools/ipc_fuzzer/mutate/generate.cc size_t count = ++g_depth > 3 ? 0 : RandInRange(20); count 370 tools/ipc_fuzzer/mutate/generate.cc p->resize(count); count 371 tools/ipc_fuzzer/mutate/generate.cc for (size_t i = 0; i < count; ++i) { count 386 tools/ipc_fuzzer/mutate/generate.cc size_t count = ++g_depth > 3 ? 0 : RandInRange(20); count 388 tools/ipc_fuzzer/mutate/generate.cc for (size_t i = 0; i < count; ++i) { count 405 tools/ipc_fuzzer/mutate/generate.cc size_t count = ++g_depth > 3 ? 0 : RandInRange(20); count 407 tools/ipc_fuzzer/mutate/generate.cc for (size_t i = 0; i < count; ++i) { count 450 tools/ipc_fuzzer/mutate/generate.cc size_t count = RandInRange(60); count 452 tools/ipc_fuzzer/mutate/generate.cc for (size_t i = 0; i < count; ++i) count 661 tools/ipc_fuzzer/mutate/generate.cc size_t count = RandInRange(100); count 663 tools/ipc_fuzzer/mutate/generate.cc for (size_t i = 0; i < count; ++i) count 255 tools/memory_watcher/call_stack.cc unsigned int count = 0; count 259 tools/memory_watcher/call_stack.cc while (count < kMaxTraceFrames) { count 260 tools/memory_watcher/call_stack.cc count++; count 216 tools/memory_watcher/memory_watcher.cc tracker.count = 1; count 221 tools/memory_watcher/memory_watcher.cc it->second.count++; count 242 tools/memory_watcher/memory_watcher.cc stack_track->size, stack_track->count, i); count 244 tools/memory_watcher/memory_watcher.cc total_blocks += stack_track->count; count 29 tools/memory_watcher/memory_watcher.h int count; count 212 tools/telemetry/telemetry/core/bitmaptools.cc int count = 0; count 222 tools/telemetry/telemetry/core/bitmaptools.cc ++count; count 226 tools/telemetry/telemetry/core/bitmaptools.cc int response[] = { box.left, box.top, box.width(), box.height(), count }; count 1150 tools/traceline/traceline/main.cc if (syscalls.count(syscall) == 1) { count 127 tools/traceline/traceline/sym_resolver.h if (dlls_.count(base) == 1) { count 98 tools/xdisplaycheck/xdisplaycheck.cc int count = 0; count 100 tools/xdisplaycheck/xdisplaycheck.cc XIQueryDevice(scoped_display.display(), XIAllDevices, &count); count 14 ui/accessibility/ax_view_state.cc count(-1), count 57 ui/accessibility/ax_view_state.h int count; count 34 ui/app_list/cocoa/apps_search_results_model_bridge.h void ReloadDataForItems(size_t start, size_t count) const; count 37 ui/app_list/cocoa/apps_search_results_model_bridge.h virtual void ListItemsAdded(size_t start, size_t count) OVERRIDE; count 38 ui/app_list/cocoa/apps_search_results_model_bridge.h virtual void ListItemsRemoved(size_t start, size_t count) OVERRIDE; count 40 ui/app_list/cocoa/apps_search_results_model_bridge.h virtual void ListItemsChanged(size_t start, size_t count) OVERRIDE; count 25 ui/app_list/views/search_box_view_unittest.cc int count = count_; count 27 ui/app_list/views/search_box_view_unittest.cc return count; count 239 ui/app_list/views/search_result_list_view.cc void SearchResultListView::ListItemsAdded(size_t start, size_t count) { count 243 ui/app_list/views/search_result_list_view.cc void SearchResultListView::ListItemsRemoved(size_t start, size_t count) { count 245 ui/app_list/views/search_result_list_view.cc start + count, count 257 ui/app_list/views/search_result_list_view.cc void SearchResultListView::ListItemsChanged(size_t start, size_t count) { count 91 ui/app_list/views/search_result_list_view.h virtual void ListItemsAdded(size_t start, size_t count) OVERRIDE; count 92 ui/app_list/views/search_result_list_view.h virtual void ListItemsRemoved(size_t start, size_t count) OVERRIDE; count 94 ui/app_list/views/search_result_list_view.h virtual void ListItemsChanged(size_t start, size_t count) OVERRIDE; count 2855 ui/aura/gestures/gesture_recognizer_unittest.cc for (int count = 2; count <= kTouchPoints; ++count) { count 2856 ui/aura/gestures/gesture_recognizer_unittest.cc generator.GestureMultiFingerScroll(count, points, 15, kSteps, 0, -150); count 2860 ui/aura/gestures/gesture_recognizer_unittest.cc generator.GestureMultiFingerScroll(count, points, 15, kSteps, 0, 150); count 2864 ui/aura/gestures/gesture_recognizer_unittest.cc generator.GestureMultiFingerScroll(count, points, 15, kSteps, -150, 0); count 2868 ui/aura/gestures/gesture_recognizer_unittest.cc generator.GestureMultiFingerScroll(count, points, 15, kSteps, 150, 0); count 171 ui/aura/test/event_generator.cc int count) { count 172 ui/aura/test/event_generator.cc DCHECK_GT(count, 0); count 177 ui/aura/test/event_generator.cc for (float i = 1; i <= count; i++) { count 179 ui/aura/test/event_generator.cc step.Scale(i / count); count 329 ui/aura/test/event_generator.cc void EventGenerator::GestureMultiFingerScroll(int count, count 338 ui/aura/test/event_generator.cc count, start, delays, event_separation_time_ms, steps, move_x, move_y); count 342 ui/aura/test/event_generator.cc int count, count 351 ui/aura/test/event_generator.cc CHECK_LE(count, kMaxTouchPoints); count 357 ui/aura/test/event_generator.cc for (int i = 0; i < count; ++i) { count 364 ui/aura/test/event_generator.cc for (int i = 0; i < count; ++i) { count 375 ui/aura/test/event_generator.cc while (last_id < count && count 387 ui/aura/test/event_generator.cc for (int i = 0; i < count; ++i) { count 146 ui/aura/test/event_generator.h void MoveMouseTo(const gfx::Point& point_in_screen, int count); count 257 ui/aura/test/event_generator.h void GestureMultiFingerScroll(int count, count 274 ui/aura/test/event_generator.h void GestureMultiFingerScrollWithDelays(int count, count 949 ui/aura/window.cc for (size_t i = 0, count = children_.size(); i < count; ++i) { count 20 ui/aura/window_tracker.cc if (windows_.count(window)) count 28 ui/aura/window_tracker.cc if (windows_.count(window)) { count 35 ui/aura/window_tracker.cc return windows_.count(window) > 0; count 39 ui/aura/window_tracker.cc DCHECK_GT(windows_.count(window), 0u); count 886 ui/aura/window_tree_host_x11.cc for (int i = 0; i < dev_list.count; i++) { count 50 ui/base/cursor/cursor_loader_ozone.cc if (cursors_.count(native_type)) { count 248 ui/base/cursor/cursor_loader_x11.cc return cursors_.count(type) || animated_cursors_.count(type); count 254 ui/base/cursor/cursor_loader_x11.cc if (animated_cursors_.count(type)) count 33 ui/base/cursor/ozone/bitmap_cursor_factory_ozone.cc if (!default_cursors_.count(type)) { count 75 ui/base/dragdrop/os_exchange_data_provider_win.cc ULONG count, FORMATETC* elements_array, ULONG* elements_fetched); count 136 ui/base/dragdrop/os_exchange_data_provider_win.cc ULONG count, FORMATETC* elements_array, ULONG* elements_fetched) { count 139 ui/base/dragdrop/os_exchange_data_provider_win.cc DCHECK_EQ(count, 1ul); count 143 ui/base/dragdrop/os_exchange_data_provider_win.cc while (cursor_ < contents_.size() && index < count) { count 153 ui/base/dragdrop/os_exchange_data_provider_win.cc return index == count ? S_OK : S_FALSE; count 44 ui/base/ime/win/tsf_input_scope.cc const LONG count = InterlockedDecrement(&ref_count_); count 45 ui/base/ime/win/tsf_input_scope.cc if (!count) { count 49 ui/base/ime/win/tsf_input_scope.cc return static_cast<ULONG>(count); count 65 ui/base/ime/win/tsf_input_scope.cc STDMETHOD(GetInputScopes)(InputScope** input_scopes, UINT* count) OVERRIDE { count 66 ui/base/ime/win/tsf_input_scope.cc if (!count || !input_scopes) count 71 ui/base/ime/win/tsf_input_scope.cc *count = 0; count 77 ui/base/ime/win/tsf_input_scope.cc *count = input_scopes_.size(); count 81 ui/base/ime/win/tsf_input_scope.cc STDMETHOD(GetPhrase)(BSTR** phrases, UINT* count) OVERRIDE { count 50 ui/base/models/list_model.h size_t count = item_count(); count 52 ui/base/models/list_model.h NotifyItemsRemoved(0, count); count 90 ui/base/models/list_model.h void NotifyItemsAdded(size_t start, size_t count) { count 93 ui/base/models/list_model.h ListItemsAdded(start, count)); count 96 ui/base/models/list_model.h void NotifyItemsRemoved(size_t start, size_t count) { count 99 ui/base/models/list_model.h ListItemsRemoved(start, count)); count 108 ui/base/models/list_model.h void NotifyItemsChanged(size_t start, size_t count) { count 111 ui/base/models/list_model.h ListItemsChanged(start, count)); count 17 ui/base/models/list_model_observer.h virtual void ListItemsAdded(size_t start, size_t count) = 0; count 21 ui/base/models/list_model_observer.h virtual void ListItemsRemoved(size_t start, size_t count) = 0; count 28 ui/base/models/list_model_observer.h virtual void ListItemsChanged(size_t start, size_t count) = 0; count 50 ui/base/models/list_model_unittest.cc virtual void ListItemsAdded(size_t start, size_t count) OVERRIDE { count 51 ui/base/models/list_model_unittest.cc added_count_ += count; count 53 ui/base/models/list_model_unittest.cc virtual void ListItemsRemoved(size_t start, size_t count) OVERRIDE { count 54 ui/base/models/list_model_unittest.cc removed_count_ += count; count 59 ui/base/models/list_model_unittest.cc virtual void ListItemsChanged(size_t start, size_t count) OVERRIDE { count 60 ui/base/models/list_model_unittest.cc changed_count_ += count; count 40 ui/base/models/tree_model.h int count) = 0; count 46 ui/base/models/tree_model.h int count) = 0; count 128 ui/base/models/tree_node_model.h int count = 1; // Start with one to include the node itself. count 130 ui/base/models/tree_node_model.h count += children_[i]->GetTotalNodeCount(); count 131 ui/base/models/tree_node_model.h return count; count 235 ui/base/models/tree_node_model.h void NotifyObserverTreeNodesAdded(NodeType* parent, int start, int count) { count 238 ui/base/models/tree_node_model.h TreeNodesAdded(this, parent, start, count)); count 241 ui/base/models/tree_node_model.h void NotifyObserverTreeNodesRemoved(NodeType* parent, int start, int count) { count 244 ui/base/models/tree_node_model.h TreeNodesRemoved(this, parent, start, count)); count 40 ui/base/models/tree_node_model_unittest.cc int count) OVERRIDE { count 46 ui/base/models/tree_node_model_unittest.cc int count) OVERRIDE { count 344 ui/base/resource/resource_bundle.cc if (images_.count(resource_id)) count 385 ui/base/resource/resource_bundle.cc if (images_.count(resource_id)) count 80 ui/base/resource/resource_bundle_gtk.cc if (images_.count(key)) count 105 ui/base/resource/resource_bundle_gtk.cc if (images_.count(key)) count 29 ui/base/test/ui_controls_gtk.cc EventWaiter(const base::Closure& task, GdkEventType type, int count) count 32 ui/base/test/ui_controls_gtk.cc count_(count) { count 37 ui/base/win/hwnd_subclass.cc BOOL GetTouchInputInfoWrapper(HTOUCHINPUT handle, UINT count, count 45 ui/base/win/hwnd_subclass.cc return get_touch_input_info_func(handle, count, pointer, size); count 10 ui/base/win/touch_input.cc UINT count, count 19 ui/base/win/touch_input.cc return get_touch_input_info_func(handle, count, pointer, size); count 17 ui/base/win/touch_input.h UINT count, count 1152 ui/base/x/x11_util.cc unsigned long count; count 1159 ui/base/x/x11_util.cc &count, count 1165 ui/base/x/x11_util.cc if (type == XA_WINDOW && format == 32 && data && count > 0) { count 1168 ui/base/x/x11_util.cc for (long i = static_cast<long>(count) - 1; i >= 0; i--) count 91 ui/compositor/debug_utils.cc for (size_t i = 0, count = layer->children().size(); i < count; ++i) { count 29 ui/events/gesture_detection/bitset_32.h inline uint32_t count() const { return popcnt(value); } count 17 ui/events/gesture_detection/bitset_32_unittest.cc EXPECT_EQ(0U, bits.count()); count 25 ui/events/gesture_detection/bitset_32_unittest.cc EXPECT_EQ(1U, bits.count()); count 36 ui/events/gesture_detection/bitset_32_unittest.cc EXPECT_EQ(2U, bits.count()); count 52 ui/events/gesture_detection/bitset_32_unittest.cc EXPECT_EQ(1U, bits.count()); count 66 ui/events/gesture_detection/bitset_32_unittest.cc EXPECT_EQ(0U, bits.count()); count 77 ui/events/gesture_detection/bitset_32_unittest.cc EXPECT_EQ(1U, bits.count()); count 87 ui/events/gesture_detection/bitset_32_unittest.cc EXPECT_EQ(2U, bits.count()); count 169 ui/events/gesture_detection/gesture_detector.cc const int count = static_cast<int>(ev.GetPointerCount()); count 170 ui/events/gesture_detection/gesture_detector.cc for (int i = 0; i < count; i++) { count 176 ui/events/gesture_detection/gesture_detector.cc const int div = pointer_up ? count - 1 : count; count 202 ui/events/gesture_detection/gesture_detector.cc for (int i = 0; i < count; i++) { count 128 ui/events/gesture_detection/scale_gesture_detector.cc const int count = static_cast<int>(event.GetPointerCount()); count 129 ui/events/gesture_detection/scale_gesture_detector.cc const int div = pointer_up ? count - 1 : count; count 143 ui/events/gesture_detection/scale_gesture_detector.cc for (int i = 0; i < count; i++) { count 158 ui/events/gesture_detection/scale_gesture_detector.cc for (int i = 0; i < count; i++) { count 303 ui/events/gesture_detection/scale_gesture_detector.cc const int count = static_cast<int>(ev.GetPointerCount()); count 308 ui/events/gesture_detection/scale_gesture_detector.cc for (int i = 0; i < count; i++) { count 254 ui/events/gesture_detection/velocity_tracker.cc while (id_bits.count() > MAX_POINTERS) count 367 ui/events/gesture_detection/velocity_tracker.cc uint32_t count = id_bits.count(); count 368 ui/events/gesture_detection/velocity_tracker.cc for (uint32_t i = 0; i < count; i++) { count 25 ui/events/gestures/gesture_recognizer_impl.cc if (map->count(current_consumer)) { count 150 ui/events/gestures/gesture_recognizer_impl.cc if (consumer_sequence_.count(consumer) == 0) count 229 ui/events/gestures/gesture_recognizer_impl.cc if (consumer_sequence_.count(consumer)) { count 69 ui/events/keycodes/dom4/keycode_converter_unittest.cc EXPECT_EQ(0U, usb_to_native.count(entry->usb_keycode)) count 78 ui/events/keycodes/dom4/keycode_converter_unittest.cc EXPECT_EQ(0U, native_to_usb.count(entry->native_keycode)) count 232 ui/events/ozone/evdev/key_event_converter_evdev.cc int count) { count 233 ui/events/ozone/evdev/key_event_converter_evdev.cc for (int i = 0; i < count; ++i) { count 36 ui/events/ozone/evdev/key_event_converter_evdev.h void ProcessEvents(const struct input_event* inputs, int count); count 42 ui/events/platform/platform_event_source_unittest.cc for (size_t count = 0; count < events.size(); ++count) { count 43 ui/events/platform/platform_event_source_unittest.cc uint32_t action = DispatchEvent(*events[count]); count 45 ui/events/platform/platform_event_source_unittest.cc return count + 1; count 444 ui/events/platform/platform_event_source_unittest.cc size_t count = source()->DispatchEventStream(events); count 445 ui/events/platform/platform_event_source_unittest.cc EXPECT_EQ(1u, count); count 451 ui/events/platform/platform_event_source_unittest.cc ASSERT_LT(count, events.size()); count 452 ui/events/platform/platform_event_source_unittest.cc events.erase(events.begin(), events.begin() + count); count 454 ui/events/platform/platform_event_source_unittest.cc count = source()->DispatchEventStream(events); count 455 ui/events/platform/platform_event_source_unittest.cc EXPECT_EQ(1u, count); count 48 ui/events/test/test_event_target.cc return received_.count(type) > 0; count 196 ui/events/x/device_data_manager.cc for (int i = 0; i < dev_list.count; ++i) count 210 ui/events/x/device_data_manager.cc for (int i = 0; i < info_list.count; ++i) { count 51 ui/events/x/device_list_cache_x.cc new_x_dev_list.devices = XListInputDevices(display, &new_x_dev_list.count); count 57 ui/events/x/device_list_cache_x.cc XIQueryDevice(display, XIAllDevices, &new_xi_dev_list.count) : NULL; count 63 ui/events/x/device_list_cache_x.cc if (!x_dev_list.devices && !x_dev_list.count) count 64 ui/events/x/device_list_cache_x.cc x_dev_list.devices = XListInputDevices(display, &x_dev_list.count); count 70 ui/events/x/device_list_cache_x.cc if (!xi_dev_list.devices && !xi_dev_list.count) { count 72 ui/events/x/device_list_cache_x.cc &xi_dev_list.count); count 22 ui/events/x/device_list_cache_x.h DeviceList() : devices(NULL), count(0) { count 28 ui/events/x/device_list_cache_x.h int count; count 98 ui/events/x/touch_factory_x11.cc for (int i = 0; i < dev_list.count; i++) { count 125 ui/events/x/touch_factory_x11.cc for (int i = 0; i < xi_dev_list.count; i++) { count 28 ui/gfx/animation/animation_container.cc DCHECK(elements_.count(element) == 0); // Start should only be invoked if the count 43 ui/gfx/animation/animation_container.cc DCHECK(elements_.count(element) > 0); // The element must be running. count 896 ui/gfx/image/image.cc return storage_.get() && storage_->representations().count(type) != 0; count 15 ui/gfx/path.cc Path::Path(const Point* points, size_t count) { count 16 ui/gfx/path.cc DCHECK(count > 1); count 18 ui/gfx/path.cc for (size_t i = 1; i < count; ++i) count 22 ui/gfx/path.cc Path::Path(const PointF* points, size_t count) { count 23 ui/gfx/path.cc DCHECK(count > 1); count 25 ui/gfx/path.cc for (size_t i = 1; i < count; ++i) count 30 ui/gfx/path.h Path(const Point* points, size_t count); count 31 ui/gfx/path.h Path(const PointF* points, size_t count); count 59 ui/gfx/sequential_id_generator.cc DCHECK_GT(number_to_id_.count(number), 0U); count 66 ui/gfx/sequential_id_generator.cc while (id_to_number_.count(min_available_id_) > 0 && count 32 ui/gfx/x/x11_types.cc int count; count 33 ui/gfx/x/x11_types.cc XPixmapFormatValues* formats = XListPixmapFormats(dpy, &count); count 38 ui/gfx/x/x11_types.cc for (int i = 0; i < count; ++i) { count 195 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLDrawArrays(GLenum mode, GLint first, GLsizei count) { count 196 ui/gl/gl_bindings_skia_in_process.cc glDrawArrays(mode, first, count); count 207 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLDrawElements(GLenum mode, GLsizei count, GLenum type, count 209 ui/gl/gl_bindings_skia_in_process.cc glDrawElements(mode, count, type, indices); count 411 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLShaderSource(GLuint shader, GLsizei count, const char* const* str, count 413 ui/gl/gl_bindings_skia_in_process.cc glShaderSource(shader, count, str, length); count 477 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLUniform1fv(GLint location, GLsizei count, const GLfloat* v) { count 478 ui/gl/gl_bindings_skia_in_process.cc glUniform1fv(location, count, v); count 481 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLUniform1iv(GLint location, GLsizei count, const GLint* v) { count 482 ui/gl/gl_bindings_skia_in_process.cc glUniform1iv(location, count, v); count 493 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLUniform2fv(GLint location, GLsizei count, const GLfloat* v) { count 494 ui/gl/gl_bindings_skia_in_process.cc glUniform2fv(location, count, v); count 497 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLUniform2iv(GLint location, GLsizei count, const GLint* v) { count 498 ui/gl/gl_bindings_skia_in_process.cc glUniform2iv(location, count, v); count 509 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLUniform3fv(GLint location, GLsizei count, const GLfloat* v) { count 510 ui/gl/gl_bindings_skia_in_process.cc glUniform3fv(location, count, v); count 513 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLUniform3iv(GLint location, GLsizei count, const GLint* v) { count 514 ui/gl/gl_bindings_skia_in_process.cc glUniform3iv(location, count, v); count 527 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLUniform4fv(GLint location, GLsizei count, const GLfloat* v) { count 528 ui/gl/gl_bindings_skia_in_process.cc glUniform4fv(location, count, v); count 531 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLUniform4iv(GLint location, GLsizei count, const GLint* v) { count 532 ui/gl/gl_bindings_skia_in_process.cc glUniform4iv(location, count, v); count 535 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLUniformMatrix2fv(GLint location, GLsizei count, count 537 ui/gl/gl_bindings_skia_in_process.cc glUniformMatrix2fv(location, count, transpose, value); count 540 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLUniformMatrix3fv(GLint location, GLsizei count, count 542 ui/gl/gl_bindings_skia_in_process.cc glUniformMatrix3fv(location, count, transpose, value); count 545 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLUniformMatrix4fv(GLint location, GLsizei count, count 547 ui/gl/gl_bindings_skia_in_process.cc glUniformMatrix4fv(location, count, transpose, value); count 214 ui/gl/gl_gl_api_implementation.cc NullDrawDrawArraysFn(GLenum mode, GLint first, GLsizei count) { count 216 ui/gl/gl_gl_api_implementation.cc g_driver_gl.orig_fn.glDrawArraysFn(mode, first, count); count 220 ui/gl/gl_gl_api_implementation.cc GLsizei count, count 224 ui/gl/gl_gl_api_implementation.cc g_driver_gl.orig_fn.glDrawElementsFn(mode, count, type, indices); count 169 ui/views/animation/bounds_animator.cc DCHECK(data_.count(view) > 0); count 170 ui/views/animation/bounds_animator.cc DCHECK(animation_to_view_.count(data_[view].animation) > 0); count 115 ui/views/background.cc size_t count) { count 117 ui/views/background.cc true, Painter::CreateVerticalMultiColorGradient(colors, pos, count)); count 119 ui/views/background.cc color_utils::AlphaBlend(colors[0], colors[count-1], 128)); count 69 ui/views/background.h size_t count); count 558 ui/views/controls/combobox/combobox.cc state->count = model_->GetItemCount(); count 439 ui/views/controls/combobox/combobox_unittest.cc if (separators.count(i) != 0) { count 229 ui/views/controls/menu/menu_runner.cc if (menu != menu_ && sibling_menus_.count(menu) == 0) count 123 ui/views/controls/menu/native_menu_win.cc int count = GetMenuItemCount(menu); count 127 ui/views/controls/menu/native_menu_win.cc for (int i = 0; i < count; ++i) { count 62 ui/views/controls/menu/submenu_view.cc int count = 0; count 65 ui/views/controls/menu/submenu_view.cc count++; count 67 ui/views/controls/menu/submenu_view.cc return count; count 71 ui/views/controls/menu/submenu_view.cc for (int i = 0, count = 0; i < child_count(); ++i) { count 73 ui/views/controls/menu/submenu_view.cc count++ == index) { count 68 ui/views/controls/progress_bar.cc int count, count 84 ui/views/controls/progress_bar.cc p, colors, points, count, SkShader::kClamp_TileMode, NULL)); count 175 ui/views/controls/single_split_view_unittest.cc EXPECT_EQ(0, listener.count()); count 184 ui/views/controls/single_split_view_unittest.cc EXPECT_EQ(1, listener.count()); count 193 ui/views/controls/single_split_view_unittest.cc EXPECT_EQ(2, listener.count()); count 203 ui/views/controls/single_split_view_unittest.cc EXPECT_EQ(3, listener.count()); count 213 ui/views/controls/single_split_view_unittest.cc EXPECT_EQ(4, listener.count()); count 227 ui/views/controls/single_split_view_unittest.cc EXPECT_EQ(5, listener.count()); count 507 ui/views/controls/table/table_view_unittest.cc const int count = selection_changed_count_; count 509 ui/views/controls/table/table_view_unittest.cc return count; count 176 ui/views/controls/textfield/textfield_unittest.cc void InitTextfields(int count) { count 190 ui/views/controls/textfield/textfield_unittest.cc for (int i = 1; i < count; i++) { count 425 ui/views/controls/tree/tree_view.cc int count) { count 430 ui/views/controls/tree/tree_view.cc for (int i = 0; i < count; ++i) { count 442 ui/views/controls/tree/tree_view.cc int count) { count 448 ui/views/controls/tree/tree_view.cc for (int i = 0; i < count; ++i) { count 138 ui/views/controls/tree/tree_view.h int count) OVERRIDE; count 142 ui/views/controls/tree/tree_view.h int count) OVERRIDE; count 31 ui/views/debug_utils.cc for (int i = 0, count = view->child_count(); i < count; ++i) count 90 ui/views/examples/bubble_example.cc static const int count = arraysize(arrows); count 91 ui/views/examples/bubble_example.cc arrow_index = (arrow_index + count + (event.IsShiftDown() ? -1 : 1)) % count; count 12 ui/views/examples/example_combobox_model.cc ExampleComboboxModel::ExampleComboboxModel(const char** strings, int count) count 13 ui/views/examples/example_combobox_model.cc : strings_(strings), count_(count) { count 16 ui/views/examples/example_combobox_model.h ExampleComboboxModel(const char** strings, int count); count 175 ui/views/examples/text_example.cc int count) { count 179 ui/views/examples/text_example.cc count); count 40 ui/views/examples/text_example.h int count); count 162 ui/views/focus/focus_manager.cc int count = static_cast<int>(panes.size()); count 163 ui/views/focus/focus_manager.cc if (count == 0) count 168 ui/views/focus/focus_manager.cc int index = direction == kBackward ? 0 : count - 1; count 173 ui/views/focus/focus_manager.cc for (int i = 0; i < count; i++) { count 189 ui/views/focus/focus_manager.cc if (wrap == kNoWrap && (index >= count || index < 0)) count 191 ui/views/focus/focus_manager.cc index = (index + count) % count; count 33 ui/views/focus/focus_traversal_unittest.cc int count = 1; count 35 ui/views/focus/focus_traversal_unittest.cc const int kTopCheckBoxID = count++; // 1 count 36 ui/views/focus/focus_traversal_unittest.cc const int kLeftContainerID = count++; count 37 ui/views/focus/focus_traversal_unittest.cc const int kAppleLabelID = count++; count 38 ui/views/focus/focus_traversal_unittest.cc const int kAppleTextfieldID = count++; count 39 ui/views/focus/focus_traversal_unittest.cc const int kOrangeLabelID = count++; // 5 count 40 ui/views/focus/focus_traversal_unittest.cc const int kOrangeTextfieldID = count++; count 41 ui/views/focus/focus_traversal_unittest.cc const int kBananaLabelID = count++; count 42 ui/views/focus/focus_traversal_unittest.cc const int kBananaTextfieldID = count++; count 43 ui/views/focus/focus_traversal_unittest.cc const int kKiwiLabelID = count++; count 44 ui/views/focus/focus_traversal_unittest.cc const int kKiwiTextfieldID = count++; // 10 count 45 ui/views/focus/focus_traversal_unittest.cc const int kFruitButtonID = count++; count 46 ui/views/focus/focus_traversal_unittest.cc const int kFruitCheckBoxID = count++; count 47 ui/views/focus/focus_traversal_unittest.cc const int kComboboxID = count++; count 49 ui/views/focus/focus_traversal_unittest.cc const int kRightContainerID = count++; count 50 ui/views/focus/focus_traversal_unittest.cc const int kAsparagusButtonID = count++; // 15 count 51 ui/views/focus/focus_traversal_unittest.cc const int kBroccoliButtonID = count++; count 52 ui/views/focus/focus_traversal_unittest.cc const int kCauliflowerButtonID = count++; count 54 ui/views/focus/focus_traversal_unittest.cc const int kInnerContainerID = count++; count 55 ui/views/focus/focus_traversal_unittest.cc const int kScrollViewID = count++; count 56 ui/views/focus/focus_traversal_unittest.cc const int kRosettaLinkID = count++; // 20 count 57 ui/views/focus/focus_traversal_unittest.cc const int kStupeurEtTremblementLinkID = count++; count 58 ui/views/focus/focus_traversal_unittest.cc const int kDinerGameLinkID = count++; count 59 ui/views/focus/focus_traversal_unittest.cc const int kRidiculeLinkID = count++; count 60 ui/views/focus/focus_traversal_unittest.cc const int kClosetLinkID = count++; count 61 ui/views/focus/focus_traversal_unittest.cc const int kVisitingLinkID = count++; // 25 count 62 ui/views/focus/focus_traversal_unittest.cc const int kAmelieLinkID = count++; count 63 ui/views/focus/focus_traversal_unittest.cc const int kJoyeuxNoelLinkID = count++; count 64 ui/views/focus/focus_traversal_unittest.cc const int kCampingLinkID = count++; count 65 ui/views/focus/focus_traversal_unittest.cc const int kBriceDeNiceLinkID = count++; count 66 ui/views/focus/focus_traversal_unittest.cc const int kTaxiLinkID = count++; // 30 count 67 ui/views/focus/focus_traversal_unittest.cc const int kAsterixLinkID = count++; count 69 ui/views/focus/focus_traversal_unittest.cc const int kOKButtonID = count++; count 70 ui/views/focus/focus_traversal_unittest.cc const int kCancelButtonID = count++; count 71 ui/views/focus/focus_traversal_unittest.cc const int kHelpButtonID = count++; count 73 ui/views/focus/focus_traversal_unittest.cc const int kStyleContainerID = count++; // 35 count 74 ui/views/focus/focus_traversal_unittest.cc const int kBoldCheckBoxID = count++; count 75 ui/views/focus/focus_traversal_unittest.cc const int kItalicCheckBoxID = count++; count 76 ui/views/focus/focus_traversal_unittest.cc const int kUnderlinedCheckBoxID = count++; count 77 ui/views/focus/focus_traversal_unittest.cc const int kStyleHelpLinkID = count++; count 78 ui/views/focus/focus_traversal_unittest.cc const int kStyleTextEditID = count++; // 40 count 80 ui/views/focus/focus_traversal_unittest.cc const int kSearchContainerID = count++; count 81 ui/views/focus/focus_traversal_unittest.cc const int kSearchTextfieldID = count++; count 82 ui/views/focus/focus_traversal_unittest.cc const int kSearchButtonID = count++; count 83 ui/views/focus/focus_traversal_unittest.cc const int kHelpLinkID = count++; count 85 ui/views/focus/focus_traversal_unittest.cc const int kThumbnailContainerID = count++; // 45 count 86 ui/views/focus/focus_traversal_unittest.cc const int kThumbnailStarID = count++; count 87 ui/views/focus/focus_traversal_unittest.cc const int kThumbnailSuperStarID = count++; count 89 ui/views/linux_ui/linux_ui.h virtual void SetDownloadCount(int count) const = 0; count 103 ui/views/painter.cc size_t count); count 126 ui/views/painter.cc size_t count) count 128 ui/views/painter.cc colors_(new SkColor[count]), count 129 ui/views/painter.cc pos_(new SkScalar[count]), count 130 ui/views/painter.cc count_(count) { count 258 ui/views/painter.cc size_t count) { count 259 ui/views/painter.cc return new GradientPainter(false, colors, pos, count); count 57 ui/views/painter.h size_t count); count 555 ui/views/view.cc for (int i = 0, count = child_count(); i < count; ++i) { count 608 ui/views/view.cc for (int i = 0, count = child_count(); i < count; ++i) { count 638 ui/views/view.cc for (int i = 0, count = child_count(); i < count; ++i) count 1377 ui/views/view.cc for (int i = 0, count = child_count(); i < count; ++i) count 1451 ui/views/view.cc for (int i = 0, count = child_count(); i < count; ++i) count 1468 ui/views/view.cc for (int i = 0, count = child_count(); i < count; ++i) count 1477 ui/views/view.cc for (int i = 0, count = child_count(); i < count; ++i) { count 1716 ui/views/view.cc for (int i = 0, count = view_with_children->child_count(); i < count; ++i) count 1828 ui/views/view.cc for (int i = 0, count = child_count(); i < count; ++i) count 1838 ui/views/view.cc for (int i = 0, count = child_count(); i < count; ++i) count 1844 ui/views/view.cc for (int i = 0, count = child_count(); i < count; ++i) count 1883 ui/views/view.cc for (int i = 0, count = child_count(); i < count; ++i) count 1891 ui/views/view.cc for (int i = 0, count = child_count(); i < count; ++i) count 2061 ui/views/view.cc for (int i = 0, count = child_count(); i < count; ++i) count 2089 ui/views/view.cc for (int i = 0, count = child_count(); i < count; ++i) count 2103 ui/views/view.cc for (int i = 0, count = child_count(); i < count; ++i) count 2265 ui/views/view.cc int count = child_count(); count 2267 ui/views/view.cc if (count == 0) { count 2271 ui/views/view.cc if (index == count) { count 147 ui/views/view_unittest.cc int count = base::RandInt(1, 5); count 148 ui/views/view_unittest.cc for (int i = 0; i < count; i++) { count 161 ui/views/view_unittest.cc int count = view->child_count(); count 162 ui/views/view_unittest.cc if (count == 0) count 164 ui/views/view_unittest.cc for (int i = 0; i < count; i++) { count 168 ui/views/view_unittest.cc if (count > 1) { count 169 ui/views/view_unittest.cc int a = base::RandInt(0, count - 1); count 170 ui/views/view_unittest.cc int b = base::RandInt(0, count - 1); count 1558 ui/views/widget/widget_unittest.cc EXPECT_EQ(0, delegate->count()); count 1560 ui/views/widget/widget_unittest.cc EXPECT_EQ(1, delegate->count()); count 17 ui/wm/core/capture_controller.cc DCHECK_EQ(0u, root_windows_.count(root)); count 67 ui/wm/core/compound_event_filter.cc if (ignored_keys.count(event.key_code()) > 0) count 51 url/url_parse_internal.h int count = 0; count 52 url/url_parse_internal.h while (begin_offset + count < str_len && count 53 url/url_parse_internal.h IsURLSlash(str[begin_offset + count])) count 54 url/url_parse_internal.h ++count; count 55 url/url_parse_internal.h return count; count 120 webkit/browser/appcache/appcache.cc size_t count = namespaces.size(); count 121 webkit/browser/appcache/appcache.cc for (size_t i = 0; i < count; ++i) { count 316 webkit/browser/appcache/appcache.cc size_t count = namespaces.size(); count 317 webkit/browser/appcache/appcache.cc for (size_t i = 0; i < count; ++i) { count 563 webkit/browser/blob/blob_url_request_job.cc DCHECK_EQ(0U, index_to_reader_.count(index)); count 51 webkit/browser/fileapi/file_system_dir_url_request_job.cc int count = std::min(dest_size, static_cast<int>(data_.size())); count 52 webkit/browser/fileapi/file_system_dir_url_request_job.cc if (count > 0) { count 53 webkit/browser/fileapi/file_system_dir_url_request_job.cc memcpy(dest->data(), data_.data(), count); count 54 webkit/browser/fileapi/file_system_dir_url_request_job.cc data_.erase(0, count); count 56 webkit/browser/fileapi/file_system_dir_url_request_job.cc *bytes_read = count; count 201 webkit/browser/quota/mock_quota_manager_unittest.cc EXPECT_EQ(1UL, origins().count(kOrigin1)); count 202 webkit/browser/quota/mock_quota_manager_unittest.cc EXPECT_EQ(0UL, origins().count(kOrigin2)); count 211 webkit/browser/quota/mock_quota_manager_unittest.cc EXPECT_EQ(1UL, origins().count(kOrigin1)); count 212 webkit/browser/quota/mock_quota_manager_unittest.cc EXPECT_EQ(1UL, origins().count(kOrigin2)); count 219 webkit/browser/quota/mock_quota_manager_unittest.cc EXPECT_EQ(0UL, origins().count(kOrigin1)); count 220 webkit/browser/quota/mock_quota_manager_unittest.cc EXPECT_EQ(1UL, origins().count(kOrigin2)); count 226 webkit/browser/quota/quota_database_unittest.cc EXPECT_EQ(1U, origins.count(kOrigin1)); count 227 webkit/browser/quota/quota_database_unittest.cc EXPECT_EQ(1U, origins.count(kOrigin2)); count 228 webkit/browser/quota/quota_database_unittest.cc EXPECT_EQ(1U, origins.count(kOrigin3)); count 233 webkit/browser/quota/quota_database_unittest.cc EXPECT_EQ(0U, origins.count(kOrigin1)); count 234 webkit/browser/quota/quota_database_unittest.cc EXPECT_EQ(1U, origins.count(kOrigin2)); count 235 webkit/browser/quota/quota_database_unittest.cc EXPECT_EQ(1U, origins.count(kOrigin3)); count 240 webkit/browser/quota/quota_database_unittest.cc EXPECT_EQ(0U, origins.count(kOrigin1)); count 241 webkit/browser/quota/quota_database_unittest.cc EXPECT_EQ(0U, origins.count(kOrigin2)); count 242 webkit/browser/quota/quota_database_unittest.cc EXPECT_EQ(1U, origins.count(kOrigin3)); count 256 webkit/browser/quota/quota_database_unittest.cc EXPECT_EQ(0U, origins.count(kOrigin1)); count 257 webkit/browser/quota/quota_database_unittest.cc EXPECT_EQ(1U, origins.count(kOrigin2)); count 258 webkit/browser/quota/quota_database_unittest.cc EXPECT_EQ(1U, origins.count(kOrigin3)); count 267 webkit/browser/quota/quota_database_unittest.cc EXPECT_EQ(1U, origins.count(kOrigin1)); count 268 webkit/browser/quota/quota_database_unittest.cc EXPECT_EQ(1U, origins.count(kOrigin2)); count 269 webkit/browser/quota/quota_database_unittest.cc EXPECT_EQ(0U, origins.count(kOrigin3)); count 274 webkit/browser/quota/quota_database_unittest.cc EXPECT_EQ(0U, origins.count(kOrigin1)); count 275 webkit/browser/quota/quota_database_unittest.cc EXPECT_EQ(1U, origins.count(kOrigin2)); count 276 webkit/browser/quota/quota_database_unittest.cc EXPECT_EQ(0U, origins.count(kOrigin3)); count 913 webkit/browser/quota/quota_manager.cc int& count = origins_in_use_[origin]; count 914 webkit/browser/quota/quota_manager.cc if (--count == 0) count 1831 webkit/browser/quota/quota_manager_unittest.cc EXPECT_EQ(1U, modified_origins().count(GURL(kData[i].origin))); count 1848 webkit/browser/quota/quota_manager_unittest.cc EXPECT_EQ(1U, modified_origins().count(GURL("http://a.com/"))); count 104 webkit/browser/quota/storage_monitor_unittest.cc int count = 0; count 109 webkit/browser/quota/storage_monitor_unittest.cc ++count; count 112 webkit/browser/quota/storage_monitor_unittest.cc return count; count 45 webkit/common/database/database_connections.cc int& count = connections_[origin_identifier][database_name].first; count 46 webkit/common/database/database_connections.cc return ++count == 1; count 113 webkit/common/database/database_connections.cc int& count = db_connections[database_name].first; count 114 webkit/common/database/database_connections.cc DCHECK(count >= num_connections); count 115 webkit/common/database/database_connections.cc count -= num_connections; count 116 webkit/common/database/database_connections.cc if (count) count 157 webkit/common/fileapi/file_system_util_unittest.cc size_t count; count 194 webkit/common/fileapi/file_system_util_unittest.cc EXPECT_EQ(test_cases[i].count, components.size()); count 202 webkit/common/fileapi/file_system_util_unittest.cc EXPECT_EQ(test_cases[i].count, components.size()); count 540 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc WGC3Dsizei count, count 545 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc mode, count, type, count 161 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h virtual void drawArrays(WGC3Denum mode, WGC3Dint first, WGC3Dsizei count); count 163 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h WGC3Dsizei count, count 192 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h WGC3Dsizei* count, count 335 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h WGC3Dsizei count, const WGC3Dfloat* v); count 338 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h WGC3Dsizei count, const WGC3Dint* v); count 341 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h WGC3Dsizei count, const WGC3Dfloat* v); count 344 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h WGC3Dsizei count, const WGC3Dint* v); count 348 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h WGC3Dsizei count, const WGC3Dfloat* v); count 352 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h WGC3Dsizei count, const WGC3Dint* v); count 357 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h WGC3Dsizei count, const WGC3Dfloat* v); count 361 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h WGC3Dsizei count, const WGC3Dint* v); count 363 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h WGC3Dsizei count, count 367 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h WGC3Dsizei count, count 371 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h WGC3Dsizei count, count 400 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h virtual void genBuffers(WGC3Dsizei count, WebGLId* ids); count 401 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h virtual void genFramebuffers(WGC3Dsizei count, WebGLId* ids); count 402 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h virtual void genRenderbuffers(WGC3Dsizei count, WebGLId* ids); count 403 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h virtual void genTextures(WGC3Dsizei count, WebGLId* ids); count 405 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h virtual void deleteBuffers(WGC3Dsizei count, WebGLId* ids); count 406 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h virtual void deleteFramebuffers(WGC3Dsizei count, WebGLId* ids); count 407 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h virtual void deleteRenderbuffers(WGC3Dsizei count, WebGLId* ids); count 408 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h virtual void deleteTextures(WGC3Dsizei count, WebGLId* ids); count 335 win8/delegate_execute/command_execute_impl.cc DWORD count = 0; count 336 win8/delegate_execute/command_execute_impl.cc item_array_->GetCount(&count); count 338 win8/delegate_execute/command_execute_impl.cc if (count != 1) { count 339 win8/delegate_execute/command_execute_impl.cc AtlTrace("Cannot handle %d elements in the IShellItemArray\n", count); count 346 win8/delegate_execute/command_execute_impl.cc HRESULT hr = items->Next(1, &shell_item, &count); count 39 win8/metro_driver/ime/input_scope.cc STDMETHOD(GetInputScopes)(InputScope** input_scopes, UINT* count) OVERRIDE { count 40 win8/metro_driver/ime/input_scope.cc if (!count || !input_scopes) count 45 win8/metro_driver/ime/input_scope.cc *count = 0; count 49 win8/metro_driver/ime/input_scope.cc *count = static_cast<UINT>(input_scopes_.size()); count 52 win8/metro_driver/ime/input_scope.cc STDMETHOD(GetPhrase)(BSTR** phrases, UINT* count) OVERRIDE { count 50 win8/metro_driver/toast_notification_handler.cc unsigned int count = 0; count 51 win8/metro_driver/toast_notification_handler.cc elements->get_Length(&count); count 53 win8/metro_driver/toast_notification_handler.cc if (index > count) {