Searched refs:counter (Results 201 - 225 of 810) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
H A Dbwe_simulations.cc89 RateCounterFilter counter(this, "receiver_input");
104 RateCounterFilter counter(this, "receiver_input");
119 RateCounterFilter counter(this, "receiver_input");
133 RateCounterFilter counter(this, "receiver_input");
/external/clang/test/SemaCXX/
H A Dnested-name-spec.cpp198 typedef Counter counter; typedef in namespace:test1::ns
200 using ns::counter;
204 counter c;
206 counter::count++;
/external/llvm/utils/
H A Dfindoptdiff75 #counter=0
80 diffs="diffs."$((counter++))
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.h89 LLVMValueRef counter);
/external/oprofile/daemon/
H A Dopd_extended.h87 * @param counter: counter index
89 * Get event struct opd_event from the counter index value.
91 extern struct opd_event * opd_ext_find_counter_event(unsigned long counter);
/external/qemu/telephony/
H A Dtest2.c23 static int counter = 0; variable
31 ++counter;
32 printf( "tick %d/%d a %.2fs\n", counter, MAX_COUNTER, now/1000. );
33 if (counter < MAX_COUNTER)
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice_armv7.S22 @ r4: out loop counter
24 @ r9: inner loop counter
43 sub r4, #1 @ Outer loop counter = HALF_SUBFRAMELEN - 1
47 ldr r9, [sp, #32] @ Restore the inner loop counter to order_coef
/external/chromium_org/third_party/leveldatabase/src/db/
H A Drepair.cc202 int counter = 0; local
212 counter += WriteBatchInternal::Count(&batch);
238 counter,
281 int counter = 0; local
295 counter++;
311 counter,
336 int counter = 0; local
339 counter++;
344 if (counter == 0) {
361 if (counter >
[all...]
/external/chromium_org/v8/tools/
H A Dstats-viewer.py31 """A cross-platform execution counter viewer.
51 # Mapping from counter prefix to the formatting to be used for the counter
68 name_filter: The regexp filter to apply to counter names.
77 # A mapping from counter names to the ui element that displays
81 # The counter collection used to access the counters file
103 print "\"%s\" is neither a counter file nor a PID." % self.data_name
113 print "Can't find counter file in maps for PID %s." % self.data_name
147 counter = self.data.Counter(i)
148 name = counter
[all...]
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_dm.h73 UINT32 counter; member in struct:__anon1004
87 UINT32 counter; member in struct:__anon1006
/external/chromium_org/base/metrics/
H A Dstats_counters.h22 // a hash table lookup to find the counter in the table. A StatsCounter
32 // the counter object requires a hash table lookup. For inner loops, it
33 // may be better to create the counter either as a member of another object
36 // Internally, a counter represents a value in a row of a StatsTable.
50 base::StatsCounter counter(name); \
51 counter.Add(delta); \
77 // StatsCounter represents a counter in the StatsTable class.
84 // Sets the counter to a specific value.
87 // Increments the counter.
94 // Decrements the counter
[all...]
/external/chromium_org/crypto/
H A Dencryptor.h32 // This class implements a 128-bits counter to be used in AES-CTR encryption.
33 // Only 128-bits counter is supported in this class.
36 explicit Counter(const base::StringPiece& counter);
39 // Increment the counter value.
42 // Write the content of the counter to |buf|. |buf| should have enough
46 // Return the length of this counter.
81 // Sets the counter value when in CTR mode. Currently only 128-bits
82 // counter value is supported.
85 bool SetCounter(const base::StringPiece& counter);
97 // will be a multiple of the counter lengt
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DContentData.cpp45 PassOwnPtr<ContentData> ContentData::create(PassOwnPtr<CounterContent> counter) argument
47 return adoptPtr(new CounterContentData(counter));
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.h112 LLVMValueRef counter; member in struct:lp_build_loop_state
143 LLVMValueRef counter; member in struct:lp_build_for_loop_state
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.h112 LLVMValueRef counter; member in struct:lp_build_loop_state
143 LLVMValueRef counter; member in struct:lp_build_for_loop_state
/external/oprofile/daemon/liblegacy/
H A Dopd_proc.c123 u32 counter)
135 sfile = image->sfiles[cpu_number][counter];
138 if (opd_open_24_sample_file(image, counter, cpu_number)) {
143 sfile = image->sfiles[cpu_number][counter];
178 opd_put_image_sample(map->image, offset, sample->counter);
198 sample->counter, sample->eip, sample->tgid, sample->pid);
201 opd_handle_kernel_sample(sample->eip, sample->counter);
213 opd_handle_kernel_sample(sample->eip, sample->counter);
122 opd_put_image_sample(struct opd_image * image, unsigned long offset, u32 counter) argument
/external/srec/srec/Recognizer/src/
H A DRecognizer.c247 static int counter = 0; local
256 if ( ( counter % COUNT_INTERVAL ) == 0 )
257 PLogMessage ( "Entering Recognizer Put Audio %d Times\n", counter );
258 counter++;
268 static int counter = 0; local
277 if ( ( counter % COUNT_INTERVAL ) == 0 )
278 PLogMessage ( "Entering Recognizer Advance %d Times\n", counter );
279 counter++;
/external/chromium_org/chrome/browser/chromeos/
H A Dexternal_metrics.cc170 base::HistogramBase* counter = local
176 counter->Add(sample.sample());
186 base::HistogramBase* counter = base::LinearHistogram::FactoryGet( local
192 counter->Add(sample.sample());
198 base::HistogramBase* counter = base::SparseHistogram::FactoryGet( local
200 counter->Add(sample.sample());
/external/chromium_org/ui/webui/resources/js/cr/
H A Dui.js180 var counter = Math.min(1, e.detail);
186 if (e.detail > counter) {
187 counter = e.detail;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DTestResultsGenerator.java132 private int counter = 0; field in class:TestResultsGenerator
1021 counter=0;
1028 while(counter<card && !fileName.endsWith(testsConfig[counter])) {
1030 counter++;
1038 while(counter<card && !fileName.endsWith(testsConfig[counter])) {
1040 counter++;
1054 counter = 0;
1063 while(counter<car
[all...]
/external/llvm/unittests/ADT/
H A DImmutableSetTest.cpp22 int counter; member in struct:__anon26446::ImmutableSetTest::MyIter
25 MyIter() : counter(0), ptr(buffer) {
30 ++counter;
162 ASSERT_EQ(6, obj.counter);
167 ASSERT_EQ(3, obj2.counter);
172 ASSERT_EQ(0, obj3.counter);
/external/opencv/cvaux/src/
H A Dcvhmm.cpp262 int i, j, counter = 0; local
279 for (j = 0; j < obs_info->obs_x; j++, counter++)
283 obs_info->state[2 * counter] = superstate;
284 obs_info->state[2 * counter + 1] = state + index;
380 int* counter; /* array of counters for every state */ local
403 /* integer counter is allocated for every state */
404 counter = (int*)cvAlloc( total * sizeof(int) );
411 memset( counter, 0 , total*sizeof(int) );
451 samples[state][counter[state]] = vector;
452 samples_mix[state][counter[stat
906 int counter = 0; local
1015 int counter = 0; local
1279 int i, j, counter; local
[all...]
/external/chromium-trace/trace-viewer/src/tracing/
H A Dselection.js37 function SelectionCounterSampleHit(track, counter, sampleIndex) {
39 this.counter = counter;
197 addCounterSample: function(track, counter, sampleIndex) {
200 track, counter, sampleIndex));
/external/chromium_org/remoting/protocol/
H A Djingle_session_unittest.cc66 ACTION_P(QuitThreadOnCounter, counter) {
67 --(*counter);
68 EXPECT_GE(*counter, 0);
69 if (*counter == 0)
273 int counter = 2; local
276 .WillOnce(QuitThreadOnCounter(&counter));
278 .WillOnce(QuitThreadOnCounter(&counter));
464 int counter = 2; local
467 .WillOnce(QuitThreadOnCounter(&counter));
469 .WillOnce(QuitThreadOnCounter(&counter));
[all...]
/external/chromium_org/third_party/cld/base/
H A Dlogging.h298 #define GOOGLE_LOG_INFO(counter) \
299 LogMessage(__FILE__, __LINE__, INFO, counter, &LogMessage::SendToLog)
300 #define SYSLOG_INFO(counter) \
301 LogMessage(__FILE__, __LINE__, INFO, counter, \
303 #define GOOGLE_LOG_WARNING(counter) \
304 LogMessage(__FILE__, __LINE__, WARNING, counter, &LogMessage::SendToLog)
305 #define SYSLOG_WARNING(counter) \
306 LogMessage(__FILE__, __LINE__, WARNING, counter, \
308 #define GOOGLE_LOG_ERROR(counter) \
309 LogMessage(__FILE__, __LINE__, ERROR, counter,
[all...]

Completed in 3580 milliseconds

1234567891011>>