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

<<11121314151617181920>>

  /build/make/tools/
parsedeps.py 83 opts.add_option("-i", "--interactive", action="store_true", dest="interactive",
84 help="Interactive mode")
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DLexerBase.h 104 int interactive; member in class:DLGState
131 int interactive; member in class:DLGLexerBase
185 int interactive=0,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DLexerBase.h 103 int interactive; member in class:DLGState
127 int interactive; member in class:DLGLexerBase
181 int interactive=0,
  /external/libmojo/third_party/catapult/devil/devil/android/perf/
perf_control.py 79 'Galaxy Nexus': 'interactive',
82 'Nexus 7': 'interactive',
83 'Nexus 10': 'interactive'
  /external/mksh/src/
sh_flags.opt 74 /* -i interactive shell */
76 FN("interactive", FTALKING, OF_CMDLINE
194 /* ./. (internal) initial shell was interactive */
  /external/python/cpython2/Mac/scripts/
BuildApplet.py 128 print " BuildApplet interactive, single file, no options"
129 print " BuildApplet src1.py src2.py ... non-interactive multiple file"
130 print " BuildApplet [options] src.py non-interactive single file"
  /external/toybox/tests/
mv.test 142 testing "interactive: no stdin" \
148 testing "interactive: answered YES" \
154 testing "interactive: answered NO" \
  /frameworks/support/viewpager/src/androidTest/java/androidx/viewpager/widget/
ViewPagerWithTitleStripTest.java 30 * Provides assertions that depend on the non-interactive nature of <code>PagerTabStrip</code>.
46 // as PagerTitleStrip is not interactive
72 // tabs as PagerTitleStrip is not interactive
  /packages/services/Telephony/src/com/android/phone/otasp/
OtaspActivationService.java 48 /* non-interactive otasp number */
135 * platform only support background non-interactive otasp call, but users could still dial
136 * interactive OTASP number through dialer if carrier allows (some carrier will
  /external/clang/utils/
clang-completion-mode.el 86 (interactive)
176 (interactive "p")
193 (interactive "p")
201 (interactive)
208 (interactive)
  /external/python/cpython3/Doc/library/
code.rst 13 build applications which provide an interactive interpreter prompt.
28 Closely emulate the behavior of the interactive Python interpreter. This class
71 Interactive Interpreter Objects
135 Interactive Console Objects
145 Closely emulate the interactive Python console. The optional *banner* argument
readline.rst 15 supports completion of Python identifiers at the interactive prompt. Settings
17 interactive prompt and the prompts offered by the built-in :func:`input`
215 the interactive interpreter. If the :mod:`readline` module is to be used
285 below would normally be executed automatically during interactive sessions
303 :ref:`interactive mode <tut-interactive>` (see :ref:`rlcompleter-config`).
305 The following example achieves the same goal but supports concurrent interactive
  /external/python/cpython3/Modules/clinic/
_tkinter.c.h 532 " interactive=False, wantobjects=False, wantTk=True, sync=False,\n"
551 int interactive, int wantobjects, int wantTk, int sync,
561 int interactive = 0; local
568 &screenName, &baseName, &className, &interactive, &wantobjects, &wantTk, &sync, &use)) {
571 return_value = _tkinter_create_impl(module, screenName, baseName, className, interactive, wantobjects, wantTk, sync, use);
  /external/rmi4utils/rmihidtool/
main.cpp 60 fprintf(stdout, "\t-i, --interactive\t\t\tRun in interactive mode.\n");
111 void interactive(RMIDevice * device, unsigned char *report) function
211 {"interactive", 0, NULL, 'i'},
370 interactive(device, report);
  /external/tensorflow/tensorflow/python/platform/
tf_logging.py 65 # Determine whether we are in an interactive environment
68 # This is only defined in interactive shells.
71 # Even now, we may be in an interactive shell with `python -i`.
72 _interactive = _sys.flags.interactive
74 # If we are in an interactive environment (like Jupyter), set loglevel
  /frameworks/base/services/core/java/com/android/server/power/batterysaver/
BatterySavingStats.java 71 /** Whether the device is interactive (i.e. screen on) or not. */
74 int INTERACTIVE = 1;
438 dumpLineLocked(pw, indent, InteractiveState.INTERACTIVE, " Intr",
443 dumpLineLocked(pw, indent, InteractiveState.INTERACTIVE, " Intr",
448 dumpLineLocked(pw, indent, InteractiveState.INTERACTIVE, " Intr",
514 final boolean interactive =
519 .addTaggedData(MetricsEvent.FIELD_INTERACTIVE, interactive ? 1 : 0)
  /external/autotest/client/common_lib/cros/
autoupdater.py 135 def __init__(self, updater_ctrl_bin, update_url, host, interactive=True):
141 @param interactive: Bool whether we are doing an interactive update.
146 self.interactive = interactive
307 if not self.interactive:
308 autoupdate_cmd = '%s --interactive=false' % autoupdate_cmd
342 interactive=True):
344 host, interactive=interactive)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
ftpmirror.py 10 -i: interactive mode
37 interactive = 0 variable
45 global verbose, interactive, mac, rmok, nologin
71 if o == '-i': interactive = 1
178 if interactive:
284 if interactive:
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Mm.c 412 BOOLEAN Interactive;
497 // Non interactive for a script file or for the specific parameter
499 Interactive = TRUE;
501 Interactive = FALSE;
576 if (!Interactive) {
591 // Mode 3: Show or set values in interactive mode
  /external/tensorflow/tensorflow/core/profiler/g3doc/
command_line.md 12 * [Non-interactive Mode](#non-interactive-mode)
72 #### Start `tfprof` Interactive Mode
74 # The following commands will start tfprof interactive mode.
121 #### Start `tfprof` Non-interactive Mode.
319 #### Non-interactive Mode
  /frameworks/base/services/core/java/com/android/server/
GestureLauncherService.java 357 public boolean interceptPowerKeyDown(KeyEvent event, boolean interactive,
367 intercept = interactive;
534 boolean interactive = mPowerManager.isInteractive();
538 "event: values=[%.4f], keyguard showing: %b, interactive: %b", values[0],
539 keyguardShowingAndNotOccluded, interactive));
541 if (keyguardShowingAndNotOccluded || !interactive) {
  /development/ide/emacs/
android-compile.el 25 ;; The only interactive function is 'android-compile'.
144 (interactive)
161 (if (interactive-p)
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
dlg.h 81 int alternatives; /* used for interactive mode */
129 extern int interactive; /* interactive scanner (avoid lookahead)*/
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
main.py 62 "--interactive", "-i",
64 dest="interactive"
108 if options.interactive:
  /external/autotest/client/cros/cellular/pseudomodem/
client.py 18 Interactive client for PseudoModemManager.
38 Starts the interactive shell.
185 print '\nNo such interactive state machine.\n'

Completed in 428 milliseconds

<<11121314151617181920>>