OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Statistics
(Results
1 - 22
of
22
) sorted by null
/external/icu4c/test/perf/perldriver/
Dataset.pm
9
use
Statistics
::Descriptive;
10
use
Statistics
::Distributions;
26
my $stats =
Statistics
::Descriptive::Full->new();
35
my $t =
Statistics
::Distributions::tdistr($n-1, 0.005);
/dalvik/dexgen/src/com/android/dexgen/dex/file/
Statistics.java
26
*
Statistics
about the contents of a file.
28
public final class
Statistics
{
35
public
Statistics
() {
40
* Adds the given item to the
statistics
.
56
* Adds the given list of items to the
statistics
.
68
* Writes the
statistics
as an annotation.
93
sb.append("
Statistics
:\n");
DexFile.java
586
* Generates and returns
statistics
for all the items in the file.
588
* @return {@code non-null;} the
statistics
590
public
Statistics
getStatistics() {
591
Statistics
stats = new
Statistics
();
/dalvik/dx/src/com/android/dx/dex/file/
Statistics.java
26
*
Statistics
about the contents of a file.
28
public final class
Statistics
{
35
public
Statistics
() {
40
* Adds the given item to the
statistics
.
56
* Adds the given list of items to the
statistics
.
68
* Writes the
statistics
as an annotation.
93
sb.append("
Statistics
:\n");
DexFile.java
605
* Generates and returns
statistics
for all the items in the file.
607
* @return {@code non-null;} the
statistics
609
public
Statistics
getStatistics() {
610
Statistics
stats = new
Statistics
();
/external/webkit/Source/WebCore/loader/cache/
MemoryCache.h
99
struct
Statistics
{
165
// Function to collect cache
statistics
for the caches window in the Safari Debug menu.
166
Statistics
getStatistics();
MemoryCache.cpp
606
MemoryCache::
Statistics
MemoryCache::getStatistics()
608
Statistics
stats;
663
Statistics
s = getStatistics();
/external/webkit/Source/WebKit/chromium/src/
WebCache.cpp
94
MemoryCache::
Statistics
stats = cache->getStatistics();
/packages/apps/Email/src/com/android/email/provider/
ContentCache.java
110
// Cache
statistics
111
private final
Statistics
mStats;
426
mStats = new
Statistics
(this);
517
// Every 200 calls to getCursor, report cache
statistics
761
static class
Statistics
{
765
// Cache
statistics
779
// The following are for timing
statistics
789
Statistics
(ContentCache cache) {
794
Statistics
(String name) {
840
Statistics
totals = new Statistics("Totals")
[
all
...]
/external/webkit/Source/WebKit/mac/Misc/
WebCache.mm
44
+ (NSArray *)
statistics
46
WebCore::MemoryCache::
Statistics
s = WebCore::memoryCache()->getStatistics();
/external/webkit/Source/WebKit2/UIProcess/
WebContext.h
156
struct
Statistics
{
161
static
Statistics
&
statistics
();
WebContext.cpp
452
WebContext::
Statistics
& WebContext::
statistics
()
function in class:WebKit::WebContext
454
static
Statistics
statistics
=
Statistics
();
local
456
return
statistics
;
/external/webkit/Source/WebKit/android/
TimeCounter.cpp
142
Heap::
Statistics
jsHeapStatistics = JSDOMWindow::commonJSGlobalData()->heap.
statistics
();
/external/webkit/Source/WebKit/win/
WebCache.cpp
89
HRESULT STDMETHODCALLTYPE WebCache::
statistics
(
function in class:WebCache
100
WebCore::MemoryCache::
Statistics
stat = WebCore::memoryCache()->getStatistics();
/external/webkit/Source/WebKit2/UIProcess/API/C/
WKContext.cpp
102
void WKContextGetGlobalStatistics(WKContextStatistics*
statistics
)
104
const WebContext::
Statistics
& webContextStatistics = WebContext::
statistics
();
106
statistics
->wkViewCount = webContextStatistics.wkViewCount;
107
statistics
->wkPageCount = webContextStatistics.wkPageCount;
108
statistics
->wkFrameCount = webContextStatistics.wkViewCount;
/external/valgrind/main/callgrind/
global.h
167
/*---
Statistics
---*/
170
typedef struct _Statistics
Statistics
;
603
/* dump
statistics
*/
822
extern
Statistics
CLG_(stat);
main.c
48
Statistics
CLG_(stat);
56
/*---
Statistics
---*/
59
static void CLG_(init_statistics)(
Statistics
* s)
211
If we require the simulation
statistics
to be up to date with
[
all
...]
/external/iproute2/doc/
ip-cref.tex
58
\item \verb|-s|, \verb|-stats|, \verb|-
statistics
|
62
As a rule, the information is
statistics
or some time values.
482
\paragraph{
Statistics
:} With the \verb|-
statistics
| option, \verb|ip| also
483
prints interface
statistics
:
496
statistics
. They contain:
524
\verb|ip| prints more detailed
statistics
on receiver
801
\paragraph{
Statistics
:} With the \verb|-
statistics
| option, the command
[
all
...]
/external/webkit/Source/WebKit/android/jni/
WebCoreFrameBridge.cpp
[
all
...]
/prebuilt/sdk/tools/lib/
dx.jar
/external/v8/test/mjsunit/
unicode-test.js
[
all
...]
/prebuilt/common/jfreechart/
jfreechart-1.0.9.jar
Completed in 369 milliseconds