counter           182 base/bind_unittest.cc int GetCopies(const CopyCounter& counter) {
counter           183 base/bind_unittest.cc   return counter.copies();
counter           658 base/bind_unittest.cc   CopyCounter counter(&copies, &assigns);
counter           660 base/bind_unittest.cc       Bind(&GetCopies, ConstRef(counter));
counter           684 base/bind_unittest.cc   DeleteCounter* counter = new DeleteCounter(&deletes);
counter           689 base/bind_unittest.cc       Bind(&PolymorphicIdentity<DeleteCounter*>, Owned(counter));
counter           690 base/bind_unittest.cc   ASSERT_EQ(counter, no_capture_cb.Run());
counter           691 base/bind_unittest.cc   ASSERT_EQ(counter, no_capture_cb.Run());
counter           697 base/bind_unittest.cc   counter = new DeleteCounter(&deletes);
counter           699 base/bind_unittest.cc       Bind(&DeleteCounter::VoidMethod0, Owned(counter));
counter           728 base/bind_unittest.cc   DeleteCounter* counter = new DeleteCounter(&deletes);
counter           731 base/bind_unittest.cc            Passed(scoped_ptr<DeleteCounter>(counter)));
counter           737 base/bind_unittest.cc   ASSERT_EQ(counter, result.get());
counter           764 base/bind_unittest.cc   CopyCounter counter(&copies, &assigns);
counter           767 base/bind_unittest.cc       Bind(&VoidPolymorphic1<CopyCounter>, counter);
counter           775 base/bind_unittest.cc   forward_cb.Run(counter);
counter            16 base/id_map_unittest.cc   explicit DestructorCounter(int* counter) : counter_(counter) {}
counter           104 base/id_map_unittest.cc   int counter = 0;
counter           107 base/id_map_unittest.cc     ids_in_iteration_order[counter] = iter.GetCurrentKey();
counter           108 base/id_map_unittest.cc     objs_in_iteration_order[counter] = iter.GetCurrentValue();
counter           109 base/id_map_unittest.cc     counter++;
counter           112 base/id_map_unittest.cc   counter = 0;
counter           117 base/id_map_unittest.cc     switch (counter) {
counter           138 base/id_map_unittest.cc     counter++;
counter           214 base/id_map_unittest.cc   int counter = 0;
counter           217 base/id_map_unittest.cc     ids_in_iteration_order[counter] = iter.GetCurrentKey();
counter           218 base/id_map_unittest.cc     objs_in_iteration_order[counter] = iter.GetCurrentValue();
counter           219 base/id_map_unittest.cc     counter++;
counter           222 base/id_map_unittest.cc   counter = 0;
counter           225 base/id_map_unittest.cc     switch (counter) {
counter           241 base/id_map_unittest.cc     counter++;
counter           141 base/metrics/field_trial_unittest.cc   int counter = 0;
counter           144 base/metrics/field_trial_unittest.cc     std::string name = StringPrintf("trial%d", ++counter);
counter           164 base/metrics/field_trial_unittest.cc   int counter = 0;
counter           166 base/metrics/field_trial_unittest.cc     std::string name = base::StringPrintf("FiftyFifty%d", ++counter);
counter           168 base/metrics/field_trial_unittest.cc                                                         ++counter);
counter           179 base/metrics/field_trial_unittest.cc   } while ((!second_winner || !first_winner) && counter < 100);
counter            50 base/metrics/stats_counters.h   base::StatsCounter counter(name); \
counter            51 base/metrics/stats_counters.h   counter.Add(delta); \
counter           484 base/metrics/stats_table.cc   int counter = table->FindCounter(str_name);
counter           487 base/metrics/stats_table.cc   return table->GetLocation(counter, slot);
counter            36 base/synchronization/waitable_event_watcher_unittest.cc   explicit DecrementCountContainer(int* counter) : counter_(counter) {
counter            85 base/synchronization/waitable_event_watcher_unittest.cc   int counter = 1;
counter            86 base/synchronization/waitable_event_watcher_unittest.cc   DecrementCountContainer delegate(&counter);
counter           102 base/synchronization/waitable_event_watcher_unittest.cc   EXPECT_EQ(1, counter);
counter            55 base/threading/worker_pool_posix_unittest.cc                       int* counter,
counter            63 base/threading/worker_pool_posix_unittest.cc   (*counter)++;
counter            70 base/threading/worker_pool_posix_unittest.cc   int* counter;
counter            86 base/threading/worker_pool_posix_unittest.cc   IncrementingTask(args.counter_lock, args.counter, args.unique_threads_lock,
counter            45 base/time/time_win_unittest.cc   int64 counter = reinterpret_cast<int64>(param);
counter            50 base/time/time_win_unittest.cc   for (int index = 0; index < counter; index++) {
counter            27 base/win/object_watcher_unittest.cc   explicit DecrementCountDelegate(int* counter) : counter_(counter) {
counter            80 base/win/object_watcher_unittest.cc   int counter = 1;
counter            81 base/win/object_watcher_unittest.cc   DecrementCountDelegate delegate(&counter);
counter            99 base/win/object_watcher_unittest.cc   EXPECT_EQ(1, counter);
counter           253 chrome/browser/autocomplete/autocomplete_controller.cc     base::HistogramBase* counter = base::Histogram::FactoryGet(
counter           255 chrome/browser/autocomplete/autocomplete_controller.cc     counter->Add(static_cast<int>(
counter           263 chrome/browser/autocomplete/autocomplete_controller.cc     base::HistogramBase* counter = base::Histogram::FactoryGet(
counter           265 chrome/browser/autocomplete/autocomplete_controller.cc     counter->Add(static_cast<int>((end_time - start_time).InMilliseconds()));
counter            88 chrome/browser/autocomplete/history_quick_provider.cc       base::HistogramBase* counter = base::Histogram::FactoryGet(
counter            90 chrome/browser/autocomplete/history_quick_provider.cc       counter->Add(static_cast<int>((end_time - start_time).InMilliseconds()));
counter           108 chrome/browser/autocomplete/shortcuts_provider.cc     base::HistogramBase* counter = base::Histogram::FactoryGet(
counter           110 chrome/browser/autocomplete/shortcuts_provider.cc     counter->Add(static_cast<int>((end_time - start_time).InMilliseconds()));
counter            40 chrome/browser/chromeos/drive/file_system_unittest.cc     int* counter, int expected_counter, const base::Closure& quit,
counter            50 chrome/browser/chromeos/drive/file_system_unittest.cc   (*counter)++;
counter            51 chrome/browser/chromeos/drive/file_system_unittest.cc   if (*counter >= expected_counter)
counter           538 chrome/browser/chromeos/drive/file_system_unittest.cc   int counter = 0;
counter           540 chrome/browser/chromeos/drive/file_system_unittest.cc       &AsyncInitializationCallback, &counter, 2, loop.QuitClosure());
counter           547 chrome/browser/chromeos/drive/file_system_unittest.cc   EXPECT_EQ(2, counter);
counter           182 chrome/browser/chromeos/external_metrics.cc   base::HistogramBase* counter = base::Histogram::FactoryGet(
counter           184 chrome/browser/chromeos/external_metrics.cc   counter->Add(sample);
counter           203 chrome/browser/chromeos/external_metrics.cc   base::HistogramBase* counter = base::LinearHistogram::FactoryGet(
counter           205 chrome/browser/chromeos/external_metrics.cc   counter->Add(sample);
counter           219 chrome/browser/chromeos/external_metrics.cc   base::HistogramBase* counter = base::SparseHistogram::FactoryGet(
counter           221 chrome/browser/chromeos/external_metrics.cc   counter->Add(sample);
counter           146 chrome/browser/chromeos/login/supervised_user_manager_impl.cc   int counter = g_browser_process->local_state()->
counter           151 chrome/browser/chromeos/login/supervised_user_manager_impl.cc     id = base::StringPrintf("%d@%s", counter,
counter           153 chrome/browser/chromeos/login/supervised_user_manager_impl.cc     counter++;
counter           162 chrome/browser/chromeos/login/supervised_user_manager_impl.cc       SetInteger(kLocallyManagedUsersNextId, counter);
counter           138 chrome/browser/chromeos/login/user_image_manager_impl.cc   base::HistogramBase* counter = base::Histogram::FactoryTimeGet(
counter           141 chrome/browser/chromeos/login/user_image_manager_impl.cc   counter->AddTime(time_delta);
counter            97 chrome/browser/chromeos/memory/oom_priority_manager.cc   base::HistogramBase* counter = base::LinearHistogram::FactoryGet(
counter           103 chrome/browser/chromeos/memory/oom_priority_manager.cc   counter->Add(sample);
counter           686 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   NotificationCounter counter(profile());
counter           689 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   ASSERT_TRUE(counter.notified());
counter           690 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   counter.Clear();
counter           693 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   ASSERT_TRUE(counter.notified());
counter           694 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   counter.Clear();
counter           697 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   ASSERT_TRUE(counter.notified());
counter           698 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   counter.Clear();
counter           701 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   ASSERT_TRUE(counter.notified());
counter           702 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   counter.Clear();
counter            99 chrome/browser/extensions/api/metrics_private/metrics_private_api.cc   base::HistogramBase* counter;
counter           101 chrome/browser/extensions/api/metrics_private/metrics_private_api.cc     counter = base::LinearHistogram::FactoryGet(
counter           105 chrome/browser/extensions/api/metrics_private/metrics_private_api.cc     counter = base::Histogram::FactoryGet(
counter           112 chrome/browser/extensions/api/metrics_private/metrics_private_api.cc   if (counter)
counter           113 chrome/browser/extensions/api/metrics_private/metrics_private_api.cc     counter->Add(sample);
counter           980 chrome/browser/extensions/extension_service.cc   base::HistogramBase* counter = base::LinearHistogram::FactoryGet(
counter           990 chrome/browser/extensions/extension_service.cc     counter->Add(PermissionMessage::kNone);
counter           994 chrome/browser/extensions/extension_service.cc       counter->Add(it->id());
counter           316 chrome/browser/history/history_unittest.cc       int counter = 0;
counter           318 chrome/browser/history/history_unittest.cc         EXPECT_EQ(1 + counter, statement.ColumnInt64(0));
counter           321 chrome/browser/history/history_unittest.cc         EXPECT_EQ(((counter == 3) ? 4 : counter), statement.ColumnInt(1));
counter           322 chrome/browser/history/history_unittest.cc         EXPECT_EQ(counter % 2, statement.ColumnInt(2));
counter           323 chrome/browser/history/history_unittest.cc         ++counter;
counter           325 chrome/browser/history/history_unittest.cc       EXPECT_EQ(5, counter);
counter           871 chrome/browser/prerender/prerender_browsertest.cc                           const base::WeakPtr<RequestCounter>& counter)
counter           873 chrome/browser/prerender/prerender_browsertest.cc         counter_(counter),
counter           904 chrome/browser/prerender/prerender_browsertest.cc     const base::WeakPtr<RequestCounter>& counter) {
counter           907 chrome/browser/prerender/prerender_browsertest.cc       new CountingProtocolHandler(file, counter));
counter          3927 chrome/browser/prerender/prerender_browsertest.cc   RequestCounter counter;
counter          3931 chrome/browser/prerender/prerender_browsertest.cc                  kTestURL, test_file, counter.AsWeakPtr()));
counter          3977 chrome/browser/prerender/prerender_browsertest.cc   RequestCounter counter;
counter          3981 chrome/browser/prerender/prerender_browsertest.cc                  kTestURL, test_file, counter.AsWeakPtr()));
counter            31 chrome/browser/sync_file_system/drive_backend/sync_task_manager_unittest.cc                         int* counter,
counter            34 chrome/browser/sync_file_system/drive_backend/sync_task_manager_unittest.cc   EXPECT_EQ(expected_before_counter, *counter);
counter            35 chrome/browser/sync_file_system/drive_backend/sync_task_manager_unittest.cc   ++(*counter);
counter            41 chrome/browser/sync_file_system/drive_backend/sync_task_manager_unittest.cc                                         int* counter,
counter            44 chrome/browser/sync_file_system/drive_backend/sync_task_manager_unittest.cc   ++(*counter);
counter           122 chrome/browser/ui/blocked_content/popup_blocker_browsertest.cc     CountRenderViewHosts counter;
counter           136 chrome/browser/ui/blocked_content/popup_blocker_browsertest.cc     EXPECT_EQ(0, counter.GetRenderViewHostCreatedCount());
counter           160 chrome/browser/ui/omnibox/omnibox_edit_model.cc   base::HistogramBase* counter = base::LinearHistogram::FactoryGet(
counter           163 chrome/browser/ui/omnibox/omnibox_edit_model.cc   counter->Add(percent);
counter           650 chrome/browser/ui/webui/about_ui.cc     base::DictionaryValue* counter = NULL;
counter           657 chrome/browser/ui/webui/about_ui.cc           counter = dictionary;
counter           664 chrome/browser/ui/webui/about_ui.cc     if (counter == NULL) {
counter           665 chrome/browser/ui/webui/about_ui.cc       counter = new base::DictionaryValue();
counter           666 chrome/browser/ui/webui/about_ui.cc       counter->SetString("name", name);
counter           667 chrome/browser/ui/webui/about_ui.cc       counters->Append(counter);
counter           676 chrome/browser/ui/webui/about_ui.cc           if (counter->GetInteger("value", &prior_value)) {
counter           679 chrome/browser/ui/webui/about_ui.cc           counter->SetInteger("value", new_value);
counter           680 chrome/browser/ui/webui/about_ui.cc           counter->SetInteger("delta", delta);
counter           691 chrome/browser/ui/webui/about_ui.cc           counter->SetInteger("time", time);
counter           694 chrome/browser/ui/webui/about_ui.cc           timers->Append(counter);
counter           720 chrome/browser/ui/webui/about_ui.cc       base::DictionaryValue* counter =
counter           723 chrome/browser/ui/webui/about_ui.cc       rv = counter->GetInteger("delta", &delta);
counter           728 chrome/browser/ui/webui/about_ui.cc         rv = counter->GetString("name", &name);
counter           732 chrome/browser/ui/webui/about_ui.cc         rv = counter->GetInteger("value", &value);
counter            78 chrome/browser/ui/webui/metrics_handler.cc   base::HistogramBase* counter =
counter            82 chrome/browser/ui/webui/metrics_handler.cc   counter->Add(int_value);
counter           181 chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc     base::HistogramBase* counter = base::LinearHistogram::FactoryGet(
counter           188 chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc     counter->Add(position);
counter           203 chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc     base::HistogramBase* counter = base::LinearHistogram::FactoryGet(
counter           210 chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc     counter->Add(position);
counter            46 chrome/common/metrics/variations/experiment_labels.cc   int counter = 0;
counter            63 chrome/common/metrics/variations/experiment_labels.cc     experiment_labels += CreateSingleExperimentLabel(++counter, id,
counter            75 chrome/common/worker_thread_ticker_unittest.cc   EXPECT_TRUE(callback.counter() > 0);
counter            78 chrome/common/worker_thread_ticker_unittest.cc   const int counter_value = callback.counter();
counter            80 chrome/common/worker_thread_ticker_unittest.cc   EXPECT_EQ(counter_value, callback.counter());
counter            93 chrome/common/worker_thread_ticker_unittest.cc     EXPECT_TRUE(callback.counter() > 0);
counter            95 chrome/common/worker_thread_ticker_unittest.cc   const int counter_value = callback.counter();
counter            97 chrome/common/worker_thread_ticker_unittest.cc   EXPECT_EQ(counter_value, callback.counter());
counter            98 chrome/renderer/benchmarking_extension.cc     int counter = base::StatsTable::current()->GetCounterValue(name);
counter            99 chrome/renderer/benchmarking_extension.cc     args.GetReturnValue().Set(static_cast<int32_t>(counter));
counter           109 chrome/renderer/benchmarking_extension.cc     int counter = base::StatsTable::current()->GetCounterValue(
counter           112 chrome/renderer/benchmarking_extension.cc     args.GetReturnValue().Set(static_cast<int32_t>(counter));
counter           145 chrome/renderer/page_load_histograms.cc     static base::HistogramBase* counter(NULL);                          \
counter           147 chrome/renderer/page_load_histograms.cc     if (!counter) {                                                     \
counter           149 chrome/renderer/page_load_histograms.cc       counter = base::Histogram::FactoryTimeGet(                        \
counter           153 chrome/renderer/page_load_histograms.cc     counter->AddTime(sample);                                           \
counter           114 chrome/renderer/pepper/pepper_uma_host.cc   base::HistogramBase* counter =
counter           123 chrome/renderer/pepper/pepper_uma_host.cc   if (counter)
counter           124 chrome/renderer/pepper/pepper_uma_host.cc     counter->AddTime(base::TimeDelta::FromMilliseconds(sample));
counter           140 chrome/renderer/pepper/pepper_uma_host.cc   base::HistogramBase* counter =
counter           149 chrome/renderer/pepper/pepper_uma_host.cc   if (counter)
counter           150 chrome/renderer/pepper/pepper_uma_host.cc     counter->Add(sample);
counter           164 chrome/renderer/pepper/pepper_uma_host.cc   base::HistogramBase* counter =
counter           173 chrome/renderer/pepper/pepper_uma_host.cc   if (counter)
counter           174 chrome/renderer/pepper/pepper_uma_host.cc     counter->Add(sample);
counter            70 components/autofill/core/browser/crypto/rc4_decryptor.h     short counter;
counter            73 components/autofill/core/browser/crypto/rc4_decryptor.h     for (counter = 0; counter < kKeyDataSize; ++counter)
counter            74 components/autofill/core/browser/crypto/rc4_decryptor.h       state[counter] = static_cast<uint8>(counter);
counter            78 components/autofill/core/browser/crypto/rc4_decryptor.h     for (counter = 0; counter < kKeyDataSize; counter++) {
counter            79 components/autofill/core/browser/crypto/rc4_decryptor.h       index2 = (key_data[index1] + state[counter] + index2) % kKeyDataSize;
counter            80 components/autofill/core/browser/crypto/rc4_decryptor.h       SwapByte(&state[counter], &state[index2]);
counter            89 components/autofill/core/browser/crypto/rc4_decryptor.h     int counter;
counter            94 components/autofill/core/browser/crypto/rc4_decryptor.h     for (counter = 0; counter < buffer_len; ++counter) {
counter            99 components/autofill/core/browser/crypto/rc4_decryptor.h       buffer[counter] ^= state[xor_index];
counter            46 components/nacl/renderer/nexe_load_manager.cc   base::HistogramBase* counter =
counter            53 components/nacl/renderer/nexe_load_manager.cc   counter->Add(sample);
counter           105 components/nacl/renderer/nexe_load_manager.cc   base::HistogramBase* counter = base::Histogram::FactoryTimeGet(
counter           111 components/nacl/renderer/nexe_load_manager.cc   if (counter)
counter           112 components/nacl/renderer/nexe_load_manager.cc     counter->AddTime(base::TimeDelta::FromMilliseconds(sample));
counter           117 components/nacl/renderer/nexe_load_manager.cc   base::HistogramBase* counter = base::Histogram::FactoryTimeGet(
counter           123 components/nacl/renderer/nexe_load_manager.cc   if (counter)
counter           124 components/nacl/renderer/nexe_load_manager.cc     counter->AddTime(base::TimeDelta::FromMilliseconds(sample));
counter           219 components/startup_metric_utils/startup_metric_utils.cc     base::HistogramBase* counter = base::Histogram::FactoryTimeGet(
counter           225 components/startup_metric_utils/startup_metric_utils.cc     counter->AddTime(i->second);
counter            21 content/browser/byte_stream_unittest.cc void CountCallbacks(int* counter) {
counter            22 content/browser/byte_stream_unittest.cc   ++*counter;
counter           121 content/browser/fileapi/recursive_operation_delegate_unittest.cc                      int counter) {
counter           122 content/browser/fileapi/recursive_operation_delegate_unittest.cc   if (counter > 0) {
counter           125 content/browser/fileapi/recursive_operation_delegate_unittest.cc         base::Bind(&CallCancelLater, base::Unretained(operation), counter - 1));
counter            90 content/browser/gpu/gpu_ipc_browsertests.cc   void OnContextLost(const base::Closure callback, int* counter) {
counter            91 content/browser/gpu/gpu_ipc_browsertests.cc     (*counter)++;
counter           178 content/browser/gpu/gpu_ipc_browsertests.cc   int counter = 0;
counter           181 content/browser/gpu/gpu_ipc_browsertests.cc                  base::Unretained(this), run_loop.QuitClosure(), &counter));
counter           189 content/browser/gpu/gpu_ipc_browsertests.cc   EXPECT_EQ(1, counter);
counter           178 content/browser/renderer_host/backing_store_gtk.cc     attributes.trigger.counter = backing_store_sync_counter_;
counter           469 content/child/blink_platform_impl.cc   base::HistogramBase* counter =
counter           472 content/child/blink_platform_impl.cc   DCHECK_EQ(name, counter->histogram_name());
counter           473 content/child/blink_platform_impl.cc   counter->Add(sample);
counter           480 content/child/blink_platform_impl.cc   base::HistogramBase* counter =
counter           483 content/child/blink_platform_impl.cc   DCHECK_EQ(name, counter->histogram_name());
counter           484 content/child/blink_platform_impl.cc   counter->Add(sample);
counter            79 content/common/gamepad_seqlock_unittest.cc   unsigned counter = 0;
counter            82 content/common/gamepad_seqlock_unittest.cc     data.a = counter++;
counter            87 content/common/gamepad_seqlock_unittest.cc     if (counter == 1)
counter           233 content/public/test/test_file_error_injector.cc   int counter = operation_counter_[code]++;
counter           238 content/public/test/test_file_error_injector.cc   if (counter != error_info_.operation_instance)
counter            26 content/renderer/media/rtc_data_channel_handler.cc void IncrementCounter(DataChannelCounters counter) {
counter            28 content/renderer/media/rtc_data_channel_handler.cc                             counter,
counter            14 crypto/encryptor.cc Encryptor::Counter::Counter(const base::StringPiece& counter) {
counter            15 crypto/encryptor.cc   CHECK(sizeof(counter_) == counter.length());
counter            17 crypto/encryptor.cc   memcpy(&counter_, counter.data(), sizeof(counter_));
counter            50 crypto/encryptor.cc bool Encryptor::SetCounter(const base::StringPiece& counter) {
counter            53 crypto/encryptor.cc   if (counter.length() != 16u)
counter            56 crypto/encryptor.cc   counter_.reset(new Counter(counter));
counter            36 crypto/encryptor.h     explicit Counter(const base::StringPiece& counter);
counter            85 crypto/encryptor.h   bool SetCounter(const base::StringPiece& counter);
counter            24 crypto/third_party/nss/rsawrapr.c     PRUint32 counter, rounds;
counter            36 crypto/third_party/nss/rsawrapr.c     for (counter = 0; counter < rounds; counter++) {
counter            37 crypto/third_party/nss/rsawrapr.c         C[0] = (unsigned char)((counter >> 24) & 0xff);
counter            38 crypto/third_party/nss/rsawrapr.c         C[1] = (unsigned char)((counter >> 16) & 0xff);
counter            39 crypto/third_party/nss/rsawrapr.c         C[2] = (unsigned char)((counter >> 8) & 0xff);
counter            40 crypto/third_party/nss/rsawrapr.c         C[3] = (unsigned char)(counter & 0xff);
counter            48 crypto/third_party/nss/rsawrapr.c         tempHash = mask + counter * hash->length;
counter            49 crypto/third_party/nss/rsawrapr.c         if (counter != (rounds-1)) {
counter            54 crypto/third_party/nss/rsawrapr.c             PORT_Memcpy(tempHash, temp, maskLen - counter * hash->length);
counter           147 gpu/command_buffer/tests/gl_bind_uniform_location_unittest.cc   int counter = 0;
counter           148 gpu/command_buffer/tests/gl_bind_uniform_location_unittest.cc   int matrix_location = counter++;
counter           149 gpu/command_buffer/tests/gl_bind_uniform_location_unittest.cc   int color_a_location = counter++;
counter           150 gpu/command_buffer/tests/gl_bind_uniform_location_unittest.cc   int color_b_location = counter++;
counter           151 gpu/command_buffer/tests/gl_bind_uniform_location_unittest.cc   int alpha_location = counter++;
counter           152 gpu/command_buffer/tests/gl_bind_uniform_location_unittest.cc   int multiplier_location = counter++;
counter           153 gpu/command_buffer/tests/gl_bind_uniform_location_unittest.cc   int color_c_location = counter++;
counter            27 media/base/user_input_monitor_unittest.cc   KeyboardEventCounter counter;
counter            29 media/base/user_input_monitor_unittest.cc   EXPECT_EQ(0u, counter.GetKeyPressCount());
counter            31 media/base/user_input_monitor_unittest.cc   counter.OnKeyboardEvent(ui::ET_KEY_PRESSED, ui::VKEY_0);
counter            32 media/base/user_input_monitor_unittest.cc   EXPECT_EQ(1u, counter.GetKeyPressCount());
counter            35 media/base/user_input_monitor_unittest.cc   counter.OnKeyboardEvent(ui::ET_KEY_PRESSED, ui::VKEY_0);
counter            36 media/base/user_input_monitor_unittest.cc   EXPECT_EQ(1u, counter.GetKeyPressCount());
counter            39 media/base/user_input_monitor_unittest.cc   counter.OnKeyboardEvent(ui::ET_KEY_RELEASED, ui::VKEY_0);
counter            40 media/base/user_input_monitor_unittest.cc   EXPECT_EQ(1u, counter.GetKeyPressCount());
counter            42 media/base/user_input_monitor_unittest.cc   counter.OnKeyboardEvent(ui::ET_KEY_PRESSED, ui::VKEY_0);
counter            43 media/base/user_input_monitor_unittest.cc   counter.OnKeyboardEvent(ui::ET_KEY_RELEASED, ui::VKEY_0);
counter            44 media/base/user_input_monitor_unittest.cc   EXPECT_EQ(2u, counter.GetKeyPressCount());
counter           113 media/cast/test/end2end_unittest.cc   int counter[kNumOfLoggingEvents];
counter           129 media/cast/test/end2end_unittest.cc       ++(new_counter.counter[it->type]);
counter           133 media/cast/test/end2end_unittest.cc       ++(map_it->second.counter[it->type]);
counter           152 media/cast/test/end2end_unittest.cc       ++(new_counter.counter[it->type]);
counter           156 media/cast/test/end2end_unittest.cc       ++(map_it->second.counter[it->type]);
counter          1074 media/cast/test/end2end_unittest.cc       total_event_count_for_frame += map_it->second.counter[i];
counter          1079 media/cast/test/end2end_unittest.cc     EXPECT_EQ(1, map_it->second.counter[kVideoFrameCaptured]);
counter          1081 media/cast/test/end2end_unittest.cc         map_it->second.counter[kVideoFrameCaptured];
counter          1083 media/cast/test/end2end_unittest.cc     EXPECT_EQ(1, map_it->second.counter[kVideoFrameSentToEncoder]);
counter          1085 media/cast/test/end2end_unittest.cc         map_it->second.counter[kVideoFrameSentToEncoder];
counter          1087 media/cast/test/end2end_unittest.cc     EXPECT_EQ(1, map_it->second.counter[kVideoFrameEncoded]);
counter          1089 media/cast/test/end2end_unittest.cc         map_it->second.counter[kVideoFrameEncoded];
counter          1091 media/cast/test/end2end_unittest.cc     EXPECT_EQ(1, map_it->second.counter[kVideoFrameReceived]);
counter          1093 media/cast/test/end2end_unittest.cc         map_it->second.counter[kVideoFrameReceived];
counter          1095 media/cast/test/end2end_unittest.cc     EXPECT_EQ(1, map_it->second.counter[kVideoRenderDelay]);
counter          1096 media/cast/test/end2end_unittest.cc     expected_event_count_for_frame += map_it->second.counter[kVideoRenderDelay];
counter          1098 media/cast/test/end2end_unittest.cc     EXPECT_EQ(1, map_it->second.counter[kVideoFrameDecoded]);
counter          1100 media/cast/test/end2end_unittest.cc         map_it->second.counter[kVideoFrameDecoded];
counter          1104 media/cast/test/end2end_unittest.cc     EXPECT_GT(map_it->second.counter[kVideoAckSent], 0);
counter          1105 media/cast/test/end2end_unittest.cc     expected_event_count_for_frame += map_it->second.counter[kVideoAckSent];
counter          1109 media/cast/test/end2end_unittest.cc     EXPECT_GT(map_it->second.counter[kVideoAckReceived], 0);
counter          1110 media/cast/test/end2end_unittest.cc     expected_event_count_for_frame += map_it->second.counter[kVideoAckReceived];
counter          1131 media/cast/test/end2end_unittest.cc       total_event_count_for_packet += map_it->second.counter[i];
counter          1135 media/cast/test/end2end_unittest.cc     EXPECT_GT(map_it->second.counter[kVideoPacketReceived], 0);
counter          1137 media/cast/test/end2end_unittest.cc         map_it->second.counter[kVideoPacketReceived];
counter          1190 media/cast/test/end2end_unittest.cc     received_count += it->second.counter[kAudioFrameReceived];
counter          1191 media/cast/test/end2end_unittest.cc     encoded_count += it->second.counter[kAudioFrameEncoded];
counter          1215 media/cast/test/end2end_unittest.cc     total_event_count_for_frame += map_it->second.counter[j];
counter          1219 media/cast/test/end2end_unittest.cc   EXPECT_EQ(1, map_it->second.counter[kAudioFrameReceived]);
counter          1220 media/cast/test/end2end_unittest.cc   expected_event_count_for_frame += map_it->second.counter[kAudioFrameReceived];
counter          1222 media/cast/test/end2end_unittest.cc   EXPECT_EQ(1, map_it->second.counter[kAudioFrameEncoded]);
counter          1223 media/cast/test/end2end_unittest.cc   expected_event_count_for_frame += map_it->second.counter[kAudioFrameEncoded];
counter          1225 media/cast/test/end2end_unittest.cc   EXPECT_EQ(1, map_it->second.counter[kAudioPlayoutDelay]);
counter          1226 media/cast/test/end2end_unittest.cc   expected_event_count_for_frame += map_it->second.counter[kAudioPlayoutDelay];
counter          1228 media/cast/test/end2end_unittest.cc   EXPECT_EQ(1, map_it->second.counter[kAudioFrameDecoded]);
counter          1229 media/cast/test/end2end_unittest.cc   expected_event_count_for_frame += map_it->second.counter[kAudioFrameDecoded];
counter          1231 media/cast/test/end2end_unittest.cc   EXPECT_GT(map_it->second.counter[kAudioAckSent], 0);
counter          1232 media/cast/test/end2end_unittest.cc   expected_event_count_for_frame += map_it->second.counter[kAudioAckSent];
counter            56 native_client_sdk/src/libraries/sdk_util/thread_pool.cc void ThreadPool::Setup(int counter, WorkFunction work, void *data) {
counter            57 native_client_sdk/src/libraries/sdk_util/thread_pool.cc   counter_ = counter;
counter            33 native_client_sdk/src/libraries/sdk_util/thread_pool.h   void Setup(int counter, WorkFunction work, void* data);
counter           106 native_client_sdk/src/libraries/xray/report.c   int counter = 0;
counter           122 native_client_sdk/src/libraries/xray/report.c     XRayFrameMakeLabel(capture, counter, label);
counter           124 native_client_sdk/src/libraries/xray/report.c       counter,
counter           130 native_client_sdk/src/libraries/xray/report.c     totals[counter].index = counter;
counter           131 native_client_sdk/src/libraries/xray/report.c     totals[counter].frame = frame;
counter           132 native_client_sdk/src/libraries/xray/report.c     totals[counter].ticks = total_ticks;
counter           134 native_client_sdk/src/libraries/xray/report.c     ++counter;
counter           140 native_client_sdk/src/libraries/xray/report.c   "XRay: %d frame(s)    %d total capture(s)\n", counter, total_capture);
counter           143 native_client_sdk/src/libraries/xray/report.c   qsort(totals, counter, sizeof(struct XRayTotal), qcompare);
counter           151 native_client_sdk/src/libraries/xray/report.c   for (i = 0; i < counter; ++i) {
counter           177 native_client_sdk/src/libraries/xray/report.c   int counter = 0;
counter           183 native_client_sdk/src/libraries/xray/report.c     XRayFrameMakeLabel(capture, counter, label);
counter           185 native_client_sdk/src/libraries/xray/report.c     ++counter;
counter           557 native_client_sdk/src/libraries/xray/xray.c                         int counter,
counter           559 native_client_sdk/src/libraries/xray/xray.c   snprintf(label, XRAY_MAX_LABEL, "@@@frame%d@@@", counter);
counter           141 native_client_sdk/src/libraries/xray/xray_priv.h                                            int counter,
counter           296 net/base/mime_sniffer.cc   base::HistogramBase* counter =
counter           299 net/base/mime_sniffer.cc   return counter;
counter           373 net/base/mime_sniffer.cc                                  base::HistogramBase* counter,
counter           377 net/base/mime_sniffer.cc       if (counter) counter->Add(static_cast<int>(i));
counter           415 net/base/mime_sniffer.cc   static base::HistogramBase* counter(NULL);
counter           416 net/base/mime_sniffer.cc   if (!counter) {
counter           417 net/base/mime_sniffer.cc     counter = UMASnifferHistogramGet("mime_sniffer.kSniffableTags2",
counter           423 net/base/mime_sniffer.cc                               counter, result);
counter           435 net/base/mime_sniffer.cc   static base::HistogramBase* counter(NULL);
counter           436 net/base/mime_sniffer.cc   if (!counter) {
counter           437 net/base/mime_sniffer.cc     counter = UMASnifferHistogramGet("mime_sniffer.kMagicNumbers2",
counter           442 net/base/mime_sniffer.cc                               counter, result);
counter           604 net/base/mime_sniffer.cc   static base::HistogramBase* counter(NULL);
counter           605 net/base/mime_sniffer.cc   if (!counter) {
counter           606 net/base/mime_sniffer.cc     counter = UMASnifferHistogramGet("mime_sniffer.kMagicXML2",
counter           628 net/base/mime_sniffer.cc                              counter, result))
counter           690 net/base/mime_sniffer.cc   static base::HistogramBase* counter(NULL);
counter           691 net/base/mime_sniffer.cc   if (!counter) {
counter           692 net/base/mime_sniffer.cc     counter = UMASnifferHistogramGet("mime_sniffer.kByteOrderMark2",
counter           698 net/base/mime_sniffer.cc                            counter, &unused)) {
counter           734 net/base/mime_sniffer.cc   static base::HistogramBase* counter(NULL);
counter           735 net/base/mime_sniffer.cc   if (!counter) {
counter           736 net/base/mime_sniffer.cc     counter = UMASnifferHistogramGet("mime_sniffer.kUnknownMimeTypes2",
counter           741 net/base/mime_sniffer.cc       counter->Add(i);
counter           747 net/base/mime_sniffer.cc     counter->Add(arraysize(kUnknownMimeTypes));
counter           762 net/base/mime_sniffer.cc   static base::HistogramBase* counter(NULL);
counter           763 net/base/mime_sniffer.cc   if (!counter)
counter           764 net/base/mime_sniffer.cc     counter = UMASnifferHistogramGet("mime_sniffer.kSniffCRX", 3);
counter           783 net/base/mime_sniffer.cc     counter->Add(1);
counter           792 net/base/mime_sniffer.cc     counter->Add(2);
counter           846 net/base/mime_sniffer.cc   static base::HistogramBase* counter(NULL);
counter           847 net/base/mime_sniffer.cc   if (!counter) {
counter           848 net/base/mime_sniffer.cc     counter = UMASnifferHistogramGet("mime_sniffer.kSniffableTypes2",
counter           853 net/base/mime_sniffer.cc       counter->Add(i);
counter           861 net/base/mime_sniffer.cc     counter->Add(arraysize(kSniffableTypes));
counter            79 net/cert/cert_verify_proc.cc   base::HistogramBase* counter = NULL;
counter            86 net/cert/cert_verify_proc.cc     counter = base::CustomHistogram::FactoryGet(
counter            94 net/cert/cert_verify_proc.cc     counter = base::CustomHistogram::FactoryGet(
counter           100 net/cert/cert_verify_proc.cc   counter->Add(size_bits);
counter          2227 net/cookies/cookie_monster_unittest.cc   scoped_refptr<CallbackCounter> counter(new CallbackCounter());
counter          2232 net/cookies/cookie_monster_unittest.cc   ASSERT_EQ(0, counter->callback_count());
counter          2235 net/cookies/cookie_monster_unittest.cc   cm->FlushStore(base::Bind(&CallbackCounter::Callback, counter.get()));
counter          2239 net/cookies/cookie_monster_unittest.cc   ASSERT_EQ(1, counter->callback_count());
counter          2246 net/cookies/cookie_monster_unittest.cc   ASSERT_EQ(1, counter->callback_count());
counter          2250 net/cookies/cookie_monster_unittest.cc   cm->FlushStore(base::Bind(&CallbackCounter::Callback, counter.get()));
counter          2254 net/cookies/cookie_monster_unittest.cc   ASSERT_EQ(2, counter->callback_count());
counter          2261 net/cookies/cookie_monster_unittest.cc   ASSERT_EQ(2, counter->callback_count());
counter          2269 net/cookies/cookie_monster_unittest.cc   ASSERT_EQ(2, counter->callback_count());
counter          2271 net/cookies/cookie_monster_unittest.cc   cm->FlushStore(base::Bind(&CallbackCounter::Callback, counter.get()));
counter          2274 net/cookies/cookie_monster_unittest.cc   ASSERT_EQ(3, counter->callback_count());
counter            21 net/disk_cache/blockfile/histogram_macros.h       base::HistogramBase* counter = base::Histogram::FactoryGet( \
counter            24 net/disk_cache/blockfile/histogram_macros.h       counter->Add(sample); \
counter            38 net/disk_cache/blockfile/histogram_macros.h       base::HistogramBase* counter = base::Histogram::FactoryTimeGet( \
counter            41 net/disk_cache/blockfile/histogram_macros.h       counter->AddTime(sample); \
counter            49 net/disk_cache/blockfile/histogram_macros.h     base::HistogramBase* counter = base::LinearHistogram::FactoryGet( \
counter            52 net/disk_cache/blockfile/histogram_macros.h     counter->Add(sample); \
counter            22 net/disk_cache/blockfile/histogram_macros_v3.h       base::HistogramBase* counter(NULL); \
counter            23 net/disk_cache/blockfile/histogram_macros_v3.h       if (!counter || name != counter->histogram_name()) \
counter            24 net/disk_cache/blockfile/histogram_macros_v3.h         counter = base::Histogram::FactoryGet( \
counter            27 net/disk_cache/blockfile/histogram_macros_v3.h       counter->Add(sample); \
counter            41 net/disk_cache/blockfile/histogram_macros_v3.h       base::HistogramBase* counter(NULL); \
counter            42 net/disk_cache/blockfile/histogram_macros_v3.h       if (!counter || name != counter->histogram_name()) \
counter            43 net/disk_cache/blockfile/histogram_macros_v3.h         counter = base::Histogram::FactoryTimeGet( \
counter            46 net/disk_cache/blockfile/histogram_macros_v3.h       counter->AddTime(sample); \
counter            54 net/disk_cache/blockfile/histogram_macros_v3.h     base::HistogramBase* counter(NULL); \
counter            55 net/disk_cache/blockfile/histogram_macros_v3.h     if (!counter || name != counter->histogram_name()) \
counter            56 net/disk_cache/blockfile/histogram_macros_v3.h       counter = base::LinearHistogram::FactoryGet( \
counter            59 net/disk_cache/blockfile/histogram_macros_v3.h     counter->Add(sample); \
counter           166 net/disk_cache/blockfile/stats.cc void Stats::SetCounter(Counters counter, int64 value) {
counter           167 net/disk_cache/blockfile/stats.cc   DCHECK(counter >= MIN_COUNTER && counter < MAX_COUNTER);
counter           168 net/disk_cache/blockfile/stats.cc   counters_[counter] = value;
counter           171 net/disk_cache/blockfile/stats.cc int64 Stats::GetCounter(Counters counter) const {
counter           172 net/disk_cache/blockfile/stats.cc   DCHECK(counter >= MIN_COUNTER && counter < MAX_COUNTER);
counter           173 net/disk_cache/blockfile/stats.cc   return counters_[counter];
counter            71 net/disk_cache/blockfile/stats.h   void SetCounter(Counters counter, int64 value);
counter            72 net/disk_cache/blockfile/stats.h   int64 GetCounter(Counters counter) const;
counter           472 net/socket/socket_test_util.cc   int counter = 0;
counter           479 net/socket/socket_test_util.cc     if (counter % 2 == 0)
counter           481 net/socket/socket_test_util.cc     if (counter % 2 == 1) {
counter           484 net/socket/socket_test_util.cc     counter++;
counter            23 net/ssl/default_server_bound_cert_store_unittest.cc void CallCounter(int* counter) {
counter            24 net/ssl/default_server_bound_cert_store_unittest.cc   (*counter)++;
counter           907 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glGetPerfMonitorCounterStringAMD (GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, GLchar *counterString);
counter           908 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glGetPerfMonitorCounterInfoAMD (GLuint group, GLuint counter, GLenum pname, GLvoid *data);
counter           920 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLGETPERFMONITORCOUNTERSTRINGAMDPROC) (GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, GLchar *counterString);
counter           921 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLGETPERFMONITORCOUNTERINFOAMDPROC) (GLuint group, GLuint counter, GLenum pname, GLvoid *data);
counter            29 remoting/protocol/authenticator_test_base.cc ACTION_P(QuitThreadOnCounter, counter) {
counter            30 remoting/protocol/authenticator_test_base.cc   --(*counter);
counter            31 remoting/protocol/authenticator_test_base.cc   EXPECT_GE(*counter, 0);
counter            32 remoting/protocol/authenticator_test_base.cc   if (*counter == 0)
counter            96 remoting/protocol/channel_multiplexer_unittest.cc     int counter = 2;
counter            99 remoting/protocol/channel_multiplexer_unittest.cc         host_socket, &counter));
counter           102 remoting/protocol/channel_multiplexer_unittest.cc         client_socket, &counter));
counter           112 remoting/protocol/channel_multiplexer_unittest.cc       int* counter,
counter           115 remoting/protocol/channel_multiplexer_unittest.cc     --(*counter);
counter           116 remoting/protocol/channel_multiplexer_unittest.cc     EXPECT_GE(*counter, 0);
counter           117 remoting/protocol/channel_multiplexer_unittest.cc     if (*counter == 0)
counter            64 remoting/protocol/jingle_session_unittest.cc ACTION_P(QuitThreadOnCounter, counter) {
counter            65 remoting/protocol/jingle_session_unittest.cc   --(*counter);
counter            66 remoting/protocol/jingle_session_unittest.cc   EXPECT_GE(*counter, 0);
counter            67 remoting/protocol/jingle_session_unittest.cc   if (*counter == 0)
counter           254 remoting/protocol/jingle_session_unittest.cc     int counter = 2;
counter           257 remoting/protocol/jingle_session_unittest.cc         .WillOnce(QuitThreadOnCounter(&counter));
counter           259 remoting/protocol/jingle_session_unittest.cc         .WillOnce(QuitThreadOnCounter(&counter));
counter           391 remoting/protocol/jingle_session_unittest.cc   int counter = 2;
counter           394 remoting/protocol/jingle_session_unittest.cc       .WillOnce(QuitThreadOnCounter(&counter));
counter           396 remoting/protocol/jingle_session_unittest.cc       .WillOnce(QuitThreadOnCounter(&counter));
counter            42 remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc ACTION_P(QuitThreadOnCounter, counter) {
counter            43 remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc   --(*counter);
counter            44 remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc   EXPECT_GE(*counter, 0);
counter            45 remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc   if (*counter == 0)
counter            34 sql/connection_unittest.cc   RefCounter(size_t* counter)
counter            35 sql/connection_unittest.cc       : counter_(counter) {
counter            57 sql/connection_unittest.cc                             size_t* counter,
counter            61 sql/connection_unittest.cc   EXPECT_GT(*counter, 0u);
counter            63 sql/connection_unittest.cc   EXPECT_GT(*counter, 0u);
counter            67 sql/connection_unittest.cc                               size_t* counter,
counter            71 sql/connection_unittest.cc   EXPECT_GT(*counter, 0u);
counter            73 sql/connection_unittest.cc   EXPECT_GT(*counter, 0u);
counter           828 third_party/bintrees/bintrees/ctrees.c 	int counter = 0;
counter           842 third_party/bintrees/bintrees/ctrees.c 			if (counter == index) {
counter           847 third_party/bintrees/bintrees/ctrees.c 			counter++;
counter           298 third_party/cld/base/logging.h #define GOOGLE_LOG_INFO(counter) \
counter           299 third_party/cld/base/logging.h   LogMessage(__FILE__, __LINE__, INFO, counter, &LogMessage::SendToLog)
counter           300 third_party/cld/base/logging.h #define SYSLOG_INFO(counter) \
counter           301 third_party/cld/base/logging.h   LogMessage(__FILE__, __LINE__, INFO, counter, \
counter           303 third_party/cld/base/logging.h #define GOOGLE_LOG_WARNING(counter)  \
counter           304 third_party/cld/base/logging.h   LogMessage(__FILE__, __LINE__, WARNING, counter, &LogMessage::SendToLog)
counter           305 third_party/cld/base/logging.h #define SYSLOG_WARNING(counter)  \
counter           306 third_party/cld/base/logging.h   LogMessage(__FILE__, __LINE__, WARNING, counter, \
counter           308 third_party/cld/base/logging.h #define GOOGLE_LOG_ERROR(counter)  \
counter           309 third_party/cld/base/logging.h   LogMessage(__FILE__, __LINE__, ERROR, counter, &LogMessage::SendToLog)
counter           310 third_party/cld/base/logging.h #define SYSLOG_ERROR(counter)  \
counter           311 third_party/cld/base/logging.h   LogMessage(__FILE__, __LINE__, ERROR, counter, \
counter           313 third_party/cld/base/logging.h #define GOOGLE_LOG_FATAL(counter) \
counter           314 third_party/cld/base/logging.h   LogMessage(__FILE__, __LINE__, FATAL, counter, &LogMessage::SendToLog)
counter           315 third_party/cld/base/logging.h #define SYSLOG_FATAL(counter) \
counter           316 third_party/cld/base/logging.h   LogMessage(__FILE__, __LINE__, FATAL, counter, \
counter           318 third_party/cld/base/logging.h #define GOOGLE_LOG_DFATAL(counter) \
counter           319 third_party/cld/base/logging.h   LogMessage(__FILE__, __LINE__, DFATAL_LEVEL, counter, &LogMessage::SendToLog)
counter           320 third_party/cld/base/logging.h #define SYSLOG_DFATAL(counter) \
counter           321 third_party/cld/base/logging.h   LogMessage(__FILE__, __LINE__, DFATAL_LEVEL, counter, \
counter           644 third_party/cld/base/logging.h #define GOOGLE_PLOG(severity, counter)  \
counter           645 third_party/cld/base/logging.h   ErrnoLogMessage(__FILE__, __LINE__, severity, counter, \
counter           425 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLGETPERFMONITORCOUNTERSTRINGAMDPROC) (GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, GLchar *counterString);
counter           426 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLGETPERFMONITORCOUNTERINFOAMDPROC) (GLuint group, GLuint counter, GLenum pname, void *data);
counter           437 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glGetPerfMonitorCounterStringAMD (GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, GLchar *counterString);
counter           438 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glGetPerfMonitorCounterInfoAMD (GLuint group, GLuint counter, GLenum pname, void *data);
counter           945 third_party/libxml/src/include/libxml/schemasInternals.h     int counter; /* used to give ononymous components unique names */
counter           123 third_party/libxml/src/include/libxml/xmlautomata.h 						 int counter);
counter           128 third_party/libxml/src/include/libxml/xmlautomata.h 						 int counter);
counter          6064 third_party/libxml/src/tree.c     int counter = 1;
counter          6098 third_party/libxml/src/tree.c         if (counter > 1000) return(NULL);
counter          6100 third_party/libxml/src/tree.c 	    snprintf((char *) prefix, sizeof(prefix), "default%d", counter++);
counter          6103 third_party/libxml/src/tree.c 		(char *)ns->prefix, counter++);
counter          8312 third_party/libxml/src/tree.c     int counter = 0;
counter          8345 third_party/libxml/src/tree.c 	counter++;
counter          8346 third_party/libxml/src/tree.c 	if (counter > 1000)
counter          8350 third_party/libxml/src/tree.c 		"ns_%d", counter);
counter          8353 third_party/libxml/src/tree.c 	    "%.30s_%d", (char *)prefix, counter);
counter           214 third_party/libxml/src/xmlregexp.c     int counter;
counter          1127 third_party/libxml/src/xmlregexp.c     if (trans->counter >= 0) {
counter          1128 third_party/libxml/src/xmlregexp.c 	fprintf(output, "counted %d, ", trans->counter);
counter          1346 third_party/libxml/src/xmlregexp.c 		    int counter, int count) {
counter          1368 third_party/libxml/src/xmlregexp.c 	    (trans->counter == counter) &&
counter          1405 third_party/libxml/src/xmlregexp.c     else if (counter >= 0)
counter          1406 third_party/libxml/src/xmlregexp.c 	printf("counted %d\n", counter);
counter          1415 third_party/libxml/src/xmlregexp.c     state->trans[state->nbTrans].counter = counter;
counter          1502 third_party/libxml/src/xmlregexp.c 	    xmlRegStatePtr from, xmlRegStatePtr to, int counter) {
counter          1508 third_party/libxml/src/xmlregexp.c     xmlRegStateAddTrans(ctxt, from, NULL, to, counter, -1);
counter          1521 third_party/libxml/src/xmlregexp.c 	    xmlRegStatePtr from, xmlRegStatePtr to, int counter) {
counter          1527 third_party/libxml/src/xmlregexp.c     xmlRegStateAddTrans(ctxt, from, NULL, to, -1, counter);
counter          1597 third_party/libxml/src/xmlregexp.c 		int counter;
counter          1638 third_party/libxml/src/xmlregexp.c 		    counter = xmlRegGetCounter(ctxt);
counter          1639 third_party/libxml/src/xmlregexp.c 		    ctxt->counters[counter].min = atom->min - 1;
counter          1640 third_party/libxml/src/xmlregexp.c 		    ctxt->counters[counter].max = atom->max - 1;
counter          1643 third_party/libxml/src/xmlregexp.c 						   atom->stop, counter);
counter          1646 third_party/libxml/src/xmlregexp.c 			                           newstate, counter);
counter          1656 third_party/libxml/src/xmlregexp.c 		    counter = xmlRegGetCounter(ctxt);
counter          1657 third_party/libxml/src/xmlregexp.c 		    ctxt->counters[counter].min = atom->min - 1;
counter          1658 third_party/libxml/src/xmlregexp.c 		    ctxt->counters[counter].max = atom->max - 1;
counter          1661 third_party/libxml/src/xmlregexp.c 						   atom->start, counter);
counter          1664 third_party/libxml/src/xmlregexp.c 			                           newstate, counter);
counter          1768 third_party/libxml/src/xmlregexp.c 	                      int tonr, int counter) {
counter          1813 third_party/libxml/src/xmlregexp.c 		    if (to->trans[transnr].counter >= 0) {
counter          1816 third_party/libxml/src/xmlregexp.c 					      to->trans[transnr].counter);
counter          1820 third_party/libxml/src/xmlregexp.c 					      counter);
counter          1827 third_party/libxml/src/xmlregexp.c 	    if (to->trans[transnr].counter >= 0) {
counter          1830 third_party/libxml/src/xmlregexp.c 				    to->trans[transnr].counter, -1);
counter          1833 third_party/libxml/src/xmlregexp.c 				    ctxt->states[newto], counter, -1);
counter          1872 third_party/libxml/src/xmlregexp.c 	    (state->trans[0].counter < 0) &&
counter          1897 third_party/libxml/src/xmlregexp.c 					        tmp->trans[j].counter,
counter          1981 third_party/libxml/src/xmlregexp.c 				      newto, state->trans[transnr].counter);
counter          2684 third_party/libxml/src/xmlregexp.c                             (t1->counter == t2->counter) &&
counter          3243 third_party/libxml/src/xmlregexp.c 		xmlRegCounterPtr counter;
counter          3254 third_party/libxml/src/xmlregexp.c 		counter = &exec->comp->counters[trans->count];
counter          3257 third_party/libxml/src/xmlregexp.c 		       trans->count, count, counter->min,  counter->max);
counter          3259 third_party/libxml/src/xmlregexp.c 		ret = ((count >= counter->min) && (count <= counter->max));
counter          3260 third_party/libxml/src/xmlregexp.c 		if ((ret) && (counter->min != counter->max))
counter          3279 third_party/libxml/src/xmlregexp.c 		    if (trans->counter >= 0) {
counter          3280 third_party/libxml/src/xmlregexp.c 			xmlRegCounterPtr counter;
counter          3288 third_party/libxml/src/xmlregexp.c 			counter = &exec->comp->counters[trans->counter];
counter          3289 third_party/libxml/src/xmlregexp.c 			if (exec->counts[trans->counter] >= counter->max)
counter          3293 third_party/libxml/src/xmlregexp.c 			printf("Increasing count %d\n", trans->counter);
counter          3295 third_party/libxml/src/xmlregexp.c 			exec->counts[trans->counter]++;
counter          3346 third_party/libxml/src/xmlregexp.c 		    if (trans->counter >= 0) {
counter          3352 third_party/libxml/src/xmlregexp.c 			printf("Decreasing count %d\n", trans->counter);
counter          3354 third_party/libxml/src/xmlregexp.c 			exec->counts[trans->counter]--;
counter          3386 third_party/libxml/src/xmlregexp.c 		if (trans->counter >= 0) {
counter          3387 third_party/libxml/src/xmlregexp.c 		    xmlRegCounterPtr counter;
counter          3396 third_party/libxml/src/xmlregexp.c 		    counter = &exec->comp->counters[trans->counter];
counter          3397 third_party/libxml/src/xmlregexp.c 		    if (exec->counts[trans->counter] >= counter->max)
counter          3400 third_party/libxml/src/xmlregexp.c 		    printf("Increasing count %d\n", trans->counter);
counter          3402 third_party/libxml/src/xmlregexp.c 		    exec->counts[trans->counter]++;
counter          3825 third_party/libxml/src/xmlregexp.c 		xmlRegCounterPtr counter;
counter          3840 third_party/libxml/src/xmlregexp.c 			if ((t->counter < 0) || (t == trans))
counter          3842 third_party/libxml/src/xmlregexp.c 			counter = &exec->comp->counters[t->counter];
counter          3843 third_party/libxml/src/xmlregexp.c 			count = exec->counts[t->counter];
counter          3844 third_party/libxml/src/xmlregexp.c 			if ((count < counter->max) && 
counter          3850 third_party/libxml/src/xmlregexp.c 			if ((count >= counter->min) &&
counter          3851 third_party/libxml/src/xmlregexp.c 			    (count < counter->max) &&
counter          3863 third_party/libxml/src/xmlregexp.c 		xmlRegCounterPtr counter;
counter          3875 third_party/libxml/src/xmlregexp.c 		    if ((t->counter < 0) || (t == trans))
counter          3877 third_party/libxml/src/xmlregexp.c                     counter = &exec->comp->counters[t->counter];
counter          3878 third_party/libxml/src/xmlregexp.c 		    count = exec->counts[t->counter];
counter          3879 third_party/libxml/src/xmlregexp.c 		    if ((count < counter->min) || (count > counter->max)) {
counter          3886 third_party/libxml/src/xmlregexp.c 		xmlRegCounterPtr counter;
counter          3893 third_party/libxml/src/xmlregexp.c 		counter = &exec->comp->counters[trans->count];
counter          3896 third_party/libxml/src/xmlregexp.c 		       trans->count, count, counter->min,  counter->max);
counter          3898 third_party/libxml/src/xmlregexp.c 		ret = ((count >= counter->min) && (count <= counter->max));
counter          3910 third_party/libxml/src/xmlregexp.c 		if ((ret == 1) && (trans->counter >= 0)) {
counter          3911 third_party/libxml/src/xmlregexp.c 		    xmlRegCounterPtr counter;
counter          3914 third_party/libxml/src/xmlregexp.c 		    count = exec->counts[trans->counter];
counter          3915 third_party/libxml/src/xmlregexp.c 		    counter = &exec->comp->counters[trans->counter];
counter          3916 third_party/libxml/src/xmlregexp.c 		    if (count >= counter->max)
counter          3999 third_party/libxml/src/xmlregexp.c 		if (trans->counter >= 0) {
counter          4001 third_party/libxml/src/xmlregexp.c 		    printf("Increasing count %d\n", trans->counter);
counter          4003 third_party/libxml/src/xmlregexp.c 		    exec->counts[trans->counter]++;
counter          4281 third_party/libxml/src/xmlregexp.c 	    } else if (trans->counter >= 0) {
counter          4282 third_party/libxml/src/xmlregexp.c 		xmlRegCounterPtr counter = NULL;
counter          4286 third_party/libxml/src/xmlregexp.c 		    count = exec->errCounts[trans->counter];
counter          4288 third_party/libxml/src/xmlregexp.c 		    count = exec->counts[trans->counter];
counter          4290 third_party/libxml/src/xmlregexp.c 		    counter = &exec->comp->counters[trans->counter];
counter          4291 third_party/libxml/src/xmlregexp.c 		if ((counter == NULL) || (count < counter->max)) {
counter          4323 third_party/libxml/src/xmlregexp.c 	    } else if (trans->counter >= 0) {
counter          4442 third_party/libxml/src/xmlregexp.c 		xmlRegCounterPtr counter;
counter          4449 third_party/libxml/src/xmlregexp.c 		counter = &exec->comp->counters[trans->count];
counter          4452 third_party/libxml/src/xmlregexp.c 		       trans->count, count, counter->min,  counter->max);
counter          4454 third_party/libxml/src/xmlregexp.c 		ret = ((count >= counter->min) && (count <= counter->max));
counter          4532 third_party/libxml/src/xmlregexp.c 		if (trans->counter >= 0) {
counter          4534 third_party/libxml/src/xmlregexp.c 		    printf("Increasing count %d\n", trans->counter);
counter          4536 third_party/libxml/src/xmlregexp.c 		    exec->counts[trans->counter]++;
counter          5857 third_party/libxml/src/xmlregexp.c     int counter;
counter          5899 third_party/libxml/src/xmlregexp.c     counter = xmlRegGetCounter(am);
counter          5900 third_party/libxml/src/xmlregexp.c     am->counters[counter].min = min;
counter          5901 third_party/libxml/src/xmlregexp.c     am->counters[counter].max = max;
counter          5908 third_party/libxml/src/xmlregexp.c     xmlRegStateAddTrans(am, from, atom, to, counter, -1);
counter          5943 third_party/libxml/src/xmlregexp.c     int counter;
counter          5965 third_party/libxml/src/xmlregexp.c     counter = xmlRegGetCounter(am);
counter          5966 third_party/libxml/src/xmlregexp.c     am->counters[counter].min = min;
counter          5967 third_party/libxml/src/xmlregexp.c     am->counters[counter].max = max;
counter          5974 third_party/libxml/src/xmlregexp.c     xmlRegStateAddTrans(am, from, atom, to, counter, -1);
counter          6012 third_party/libxml/src/xmlregexp.c     int counter;
counter          6051 third_party/libxml/src/xmlregexp.c     counter = xmlRegGetCounter(am);
counter          6052 third_party/libxml/src/xmlregexp.c     am->counters[counter].min = 1;
counter          6053 third_party/libxml/src/xmlregexp.c     am->counters[counter].max = 1;
counter          6060 third_party/libxml/src/xmlregexp.c     xmlRegStateAddTrans(am, from, atom, to, counter, -1);
counter          6091 third_party/libxml/src/xmlregexp.c     int counter;
counter          6110 third_party/libxml/src/xmlregexp.c     counter = xmlRegGetCounter(am);
counter          6111 third_party/libxml/src/xmlregexp.c     am->counters[counter].min = 1;
counter          6112 third_party/libxml/src/xmlregexp.c     am->counters[counter].max = 1;
counter          6119 third_party/libxml/src/xmlregexp.c     xmlRegStateAddTrans(am, from, atom, to, counter, -1);
counter          6232 third_party/libxml/src/xmlregexp.c 		xmlAutomataStatePtr to, int counter) {
counter          6233 third_party/libxml/src/xmlregexp.c     if ((am == NULL) || (from == NULL) || (counter < 0))
counter          6235 third_party/libxml/src/xmlregexp.c     xmlFAGenerateCountedEpsilonTransition(am, from, to, counter);
counter          6256 third_party/libxml/src/xmlregexp.c 		xmlAutomataStatePtr to, int counter) {
counter          6257 third_party/libxml/src/xmlregexp.c     if ((am == NULL) || (from == NULL) || (counter < 0))
counter          6259 third_party/libxml/src/xmlregexp.c     xmlFAGenerateCountedTransition(am, from, to, counter);
counter           603 third_party/libxml/src/xmlschemas.c     int counter;
counter          9176 third_party/libxml/src/xmlschemas.c         snprintf(buf, 39, "#ST%d", ctxt->counter++ + 1);
counter          10185 third_party/libxml/src/xmlschemas.c     newpctxt->counter = pctxt->counter;
counter          10194 third_party/libxml/src/xmlschemas.c     pctxt->counter = newpctxt->counter;
counter          12118 third_party/libxml/src/xmlschemas.c         snprintf(buf, 39, "#CT%d", ctxt->counter++ + 1);
counter          12535 third_party/libxml/src/xmlschemas.c 	xmlSchemaParticlePtr particle, int counter, xmlAutomataStatePtr end)
counter          12559 third_party/libxml/src/xmlschemas.c     if (counter >= 0) {
counter          12566 third_party/libxml/src/xmlschemas.c 	tmp = xmlAutomataNewCountedTrans(pctxt->am, start, NULL, counter);
counter          12613 third_party/libxml/src/xmlschemas.c 	counter =
counter          12634 third_party/libxml/src/xmlschemas.c 	xmlAutomataNewCountedTrans(pctxt->am, hop, start, counter);
counter          12635 third_party/libxml/src/xmlschemas.c 	xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter);
counter          12683 third_party/libxml/src/xmlschemas.c 	    int counter;
counter          12690 third_party/libxml/src/xmlschemas.c 	    counter = xmlAutomataNewCounter(ctxt->am, minOccurs, maxOccurs);
counter          12693 third_party/libxml/src/xmlschemas.c 	    xmlAutomataNewCountedTrans(ctxt->am, ctxt->state, start, counter);
counter          12695 third_party/libxml/src/xmlschemas.c 		NULL, counter);
counter          12779 third_party/libxml/src/xmlschemas.c 		int counter;
counter          12787 third_party/libxml/src/xmlschemas.c 		counter = xmlAutomataNewCounter(pctxt->am, minOccurs, maxOccurs);
counter          12813 third_party/libxml/src/xmlschemas.c 		xmlAutomataNewCountedTrans(pctxt->am, hop, start, counter);
counter          12814 third_party/libxml/src/xmlschemas.c 		xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter);
counter          12849 third_party/libxml/src/xmlschemas.c                         int counter;
counter          12855 third_party/libxml/src/xmlschemas.c                         counter = xmlAutomataNewCounter(pctxt->am,
counter          12867 third_party/libxml/src/xmlschemas.c                                                    oldstate, counter);
counter          12870 third_party/libxml/src/xmlschemas.c                                                        NULL, counter);
counter          12905 third_party/libxml/src/xmlschemas.c                     int counter;
counter          12911 third_party/libxml/src/xmlschemas.c                     counter = xmlAutomataNewCounter(pctxt->am,
counter          12924 third_party/libxml/src/xmlschemas.c                         tmp, oldstate, counter);
counter          12927 third_party/libxml/src/xmlschemas.c                                                    counter);
counter          12973 third_party/libxml/src/xmlschemas.c                 int counter;
counter          12984 third_party/libxml/src/xmlschemas.c                 counter =
counter          12999 third_party/libxml/src/xmlschemas.c                 xmlAutomataNewCountedTrans(pctxt->am, hop, base, counter);
counter          13000 third_party/libxml/src/xmlschemas.c                 xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter);
counter          13044 third_party/libxml/src/xmlschemas.c                     int counter;
counter          13051 third_party/libxml/src/xmlschemas.c                     counter = xmlAutomataNewCounter(pctxt->am,
counter          13054 third_party/libxml/src/xmlschemas.c                                        sub, counter, pctxt->state);
counter          18195 third_party/libxml/src/xmlschemas.c 	    snprintf(buf, 29, "#scST%d", ++(pctxt->counter));
counter          21283 third_party/libxml/src/xmlschemas.c     ctxt->counter = 0;
counter          25530 third_party/libxml/src/xmlschemas.c 			int counter = 0;
counter          25537 third_party/libxml/src/xmlschemas.c 			    snprintf((char *) prefix, 12, "p%d", counter++);
counter          25540 third_party/libxml/src/xmlschemas.c 			    if (counter > 1000) {
counter           585 third_party/libxslt/libxslt/namespaces.c 	int counter = 1;
counter           592 third_party/libxslt/libxslt/namespaces.c 	    snprintf((char *) pref, 30, "%s_%d", nsPrefix, counter++);
counter           594 third_party/libxslt/libxslt/namespaces.c 	    if (counter > 1000) {
counter           423 third_party/npapi/npspy/extern/nspr/prcountr.h #define PR_GET_COUNTER(counter,handle)\
counter           424 third_party/npapi/npspy/extern/nspr/prcountr.h     (counter) = PR_GetCounter((handle))
counter           426 third_party/npapi/npspy/extern/nspr/prcountr.h #define PR_GET_COUNTER(counter,handle) 0
counter           514 third_party/tcmalloc/chromium/src/heap-checker.cc   int counter = get_thread_disable_counter();
counter           515 third_party/tcmalloc/chromium/src/heap-checker.cc   set_thread_disable_counter(counter + 1);
counter           516 third_party/tcmalloc/chromium/src/heap-checker.cc   RAW_VLOG(10, "Increasing thread disable counter to %d", counter + 1);
counter           520 third_party/tcmalloc/chromium/src/heap-checker.cc   int counter = get_thread_disable_counter();
counter           521 third_party/tcmalloc/chromium/src/heap-checker.cc   RAW_DCHECK(counter > 0, "");
counter           522 third_party/tcmalloc/chromium/src/heap-checker.cc   if (counter > 0) {
counter           523 third_party/tcmalloc/chromium/src/heap-checker.cc     set_thread_disable_counter(counter - 1);
counter           524 third_party/tcmalloc/chromium/src/heap-checker.cc     RAW_VLOG(10, "Decreasing thread disable counter to %d", counter);
counter           526 third_party/tcmalloc/chromium/src/heap-checker.cc     RAW_VLOG(0, "Thread disable counter underflow : %d", counter);
counter           572 third_party/tcmalloc/chromium/src/heap-checker.cc     const int counter = get_thread_disable_counter();
counter           573 third_party/tcmalloc/chromium/src/heap-checker.cc     const bool ignore = (counter > 0);
counter           575 third_party/tcmalloc/chromium/src/heap-checker.cc              int(counter));
counter           193 third_party/tcmalloc/chromium/src/tests/profile-handler_unittest.cc   int* counter = static_cast<int*>(tick_counter);
counter           194 third_party/tcmalloc/chromium/src/tests/profile-handler_unittest.cc   ++(*counter);
counter           514 third_party/tcmalloc/vendor/src/heap-checker.cc   int counter = get_thread_disable_counter();
counter           515 third_party/tcmalloc/vendor/src/heap-checker.cc   set_thread_disable_counter(counter + 1);
counter           516 third_party/tcmalloc/vendor/src/heap-checker.cc   RAW_VLOG(10, "Increasing thread disable counter to %d", counter + 1);
counter           520 third_party/tcmalloc/vendor/src/heap-checker.cc   int counter = get_thread_disable_counter();
counter           521 third_party/tcmalloc/vendor/src/heap-checker.cc   RAW_DCHECK(counter > 0, "");
counter           522 third_party/tcmalloc/vendor/src/heap-checker.cc   if (counter > 0) {
counter           523 third_party/tcmalloc/vendor/src/heap-checker.cc     set_thread_disable_counter(counter - 1);
counter           524 third_party/tcmalloc/vendor/src/heap-checker.cc     RAW_VLOG(10, "Decreasing thread disable counter to %d", counter);
counter           526 third_party/tcmalloc/vendor/src/heap-checker.cc     RAW_VLOG(0, "Thread disable counter underflow : %d", counter);
counter           572 third_party/tcmalloc/vendor/src/heap-checker.cc     const int counter = get_thread_disable_counter();
counter           573 third_party/tcmalloc/vendor/src/heap-checker.cc     const bool ignore = (counter > 0);
counter           575 third_party/tcmalloc/vendor/src/heap-checker.cc              int(counter));
counter           193 third_party/tcmalloc/vendor/src/tests/profile-handler_unittest.cc   int* counter = static_cast<int*>(tick_counter);
counter           194 third_party/tcmalloc/vendor/src/tests/profile-handler_unittest.cc   ++(*counter);
counter            41 ui/gfx/color_analysis.cc     counter = 0;
counter            66 ui/gfx/color_analysis.cc     if (counter > 0) {
counter            67 ui/gfx/color_analysis.cc       centroid[0] = aggregate[0] / counter;
counter            68 ui/gfx/color_analysis.cc       centroid[1] = aggregate[1] / counter;
counter            69 ui/gfx/color_analysis.cc       centroid[2] = aggregate[2] / counter;
counter            72 ui/gfx/color_analysis.cc       weight = counter;
counter            73 ui/gfx/color_analysis.cc       counter = 0;
counter            81 ui/gfx/color_analysis.cc     ++counter;
counter            97 ui/gfx/color_analysis.cc     if (counter == 0)
counter           100 ui/gfx/color_analysis.cc     return aggregate[0] / counter == centroid[0] &&
counter           101 ui/gfx/color_analysis.cc            aggregate[1] / counter == centroid[1] &&
counter           102 ui/gfx/color_analysis.cc            aggregate[2] / counter == centroid[2];
counter           122 ui/gfx/color_analysis.cc   uint32_t counter;