HomeSort by relevance Sort by last modified time
    Searched full:shortcut (Results 451 - 475 of 1532) sorted by null

<<11121314151617181920>>

  /external/opencv3/modules/features2d/src/
mser.cpp 658 MSCRNode* shortcut; member in struct:cv::MSCRNode
696 node->prev = node->next = node->shortcut = node;
864 next = x->shortcut;
865 x->shortcut = prev;
873 prev = x->shortcut;
874 x->shortcut = root;
943 rr->shortcut = lr;
    [all...]
  /frameworks/base/core/java/android/app/
Dialog.java 635 * Called when a key shortcut event is not handled by any of the views in the Dialog.
638 * {@link MenuItem#setShortcut(char, char) shortcut} property of menu items.
642 * @return True if the key shortcut was handled.
765 * Called to process a key shortcut event.
766 * You can override this to intercept all key shortcut events before they are
767 * dispatched to the window. Be sure to call this implementation for key shortcut
770 * @param event The key shortcut event.
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 148 int shortcut = 0; local
189 shortcut = 1;
191 shortcut = 0;
193 if (shortcut) {
229 if (shortcut) {
    [all...]
  /external/toybox/kconfig/
mconf.c 56 " Shortcut: Press the option's highlighted letter (hotkey).\n"
66 " Shortcut: Press <ESC><ESC> or <E> or <X> if there is no hotkey\n"
76 " Shortcut: Press <H> or <?>.\n"
84 " Shortcut: Press the first letter of the option you wish to set then\n"
90 " Shortcut: Press <H> or <?>.\n"
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
BaseShortcutManagerTest.java 287 void injectValidateIconResPackage(ShortcutInfo shortcut, Icon icon) {
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java 319 private static final String TAG_SHORTCUT = "shortcut";
676 // Determine the type and also put that in the shortcut
689 Log.e(TAG, "Problem upgrading shortcut", ex);
691 Log.e(TAG, "Problem upgrading shortcut", e);
    [all...]
  /packages/apps/Settings/
AndroidManifest.xml 237 <category android:name="com.android.settings.SHORTCUT" />
426 <category android:name="com.android.settings.SHORTCUT" />
487 <category android:name="com.android.settings.SHORTCUT" />
529 <category android:name="com.android.settings.SHORTCUT" />
    [all...]
  /external/ImageMagick/ImageMagick/api/
resize.html 26 <link rel="shortcut icon" href="../image/wand.ico"/>
61 <p>This is shortcut function for a fast interpolative resize using mesh interpolation. It works well for small resizes of less than +/- 50 of the original image size. For larger resizing on images a full filtered and slower resize function should be used instead.</p>
colormap.html 26 <link rel="shortcut icon" href="../image/wand.ico"/>
colorspace.html 26 <link rel="shortcut icon" href="../image/wand.ico"/>
decorate.html 26 <link rel="shortcut icon" href="../image/wand.ico"/>
fourier.html 26 <link rel="shortcut icon" href="../image/wand.ico"/>
monitor.html 26 <link rel="shortcut icon" href="../image/wand.ico"/>
  /external/ImageMagick/www/api/
resize.html 29 <link rel="shortcut icon" href="../images/wand.ico"/>
65 <p>This is shortcut function for a fast interpolative resize using mesh interpolation. It works well for small resizes of less than +/- 50 of the original image size. For larger resizing on images a full filtered and slower resize function should be used instead.</p>
resize.php 26 <link rel="shortcut icon" href="../image/wand.ico"/>
61 <p>This is shortcut function for a fast interpolative resize using mesh interpolation. It works well for small resizes of less than +/- 50 of the original image size. For larger resizing on images a full filtered and slower resize function should be used instead.</p>
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SuballocatedIntVector.java 63 /** "Shortcut" handle to m_map[0]. Surprisingly helpful for short vectors. */
66 /** "Shortcut" handle to most recently added row of m_map.
  /external/avahi/avahi-common/
simple-watch.c 489 /* Just a shortcut so that we don't need to call gettimeofday() */
562 /* Just a shortcut so that we don't need to call gettimeofday() */
  /external/ceres-solver/internal/ceres/miniglog/glog/
logging.h 302 // LG is a convenient shortcut for LOG(INFO). Its use is in new
303 // google3 code is discouraged and the following shortcut exists for
  /external/chromium-trace/catapult/tracing/tracing/ui/
timeline_view.html 241 var link = document.head.querySelector('link[rel="shortcut icon"]');
244 link.rel = 'shortcut icon';
  /external/libxml2/doc/
namespaces.html 3 <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><link rel="SHORTCUT ICON" href="/favicon.ico" /><style type="text/css">
35 just a shortcut for the full URI). In libxml, element and attributes have an
  /external/skia/include/core/
SkPathRef.h 55 * Gets the ith point. Shortcut for this->points() + i
243 * Shortcut for this->points() + this->countPoints()
  /external/svox/pico/lib/
picoos.h 118 * shortcut : common
208 * shortcut : em
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 415 * Register shortcut key. Shortcut code is packed as:
  /hardware/intel/common/libmix/mix_audio/docs/reference/MixAudio/html/
MixAudio-MixAudioConfigParamsMP3.html 27 <a href="#MixAudio-MixAudioConfigParamsMP3.synopsis" class="shortcut">Top</a>
29 <a href="#MixAudio-MixAudioConfigParamsMP3.description" class="shortcut">Description</a>
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 227 // If the first suggestion is a shortcut we never auto-correct to it, regardless
229 // TODO: we may want to have shortcut-only entries auto-correct in the future.

Completed in 1254 milliseconds

<<11121314151617181920>>