HomeSort by relevance Sort by last modified time
    Searched refs:classify (Results 1 - 7 of 7) sorted by null

  /external/guava/src/com/google/common/collect/
ComparisonChain.java 67 return classify(left.compareTo(right));
71 return classify(comparator.compare(left, right));
74 return classify(Ints.compare(left, right));
77 return classify(Longs.compare(left, right));
80 return classify(Float.compare(left, right));
83 return classify(Double.compare(left, right));
86 return classify(Booleans.compare(left, right));
88 ComparisonChain classify(int result) {
  /external/iptables/extensions/
libipt_CLASSIFY.c 1 /* Shared library add-on to iptables to add CLASSIFY target support. */
18 "CLASSIFY target v%s options:\n"
63 "CLASSIFY: Can't specify --set-class twice");
79 "CLASSIFY: Parameter --set-class is required");
96 printf("CLASSIFY set ");
111 static struct iptables_target classify = { variable in typeref:struct:iptables_target
113 .name = "CLASSIFY",
128 register_target(&classify);
  /frameworks/base/core/java/android/gesture/
Learner.java 83 abstract ArrayList<Prediction> classify(int sequenceType, int orientationType, float[] vector); method in class:Learner
InstanceLearner.java 44 ArrayList<Prediction> classify(int sequenceType, int orientationType, float[] vector) { method in class:InstanceLearner
GestureStore.java 139 return mClassifier.classify(mSequenceType, mOrientationStyle, instance.vector);
  /dalvik/docs/
prettify.js 443 // this will return a list of all chunks which we then classify and wrap as
795 // classify types and annotations using Java's style conventions
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 280 milliseconds