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

1 2

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BrightnessController.java 50 int automatic; local
52 automatic = Settings.System.getInt(mContext.getContentResolver(),
55 automatic = 0;
57 control.setChecked(automatic != 0);
77 public void onChanged(ToggleSlider view, boolean tracking, boolean automatic, int value) {
78 setMode(automatic ? Settings.System.SCREEN_BRIGHTNESS_MODE_AUTOMATIC
80 if (!automatic) {
  /external/compiler-rt/lib/arm/
Makefile.mk 19 # FIXME: use automatic dependencies?
  /external/compiler-rt/lib/asan/interception/mach_override/
Makefile.mk 18 # FIXME: use automatic dependencies?
  /external/compiler-rt/lib/i386/
Makefile.mk 19 # FIXME: use automatic dependencies?
  /external/compiler-rt/lib/ppc/
Makefile.mk 19 # FIXME: use automatic dependencies?
  /external/compiler-rt/lib/profile/
Makefile.mk 17 # FIXME: use automatic dependencies?
  /external/compiler-rt/lib/x86_64/
Makefile.mk 19 # FIXME: use automatic dependencies?
  /frameworks/compile/libbcc/runtime/lib/
Makefile.mk 16 # FIXME: use automatic dependencies?
  /frameworks/compile/libbcc/runtime/lib/arm/
Makefile.mk 18 # FIXME: use automatic dependencies?
  /frameworks/compile/libbcc/runtime/lib/i386/
Makefile.mk 18 # FIXME: use automatic dependencies?
  /frameworks/compile/libbcc/runtime/lib/ppc/
Makefile.mk 18 # FIXME: use automatic dependencies?
  /frameworks/compile/libbcc/runtime/lib/x86_64/
Makefile.mk 18 # FIXME: use automatic dependencies?
  /external/compiler-rt/lib/asan/
Makefile.mk 18 # FIXME: use automatic dependencies?
  /external/compiler-rt/lib/asan/interception/
Makefile.mk 18 # FIXME: use automatic dependencies?
  /external/compiler-rt/lib/
Makefile.mk 30 # FIXME: use automatic dependencies?
  /packages/apps/Settings/src/com/android/settings/
BrightnessPreference.java 266 myState.automatic = mCheckBox.isChecked();
289 setMode(myState.automatic ? 1 : 0);
296 boolean automatic; field in class:BrightnessPreference.SavedState
304 automatic = source.readInt() == 1;
314 dest.writeInt(automatic ? 1 : 0);
  /external/v8/test/mjsunit/harmony/
module-parsing.js 30 // Test basic module syntax, with and without automatic semicolon insertion.
  /hardware/ti/omap3/omx/
Android.mk 76 #TODO: Implement automatic building
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BitSet.pm 267 handle runtime requirements such as FOLLOW sets for automatic error recovery.
  /external/v8/test/mjsunit/
debug-liveedit-patch-positions-replace.js 77 // debugger or debug print) and doesn't work as an automatic test.
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view.h 416 EAPI Eina_Bool ewk_view_setting_auto_load_images_set(Evas_Object *o, Eina_Bool automatic);
419 EAPI Eina_Bool ewk_view_setting_auto_shrink_images_set(Evas_Object *o, Eina_Bool automatic);
ewk_view.cpp     [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 405 // Test that auto detection rules are correctly generated when "automatic"
416 // Test that PAC URL rules are correctly generated when "automatic"
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h     [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h     [all...]

Completed in 547 milliseconds

1 2