HomeSort by relevance Sort by last modified time
    Searched refs:Classify (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
ILearning_MulticlassPA.aidl 28 int Classify(in List<IntFloat> sample);
Learning_MulticlassPA.java 82 public int Classify(List<IntFloat> sample) {
BordeauxClassifier.java 32 * For classifying: call classify
90 public int classify(final HashMap<Integer, Float> sample) { method in class:BordeauxClassifier
95 return mClassifier.Classify(getArrayList(sample));
97 Log.e(TAG,"Exception: classify the sample.");
  /external/chromium/chrome/browser/autocomplete/
autocomplete_classifier.h 37 void Classify(const string16& text,
46 // Are we currently in Classify? Used to verify Classify isn't invoked
autocomplete_classifier.cc 20 void AutocompleteClassifier::Classify(const string16& text,
autocomplete_edit.cc 414 profile_->GetAutocompleteClassifier()->Classify(text, string16(), false,
    [all...]
search_provider.cc 627 // much. This also prevents calling Classify() again from inside the
636 classifier->Classify(i->term, string16(), false, &match, NULL);
    [all...]
  /external/clang/include/clang/AST/
EvaluatedExprVisitor.h 65 if (!E->isTypeOperand() && E->Classify(Context).isGLValue())
Expr.h 253 /// \brief The return type of classify(). Represents the C++0x expression
316 /// \brief Classify - Classify this expression according to the C++0x
328 Classification Classify(ASTContext &Ctx) const {
332 /// \brief ClassifyModifiable - Classify this expression according to the
336 /// This function extends classify in that it also tests whether the
546 /// C++ Core Issue 903 will classify these expressions as "not pointers"
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_root_view.cc 153 browser_view_->browser()->profile()->GetAutocompleteClassifier()->Classify(
  /external/v8/test/mjsunit/
keywords-and-reserved_words.js 76 // Classify word
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 345 unsigned NumComp = ConEQ.Classify(LI);
LiveInterval.cpp 816 unsigned ConnectedVNInfoEqClasses::Classify(const LiveInterval *LI) {
MachineVerifier.cpp     [all...]
SplitKit.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 582 /// unsigned numComps = ConEQ.Classify(LI);
600 /// Classify - Classify the values in LI into connected components.
602 unsigned Classify(const LiveInterval *LI);
604 /// getEqClass - Classify creates equivalence classes numbered 0..N. Return
  /external/clang/lib/AST/
ExprClassification.cpp 10 // This file implements Expr::classify.
91 /// Classify an expression which creates a temporary, based on its type.
113 llvm_unreachable("cannot classify a statement");
607 Classification VC = Classify(Ctx);
Expr.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaExceptionSpec.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc 689 profile_->GetAutocompleteClassifier()->Classify(
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_util.cc     [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]

Completed in 1038 milliseconds

1 2