/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
CombinedInputOutput.java | 103 ArrayList<WeightedString> shortcuts = new ArrayList<>(); local 109 dict.add(word, probabilityInfo, shortcuts.isEmpty() ? null : shortcuts, 115 if (!shortcuts.isEmpty()) shortcuts = new ArrayList<>(); 166 shortcuts.add(new WeightedString(shortcut, shortcutFreq)); 203 dict.add(word, probabilityInfo, shortcuts.isEmpty() ? null : shortcuts, isNotAWord,
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/ |
patricia_trie_policy.cpp | 349 // suggestion process (where it should be used for shortcuts). 459 std::vector<UnigramProperty::ShortcutProperty> shortcuts; local 473 shortcuts.emplace_back( 480 ptNodeParams.getProbability(), HistoricalInfo(), std::move(shortcuts));
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/ |
ver4_patricia_trie_policy.cpp | 544 std::vector<UnigramProperty::ShortcutProperty> shortcuts; local 556 shortcuts.emplace_back( 568 *historicalInfo, std::move(shortcuts));
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
ManagedProfileHeuristic.java | 51 * Handles addition of app shortcuts for managed profiles. 67 * Duration (in milliseconds) for which app shortcuts will be added to work folder. 133 // Do not add shortcuts on the homescreen for the first time. This prevents the launcher 163 * Adds and binds shortcuts marked to be added to the work folder. 184 final ArrayList<ShortcutInfo> shortcuts = mWorkFolderApps; local 185 // FolderInfo could already be bound. We need to add shortcuts on the UI thread. 190 for (ShortcutInfo info : shortcuts) { 201 // Add all shortcuts before adding it to the UI, as an empty folder might get deleted. 217 * Add work folder shortcuts to the DB. 227 * Adds and binds all shortcuts marked for addition [all...] |
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/ |
ver4_patricia_trie_policy.cpp | 600 std::vector<UnigramProperty::ShortcutProperty> shortcuts; local 612 shortcuts.emplace_back( 619 ptNodeParams.getProbability(), *historicalInfo, std::move(shortcuts));
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
ShortcutManagerTest1.java | 700 // Make some shortcuts with bitmap icons. 4149 ArgumentCaptor<List> shortcuts; local [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
PersonalDictionaryLookup.java | 54 * It can be used directly to validate words or expand shortcuts, and it can be used by instances 206 * Shortcuts that apply to any locale are keyed by {@link #ANY_LOCALE}. 312 * Note that this method returns expanded words, not shortcuts. Shortcuts are handled 342 * Returns the set of shortcuts defined for the given locale and more general locales. 350 * @return set of shortcuts that apply to the given locale. 358 final Set<String> shortcuts = new HashSet<>(); local 363 shortcuts.addAll(countryShortcuts.keySet()); 372 shortcuts.addAll(languageShortcuts.keySet()); 378 shortcuts.addAll(globalShortcuts.keySet()) [all...] |
RichInputMethodManager.java | 555 final Map<InputMethodInfo, List<InputMethodSubtype>> shortcuts = local 559 for (final InputMethodInfo imi : shortcuts.keySet()) { 560 final List<InputMethodSubtype> subtypes = shortcuts.get(imi); 561 // TODO: Returns the first found IMI for now. Should handle all shortcuts as
|
/packages/inputmethods/LatinIME/native/jni/ |
com_android_inputmethod_latin_BinaryDictionary.cpp | 370 std::vector<UnigramProperty::ShortcutProperty> shortcuts; local 375 shortcuts.emplace_back(std::move(shortcutTargetCodePoints), shortcutProbability); 381 1 /* count */), std::move(shortcuts)); [all...] |
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/ |
ShortcutManagerTestUtils.java | 235 runShortcutCommandForSuccess(instrumentation, "clear-shortcuts " 410 "Max number of dynamic shortcuts exceeded", r::run); 703 public static List<ShortcutInfo> sortedByRank(List<ShortcutInfo> shortcuts) { 704 final ArrayList<ShortcutInfo> ret = new ArrayList<>(shortcuts); 787 fail("Shortcuts not found for IDs=" + idSet); 905 assertTrue("No shortcuts found.", found); 1031 final ArgumentCaptor<List> shortcuts = ArgumentCaptor.forClass(List.class); local [all...] |
/frameworks/base/core/java/android/content/pm/ |
LauncherApps.java | 168 * Indicates that one or more shortcuts of any kind (dynamic, pinned, or manifest) 174 * @param packageName The name of the package that has the shortcuts. 175 * @param shortcuts All shortcuts from the package (dynamic, manifest and/or pinned). 183 @NonNull List<ShortcutInfo> shortcuts, @NonNull UserHandle user) { 192 * Include dynamic shortcuts in the result. 201 * Include pinned shortcuts in the result. 210 * Include manifest shortcuts in the result. 233 * in memory in order to show shortcuts without a delay. 274 * If non-zero, returns only shortcuts that have been added or update 593 final List<ShortcutInfo> shortcuts = getShortcuts(q, user); local 963 List<ShortcutInfo> shortcuts; field in class:LauncherApps.CallbackMessageHandler.CallbackInfo [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherProvider.java | 798 * Replaces all shortcuts of type {@link Favorites#ITEM_TYPE_SHORTCUT} which have a vali 1179 final ArrayList<ContentValues> shortcuts = new ArrayList<ContentValues>(); local [all...] |
/system/core/libpixelflinger/ |
scanline.cpp | 194 static shortcut_t shortcuts[] = { member in namespace:android 379 const int numFilters = sizeof(shortcuts)/sizeof(shortcut_t); 381 if (c->state.needs.match(shortcuts[i].filter)) { 382 c->scanline = shortcuts[i].scanline; 383 c->init_y = shortcuts[i].init_y; [all...] |
/frameworks/base/services/core/java/com/android/server/pm/ |
ShortcutPackage.java | 108 * All the shortcuts from the package, keyed on IDs. 151 * exists (as opposed to Launcher trying to fetch shortcuts from a non-existent package), so 180 // Can't restore due to version/signature mismatch. Remove all shortcuts. 187 // we need to re-calculate the pinned shortcuts. 217 public void ensureImmutableShortcutsNotIncluded(@NonNull List<ShortcutInfo> shortcuts) { 218 for (int i = shortcuts.size() - 1; i >= 0; i--) { 219 ensureNotImmutable(shortcuts.get(i).getId()); 247 * It checks the max number of dynamic shortcuts. 252 "add/setDynamicShortcuts() cannot publish disabled shortcuts"); 281 * Remove all shortcuts that aren't pinned nor dynamic 1186 final ArrayMap<String, ShortcutInfo> shortcuts = mShortcuts; local 1222 final ArrayMap<String, ShortcutInfo> shortcuts = mShortcuts; local [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.sat4j.core_2.3.5.v201308161310.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.sat4j.core_2.3.5.v20130525.jar | |
/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 | |
/prebuilts/sdk/current/ |
android.jar | |
/prebuilts/sdk/system_current/ |
android.jar | |