HomeSort by relevance Sort by last modified time
    Searched full:in_dictionary (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/brotli/src/brotli/enc/
backward_references.cc 67 bool in_dictionary; local
73 &in_dictionary);
74 bool best_in_dictionary = in_dictionary;
87 // in_dictionary doesn't need to be correct, but it is the only
91 in_dictionary = true;
107 &in_dictionary);
139 best_in_dictionary = in_dictionary;
177 &in_dictionary);
180 in_dictionary = false;
hash.h 178 bool * __restrict in_dictionary) {
179 *in_dictionary = true;
263 *in_dictionary = backward > max_backward;
333 *in_dictionary = false;
363 *in_dictionary = true;
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_action.cc 56 result->SetString("actionType", "IN_DICTIONARY");
spellcheck_action_unittest.cc 68 "{\"actionType\": \"IN_DICTIONARY\"}" },
feedback_sender_unittest.cc 209 // Send IN_DICTIONARY feedback message if the user has the misspelled word in
216 EXPECT_TRUE(UploadDataContains("\"actionType\":\"IN_DICTIONARY\""));
  /external/chromium_org/v8/src/arm/
code-stubs-arm.cc 4337 Label in_dictionary, maybe_in_dictionary, not_in_dictionary; local
    [all...]
  /external/chromium_org/v8/src/arm64/
code-stubs-arm64.cc 5017 Label in_dictionary, maybe_in_dictionary, not_in_dictionary; local
    [all...]
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.cc 4218 Label in_dictionary, maybe_in_dictionary, not_in_dictionary; local
    [all...]
  /external/chromium_org/v8/src/mips/
code-stubs-mips.cc 4574 Label in_dictionary, maybe_in_dictionary, not_in_dictionary; local
    [all...]
  /external/chromium_org/v8/src/x64/
code-stubs-x64.cc 4150 Label in_dictionary, maybe_in_dictionary, not_in_dictionary; local
    [all...]
  /external/chromium_org/v8/src/x87/
code-stubs-x87.cc 3865 Label in_dictionary, maybe_in_dictionary, not_in_dictionary; local
    [all...]

Completed in 1240 milliseconds