HomeSort by relevance Sort by last modified time
    Searched full:shortcut (Results 101 - 125 of 1117) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
MailboxSelectionActivity.java 106 // in Task Switcher. If this is for create shortcut or configure widget,
218 // Configuring a widget or shortcut.
222 // shortcut creation process
224 // shortcut creation process
276 // Invoked for a shortcut creation
289 // TODO: (mindyp) handle changing the account for this shortcut.
  /external/llvm/include/llvm/Analysis/
RegionInfoImpl.h 616 BBtoBBMap *ShortCut) const {
619 typename BBtoBBMap::iterator e = ShortCut->find(exit);
621 if (e == ShortCut->end())
623 (*ShortCut)[entry] = exit;
629 (*ShortCut)[entry] = BB;
635 RegionInfoBase<Tr>::getNextPostDom(DomTreeNodeT *N, BBtoBBMap *ShortCut) const {
636 typename BBtoBBMap::iterator e = ShortCut->find(N->getBlock());
638 if (e == ShortCut->end())
681 BBtoBBMap *ShortCut) {
693 while ((N = getNextPostDom(N, ShortCut))) {
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.cpp 282 for (const auto &shortcut : unigramProperty->getShortcuts()) {
283 if (shortcut.getTargetCodePoints()->size() > MAX_WORD_LENGTH) {
284 AKLOGE("One of shortcut targets is too long to insert to the dictionary, length: %zd",
285 shortcut.getTargetCodePoints()->size());
309 // Add shortcut target.
313 AKLOGE("Cannot find terminal PtNode position to add shortcut target.");
316 for (const auto &shortcut : unigramProperty->getShortcuts()) {
318 CodePointArrayView(*shortcut.getTargetCodePoints()),
319 shortcut.getProbability())) {
320 AKLOGE("Cannot add new shortcut target. PtNodePos: %d, length: %zd,
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_policy.cpp 195 for (const auto &shortcut : unigramProperty->getShortcuts()) {
196 if (shortcut.getTargetCodePoints()->size() > MAX_WORD_LENGTH) {
197 AKLOGE("One of shortcut targets is too long to insert to the dictionary, length: %zd",
198 shortcut.getTargetCodePoints()->size());
222 // Add shortcut target.
225 AKLOGE("Cannot find word id to add shortcut target.");
230 for (const auto &shortcut : unigramProperty->getShortcuts()) {
232 CodePointArrayView(*shortcut.getTargetCodePoints()),
233 shortcut.getProbability())) {
234 AKLOGE("Cannot add new shortcut target. PtNodePos: %d, length: %zd,
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuItemImpl.java 266 * @return The active shortcut (based on QWERTY-mode of the menu).
273 * @return The label to show for the shortcut. This includes the chording
279 char shortcut = getShortcut(); local
280 if (shortcut == 0) {
285 switch (shortcut) {
300 sb.append(shortcut);
310 * a shortcut defined)
313 // Show shortcuts if the menu is supposed to show shortcuts AND this item has a shortcut
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
MenuItemImpl.java 282 * @return The active shortcut (based on QWERTY-mode of the menu).
289 * @return The label to show for the shortcut. This includes the chording key (for example
295 char shortcut = getShortcut(); local
296 if (shortcut == 0) {
301 switch (shortcut) {
316 sb.append(shortcut);
326 * a shortcut defined)
329 // Show shortcuts if the menu is supposed to show shortcuts AND this item has a shortcut
  /hardware/bsp/intel/peripheral/libupm/src/cjq4435/
cjq4435.h 110 * Shortcut to turn the output to continuous on (high)
115 * Shortcut to turn the output to continuous off (low)
  /packages/apps/Launcher3/src/com/android/launcher3/
FolderInfo.java 69 * Add an app or shortcut
82 * Remove an app or shortcut. Does not change the DB.
DragSource.java 40 * a shortcut.
LauncherSettings.java 65 * The gesture is an application created shortcut
269 * Indicates whether this favorite is an application-created shortcut or not.
270 * If the value is 0, the favorite is not an application-created shortcut, if the
271 * value is 1, it is an application-created shortcut.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchShortcut.java 35 * Launch shortcut to launch debug/run configuration directly.
84 // since we force the shortcut to only work on selection in the
  /developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
EnableProfileActivity.java 41 // This is just a friendly shortcut to the main screen.
  /developers/samples/android/admin/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
EnableProfileActivity.java 41 // This is just a friendly shortcut to the main screen.
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskListActivity.java 50 // Add a shortcut to the accessibility settings.
  /development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
EnableProfileActivity.java 41 // This is just a friendly shortcut to the main screen.
  /external/deqp/framework/delibs/cmake/
toolchain-symbian-gcce.cmake 42 # Some shortcut variables for later use. See CFlags.cmake
  /external/jacoco/org.jacoco.doc/docroot/doc/
support.html 7 <link rel="shortcut icon" href=".resources/report.gif" type="image/gif" />
team.html 7 <link rel="shortcut icon" href=".resources/report.gif" type="image/gif" />
  /external/skia/src/gpu/glsl/
GrGLSLUniformHandler.h 49 * Shortcut for getUniformVariable(u).c_str()
  /external/svox/pico/lib/
picoknow.c 41 * shortcut : kb
  /external/webrtc/webrtc/modules/audio_processing/
rms_level.h 43 // a shortcut to avoid some computation.
  /hardware/bsp/intel/soc/edison/
init.edison.rc 20 # can be associated with the correct disk. Create a shortcut to
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/shortcut/
shortcut_list_policy.h 24 #include "dictionary/structure/pt_common/shortcut/shortcut_list_reading_utils.h"
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
CombinedInputOutput.java 152 String shortcut = null; local
158 shortcut = params[1];
165 if (null != shortcut) {
166 shortcuts.add(new WeightedString(shortcut, shortcutFreq));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchShortcut.java 25 * Launch shortcut to launch debug/run Android JUnit configuration directly.

Completed in 517 milliseconds

1 2 3 45 6 7 8 91011>>