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

1 2 3 4 5 6 7 8 91011>>

  /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
  /external/llvm/runtime/
README.txt 2 the LLVM compiler. For example, the automatic pool allocation transformation
  /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
  /frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
BrightnessController.java 160 public void onChanged(ToggleSlider view, boolean tracking, boolean automatic, int value) {
161 setMode(automatic ? Settings.System.SCREEN_BRIGHTNESS_MODE_AUTOMATIC
163 updateIcon(automatic);
164 if (!automatic) {
196 private void updateIcon(boolean automatic) {
198 mIcon.setImageResource(automatic ?
207 int automatic; local
209 automatic = Settings.System.getIntForUser(mContext.getContentResolver(),
213 automatic = 0;
215 mControl.setChecked(automatic != 0)
    [all...]
  /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/chrome/browser/
sxs_linux.h 17 // to support a seamless and automatic upgrade from non-side-by-side
  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
simple_lock.h 16 * A pthread mutex object, with automatic initialization and destruction.
  /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
  /external/wpa_supplicant_8/src/ap/
acs.h 2 * ACS - Automatic Channel Selection module
  /external/chromium_org/chrome/browser/download/
download_target_determiner_unittest.cc 83 AUTOMATIC,
475 // 0: Automatic Safe
476 AUTOMATIC,
503 // 2: Automatic Dangerous
504 AUTOMATIC,
566 // 0: Automatic Dangerous URL
567 AUTOMATIC,
608 // 3: Automatic Dangerous URL + Dangerous file. Dangerous URL takes
610 AUTOMATIC,
663 // 0: Automatic Maybe dangerous conten
    [all...]
  /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.
  /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}}
  /device/samsung/manta/overlay/frameworks/base/packages/SettingsProvider/res/values/
defaults.xml 20 <!-- Set the automatic brightness mode on by default -->
  /external/chromium/build/
README.chromium 12 Run to enable automatic copy of DLL when they are as an input file in a vcproj project.
  /external/chromium_org/build/
README.chromium 12 Run to enable automatic copy of DLL when they are as an input file in a vcproj project.
  /external/chromium_org/third_party/skia/include/xml/
SkBML_WXMLParser.h 42 // important that these are U8, so we get automatic wrap-around
  /external/clang/test/ARCMT/
GC-check.m 5 #define CF_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))

Completed in 585 milliseconds

1 2 3 4 5 6 7 8 91011>>