Searched refs:counter (Results 401 - 425 of 810) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dprofile-handler_unittest.cc193 int* counter = static_cast<int*>(tick_counter); local
194 ++(*counter);
304 // Sleep for a bit and check that tick counter is making progress.
320 // Sleep for a bit and check that tick counter is not making progress.
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dcross_correlation_neon.S26 @ r4: counter for LOOP_DIM_CROSS_CORRELATION
69 movs r10, r7 @ Loop counter
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Ddequantize_v6.asm28 mov r12, #2 ;loop counter
H A Dsixtappredict8x4_v6.asm48 mov r2, #0x90000 ; height=9 is top part of counter
59 orr r2, r2, #0x4 ; construct loop counter. width=8=4x2
85 tst r2, #0xff ; test loop counter
146 orr r2, r2, #2 ; loop counter
/external/libvpx/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_subtract_armv6.asm55 subs r9, r9, #1 ; decrement loop counter
125 subs r4, r4, #1 ; update loop counter
170 subs r4, r4, #1 ; update loop counter
261 subs r4, r4, #1 ; update loop counter
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dssim_opt.asm86 mov rdx, 16 ;row counter
109 dec rdx ; counter
176 mov rdx, 8 ;row counter
190 dec rdx ; counter
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_ssim_opt.asm86 mov rdx, 16 ;row counter
109 dec rdx ; counter
176 mov rdx, 8 ;row counter
190 dec rdx ; counter
/external/lldb/tools/lldb-perf/common/clang/
H A Dlldb_perf_clang.cpp85 TestStep (int counter, ActionWanted &next_action) argument
87 switch (counter)
/external/lldb/tools/lldb-perf/darwin/formatters/
H A Dformatters.cpp146 TestStep (int counter, ActionWanted &next_action) argument
148 switch (counter)
/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_XML.py426 self.counter = None
430 self.counter = c
446 self.is_counter = is_attr_true( element, 'counter' )
494 return len(self.count_parameter_list) or self.counter
567 if self.counter or self.count_parameter_list:
570 if self.counter and self.count_parameter_list:
571 list.append( self.counter )
572 elif self.counter:
573 list = [ self.counter ]
/external/wpa_supplicant_8/hostapd/src/l2_packet/
H A Dl2_packet_privsep.c136 static unsigned int counter = 0; local
157 own_dir, getpid(), counter++);
/external/wpa_supplicant_8/src/l2_packet/
H A Dl2_packet_privsep.c136 static unsigned int counter = 0; local
157 own_dir, getpid(), counter++);
/external/wpa_supplicant_8/wpa_supplicant/src/l2_packet/
H A Dl2_packet_privsep.c136 static unsigned int counter = 0; local
157 own_dir, getpid(), counter++);
/external/aac/libAACenc/src/
H A Dchannel_map.cpp227 INT counter =*cnt; local
237 elInfo->ChannelIndex[0]=assign[counter++];
243 elInfo->ChannelIndex[0]=assign[counter++];
244 elInfo->ChannelIndex[1]=assign[counter++];
255 *cnt = counter;
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dsync_task_manager_unittest.cc37 int* counter,
40 EXPECT_EQ(expected_before_counter, *counter);
41 ++(*counter);
47 int* counter,
50 ++(*counter);
441 // This runs last (expected counter == 4).
448 // This runs second (expected counter == 1).
455 // This runs fourth (expected counter == 3).
462 // This runs third (expected counter == 2).
36 IncrementAndAssign(int expected_before_counter, int* counter, SyncStatusCode* status_out, SyncStatusCode status) argument
46 IncrementAndAssignWithOwnedPointer(T* object, int* counter, SyncStatusCode* status_out, SyncStatusCode status) argument
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebPageNewSerializerTest.cpp84 LengthCountingWebPageSerializerClient(size_t* counter) argument
85 : m_counter(counter)
409 size_t counter = 0; local
410 LengthCountingWebPageSerializerClient client(&counter);
417 EXPECT_GT(counter, 0U);
/external/chromium_org/third_party/boringssl/src/crypto/chacha/
H A Dchacha_vec.c24 * and to allow the block counter to be passed in specifically. */
147 size_t counter)
178 counter & 0xffffffff,
182 counter >> 32,
217 x12 = counter+BPI*iters+(BPI-1); x13 = 0;
269 op[12] = REVW_BE(REVW_BE(ip[12]) ^ (x12 + counter+BPI*iters+(BPI-1)));
138 CRYPTO_chacha_20_neon( uint8_t *out, const uint8_t *in, size_t inlen, const uint8_t key[32], const uint8_t nonce[8], size_t counter) argument
/external/chromium_org/third_party/gtk+/gtk/
H A Dcompose-parse.py580 counter = 1 variable
608 # print counter, original_sequence, unichr(basechar) + "".join(perm)
609 # print counter, map(unichr, perm)
614 # print "Normalized: [%(normalized)s] SUCCESS %(c)d" % { "normalized": normalized, "c": counter }
620 counter += 1
792 counter = 0
800 compose_table[counter][num_of_keysyms(sequence)-1] += 1
808 counter += 1
/external/icu/icu4c/source/test/intltest/
H A Dtufmtts.cpp317 int counter = 0; local
372 u_strToUTF8(tmp1, 128, &len, expected[counter].unescape().getTerminatedBuffer(), expected[counter].unescape().length(), &status);
375 if (!assertEquals("formatted time string is not expected, locale: " + UnicodeString(locales[locIndex]) + " style: " + (int)styles[styleIndex] + " units: " + (int)tunits[unitIndex], expected[counter], str)) {
382 ++counter;
/external/aac/libAACdec/src/
H A Daacdec_hcr.cpp554 the current codebook) -- a counter is incremented if there is an error
751 UINT counter; local
786 counter = numSectionDec;
788 for ( i=0; i < counter; i++ ) {
796 counter -= 1;
911 UINT srtSecCnt = 0; /* counter for sorted sections */
912 UINT xSrtScCnt = 0; /* counter for extended sorted sections */
997 USHORT counter = 0; local
1012 counter++;
1013 if (counter > 102
[all...]
/external/qemu/hw/android/goldfish/
H A Dnand.c79 if (t->counter < t->limit) {
80 uint64_t avail = t->limit - t->counter;
84 if (t->counter == 0) {
88 t->counter += avail;
89 if (t->counter >= t->limit) {
1009 t->counter = 0;
1015 t->counter = 0;
/external/webrtc/src/modules/audio_processing/aec/
H A Decho_cancellation.c63 short counter; member in struct:__anon33475
252 aecpc->counter = 0;
482 if (aecpc->counter == 0) {
490 aecpc->counter++;
493 aecpc->counter = 0;
496 if (aecpc->counter * nBlocks10ms >= 6) {
501 aecpc->aec->mult * 8) / (4 * aecpc->counter * PART_LEN),
/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry_unittest.cc720 NotificationCounter counter(profile());
723 ASSERT_TRUE(counter.notified());
724 counter.Clear();
727 ASSERT_TRUE(counter.notified());
728 counter.Clear();
731 ASSERT_TRUE(counter.notified());
732 counter.Clear();
735 ASSERT_TRUE(counter.notified());
736 counter.Clear();
/external/chromium_org/chrome/browser/android/
H A Dmost_visited_sites.cc168 base::HistogramBase* counter = base::LinearHistogram::FactoryGet( local
174 if (counter)
175 counter->Add(position);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DtimelinePanel.css407 #memory-graphs-canvas-container .memory-counter-marker {
426 .memory-counter-sidebar-info {
432 .memory-counter-sidebar-info .swatch {
438 .memory-counter-sidebar-info .title {
442 .memory-counter-value {
446 #counter-values-bar {

Completed in 726 milliseconds

<<11121314151617181920>>