HomeSort by relevance Sort by last modified time
    Searched full:enabler (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
InputMethodSettingsInterface.java 39 * Sets the title for the input method enabler preference for launching subtype enabler with a
46 * Sets the title for the input method enabler preference for launching subtype enabler with a
53 * Sets the icon for the preference for launching subtype enabler with a resource ID.
59 * Sets the icon for the Preference for launching subtype enabler with a Drawable.
  /development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
InputMethodSettingsInterface.java 45 * Sets the title for the input method enabler preference for launching subtype enabler with a
52 * Sets the title for the input method enabler preference for launching subtype enabler with a
59 * Sets the icon for the preference for launching subtype enabler with a resource ID.
65 * Sets the icon for the Preference for launching subtype enabler with a Drawable.
  /external/skia/src/core/
SkTaskGroup.h 18 struct Enabler : SkNoncopyable {
19 explicit Enabler(int threads = -1); // Default is system-reported core count.
20 ~Enabler();
SkTaskGroup.cpp 160 friend struct SkTaskGroup::Enabler;
166 SkTaskGroup::Enabler::Enabler(int threads) {
173 SkTaskGroup::Enabler::~Enabler() {
  /packages/apps/SpareParts/src/com/android/spare_parts/
Enabler.java 28 public final class Enabler extends BroadcastReceiver {
29 private static final String TAG = "SpareParts.Enabler";
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
datalogger_outputs.h 46 /* enabler/disabler APIs */
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
size_type.hpp 55 template<typename C, typename Enabler=void>
  /packages/apps/SpareParts/
AndroidManifest.xml 37 android:name="Enabler">
  /external/icu/icu4c/source/i18n/
decContext.h 93 uint32_t traps; /* trap-enabler flags */
138 /* Trap-enabler and Status flags (exceptional conditions), and */
  /external/skia/tests/
skia_test.cpp 187 SkTaskGroup::Enabler enabled(FLAGS_threads);
  /device/generic/goldfish/camera/
CallbackNotifier.h 223 /* Message enabler. */
  /external/skia/tools/skpdiff/
skpdiff_main.cpp 131 SkTaskGroup::Enabler enabled;
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodPreference.java 80 * @param isImeEnabler true if this preference is the IME enabler that has enable/disable
InputMethodAndSubtypeUtil.java 177 // In the choose input method screen or in the subtype enabler screen,
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSubtype.java 108 * subtype enabler. A canonical use of this would be for an IME to supply an "automatic"
252 * parameter being true will not be shown in the list of subtypes in each IME's subtype enabler.
370 * will not be shown in the list of subtypes in each IME's subtype enabler. Having an
  /external/llvm/include/llvm/Support/
Casting.h 53 template <typename To, typename From, typename Enabler = void>
  /external/skia/dm/
DM.cpp 699 SkTaskGroup::Enabler enabled(FLAGS_threads);
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 221 * Updates Location enabler based on location setting.
  /external/skia/bench/
nanobench.cpp 844 SkTaskGroup::Enabler enabled;
    [all...]
  /frameworks/base/docs/html/guide/topics/text/
creating-input-method.jd 519 implementation that facilitates a subtype enabler in the IME settings. Refer to the
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 371 /* weak reference enabler */
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 371 /* weak reference enabler */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macerrors.py 413 kAttemptDupCardEntryErr = -9106 #The Enabler was asked to create a duplicate card entry
421 kUnsupportedCardErr = -9098 #Card not supported by generic enabler
    [all...]
  /external/skia/samplecode/
SampleApp.cpp 777 static SkTaskGroup::Enabler enabled(-1);
    [all...]
  /external/libvncserver/x11vnc/
RELEASE-NOTES 241 The TightVNC sercurity type (TightVNC features enabler) now
    [all...]

Completed in 1315 milliseconds

1 2