HomeSort by relevance Sort by last modified time
    Searched full:automatic (Results 51 - 75 of 2251) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
StepInterpolatorWithJacobians.java 93 * @throws DerivativeException if this call induces an automatic
107 * @throws DerivativeException if this call induces an automatic
121 * @throws DerivativeException if this call induces an automatic
133 * @throws DerivativeException if this call induces an automatic
147 * @throws DerivativeException if this call induces an automatic
161 * @throws DerivativeException if this call induces an automatic
182 * @throws DerivativeException if this call induces an automatic
  /frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
BrightnessController.java 173 int automatic;
174 automatic = Settings.System.getIntForUser(mContext.getContentResolver(),
178 mAutomatic = automatic != Settings.System.SCREEN_BRIGHTNESS_MODE_MANUAL;
182 mHandler.obtainMessage(MSG_UPDATE_ICON, 0 /* automatic */).sendToTarget();
301 public void onChanged(ToggleSlider view, boolean tracking, boolean automatic, int value,
363 private void updateIcon(boolean automatic) {
365 mIcon.setImageResource(automatic && SHOW_AUTOMATIC_ICON ?
  /external/icu/icu4c/source/common/
ucln_imp.h 32 * 3) Implementing own automatic cleanup functions
49 * Give the library an opportunity to register an automatic cleanup.
54 * Unregister an automatic cleanup, if possible. Called from cleanup.
64 /* ------------ automatic cleanup: registration. Choose ONE ------- */
96 /* ------------end of automatic cleanup: registration. ------- */
  /docs/source.android.com/src/devices/tech/display/
dnd.jd 29 <h2 id="third_party">Third-party automatic rules</h3>
35 automatic and manually-created).</li>
47 <em>not</em> the same day of the week as today. (Not supported for automatic
  /external/clang/test/Sema/
address_spaces.c 18 _AS1 int local; // expected-error {{automatic variable qualified with an address space}}
19 _AS1 int array[5]; // expected-error {{automatic variable qualified with an address space}}
20 _AS1 int arrarr[5][5]; // expected-error {{automatic variable qualified with an address space}}
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_cfg.c 99 NFA_DM_AUTO_DETECT_NDEF, /* Automatic NDEF detection (when not in exclusive RF mode) */
100 NFA_DM_AUTO_READ_NDEF, /* Automatic NDEF read (when not in exclusive RF mode) */
101 NFA_DM_AUTO_PRESENCE_CHECK, /* Automatic presence check */
  /packages/apps/StorageManager/src/com/android/storagemanager/automatic/
AutomaticStorageManagementJobService.java 17 package com.android.storagemanager.automatic;
33 * {@link JobService} class to start automatic storage clearing jobs to free up space. The job only
58 Log.i(TAG, "Skipping automatic storage management.");
  /cts/suite/audio_quality/test/
LogTest.cpp 35 // following lines should match. no automatic test yet..
36 // TODO make it automatic?
  /external/parameter-framework/upstream/parameter/
ParameterAccessContext.h 77 // Automatic synchronization to HW
92 // Automatic synchronization to HW
  /device/google/marlin/overlay/frameworks/base/packages/SettingsProvider/res/values/
defaults.xml 20 <!-- Set the automatic brightness mode on by default -->
  /device/huawei/angler/overlay/frameworks/base/packages/SettingsProvider/res/values/
defaults.xml 20 <!-- Set the automatic brightness mode on by default -->
  /device/lge/bullhead/overlay/frameworks/base/packages/SettingsProvider/res/values/
defaults.xml 20 <!-- Set the automatic brightness mode on by default -->
  /device/moto/shamu/overlay/frameworks/base/packages/SettingsProvider/res/values/
defaults.xml 20 <!-- Set the automatic brightness mode on by default -->
  /external/autotest/client/site_tests/power_LoadTest/
control 28 # TODO (bleung): Find a way to do automatic Facebook login for test account.
control.1hour 28 # TODO (bleung): Find a way to do automatic Facebook login for test account.
  /external/autotest/server/site_tests/bluetooth_RegressionServer/
bluetooth_RegressionServer.py 14 """Server part of the Bluetooth Semi-Automatic Regression Tests."""
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
index.html 10 <!-- Don't use automatic scaling on mobile -->
  /external/clang/test/ARCMT/
checking-in-arc.m 4 #define NS_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))
  /external/compiler-rt/lib/builtins/
Makefile.mk 24 # FIXME: use automatic dependencies?
  /external/compiler-rt/lib/builtins/arm/
Makefile.mk 19 # FIXME: use automatic dependencies?
  /external/compiler-rt/lib/builtins/arm64/
Makefile.mk 19 # FIXME: use automatic dependencies?
  /external/compiler-rt/lib/builtins/armv6m/
Makefile.mk 19 # FIXME: use automatic dependencies?
  /external/compiler-rt/lib/builtins/i386/
Makefile.mk 19 # FIXME: use automatic dependencies?
  /external/compiler-rt/lib/builtins/ppc/
Makefile.mk 19 # FIXME: use automatic dependencies?
  /external/compiler-rt/lib/builtins/x86_64/
Makefile.mk 19 # FIXME: use automatic dependencies?

Completed in 254 milliseconds

1 23 4 5 6 7 8 91011>>