Searched refs:counter (Results 51 - 75 of 810) sorted by relevance

1234567891011>>

/external/valgrind/main/exp-bbv/tests/ppc32-linux/
H A Dmillion.S8 lis 15,499997@ha # load high 16-bits of counter
9 addi 15,15,499997@l # load low 16-bits of counter
11 addic. 15,15,-1 # decrement counter
/external/chromium_org/content/browser/media/capture/
H A Ddesktop_capture_device_uma_types.h26 void IncrementDesktopCaptureCounter(DesktopCaptureCounters counter);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dchacha.h27 * initial block counter is specified by |counter|. */
30 const uint8_t nonce[8], size_t counter);
/external/chromium_org/v8/test/webkit/
H A Dlegitimately-captured-argument.js35 var counter = makeCounter(i);
37 shouldBe("counter()", "" + (i + j + 1));
H A Ddfg-int32-to-double-on-set-local-and-exit.js28 var counter = 0; variable
32 counter++;
63 shouldBe("counter", "1200");
/external/iputils/
H A Dtftpsubs.c62 int counter; /* size of data in buffer, or flag */ member in struct:bf
66 /* Values for bf.counter */
89 bfs[0].counter = BF_ALLOC; /* pass out the first buffer */
91 bfs[1].counter = BF_FREE;
104 bfs[current].counter = BF_FREE; /* free old one */
108 if (b->counter == BF_FREE) /* if it's empty */
111 assert(b->counter != BF_FREE); /* check */
114 return b->counter;
130 if (b->counter != BF_FREE) /* nop if not free */
137 b->counter
[all...]
/external/libcxxabi/test/
H A Dunwind_06.cpp21 volatile int counter; variable
26 for (counter = 100; counter; --counter)
36 for (counter = 100; counter; --counter)
47 for (counter = 100; counter; --counter)
[all...]
/external/oprofile/daemon/liblegacy/
H A Dopd_kernel.h40 * @param counter counter number
45 void opd_handle_kernel_sample(unsigned long eip, u32 counter);
H A Dopd_sample_files.h43 * @param counter counter number
46 * Open image sample file for the image, counter
47 * counter and set up memory mappings for it.
53 int opd_open_24_sample_file(struct opd_image * image, int counter, int cpu_nr);
/external/qemu/include/hw/android/goldfish/
H A Dnand.h21 uint64_t counter; member in struct:__anon29710
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
H A DSerialBitmapReferenceCounter.java42 private final Map<Bitmap, InnerTracker> counter = new WeakHashMap<Bitmap, InnerTracker>(); field in class:SerialBitmapReferenceCounter
51 final InnerTracker tracker = counter.get(toInit);
53 counter.put(toInit, pool.get());
60 counter.get(bitmap).acquire();
65 final InnerTracker tracker = counter.get(bitmap);
75 counter.remove(bitmap);
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DCountersTable.java67 * Put a counter into the table and create an empty
142 Counter counter = (Counter) counters.elementAt(i);
144 count = counter.getPreviouslyCounted(support, target);
155 // the backwards list (m_newFound) to the forwards list (counter.m_countNodes).
171 Counter counter = (Counter) counters.elementAt(i);
172 int cacheLen = counter.m_countNodes.size();
175 && (counter.m_countNodes.elementAt(cacheLen
178 count += (cacheLen + counter.m_countNodesStartCount);
181 appendBtoFList(counter.m_countNodes, m_newFound);
195 // If we got to this point, then we didn't find a counter, s
[all...]
/external/chromium-trace/trace-viewer/src/tracing/
H A Dfilter.js43 matchCounter: function(counter) {
75 matchCounter: function(counter) {
78 if (counter.name === undefined)
80 return counter.name.toLowerCase().indexOf(this.text_) !== -1;
111 matchCounter: function(counter) {
112 if (!counter.category)
114 return !this.categories_[counter.category];
/external/chromium_org/net/base/
H A Dmime_sniffer.cc296 base::HistogramBase* counter = local
299 return counter;
373 base::HistogramBase* counter,
377 if (counter) counter->Add(static_cast<int>(i));
415 static base::HistogramBase* counter(NULL);
416 if (!counter) {
417 counter = UMASnifferHistogramGet("mime_sniffer.kSniffableTags2",
423 counter, result);
435 static base::HistogramBase* counter(NUL
371 CheckForMagicNumbers(const char* content, size_t size, const MagicNumber* magic, size_t magic_len, base::HistogramBase* counter, std::string* result) argument
[all...]
/external/proguard/src/proguard/io/
H A DManifestRewriter.java161 private int counter = 0; field in class:ManifestRewriter.SplitLineWriter
178 counter = 0;
180 else if (counter == 70)
186 counter = 2;
190 counter++;
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-stat.c13 Performance counter stats for './hackbench 10':
69 static void print_counter_aggr(struct perf_evsel *counter, char *prefix);
70 static void print_counter(struct perf_evsel *counter, char *prefix);
266 * Does the counter have nsecs as a unit?
282 static void update_shadow_stats(struct perf_evsel *counter, u64 *count) argument
284 if (perf_evsel__match(counter, SOFTWARE, SW_TASK_CLOCK))
286 else if (perf_evsel__match(counter, HARDWARE, HW_CPU_CYCLES))
288 else if (perf_evsel__match(counter, HARDWARE, HW_STALLED_CYCLES_FRONTEND))
290 else if (perf_evsel__match(counter, HARDWARE, HW_STALLED_CYCLES_BACKEND))
292 else if (perf_evsel__match(counter, HARDWAR
312 read_counter_aggr(struct perf_evsel *counter) argument
342 read_counter(struct perf_evsel *counter) argument
363 struct perf_evsel *counter; local
429 struct perf_evsel *counter; local
446 struct perf_evsel *counter; local
955 struct perf_evsel *counter; local
1019 print_counter_aggr(struct perf_evsel *counter, char *prefix) argument
1070 print_counter(struct perf_evsel *counter, char *prefix) argument
1119 struct perf_evsel *counter; local
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha1-prf.c33 u8 counter = 0; local
44 addr[2] = &counter;
62 counter++;
/external/wpa_supplicant_8/src/crypto/
H A Dsha1-prf.c33 u8 counter = 0; local
44 addr[2] = &counter;
62 counter++;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha1-prf.c33 u8 counter = 0; local
44 addr[2] = &counter;
62 counter++;
/external/chromium_org/crypto/
H A Dencryptor.cc14 Encryptor::Counter::Counter(const base::StringPiece& counter) { argument
15 CHECK(sizeof(counter_) == counter.length());
17 memcpy(&counter_, counter.data(), sizeof(counter_));
34 // TODO(hclam): Return false if counter value overflows.
50 bool Encryptor::SetCounter(const base::StringPiece& counter) { argument
53 if (counter.length() != 16u)
56 counter_.reset(new Counter(counter));
/external/chromium_org/net/disk_cache/blockfile/
H A Dhistogram_macros.h19 // the counter is not cached locally.
23 base::HistogramBase* counter = base::Histogram::FactoryGet( \
26 counter->Add(sample); \
40 base::HistogramBase* counter = base::Histogram::FactoryTimeGet( \
43 counter->AddTime(sample); \
51 base::HistogramBase* counter = base::LinearHistogram::FactoryGet( \
54 counter->Add(sample); \
/external/chromium_org/tools/stats_viewer/
H A Dstats_viewer.cs84 /// Updates the UI for a counter.
86 /// <param name="counter"></param>
87 private void UpdateCounter(IStatsCounter counter) { argument
90 // Figure out which list this counter goes into.
91 if (counter is StatsCounterRate)
93 else if (counter is StatsCounter || counter is StatsTimer)
98 // See if the counter is already in the list.
99 ListViewItem item = view.Items[counter.name];
102 // Update an existing counter
388 Update(IStatsCounter counter, int filter_pid) argument
453 Update(IStatsCounter counter, int filter_pid) argument
490 Update(IStatsCounter counter, int filter_pid) argument
[all...]
/external/chromium_org/third_party/skia/gm/
H A Dnonclosedpaths.cpp67 static void SetLocation(SkCanvas* canvas, int counter, int lineNum) { argument
68 SkScalar x = SK_Scalar1 * 100 * (counter % lineNum) + 10 + SK_Scalar1 / 4;
69 SkScalar y = SK_Scalar1 * 100 * (counter / lineNum) + 10 + 3 * SK_Scalar1 / 4;
96 int counter = 0; variable
107 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths);
119 ++counter;
130 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths);
137 ++counter;
/external/mockito/src/org/mockito/internal/exceptions/util/
H A DScenarioPrinter.java21 int counter = 0;
23 sb.append(++counter + ". ");
/external/skia/gm/
H A Dnonclosedpaths.cpp67 static void SetLocation(SkCanvas* canvas, int counter, int lineNum) { argument
68 SkScalar x = SK_Scalar1 * 100 * (counter % lineNum) + 10 + SK_Scalar1 / 4;
69 SkScalar y = SK_Scalar1 * 100 * (counter / lineNum) + 10 + 3 * SK_Scalar1 / 4;
96 int counter = 0; variable
107 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths);
119 ++counter;
130 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths);
137 ++counter;

Completed in 961 milliseconds

1234567891011>>