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

  /external/chromium_org/tools/grit/grit/
shortcuts_unittests.py 6 '''Unit tests for grit.shortcuts
17 from grit import shortcuts namespace
33 warnings = shortcuts.GenerateDuplicateShortcutsWarnings(self.uq, 'PROJECT')
42 warnings = shortcuts.GenerateDuplicateShortcutsWarnings(self.uq, 'PROJECT')
75 warnings = shortcuts.GenerateDuplicateShortcutsWarnings(self.uq, 'PROJECT')
  /external/chromium_org/chrome/browser/history/
shortcuts_backend_unittest.cc 101 const ShortcutsBackend::ShortcutMap& shortcuts = backend_->shortcuts_map(); local
102 ASSERT_TRUE(shortcuts.end() != shortcuts.find(shortcut.text));
103 EXPECT_EQ(shortcut.id, shortcuts.find(shortcut.text)->second.id);
104 EXPECT_EQ(shortcut.contents, shortcuts.find(shortcut.text)->second.contents);
108 EXPECT_EQ(shortcut.id, shortcuts.find(shortcut.text)->second.id);
109 EXPECT_EQ(shortcut.contents, shortcuts.find(shortcut.text)->second.contents);
148 const ShortcutsBackend::ShortcutMap& shortcuts = backend_->shortcuts_map(); local
150 ASSERT_EQ(4U, shortcuts.size());
151 EXPECT_EQ(shortcut1.id, shortcuts.find(shortcut1.text)->second.id)
    [all...]
shortcuts_backend.cc 197 ShortcutsDatabase::GuidToShortcutMap shortcuts; local
198 db_->LoadShortcuts(&shortcuts);
201 for (ShortcutsDatabase::GuidToShortcutMap::iterator it = shortcuts.begin();
202 it != shortcuts.end(); ++it) {
shortcuts_database_unittest.cc 119 ShortcutsDatabase::GuidToShortcutMap shortcuts; local
120 EXPECT_TRUE(db_->LoadShortcuts(&shortcuts));
122 shortcuts.find(shortcut.id);
123 EXPECT_TRUE(it != shortcuts.end());
135 ShortcutsDatabase::GuidToShortcutMap shortcuts; local
136 EXPECT_TRUE(db_->LoadShortcuts(&shortcuts));
139 shortcuts.find(shortcut_test_db[0].guid);
140 EXPECT_TRUE(it == shortcuts.end());
142 it = shortcuts.find(shortcut_test_db[1].guid);
143 EXPECT_TRUE(it != shortcuts.end())
155 ShortcutsDatabase::GuidToShortcutMap shortcuts; local
171 ShortcutsDatabase::GuidToShortcutMap shortcuts; local
183 ShortcutsDatabase::GuidToShortcutMap shortcuts; local
    [all...]
  /external/chromium_org/tools/grit/grit/tool/
build.py 19 from grit import shortcuts namespace
291 # Print warnings if there are any duplicate shortcuts.
292 warnings = shortcuts.GenerateDuplicateShortcutsWarnings(
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
CombinedInputOutput.java 128 ArrayList<WeightedString> shortcuts = new ArrayList<WeightedString>(); local
134 dict.add(word, freq, shortcuts.isEmpty() ? null : shortcuts, isNotAWord);
139 if (!shortcuts.isEmpty()) shortcuts = new ArrayList<WeightedString>();
168 shortcuts.add(new WeightedString(shortcut, shortcutFreq));
192 dict.add(word, freq, shortcuts.isEmpty() ? null : shortcuts, isNotAWord);
DictionaryMaker.java 99 + " with XML input (other formats include bigrams and shortcuts already)");
316 final FileInputStream shortcuts = null == shortcutXmlFilename ? null : local
320 return XmlDictInputOutput.readDictionaryXml(unigrams, shortcuts, bigrams);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SubtypeSwitcher.java 144 final Map<InputMethodInfo, List<InputMethodSubtype>> shortcuts = local
148 for (final InputMethodInfo imi : shortcuts.keySet()) {
149 final List<InputMethodSubtype> subtypes = shortcuts.get(imi);
150 // TODO: Returns the first found IMI for now. Should handle all shortcuts as
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictDecoderEncoderTests.java 150 final ArrayList<WeightedString> shortcuts = CollectionUtils.newArrayList(); local
153 shortcuts.add(new WeightedString(shortcut, UNIGRAM_FREQ));
156 dict.add(word, UNIGRAM_FREQ, (shortcutMap == null) ? null : shortcuts,
304 final SparseArray<List<Integer>> bigrams, final HashMap<String, List<String>> shortcuts,
314 addUnigrams(words.size(), dict, words, shortcuts); local
316 checkDictionary(dict, words, bigrams, shortcuts);
319 final long read = timeReadingAndCheckDict(file, words, bigrams, shortcuts, bufferType,
328 results.add(runReadAndWrite(sWords, sEmptyBigrams, null /* shortcuts */, bufferType,
330 results.add(runReadAndWrite(sWords, sChainBigrams, null /* shortcuts */, bufferType,
332 results.add(runReadAndWrite(sWords, sStarBigrams, null /* shortcuts */, bufferType
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_win.cc 62 // The maximum number of characters allowed in profile shortcuts' file names.
64 // existing shortcuts might no longer be found if the name is generated
239 // Gets the user and system directories for desktop shortcuts. Parameters may
292 // Populates |paths| with the file paths of Chrome desktop shortcuts that have
294 // Chrome desktop shortcuts with empty command lines will also be included.
401 // Updates all desktop shortcuts for the given profile to have the specified
403 // is created if no existing ones were found. Whether non-profile shortcuts
429 // Ensure that the distribution supports creating shortcuts. If it doesn't,
470 std::vector<base::FilePath> shortcuts; local
473 &shortcuts);
526 std::vector<base::FilePath> shortcuts; local
574 std::vector<base::FilePath> shortcuts; local
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 177 static shortcut_t shortcuts[] = { member in namespace:android
360 const int numFilters = sizeof(shortcuts)/sizeof(shortcut_t);
362 if (c->state.needs.match(shortcuts[i].filter)) {
363 c->scanline = shortcuts[i].scanline;
364 c->init_y = shortcuts[i].init_y;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1242 milliseconds