OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DATA_SEPARATOR
(Results
1 - 2
of
2
) sorted by null
/sdk/eventanalyzer/src/com/android/eventanalyzer/
EventAnalyzer.java
52
private final static char
DATA_SEPARATOR
= ',';
339
builder.append(activity).append(
DATA_SEPARATOR
);
355
builder.append(list.get(index).longValue()).append(
DATA_SEPARATOR
);
357
builder.append(
DATA_SEPARATOR
);
372
builder.append(activity).append(
DATA_SEPARATOR
);
381
builder.append(list.get(0).longValue()).append(
DATA_SEPARATOR
);
382
builder.append(list.get(list.size()-1).longValue()).append(
DATA_SEPARATOR
);
385
builder.append(list.get(list.size()/2).longValue()).append(
DATA_SEPARATOR
);
393
builder.append(total / list.size()).append(
DATA_SEPARATOR
);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar
Completed in 853 milliseconds