HomeSort by relevance Sort by last modified time
    Searched full:turn (Results 426 - 450 of 3582) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
binders.h 68 * Binders turn functions/functors with two arguments into functors
74 * various arguments (y1, y2, ...) and will in turn call @c
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageControl.java 56 * control is disposed (unless the {@link #setDisposeImage} method is called to turn
64 * called to turn off auto dispose)
  /frameworks/base/core/java/android/os/
PowerManager.java 84 * <td>Normal wake locks don't actually turn on the illumination. Instead, they cause
86 * will force the screen and/or keyboard to turn on immediately, when the WakeLock is
229 * Wake lock flag: Turn the screen on when the wake lock is acquired.
245 * Will not turn the screen on if it is not already on.
539 * @param noChangeLights If true, does not cause the keyboard backlight to turn on
542 * to turn off the screen so we don't want the keyboard backlight to turn on again.
593 * This is what happens when the power key is pressed to turn off the screen.
616 * This is what happens when the power key is pressed to turn off the screen.
644 * This is what happens when the power key is pressed to turn on the screen
    [all...]
  /external/libnfc-nci/halimpl/pn54x/
libnfc-brcm.conf 44 # Delay after deasserting NFC-Wake before turn off chip (default 0)
88 # byte[4] 0=turn off RF frame logging; 1=turn on
89 # byte[5] 0=turn off SWP frame logging; 1=turn on
  /external/llvm/utils/lit/lit/
ProgressBar.py 60 BOLD = '' #: Turn on bold mode
61 BLINK = '' #: Turn on blink mode
62 DIM = '' #: Turn on half-bright mode
63 REVERSE = '' #: Turn on reverse-video mode
64 NORMAL = '' #: Turn off all modes
  /frameworks/base/docs/html/training/location/
location-testing.jd 12 <li><a href="#TurnOnMockMode">Turn On Mock Mode</a></li>
68 The remainder of this lesson shows you how to turn on mock mode and use a location client to
79 <h2 id="TurnOnMockMode">Turn On Mock Mode</h2>
88 To turn on mock mode in Location Services, start by connecting a location client to Location
111 Location Services returns to using its internal location providers. To turn off mock mode while
118 send them to Location Services. In turn, Location Services sends these mock
279 to turn off mock mode and then stop itself. When the service stops itself, the background
  /external/ceres-solver/docs/source/
building.rst 77 careful to `turn off the threading
467 ``BLAS``) if they are found. Turn this ``OFF`` to build Ceres
472 ``SuiteSparse`` if it and all of its dependencies are present. Turn
477 ``CXSparse`` if all its dependencies are present. Turn this ``OFF``
486 #. ``GFLAGS [Default: ON]``: Turn this ``OFF`` to build Ceres without
493 dependency. Turn this ``ON`` to use this minimal ``glog``
502 multi-threading with ``OpenMP`` is not supported. Turn this ``OFF``
506 a static library, turn this ``ON`` to instead build Ceres as a
517 Turn this ``ON`` to use the *static* C-Run Time library instead.
  /device/google/accessory/arduino/USB_Host_Shield/
Max3421e.cpp 209 /* turn USB power on/off */
219 // if( action ) { //turn on by setting GPOUT7
222 // else { //turn off by clearing GPOUT7
  /external/jetty/src/java/org/eclipse/jetty/util/security/
CertificateValidator.java 301 * @param enableCRLDP true - turn on, false - turns off
319 * @param enableOCSP true - turn on, false - turn off
  /external/libpng/
configure.ac 249 # --disable-unversioned-links must be given to turn the option off.
281 [a call to png_set_option; yes/on: turn on unconditionally.]
295 [Turn on ARM Neon optimizations at run-time]);;
  /external/llvm/test/Transforms/SimplifyCFG/
indirectbr.ll 77 ; SimplifyCFG should turn the indirectbr into a conditional branch on the
102 ; SimplifyCFG should turn the indirectbr into an unconditional branch to the
126 ; SimplifyCFG should turn the indirectbr into an unreachable because neither
  /external/replicaisland/src/com/replica/replicaisland/
MainMenuActivity.java 220 // Turn off the click-to-attack pref on devices that have a dpad.
234 // Turn on tilt controls if there's nothing else.
258 // the same buggy QTC graphics driver. Turn on Safe Mode by default
  /frameworks/base/docs/html/design/patterns/
accessibility.jd 74 <p>Due to the way that TalkBack works, those controls are not read out loud unless they are focused on. If they fade out from the screen quickly, your user may not even be aware that they are available. Therefore, make sure that you are not relying on timed out controls for high priority task flows. (This is a good universal design guideline too.) If the controls enable an important function, make sure that the user can turn on the controls again and/or their function is duplicated elsewhere. You can also change the behavior of your app when accessibility services are turned on. Your developer may be able to make sure that timed-out controls won't disappear.</p>
79 <p>An oft-overlooked system control is font size. Users can turn on a system-wide large font size in Settings; using the default system font size in your application will enable the user's preferences in your app as well. To enable system font size in your app, mark text and their associated containers to be measured in <a href="{@docRoot}guide/practices/screens_support.html#screen-independence">scale pixels</a>.</p>
86 <p>Turn on the TalkBack service in <strong>Settings > Accessibility</strong> and navigate your application using directional controls or eyes-free navigation.</p>
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
host.h 33 * Turn _STLP_USE_DYNAMIC_LIB to enforce use of .dll version of STLport library.
46 * Turn _STLP_USE_STATIC_LIB to enforce use of static version of STLport library.
158 * do not have virtual destructors). To disable this workaround turn this macro on:
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
typemaps.i 17 The following typemaps can be applied to turn a pointer or reference into a simple
93 The following typemaps can be applied to turn a pointer or reference into an "output"
177 The following typemaps can be applied to turn a pointer or reference into a
  /prebuilts/misc/common/swig/include/2.0.11/d/
typemaps.i 17 The following typemaps can be applied to turn a pointer or reference into a simple
97 The following typemaps can be applied to turn a pointer or reference into an
184 The following typemaps can be applied to turn a pointer or reference into a
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
host.h 33 * Turn _STLP_USE_DYNAMIC_LIB to enforce use of .dll version of STLport library.
46 * Turn _STLP_USE_STATIC_LIB to enforce use of static version of STLport library.
158 * do not have virtual destructors). To disable this workaround turn this macro on:
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
host.h 33 * Turn _STLP_USE_DYNAMIC_LIB to enforce use of .dll version of STLport library.
46 * Turn _STLP_USE_STATIC_LIB to enforce use of static version of STLport library.
158 * do not have virtual destructors). To disable this workaround turn this macro on:
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
host.h 33 * Turn _STLP_USE_DYNAMIC_LIB to enforce use of .dll version of STLport library.
46 * Turn _STLP_USE_STATIC_LIB to enforce use of static version of STLport library.
158 * do not have virtual destructors). To disable this workaround turn this macro on:
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
host.h 33 * Turn _STLP_USE_DYNAMIC_LIB to enforce use of .dll version of STLport library.
46 * Turn _STLP_USE_STATIC_LIB to enforce use of static version of STLport library.
158 * do not have virtual destructors). To disable this workaround turn this macro on:
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
host.h 33 * Turn _STLP_USE_DYNAMIC_LIB to enforce use of .dll version of STLport library.
46 * Turn _STLP_USE_STATIC_LIB to enforce use of static version of STLport library.
158 * do not have virtual destructors). To disable this workaround turn this macro on:
  /art/compiler/linker/
relative_patcher.h 46 * ReserveSpace() which in turn can use FindMethodOffset() to determine if a method already
  /art/runtime/arch/
instruction_set_features.h 46 // Turn C pre-processor #defines into the equivalent instruction set features for kRuntimeISA.
  /art/runtime/arch/x86/
instruction_set_features_x86.h 35 // Turn C pre-processor #defines into the equivalent instruction set features.
  /bionic/libc/bionic/
tmpfile.cpp 89 // Turn the file descriptor into a FILE*.

Completed in 229 milliseconds

<<11121314151617181920>>