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

1 2

  /external/chromium_org/third_party/skia/src/utils/
SkTaskGroup.h 17 struct Enabler : SkNoncopyable {
18 explicit Enabler(int threads = 0); // Default is system-reported core count.
19 ~Enabler();
SkTaskGroup.cpp 128 friend struct SkTaskGroup::Enabler;
134 SkTaskGroup::Enabler::Enabler(int threads) {
139 SkTaskGroup::Enabler::~Enabler() {
  /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.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
panelEnablerView.css 30 .panel-enabler-view {
40 .panel-enabler-view h1 {
48 .panel-enabler-view img {
59 .panel-enabler-view img.hidden {
64 .panel-enabler-view .flexible-space {
68 .panel-enabler-view form {
77 .panel-enabler-view label {
85 .panel-enabler-view input[type="radio"] {
97 .panel-enabler-view input[type="radio"]:active:not(:disabled) {
101 .panel-enabler-view input[type="radio"]:checked
    [all...]
auditsPanel.css 93 .panel-enabler-view.audit-launcher-view label {
100 .panel-enabler-view.audit-launcher-view label.disabled {
profilesPanel.css 191 .panel-enabler-view.profile-launcher-view form {
197 .panel-enabler-view.profile-launcher-view label {
  /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.
  /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/chromium_org/chrome/browser/
chrome_browser_application_mac_unittest.mm 23 base::mac::ScopedNSExceptionEnabler enabler;
  /external/chromium_org/third_party/icu/source/i18n/
decContext.h 93 uint32_t traps; /* trap-enabler flags */
138 /* Trap-enabler and Status flags (exceptional conditions), and */
  /external/icu/icu4c/source/i18n/
decContext.h 93 uint32_t traps; /* trap-enabler flags */
138 /* Trap-enabler and Status flags (exceptional conditions), and */
  /packages/apps/Settings/src/com/android/settings/
TetherService.java 181 WifiApEnabler enabler = new WifiApEnabler(this, null); local
182 enabler.setSoftapEnabled(false);
  /external/chromium_org/third_party/skia/tests/
skia_test.cpp 177 SkTaskGroup::Enabler enabled(FLAGS_threads);
  /device/generic/goldfish/camera/
CallbackNotifier.h 223 /* Message enabler. */
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
ProfileLauncherView.js 44 this.element.classList.add("panel-enabler-view");
  /external/chromium_org/third_party/skia/dm/
DM.cpp 190 SkTaskGroup::Enabler enabled(FLAGS_threads);
  /external/chromium_org/third_party/skia/tools/skpdiff/
skpdiff_main.cpp 129 SkTaskGroup::Enabler enabled;
  /hardware/invensense/60xx/libsensors_iio/
MPLSensor.h 194 int enableOneSensor(int en, const char *name, int (MPLSensor::*enabler)(int));
  /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
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSubtype.java 105 * subtype enabler. A canonical use of this would be for an IME to supply an "automatic"
249 * parameter being true will not be shown in the list of subtypes in each IME's subtype enabler.
354 * will not be shown in the list of subtypes in each IME's subtype enabler. Having an
  /external/chromium_org/printing/
printing_context_mac.mm 92 base::mac::ScopedNSExceptionEnabler enabler;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/
AuditLauncherView.js 47 this.element.classList.add("panel-enabler-view");

Completed in 2000 milliseconds

1 2