/external/strace/ |
strace.c | 108 #define interactive (opt_intr == INTR_WHILE_WAIT) macro 1092 if (interactive) 1134 if (interactive) { 1152 if (interactive) [all...] |
/frameworks/base/core/java/android/os/ |
PowerManager.java | 582 * the device is non-interactive. 588 * the device is non-interactive. [all...] |
/cts/tests/tests/app.usage/src/android/app/usage/cts/ |
UsageStatsTest.java | 598 final AggrEventData interactive = new AggrEventData("Interactive"); field in class:UsageStatsTest.AggrAllEventsData 599 final AggrEventData nonInteractive = new AggrEventData("Non-interactive"); 645 data = aggr.interactive; 725 verifyAggrEventData(o.interactive, n.interactive, nonInteractiveLarger, [all...] |
/external/python/cpython2/Doc/library/ |
doctest.rst | 3 :mod:`doctest` --- Test interactive Python examples 14 The :mod:`doctest` module searches for pieces of text that look like interactive 19 interactive examples still work as documented. 21 * To perform regression testing by verifying that interactive examples from a 205 Another simple application of doctest is testing interactive examples in a text 211 That short script executes and verifies any interactive Python examples 277 how it finds interactive examples, what execution context it uses, how it 312 In most cases a copy-and-paste of an interactive console session works fine, 367 * If you continue a line via backslashing in an interactive session, or for any 443 verbatim from an interactive session [all...] |
framework.rst | 2 :mod:`FrameWork` --- Interactive application framework 7 :synopsis: Interactive application framework. 12 for an interactive Macintosh application. The programmer builds an application
|
/external/python/cpython3/Doc/library/ |
doctest.rst | 3 :mod:`doctest` --- Test interactive Python examples 18 The :mod:`doctest` module searches for pieces of text that look like interactive 23 interactive examples still work as documented. 25 * To perform regression testing by verifying that interactive examples from a 196 Another simple application of doctest is testing interactive examples in a text 202 That short script executes and verifies any interactive Python examples 267 how it finds interactive examples, what execution context it uses, how it 303 In most cases a copy-and-paste of an interactive console session works fine, 350 * If you continue a line via backslashing in an interactive session, or for any 426 verbatim from an interactive session [all...] |
/frameworks/base/core/java/android/service/dreams/ |
DreamService.java | 62 * <p>Dreams are interactive screensavers launched when a charging device is idle, or docked in a 505 * Marks this dream as interactive to receive input events. 507 * <p>Non-interactive dreams (default) will dismiss on the first input event.</p> 509 * <p>Interactive dreams should call {@link #finish()} to dismiss themselves.</p> 511 * @param interactive True if this dream will handle input events. 513 public void setInteractive(boolean interactive) { 514 mInteractive = interactive; 518 * Returns whether or not this dream is interactive. Defaults to false. [all...] |
/external/iputils/ |
clockdiff.c | 100 int interactive = 0; variable 255 if (interactive) { 462 if (interactive) { 597 interactive = 1; 678 if (interactive)
|
/external/python/cpython2/Doc/tutorial/ |
introduction.rst | 14 Many of the examples in this manual, even those entered at the interactive 89 result is displayed before the next interactive prompt:: 112 In interactive mode, the last printed expression is assigned to the variable 159 In the interactive interpreter, the output string is enclosed in quotes and 598 statements. At the interactive prompt, you have to type a tab or space(s) for
|
/external/python/cpython3/Doc/tutorial/ |
introduction.rst | 14 Many of the examples in this manual, even those entered at the interactive 85 result is displayed before the next interactive prompt:: 108 In interactive mode, the last printed expression is assigned to the variable 155 In the interactive interpreter, the output string is enclosed in quotes and 498 statements. At the interactive prompt, you have to type a tab or space(s) for
|
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
AnalogWatchFaceService.java | 56 * Update rate in milliseconds for interactive mode. We update once a second to advance the 116 /* Handler to update the time once a second in interactive mode. */ 418 * Ensure the "seconds" hand is drawn only when we are in interactive mode.
|
FitDistanceWatchFaceService.java | 111 /* Handler to update the time periodically in interactive mode. */ 404 // In interactive mode, draw a second colon followed by the seconds. 444 * only run when we're visible and in interactive mode.
|
FitStepsWatchFaceService.java | 105 /* Handler to update the time periodically in interactive mode. */ 405 // In interactive mode, draw a second colon followed by the seconds. 446 * only run when we're visible and in interactive mode.
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/ |
IIO.c | 2 Definitions for the Interactive IO library.
44 /** Read from an Interactive IO device.
113 /** Handle write to a Terminal (Interactive) device.
|
/external/e2fsprogs/misc/ |
fsck.8.in | 96 filesystems and the checkers are in an interactive mode. (Note: 98 runs in an interactive mode by default. To make 100 run in a non-interactive mode, you must either specify the
|
/external/gptfdisk/ |
README | 12 disks that fdisk modifies. As such, gdisk is an interactive text-mode 86 The GPT fdisk package provides three program files: the interactive 87 text-mode gdisk, the curses-based interactive cgdisk, and the
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/ |
TestStringPrep.java | 45 "INTERACTIVE" Accessed from an interactive terminal. 62 "INTERACTIVE@",
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
TestStringPrep.java | 42 "INTERACTIVE" Accessed from an interactive terminal. 59 "INTERACTIVE@",
|
/external/libxml2/doc/ |
xmlcatalog_man.html | 20 or it can perform multiple functions in interactive mode. It can operate 66 Run a shell allowing interactive queries on catalog 88 a command line shell allowing interactive access to the catalog file
|
xmlcatalog_man.xml | 94 or it can perform multiple functions in interactive mode. It can operate 207 Run a shell allowing interactive queries on catalog 255 a command line shell allowing interactive access to the catalog file
|
/frameworks/base/core/proto/android/server/ |
powermanagerservice.proto | 100 // True if interactive mode is enabled. 139 // Timestamp of last interactive power hint. 233 // True to decouple interactive mode from the display state.
|
/frameworks/base/services/core/java/com/android/server/policy/keyguard/ |
KeyguardServiceDelegate.java | 469 private static String interactiveStateToString(int interactive) { 470 switch (interactive) { 480 return Integer.toString(interactive);
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
wifi_power_test_utils.py | 43 """Plot the monsoon current data using bokeh interactive plotting tool. 45 Plotting power measurement data with bokeh to generate interactive plots. 46 You can do interactive data analysis on the plot after generating with the
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/ |
SouthClusterConfig.vfi | 205 flags = INTERACTIVE,
220 flags = INTERACTIVE,
279 flags = INTERACTIVE,
459 flags = INTERACTIVE,
565 flags = INTERACTIVE,
643 flags = INTERACTIVE,
[all...] |
/external/lisa/ipynb/examples/android/workloads/ |
Android_Recents_Fling.ipynb | 16 " - interactive\n", 57 "Populating the interactive namespace from numpy and matplotlib\n" 244 " target.cpufreq.set_all_governors('interactive')\n", 279 " 'interactive' : {\n", 611 "2016-12-09 15:03:26,731 INFO : root : Run workload using interactive governor\n", 702 "Frame Statistics for INTERACTIVE governor\n",
|