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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/
.clang-format 1 # Defines the Chromium style for automatic reformatting.
  /external/chromium_org/v8/
.clang-format 1 # Defines the Google C++ style for automatic reformatting.
  /external/chromium_org/chrome/browser/resources/options/
automatic_settings_reset_banner.html 1 <div id="automatic-settings-reset-banner" class="settings-banner" hidden>
2 <div id="automatic-settings-reset-banner-close" class="close-button"></div>
9 <a id="automatic-settings-reset-learn-more" class="nowrap"
15 <button id="automatic-settings-reset-banner-activate-reset"
automatic_settings_reset_banner.js 33 this.visibilityDomElement = $('automatic-settings-reset-banner');
35 $('automatic-settings-reset-banner-close').onclick = function(event) {
40 $('automatic-settings-reset-learn-more').onclick = function(event) {
44 $('automatic-settings-reset-banner-activate-reset').onclick =
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/
gotpcrel.asm 4 mov rax, [rel var wrt ..got] ; automatic promotion to GOTPCREL
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
origin 16 'automatic' Automatic variable\n";
38 'undefined default environment default file command line override automatic
46 automatic');
foreach 31 "undefined file default file environment default file command line override automatic automatic
32 foo.o bletch.o null.o @.o garf.o .o .o undefined.o file.o default.o file.o environment.o default.o file.o command.o line.o override.o automatic.o automatic.o");
  /external/nist-sip/java/gov/nist/javax/sip/
SipProviderExt.java 13 * Sets a flag that indicates that automatic error handling is enabled for this dialog (the
14 * default when automatic dialog support is enabled). This flag is set by default to TRUE when
15 * the Dialog is automatically created by the provider ( automatic dialog support is true) and
16 * set to FALSE by default when the Dialog is created under program control ( automatic dialog
31 * <li>The Automatic Dialog Support flag is enabled for the Dialog </li>
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
Lang.g 14 type : INTTYPE // automatic tree construction builds a node for this rule
  /external/eigen/doc/examples/
tut_arithmetic_dot_cross.cpp 12 double dp = v.adjoint()*w; // automatic conversion of the inner product to a scalar
  /external/wpa_supplicant_8/src/ap/
acs.h 2 * ACS - Automatic Channel Selection module
  /packages/apps/Settings/src/com/android/settings/notification/
ZenModeAutomaticConditionSelection.java 60 final Condition[] automatic = mNoMan.getAutomaticZenModeConditions(); local
62 if (automatic != null) {
63 for (Condition c : automatic) {
93 final Uri[] automatic = new Uri[mSelectedConditions.size()]; local
94 for (int i = 0; i < automatic.length; i++) {
95 automatic[i] = mSelectedConditions.valueAt(i);
98 mNoMan.setAutomaticZenModeConditions(automatic);
  /external/eigen/cmake/
FindStandardMathLibrary.cmake 2 # On most platforms this is automatic, but for example it's not automatic on QNX.
8 # -- this will be left empty if it's automatic (most platforms).
  /external/chromium_org/chrome/browser/chromeos/system/
automatic_reboot_manager_observer.h 22 // Invoked before the automatic reboot manager is destroyed.
  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
simple_lock.h 16 * A pthread mutex object, with automatic initialization and destruction.
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/
README.libvpx 9 xUnit architecture. Supports automatic test discovery, a rich set of
  /external/libvorbis/win32/VS2005/
README 9 Because there is no automatic library detection you have to,
  /external/libvorbis/win32/VS2008/
README 9 Because there is no automatic library detection you have to,
  /external/libvpx/libvpx/third_party/googletest/
README.webm 9 xUnit architecture. Supports automatic test discovery, a rich set of
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/
README.webm 9 xUnit architecture. Supports automatic test discovery, a rich set of
  /packages/apps/ContactsCommon/src/com/android/contacts/commonbind/analytics/
AnalyticsUtil.java 11 * Initialize this class and setup automatic activity tracking.
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p10.cpp 21 (void)[&GlobalVar] () {}; // expected-error {{does not have automatic storage duration}}
34 local_static]() { // expected-error{{'local_static' cannot be captured because it does not have automatic storage duration}}
  /frameworks/base/core/java/android/app/
IUiModeManager.aidl 45 * 3 - automatic mode switching
51 * 2 for night, and 3 for automatic mode switching.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
BrightnessController.java 198 public void onChanged(ToggleSlider view, boolean tracking, boolean automatic, int value) {
253 private void updateIcon(boolean automatic) {
255 mIcon.setImageResource(automatic && SHOW_AUTOMATIC_ICON ?
264 int automatic; local
265 automatic = Settings.System.getIntForUser(mContext.getContentResolver(),
269 mAutomatic = automatic != Settings.System.SCREEN_BRIGHTNESS_MODE_MANUAL;
273 updateIcon(false /*automatic*/);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
VMDeathTest.java 36 * JDWP Unit test for automatic VM_DEATH event.
40 * This testcase is for automatic VM_DEATH event.<BR>
42 * automatic VM_DEATH event occurs.

Completed in 1697 milliseconds

1 2 3 4 5 6 7 8 91011>>