HomeSort by relevance Sort by last modified time
    Searched defs:counters (Results 376 - 398 of 398) sorted by null

<<111213141516

  /external/chromium_org/v8/src/
d8.cc 724 printf("Could not map counters file %s\n", name);
936 // Set up counters
1021 CounterAndKey* counters = new CounterAndKey[number_of_counters]; local
    [all...]
isolate.h 44 class Counters;
856 Counters* counters() { function in class:v8::internal::Isolate
    [all...]
serialize.cc 41 // All counters refer to dummy_counter, if deserializing happens without
42 // setting up counters.
325 // Stat counters
327 StatsCounter* (Counters::*counter)();
334 { &Counters::name, \
335 Counters::k_##name, \
336 "Counters::" #name },
343 Counters* counters = isolate->counters(); local
    [all...]
hydrogen.cc 2924 Counters* counters = isolate()->counters(); local
    [all...]
  /external/iptables/libiptc/
libiptc.c 122 STRUCT_COUNTERS counters; /* per-chain counters */ member in struct:chain_head
833 memcpy(&h->chain_iterator_cur->counters, &pr->entry->counters,
834 sizeof(h->chain_iterator_cur->counters));
1184 /* set policy-counters */
1185 memcpy(&foot->e.counters, &c->counters, sizeof(STRUCT_COUNTERS));
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_server.c 44 * struct radius_server_counters - RADIUS server statistics counters
108 struct radius_server_counters counters; member in struct:radius_client
274 * counters - Statistics counters for server operations
276 * These counters are the sum over all clients.
278 struct radius_server_counters counters; member in struct:radius_server_data
955 data->counters.access_rejects++;
956 client->counters.access_rejects++;
1022 data->counters.dup_access_requests++;
1023 client->counters.dup_access_requests++
    [all...]
  /external/zxing/core/
core.jar 
  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c 218 UInt32 counters[LZMA_NUM_PB_STATES_MAX]; member in struct:__anon18063
782 p->counters[posState] = p->tableSize;
796 if (--p->counters[posState] == 0)
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 219 UInt32 counters[LZMA_NUM_PB_STATES_MAX]; member in struct:__anon19387
783 p->counters[posState] = p->tableSize;
797 if (--p->counters[posState] == 0)
    [all...]
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.cc 105 isolate()->counters()->code_stubs()->Increment();
615 Counters* counters = isolate()->counters(); local
626 __ IncrementCounter(counters->math_pow(), 1);
646 __ IncrementCounter(counters->math_pow(), 1);
2948 Counters* counters = isolate()->counters(); local
3176 Counters* counters = masm->isolate()->counters(); local
    [all...]
  /external/chromium_org/v8/src/mips/
code-stubs-mips.cc 112 isolate()->counters()->code_stubs()->Increment();
755 __ IncrementCounter(isolate()->counters()->string_compare_native(), 1, a2,
1018 Counters* counters = isolate()->counters(); local
3281 Counters* counters = isolate()->counters(); local
3411 Counters* counters = isolate()->counters(); local
    [all...]
  /external/chromium_org/v8/src/mips64/
code-stubs-mips64.cc 111 isolate()->counters()->code_stubs()->Increment();
750 __ IncrementCounter(isolate()->counters()->string_compare_native(), 1, a2,
1013 Counters* counters = isolate()->counters(); local
3319 Counters* counters = isolate()->counters(); local
3448 Counters* counters = isolate()->counters(); local
    [all...]
  /external/chromium_org/v8/src/x64/
code-stubs-x64.cc 97 isolate()->counters()->code_stubs()->Increment();
490 Counters* counters = isolate()->counters(); local
501 __ IncrementCounter(counters->math_pow(), 1);
518 __ IncrementCounter(counters->math_pow(), 1);
2908 Counters* counters = isolate()->counters(); local
    [all...]
  /external/chromium_org/v8/src/x87/
code-stubs-x87.cc 105 isolate()->counters()->code_stubs()->Increment();
2639 Counters* counters = isolate()->counters(); local
2867 Counters* counters = masm->isolate()->counters(); local
    [all...]
  /external/lzma/C/
LzmaEnc.c 218 UInt32 counters[LZMA_NUM_PB_STATES_MAX]; member in struct:__anon10409
782 p->counters[posState] = p->tableSize;
796 if (--p->counters[posState] == 0)
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlregexp.c 261 xmlRegCounter *counters; member in struct:_xmlAutomata
275 xmlRegCounter *counters; member in struct:_xmlRegexp
345 int *errCounts; /* counters at the error state */
441 ret->counters = ctxt->counters;
668 ctxt->counters = NULL;
928 if (ctxt->counters != NULL)
929 xmlFree(ctxt->counters);
1198 fprintf(output, "%d counters:\n", ctxt->nbCounters);
1200 fprintf(output, " %d: min %d max %d\n", i, ctxt->counters[i].min
    [all...]
  /external/chromium_org/v8/src/arm64/
code-stubs-arm64.cc 101 isolate()->counters()->code_stubs()->Increment();
607 __ IncrementCounter(isolate()->counters()->string_compare_native(), 1, x10,
3771 Counters* counters = isolate()->counters(); local
3905 Counters* counters = isolate()->counters(); local
    [all...]
  /external/libxml2/
xmlregexp.c 265 xmlRegCounter *counters; member in struct:_xmlAutomata
279 xmlRegCounter *counters; member in struct:_xmlRegexp
349 int *errCounts; /* counters at the error state */
445 ret->counters = ctxt->counters;
672 ctxt->counters = NULL;
932 if (ctxt->counters != NULL)
933 xmlFree(ctxt->counters);
1202 fprintf(output, "%d counters:\n", ctxt->nbCounters);
1204 fprintf(output, " %d: min %d max %d\n", i, ctxt->counters[i].min
    [all...]
  /external/chromium_org/v8/src/heap/
heap.cc 240 isolate_->counters()->gc_compactor_caused_by_request()->Increment();
252 isolate_->counters()->gc_compactor_caused_by_promoted_data()->Increment();
259 isolate_->counters()
276 isolate_->counters()
624 isolate_->counters()->alive_after_last_gc()->Set(
627 isolate_->counters()->string_table_capacity()->Set(
629 isolate_->counters()->number_of_symbols()->Set(
633 isolate_->counters()->codegen_fraction_crankshaft()->AddSample(
640 isolate_->counters()->external_fragmentation_total()->AddSample(
643 isolate_->counters()->heap_fraction_new_space()->AddSample(static_cast<int>
6103 Counters* counters = isolate()->counters(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 4444 pktq_log_counters_v01_t counters[WL_IOV_MAC_PARAM_LEN][WL_IOV_PKTQ_LOG_PRECS]; member in struct:__anon19320
4450 pktq_log_counters_v02_t counters[WL_IOV_MAC_PARAM_LEN][WL_IOV_PKTQ_LOG_PRECS]; member in struct:__anon19321
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 777 milliseconds

<<111213141516