/external/openfst/src/extensions/far/ |
D | farscript.cc | 69 const string &begin_key, const string &end_key) { in FarEqual() argument 70 FarEqualInnerArgs args(filename1, filename2, delta, begin_key, end_key); in FarEqual() 95 const string &end_key, in FarInfo() argument 97 FarInfoArgs args(filenames, begin_key, end_key, list_fsts); in FarInfo() 107 const string &end_key, in FarPrintStrings() argument 116 begin_key, end_key, print_key, print_weight, in FarPrintStrings()
|
D | farequal.cc | 26 DEFINE_string(end_key, "",
|
D | farinfo.cc | 28 DEFINE_string(end_key, "",
|
D | farprintstrings.cc | 30 DEFINE_string(end_key, "",
|
/external/openfst/src/include/fst/extensions/far/ |
D | equal.h | 32 const string &end_key = string()) { 62 if (!end_key.empty() && end_key < key1 && end_key < key2) {
|
D | farscript.h | 171 const string &end_key = string()); 205 const string &end_key, 213 const string &end_key; member 225 const string &end_key, const bool print_key, const bool print_weight, in FarPrintStringsArgs() 230 begin_key(begin_key), end_key(end_key), in FarPrintStringsArgs() 241 args->begin_key, args->end_key, args->print_key, args->print_weight, in FarPrintStrings() 252 const string &end_key,
|
D | print-strings.h | 41 const string &end_key, const bool print_key, const bool print_weight, in FarPrintStrings() argument 81 if (!end_key.empty() && end_key < key) in FarPrintStrings()
|
D | extract.h | 103 string end_key = string(range_vector[1]); in FarExtract() local 104 if (begin_key.empty() || end_key.empty()) { in FarExtract() 114 if (end_key < ikey) break; in FarExtract()
|
D | info.h | 53 const string &end_key, const bool list_fsts) { in FarInfo() argument 65 if (!end_key.empty() && end_key < key) in FarInfo()
|
/external/chromium_org/third_party/leveldatabase/src/issues/ |
D | issue178_test.cc | 67 std::string end_key = Key1(kNumKeys - 1); in TEST() local 69 leveldb::Slice greatest(end_key.data(), end_key.size()); in TEST()
|
/external/chromium_org/third_party/leveldatabase/src/ |
D | TODO | 5 - Maybe implement DB::BulkDeleteForRange(start_key, end_key) 7 within [start_key..end_key]? For Chrome, deletion of obsolete
|
/external/chromium_org/ui/views/ |
D | accessible_pane_view.h | 63 const ui::Accelerator& end_key() const { return end_key_; } in end_key() function
|
D | accessible_pane_view_unittest.cc | 204 test_view->AcceleratorPressed(test_view->end_key()); in TEST_F()
|
/external/chromium_org/content/browser/indexed_db/ |
D | indexed_db_backing_store.cc | 1387 const std::string& end_key, in DeleteBlobsInRange() argument 1392 (upper_open ? CompareKeys(it->Key(), end_key) < 0 in DeleteBlobsInRange() 1393 : CompareKeys(it->Key(), end_key) <= 0); in DeleteBlobsInRange()
|