HomeSort by relevance Sort by last modified time
    Searched defs:Classify (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_classifier.cc 39 void AutocompleteClassifier::Classify(
chrome_autocomplete_provider_client.cc 54 void ChromeAutocompleteProviderClient::Classify(
64 classifier->Classify(text, prefer_keyword, allow_exact_keyword_match,
  /external/chromium_org/tools/memory_inspector/memory_inspector/classification/
mmap_classifier.py 33 def Classify(mmap, rule_tree):
native_heap_classifier.py 49 def Classify(nativeheap, rule_tree):
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
Learning_MulticlassPA.java 82 public int Classify(List<IntFloat> sample) {
  /external/chromium_org/net/dns/
dns_config_service_unittest.cc 35 NameServerClassifier::NameServersType Classify(
61 EXPECT_EQ(kNone, Classify(""));
65 EXPECT_EQ(kGoogle, Classify("8.8.8.8"));
66 EXPECT_EQ(kGoogle, Classify("8.8.8.8 8.8.4.4"));
67 EXPECT_EQ(kGoogle, Classify("2001:4860:4860::8888"));
68 EXPECT_EQ(kGoogle, Classify("2001:4860:4860::8888 2001:4860:4860::8844"));
69 EXPECT_EQ(kGoogle, Classify("2001:4860:4860::8888 8.8.8.8"));
72 EXPECT_EQ(kPublic, Classify("8.8.8.4"));
73 EXPECT_EQ(kPublic, Classify("8.8.4.8"));
74 EXPECT_EQ(kPublic, Classify("2001:4860:4860::8884"))
    [all...]
  /external/chromium_org/chrome/browser/android/omnibox/
autocomplete_controller_android.cc 155 ScopedJavaLocalRef<jobject> AutocompleteControllerAndroid::Classify(
526 AutocompleteClassifierFactory::GetForProfile(profile)->Classify(
  /external/clang/include/clang/AST/
Expr.h 299 /// \brief The return type of classify(). Represents the C++11 expression
362 /// \brief Classify - Classify this expression according to the C++11
374 Classification Classify(ASTContext &Ctx) const {
378 /// \brief ClassifyModifiable - Classify this expression according to the
382 /// This function extends classify in that it also tests whether the
632 /// C++ Core Issue 903 will classify these expressions as "not pointers"
    [all...]

Completed in 846 milliseconds