HomeSort by relevance Sort by last modified time
    Searched refs:counter (Results 201 - 225 of 691) sorted by null

1 2 3 4 5 6 7 891011>>

  /libcore/luni/src/test/java/libcore/java/net/
OldSocketImplFactoryTest.java 66 int counter = 0; local
69 counter++;
74 if(counter == 1) {
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
ContentHandlerFactoryTest.java 93 int counter = 0; local
96 counter++;
101 if(counter == 1) {
  /libcore/luni/src/test/java/tests/api/java/util/
StringTokenizerTest.java 115 for (int counter = 0; counter < 5; counter++) {
  /external/opencv/cvaux/src/
cvhmm1d.cpp 322 int* counter; /* array of counters for every state */
339 /* integer counter is allocated for every state */
340 counter = (int*)icvAlloc( total * sizeof(int) );
347 memset( counter, 0 , total*sizeof(int) );
383 samples[state][counter[state]] = vector;
384 samples_mix[state][counter[state]] = &(obs->mix[i]);
385 counter[state]++;
390 memset( counter, 0, total*sizeof(int) );
430 icvFree( &counter );
835 /* as a counter we will use transP matrix *
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
LinkedHashSetTest.java 85 for (int counter = 0; counter < objArray.length; counter++)
87 .contains(objArray[counter]));
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
NamespaceSupport.java 275 private int counter = 0; field in class:NamespaceSupport.Prefixes
290 return (counter< size);
297 if (counter< size){
298 return fPrefixes[counter++];
  /external/chromium/chrome/browser/extensions/
extension_metrics_module.cc 78 Histogram* counter; local
80 counter = LinearHistogram::FactoryGet(full_name,
86 counter = Histogram::FactoryGet(full_name,
93 counter->Add(sample);
  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store_unittest.cc 167 scoped_refptr<CallbackCounter> counter(new CallbackCounter());
170 ASSERT_EQ(0, counter->callback_count());
172 store_->Flush(NewRunnableMethod(counter.get(), &CallbackCounter::Callback));
178 ASSERT_EQ(1, counter->callback_count());
  /external/clang/test/SemaCXX/
nested-name-spec.cpp 197 class Counter { public: static int count; };
198 typedef Counter counter; typedef in namespace:test1::ns
200 using ns::counter;
204 counter c;
206 counter::count++;
  /external/llvm/utils/
findoptdiff 75 #counter=0
80 diffs="diffs."$((counter++))
  /external/oprofile/daemon/
opd_extended.h 87 * @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/
test2.c 23 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/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_sim.c 49 unsigned int counter, counter_too_small; member in struct:eap_sim_data
425 unsigned int counter; local
438 counter = data->counter_too_small;
440 counter = data->counter;
442 wpa_printf(MSG_DEBUG, " *AT_COUNTER %d", counter);
443 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, counter, NULL, 0);
476 wpa_printf(MSG_DEBUG, " *AT_COUNTER %d", data->counter);
477 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, data->counter,
682 /* RFC 4186 specifies that counter is initialized to one afte
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_sim.c 42 unsigned int counter, counter_too_small; member in struct:eap_sim_data
438 unsigned int counter; local
451 counter = data->counter_too_small;
453 counter = data->counter;
455 wpa_printf(MSG_DEBUG, " *AT_COUNTER %d", counter);
456 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, counter, NULL, 0);
489 wpa_printf(MSG_DEBUG, " *AT_COUNTER %d", data->counter);
490 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, data->counter,
695 /* RFC 4186 specifies that counter is initialized to one afte
    [all...]
  /external/v8/tools/
stats-viewer.py 31 """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
    [all...]
  /dalvik/vm/mterp/x86-atom/
zcmp.S 52 addl $$4, rPC # update the program counter
  /development/samples/ApiDemos/src/com/example/android/apis/preference/
LaunchingPreferences.java 97 final int counter = sharedPref.getInt(AdvancedPreferences.KEY_MY_PREFERENCE, 0); local
98 mCounterText.setText(getString(R.string.counter_value_is) + " " + counter);
  /external/chromium/base/metrics/
stats_counters.h 22 // 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...]
field_trial_unittest.cc 105 int counter = 0; local
107 std::string name = StringPrintf("trial%d", ++counter);
127 int counter = 0; local
129 std::string name = base::StringPrintf("FiftyFifty%d", ++counter);
131 ++counter);
143 } while ((!second_winner || !first_winner) && counter < 100);
  /external/dbus/dbus/
dbus-message-internal.h 45 DBusCounter *counter);
49 DBusCounter *counter,
  /external/oprofile/daemon/liblegacy/
opd_proc.c 123 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);
  /external/srec/srec/Recognizer/src/
Recognizer.c 247 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++;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soundfont.h 39 int counter; member in struct:snd_sf_zone
49 int counter; member in struct:snd_sf_sample
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
TestResultsGenerator.java 132 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++;
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglDisplay.java 226 int counter = 0; local
230 imageBuffer[counter + 0] = (byte) ((colorSpace << 8) >> 24);
231 imageBuffer[counter + 1] = (byte) ((colorSpace << 16) >> 24);
232 imageBuffer[counter + 2] = (byte) ((colorSpace << 24) >> 24);
233 imageBuffer[counter + 3] = (byte) (colorSpace >> 24);
234 counter += 4;

Completed in 1945 milliseconds

1 2 3 4 5 6 7 891011>>