HomeSort by relevance Sort by last modified time
    Searched refs:counter (Results 176 - 200 of 1106) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium/chrome/browser/chromeos/cros/
cros_library_loader.cc 25 base::Histogram* counter = base::Histogram::FactoryTimeGet( local
31 counter->AddTime(delta);
  /external/chromium_org/chrome/browser/component_updater/test/
url_request_post_interceptor.h 24 explicit URLRequestPostInterceptor(RequestCounter* counter);
40 explicit Delegate(RequestCounter* counter);
  /external/chromium_org/content/renderer/
render_view_impl_params.h 30 SharedRenderViewCounter* counter,
47 SharedRenderViewCounter* counter; member in struct:content::RenderViewImplParams
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
ContentData.h 131 const CounterContent* counter() const { return m_counter.get(); } function in class:WebCore::CounterContentData
132 void setCounter(PassOwnPtr<CounterContent> counter) { m_counter = counter; }
138 CounterContentData(PassOwnPtr<CounterContent> counter)
139 : m_counter(counter)
145 OwnPtr<CounterContent> counterData = adoptPtr(new CounterContent(*counter()));
153 return *static_cast<const CounterContentData&>(data).counter() == *counter();
  /external/ceres-solver/internal/ceres/
symmetric_linear_solver_test.cc 94 int counter = 0; local
97 Ai[counter] = i;
98 Aj[counter] = j;
99 ++counter;
  /libnativehelper/include/nativehelper/
toStringArray.h 28 template <typename Counter, typename Getter>
29 jobjectArray toStringArray(JNIEnv* env, Counter* counter, Getter* getter) {
30 size_t count = (*counter)();
48 template <typename Counter, typename Getter>
49 jobjectArray toStringArray16(JNIEnv* env, Counter* counter, Getter* getter) {
50 size_t count = (*counter)();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TreeSetTest.java 60 for (int counter = 0; counter < objArray.length; counter++)
62 .contains(objArray[counter]));
94 for (int counter = 0; counter < objArray.length; counter++)
96 anotherTreeSet.contains(objArray[counter]));
273 for (int counter = startPos; counter < endPos; counter++
    [all...]
CollectionsTest.java 138 for (int counter = 0; counter < colSize; counter++)
139 normalCountingList.add(new Integer(counter));
140 for (int counter = 0; counter < colSize; counter++)
141 offsetCountingList.add(new Integer(counter + colSize));
221 for (int counter = 0; counter < mapSize; counter++)
    [all...]
  /external/proguard/src/proguard/obfuscate/
DictionaryNameFactory.java 179 for (int counter = 0; counter < 50; counter++)
SimpleNameFactory.java 151 for (int counter = 0; counter < count; counter++)
  /external/wpa_supplicant_8/src/crypto/
sha1-tprf.c 32 unsigned char counter = 0; local
48 addr[4] = &counter;
55 counter++;
sha256-prf.c 55 u16 counter = 1; local
76 WPA_PUT_LE16(counter_le, counter);
87 counter++;
  /libcore/luni/src/test/java/tests/api/java/util/
CollectionsTest.java 121 for (int counter = 0; counter < colSize; counter++)
122 normalCountingList.add(new Integer(counter));
123 for (int counter = 0; counter < colSize; counter++)
124 offsetCountingList.add(new Integer(counter + colSize));
204 for (int counter = 0; counter < mapSize; counter++)
    [all...]
  /external/chromium/base/synchronization/
waitable_event_watcher_unittest.cc 24 explicit DecrementCountDelegate(int* counter) : counter_(counter) {
75 int counter = 1; local
76 DecrementCountDelegate delegate(&counter);
90 EXPECT_EQ(1, counter);
  /external/chromium/base/win/
object_watcher_unittest.cc 25 explicit DecrementCountDelegate(int* counter) : counter_(counter) {
79 int counter = 1; local
80 DecrementCountDelegate delegate(&counter);
98 EXPECT_EQ(1, counter);
  /external/chromium_org/base/synchronization/
waitable_event_watcher_unittest.cc 36 explicit DecrementCountContainer(int* counter) : counter_(counter) {
85 int counter = 1; local
86 DecrementCountContainer delegate(&counter);
102 EXPECT_EQ(1, counter);
  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
process.py 6 import telemetry.core.timeline.counter as tracing_counter
29 for counter in self._counters.itervalues():
30 yield counter
54 'Counter %s not found in process with id %s.' % (counter_id,
60 ctr = tracing_counter.Counter(self, category, name)
71 for counter in self._counters.itervalues():
72 counter.FinalizeImport()
  /external/javassist/src/test/test/javassist/proxy/
ProxyCacheGCTest.java 61 public void createProxy(int counter)
67 String targetName = "test.javassist.MyTarget_" + counter;
68 String targetConstructorName = "MyTarget_" + counter;
76 String handlerName = "test.javassist.MyHandler_" + counter;
83 String filterName = "test.javassist.MyFilter" + counter;
  /external/linux-tools-perf/util/
cgroup.c 79 struct perf_evsel *counter; local
85 list_for_each_entry(counter, &evlist->entries, node) {
86 cgrp = counter->cgrp;
114 list_for_each_entry(counter, &evlist->entries, node) {
125 counter->cgrp = cgrp;
  /external/wpa_supplicant_8/src/eap_common/
eap_pax_common.c 36 u8 counter, *pos; local
53 addr[2] = &counter;
58 for (counter = 1; counter <= (u8) num_blocks; counter++) {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
assert.hpp 259 # define BOOST_MPL_ASSERT_RELATION_IMPL(counter, x, rel, y) \
260 enum { BOOST_PP_CAT(mpl_assert_rel_value,counter) = (x rel y) }; \
263 , BOOST_PP_CAT(mpl_assertion_in_line_,counter) = sizeof( \
264 boost::mpl::assertion_failed<BOOST_PP_CAT(mpl_assert_rel_value,counter)>( \
276 # define BOOST_MPL_ASSERT_RELATION_IMPL(counter, x, rel, y) \
279 , BOOST_PP_CAT(mpl_assert_rel,counter) = sizeof( \
283 BOOST_MPL_AUX_ASSERT_CONSTANT( bool, BOOST_PP_CAT(mpl_assert_rel_value,counter) = (x rel y) ); \
286 , BOOST_PP_CAT(mpl_assertion_in_line_,counter) = sizeof( \
287 boost::mpl::assertion_failed<BOOST_PP_CAT(mpl_assert_rel_value,counter)>( \
289 boost::mpl::assert_::relations(BOOST_PP_CAT(mpl_assert_rel,counter)) \
    [all...]
  /external/oprofile/daemon/liblegacy/
opd_sample_files.c 67 static char * opd_mangle_filename(struct opd_image const * image, int counter,
72 struct opd_event * event = find_counter_event(counter);
103 int opd_open_24_sample_file(struct opd_image * image, int counter, int cpu_nr)
109 mangled = opd_mangle_filename(image, counter, cpu_nr);
115 sfile = image->sfiles[cpu_nr][counter];
120 image->sfiles[cpu_nr][counter] = sfile;
145 fill_header(odb_get_data(&sfile->sample_file), counter, 0, 0,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 67 self.counter = 0
120 self.counter += 1 # disable the last timer, if there is one.
123 if timer_count == self.counter:
156 self.counter += 1
157 def callme(callme, self=self, c=self.counter,
167 # associate a counter with an event; only disable the "paren"
169 self.counter += 1
171 lambda self=self, c=self.counter: \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 67 self.counter = 0
120 self.counter += 1 # disable the last timer, if there is one.
123 if timer_count == self.counter:
156 self.counter += 1
157 def callme(callme, self=self, c=self.counter,
167 # associate a counter with an event; only disable the "paren"
169 self.counter += 1
171 lambda self=self, c=self.counter: \
  /external/srtp/crypto/cipher/
aes_icm.c 4 * AES Integer Counter Mode
59 * integer counter mode works as follows:
81 * ctr is the block counter, which increments from zero for
169 /* set counter and initial values to 'offset' value */
173 c->counter.v8[i] = key[16 + i];
179 c->counter.v8[14] = c->counter.v8[15] = 0;
199 * aes_icm_set_octet(c, i) sets the counter of the context which it is
220 /* set counter value */
222 c->counter.v64[0] = c->offset.v64[0]
    [all...]

Completed in 507 milliseconds

1 2 3 4 5 6 78 91011>>