HomeSort by relevance Sort by last modified time
    Searched full:interactive (Results 351 - 375 of 1958) sorted by null

<<11121314151617181920>>

  /hardware/interfaces/power/1.0/default/
Power.cpp 42 Return<void> Power::setInteractive(bool interactive) {
44 mModule->setInteractive(mModule, interactive ? 1 : 0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/caif/
caif_socket.h 86 * both trace and interactive debug.
88 * @CAIF_DEBUG_INTERACTIVE: Connection to interactive debug.
  /system/update_engine/
dbus_service.cc 50 bool interactive = !(flags & update_engine::kAttemptUpdateFlagNonInteractive); local
56 interactive
update_attempter.h 80 // security reasons, we may still not honor them. |interactive| should be true
87 bool interactive);
216 // check is an interactive one (second argument set to true). Takes ownership
339 bool interactive);
361 void BuildUpdateActions(bool interactive);
374 void CalculateP2PParams(bool interactive);
506 // this is an interactive update, and its value is significant iff the first
common_service.cc 94 bool interactive = !(flags & UpdateAttemptFlags::kFlagNonInteractive); local
100 << "interactive=" << (interactive ? "yes " : "no ")
omaha_request_params.h 153 inline void set_interactive(bool interactive) { interactive_ = interactive; }
154 inline bool interactive() const { return interactive_; } function in class:chromeos_update_engine::OmahaRequestParams
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
OpenGLWatchFaceService.java 39 * {@link Gles2ColoredTriangleList}s. The camera moves around in interactive mode and stops moving
46 /** Expected frame rate in interactive mode. */
71 * View transformation matrices to use in interactive mode. Converts from world to camera-
430 // overhead in ambient. In interactive mode, it's tilted depending on the current time.
477 // Draw every frame as long as we're visible and in interactive mode.
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
OpenGLWatchFaceService.java 39 * {@link Gles2ColoredTriangleList}s. The camera moves around in interactive mode and stops moving
46 /** Expected frame rate in interactive mode. */
71 * View transformation matrices to use in interactive mode. Converts from world to camera-
430 // overhead in ambient. In interactive mode, it's tilted depending on the current time.
477 // Draw every frame as long as we're visible and in interactive mode.
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
OpenGLWatchFaceService.java 37 * {@link Gles2ColoredTriangleList}s. The camera moves around in interactive mode and stops moving
44 /** Expected frame rate in interactive mode. */
69 * View transformation matrices to use in interactive mode. Converts from world to camera-
428 // overhead in ambient. In interactive mode, it's tilted depending on the current time.
475 // Draw every frame as long as we're visible and in interactive mode.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiInternalFormRepresentation.h 159 UINT8 Flags; // This is included solely for purposes of interactive/dynamic support.
171 UINT8 Flags; // This is included solely for purposes of interactive/dynamic support.
227 UINT8 Flags; // This is included solely for purposes of interactive/dynamic support.
260 UINT8 Flags; // This is included solely for purposes of interactive/dynamic support.
273 UINT8 Flags; // This is included solely for purposes of interactive/dynamic support.
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
FrameworkInternalFormRepresentation.h 147 UINT8 Flags; ///< This is included solely for purposes of interactive/dynamic support.
159 UINT8 Flags; ///< This is included solely for purposes of interactive/dynamic support.
215 UINT8 Flags; ///< This is included solely for purposes of interactive/dynamic support.
249 UINT8 Flags; ///< This is included solely for purposes of interactive/dynamic support.
262 UINT8 Flags; ///< This is included solely for purposes of interactive/dynamic support.
  /frameworks/base/services/core/java/com/android/server/power/
BatterySaverPolicy.java 245 * and the device is interactive.
254 * and the device is non-interactive.
518 public ArrayMap<String, String> getFileValues(boolean interactive) {
520 return interactive ? mFilesForInteractive : mFilesForNoninteractive;
568 pw.print(" Interactive File values:\n");
  /external/python/cpython3/Doc/using/
cmdline.rst 55 In non-interactive mode, the entire input is parsed before it is executed.
228 enter interactive mode after executing the script or the command, even when
259 Don't display the copyright and version messages even in interactive mode.
309 block-buffered if redirected to a non-interactive file.
401 interactive interpreter. This only works on debug builds.
484 executed before the first prompt is displayed in interactive mode. The file
485 is executed in the same namespace where interactive commands are executed so
487 the interactive session. You can also change the prompts :data:`sys.ps1` and
573 On Windows, the encoding specified by this variable is ignored for interactive
  /external/autotest/server/site_tests/autoupdate_P2P/
autoupdate_P2P.py 116 We perform a non-interactive update and update_engine will check
126 # Start a non-interactive update which is required for p2p.
128 interactive=False)
  /external/autotest/site_utils/
setup_dev_autotest.sh 18 -n Non-interactive mode, doesn't ask for any user input.
109 echo "-a must be specified in non-interactive mode." >&2
113 echo "-p must be specified in non-interactive mode." >&2
  /external/libxml2/doc/
xmlcatalog.1 45 Its functions can be invoked from a single command from the command line, or it can perform multiple functions in interactive mode\&. It can operate on both
136 Run a shell allowing interactive queries on catalog file
175 option opens a command line shell allowing interactive access to the catalog file identified by
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 220 void setInteractive(bool interactive);
356 dump += StringPrintf(INDENT "Interactive: %s\n", toString(mInteractive.load()));
884 void NativeInputManager::setInteractive(bool interactive) {
885 mInteractive = interactive;
995 bool interactive = mInteractive.load(); local
1033 bool interactive = mInteractive.load(); local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
arsup.c 132 extern int interactive;
134 if (interactive)
144 if (! interactive)
  /developers/build/prebuilts/gradle/BorderlessButtons/Application/src/main/res/layout/
list_item.xml 40 Any view or view group can become interactive by simply setting the
  /developers/samples/android/ui/holo/BorderlessButtons/Application/src/main/res/layout/
list_item.xml 40 Any view or view group can become interactive by simply setting the
  /development/samples/browseable/BorderlessButtons/res/layout/
list_item.xml 40 Any view or view group can become interactive by simply setting the
  /development/samples/browseable/WatchFace/Wearable/res/values/
strings.xml 19 <string name="interactive_name">Sample Interactive</string>
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Python.asdl 6 | Interactive(stmt* body)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FormCallback/
FormCallback.h 20 interactive environment. This protocol should be published by hardware
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/PlatformBdsLibNull/
BdsPlatform.c 121 interactive mode and stop processing the BootOrder list in this case. This

Completed in 753 milliseconds

<<11121314151617181920>>