HomeSort by relevance Sort by last modified time
    Searched refs:Classify (Results 1 - 25 of 36) 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/chromium_org/chrome/browser/autocomplete/
autocomplete_classifier.h 47 void Classify(const string16& text,
59 // Are we currently in Classify? Used to verify Classify isn't invoked
autocomplete_classifier.cc 49 void AutocompleteClassifier::Classify(const string16& text,
zero_suggest_provider.cc 466 AutocompleteClassifierFactory::GetForProfile(profile_)->Classify(
search_provider.cc     [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_root_view.cc 153 browser_view_->browser()->profile()->GetAutocompleteClassifier()->Classify(
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_root_view.cc 170 browser_view_->browser()->profile())->Classify(text, false, false, &match,
  /external/chromium_org/v8/test/mjsunit/
keywords-and-reserved_words.js 76 // Classify word
  /external/v8/test/mjsunit/
keywords-and-reserved_words.js 76 // Classify word
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.cc 405 AutocompleteClassifierFactory::GetForProfile(profile_)->Classify(*text,
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 641 /// unsigned numComps = ConEQ.Classify(LI);
659 /// Classify - Classify the values in LI into connected components.
661 unsigned Classify(const LiveInterval *LI);
663 /// getEqClass - Classify creates equivalence classes numbered 0..N. Return
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 365 unsigned NumComp = ConEQ.Classify(LI);
LiveInterval.cpp 856 unsigned ConnectedVNInfoEqClasses::Classify(const LiveInterval *LI) {
  /external/clang/lib/AST/
ExprClassification.cpp 10 // This file implements Expr::classify.
76 /// Classify an expression which creates a temporary, based on its type.
112 llvm_unreachable("cannot classify a statement");
616 Classification VC = Classify(Ctx);
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaExceptionSpec.cpp     [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_util.cc 862 AutocompleteClassifierFactory::GetForProfile(profile)->Classify(
    [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...]

Completed in 758 milliseconds

1 2