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

  /external/chromium_org/chrome/renderer/safe_browsing/
scorer_unittest.cc 36 rule->set_weight(0.5);
40 rule->set_weight(2.0);
45 rule->set_weight(3.0);
phishing_classifier_browsertest.cc 65 rule->set_weight(-1.0);
74 rule->set_weight(1.0);
  /external/chromium_org/ppapi/cpp/dev/
truetype_font_dev.cc 34 set_weight(PP_TRUETYPEFONTWEIGHT_NORMAL);
50 set_weight(other.weight());
66 set_weight(other.weight());
font_dev.cc 31 set_weight(PP_FONTWEIGHT_NORMAL);
42 set_weight(other.weight());
font_dev.h 50 void set_weight(PP_FontWeight_Dev w) { pp_font_description_.weight = w; } function in class:pp::FontDescription_Dev
truetype_font_dev.h 72 void set_weight(PP_TrueTypeFontWeight_Dev weight) { function in class:pp::TrueTypeFontDesc_Dev
  /external/marisa-trie/lib/marisa/
key.h 14 void set_weight(double weight) { function in class:marisa::Key
range.h 57 void set_weight(double weight) { function in class:marisa::WRange
trie-build.cc 29 temp_keys[i].set_weight((key_weights != NULL) ? key_weights[i] : 1.0);
41 temp_keys[i].set_weight(1.0);
55 temp_keys[i].set_weight(keys[i].second);
239 rest_key.set_weight(wrange.weight());
275 rkeys[i].set_weight(keys[i].weight());
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
key.h 16 void set_weight(double weight) { function in class:marisa_alpha::Key
range.h 57 void set_weight(double weight) { function in class:marisa_alpha::WRange
trie-build.cc 31 temp_keys[i].set_weight((key_weights != NULL) ? key_weights[i] : 1.0);
44 temp_keys[i].set_weight(1.0);
58 temp_keys[i].set_weight(keys[i].second);
249 rest_key.set_weight(wrange.weight());
289 rkeys[i].set_weight(keys[i].weight());
  /external/chromium_org/ppapi/cpp/trusted/
browser_font_trusted.h 54 void set_weight(PP_BrowserFont_Trusted_Weight w) { function in class:pp::BrowserFontDescription
browser_font_trusted.cc 55 set_weight(PP_BROWSERFONT_TRUSTED_WEIGHT_NORMAL);
67 set_weight(other.weight());
  /external/marisa-trie/tests/
unit-test.cc 192 key.set_weight(1.0);
210 rkey.set_weight(4.0);
323 wrange.set_weight(8.0);
  /external/marisa-trie/v0_1_5/tests/
unit-test.cc 195 key.set_weight(1.0);
213 rkey.set_weight(4.0);
327 wrange.set_weight(8.0);
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service_unittest.cc 661 rule->set_weight(0.1f);
668 rule->set_weight(0.2f);
  /external/chromium_org/ppapi/tests/
test_truetype_font.cc 223 create_desc.set_weight(PP_TRUETYPEFONTWEIGHT_NORMAL);

Completed in 1000 milliseconds