Searched defs:counter (Results 251 - 275 of 289) sorted by relevance

<<1112

/external/netperf/
H A Dnetlib.c191 /* older versions of netperf knew about the HP kernel IDLE counter. */
1695 int counter = 0;
1697 for (counter = 0; counter < ((sizeof(netperf_request)/4)-3); counter += 4) {
1699 counter,
1700 request_array[counter],
1701 request_array[counter+1],
1702 request_array[counter+2],
1703 request_array[counter
1679 int counter = 0; local
1710 int counter = 0; local
2116 int counter=0; local
2178 int counter=0; local
2244 int counter; local
2355 int counter; local
[all...]
/external/v8/src/
H A Dmark-compact.cc569 int counter = space->heap()->ms_count(); local
571 if ((counter & 1) == (page_number & 1)) fragmentation = 1;
3862 // counter to be accurate for unswept pages.
H A Dheap.cc619 int counter = 0; local
621 while (gc_performed && counter++ < kThreshold) {
H A Dspaces.h361 void set_store_buffer_counter(int counter) { argument
362 store_buffer_counter_ = counter;
H A Dobjects.cc7821 // Nonzero counter is a leftover from the previous attempt interrupted
10332 int counter = 0; local
10342 storage->set(counter, Smi::FromInt(i));
10344 counter++;
10347 ASSERT(!storage || storage->length() >= counter);
10357 storage->set(counter, Smi::FromInt(i));
10359 counter++;
10362 ASSERT(!storage || storage->length() >= counter);
10367 while (counter < length) {
10369 storage->set(counter, Sm
[all...]
/external/v8/src/x64/
H A Dmacro-assembler-x64.cc2962 void MacroAssembler::SetCounter(StatsCounter* counter, int value) { argument
2963 if (FLAG_native_code_counters && counter->Enabled()) {
2964 Operand counter_operand = ExternalOperand(ExternalReference(counter));
2970 void MacroAssembler::IncrementCounter(StatsCounter* counter, int value) { argument
2972 if (FLAG_native_code_counters && counter->Enabled()) {
2973 Operand counter_operand = ExternalOperand(ExternalReference(counter));
2983 void MacroAssembler::DecrementCounter(StatsCounter* counter, int value) { argument
2985 if (FLAG_native_code_counters && counter->Enabled()) {
2986 Operand counter_operand = ExternalOperand(ExternalReference(counter));
/external/icu4c/i18n/
H A Ducol.cpp2990 uint32_t i; /* general counter */
3018 uint32_t i; /* general counter */
3747 uint32_t i; /* general counter */
5483 int32_t counter = cces; local
5485 while(counter-->0) {
5504 while(counter-->0) {
5512 // destination buffer byte counter. When this guy
6313 uint32_t i; /* general counter */
/external/libxml2/
H A Dxmlregexp.c10 * - RELAX-NG/TREX i.e. the counter proposal
214 int counter; member in struct:_xmlRegTrans
1127 if (trans->counter >= 0) {
1128 fprintf(output, "counted %d, ", trans->counter);
1262 xmlRegexpErrMemory(ctxt, "allocating counter");
1272 xmlRegexpErrMemory(ctxt, "allocating counter");
1304 xmlRegexpErrMemory(ctxt, "allocating counter");
1346 int counter, int count) {
1368 (trans->counter == counter)
1344 xmlRegStateAddTrans(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state, xmlRegAtomPtr atom, xmlRegStatePtr target, int counter, int count) argument
1501 xmlFAGenerateCountedEpsilonTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, int counter) argument
1520 xmlFAGenerateCountedTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, int counter) argument
1597 int counter; local
1767 xmlFAReduceEpsilonTransitions(xmlRegParserCtxtPtr ctxt, int fromnr, int tonr, int counter) argument
3243 xmlRegCounterPtr counter; local
3280 xmlRegCounterPtr counter; local
3387 xmlRegCounterPtr counter; local
3825 xmlRegCounterPtr counter; local
3863 xmlRegCounterPtr counter; local
3886 xmlRegCounterPtr counter; local
3911 xmlRegCounterPtr counter; local
4282 xmlRegCounterPtr counter = NULL; local
5857 int counter; local
5943 int counter; local
6012 int counter; local
6091 int counter; local
6231 xmlAutomataNewCountedTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, int counter) argument
6255 xmlAutomataNewCounterTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, int counter) argument
[all...]
H A Dxmlschemas.c603 int counter; member in struct:_xmlSchemaParserCtxt
9176 snprintf(buf, 39, "#ST%d", ctxt->counter++ + 1);
10185 newpctxt->counter = pctxt->counter;
10194 pctxt->counter = newpctxt->counter;
12118 snprintf(buf, 39, "#CT%d", ctxt->counter++ + 1);
12535 xmlSchemaParticlePtr particle, int counter, xmlAutomataStatePtr end)
12559 if (counter >= 0) {
12566 tmp = xmlAutomataNewCountedTrans(pctxt->am, start, NULL, counter);
12534 xmlSchemaBuildContentModelForSubstGroup(xmlSchemaParserCtxtPtr pctxt, xmlSchemaParticlePtr particle, int counter, xmlAutomataStatePtr end) argument
12683 int counter; local
12779 int counter; local
12849 int counter; local
12905 int counter; local
12973 int counter; local
13044 int counter; local
25531 int counter = 0; local
[all...]
/external/v8/test/cctest/
H A Dtest-debug.cc2566 int counter; member in struct:DebugProcessDebugMessagesData
2570 counter = 0;
2573 return &results[counter % kArraySize];
2576 counter++;
2651 CHECK_EQ(3, process_debug_messages_data.counter);
H A Dtest-api.cc337 explicit TestResource(uint16_t* data, int* counter = NULL)
338 : data_(data), length_(0), counter_(counter) {
363 explicit TestAsciiResource(const char* data, int* counter = NULL)
364 : data_(data), length_(strlen(data)), counter_(counter) { }
2201 WeakCallCounter* counter = reinterpret_cast<WeakCallCounter*>(id); local
2202 CHECK_EQ(1234, counter->id());
2203 counter->increment();
2219 WeakCallCounter counter(1234);
2226 g1s1.MakeWeak(reinterpret_cast<void*>(&counter), &WeakPointerCallback);
2227 g1s2.MakeWeak(reinterpret_cast<void*>(&counter),
[all...]
/external/valgrind/unittest/
H A Dracecheck_unittest.cc3194 BlockingCounter *counter = NULL; member in namespace:NegativeTests_StdStringDtor
3198 counter->DecrementCount();
3204 counter->DecrementCount();
3212 counter = new BlockingCounter(3);
3216 counter->Wait();
3220 delete counter;
3225 counter = new BlockingCounter(3);
3229 counter->Wait();
3233 delete counter;
7790 int counter; member in namespace:BenignRaceTest
[all...]
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp4492 // list of string, uri, counter, attr, i
4547 OwnPtr<CounterContent> counter = adoptPtr(new CounterContent(counterValue->identifier(), local
4549 m_style->setContent(counter.release(), didSet);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jar ... Queue queue protected int state protected long time protected int counter protected Object element protected String baseName protected String name protected ...
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h1596 UINT32 counter; member in struct:__anon1207
1612 UINT32 counter; member in struct:__anon1209
/external/valgrind/main/VEX/priv/
H A Dguest_s390_toIR.c1188 /* Return the guest state offset of the counter register. */
1195 /* Return the guest state offset of double word #0 of the counter register. */
1202 /* Write double word #0 of the counter to the guest state. */
1211 /* Read double word #0 of the counter register. */
1218 /* Return the guest state offset of word #0 of the counter register. */
1225 /* Return the guest state offset of word #1 of the counter register. */
1232 /* Write word #0 of the counter to the guest state. */
1241 /* Read word #0 of the counter register. */
1248 /* Write word #1 of the counter to the guest state. */
1257 /* Read word #1 of the counter registe
8568 IRTemp counter = newTemp(Ity_I64); local
8767 IRTemp counter = newTemp(Ity_I32); local
8801 IRTemp counter = newTemp(Ity_I64); local
8827 IRTemp counter = newTemp(Ity_I64); local
9015 IRTemp counter = newTemp(Ity_I64); local
9058 IRTemp counter = newTemp(Ity_I64); local
9278 IRTemp counter = newTemp(Ity_I32); local
9321 IRTemp counter = newTemp(Ity_I32); local
9377 IRTemp counter = newTemp(Ity_I64); local
9551 IRTemp counter = newTemp(Ity_I64); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-commons-net.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-junit.jar ... .ant.util.FileUtils FILE_UTILS private static int counter protected String format private static javax.xml.parsers ...
/external/qemu/hw/
H A Dbt.h1252 uint8_t counter; member in struct:__anon10889
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jarMETA-INF/MANIFEST.MF org/eclipse/releng/Mailer.class Mailer.java package org.eclipse ...
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...

Completed in 723 milliseconds

<<1112