OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:topList
(Results
1 - 2
of
2
) sorted by null
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxPredictor.java
92
ArrayList<StringFloat>
topList
=
96
new ArrayList<Pair<String, Float> >(
topList
.size());
97
for (int i = 0; i <
topList
.size(); ++i) {
98
topSamples.add(new Pair<String, Float>(
topList
.get(i).key,
topList
.get(i).value));
/prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar
Completed in 233 milliseconds