/external/mksh/src/ |
lex.c | 1367 bool interactive = Flag(FTALKING) && s->type == SSTDIN; local 1368 bool have_tty = tobool(interactive && (s->flags & SF_TTY)); 1379 if (interactive) 1398 if (interactive) 1451 } else if (interactive && *s->str && [all...] |
main.c | 500 /* always disable UTF-8 (for interactive) */ 738 volatile bool interactive = Flag(FTALKING) && toplevel; local 744 if (interactive) 753 if (interactive) { 765 * interactive is set if we are reading from 801 if (interactive) { 833 if (t->type != TEOF && interactive && really_exit) 1244 * non-interactive shells to exit. [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
README | 670 configuration, trigger events, and request interactive user input. 688 wpa_cli supports two modes: interactive and command line. Both modes 689 share the same command set and the main difference is in interactive 693 Interactive mode is started when wpa_cli is executed without including 699 Interactive authentication parameters request 704 interactive mode. wpa_cli shows these requests with [all...] |
wpa_cli.c | 83 static int interactive = 0; variable 293 * and are likely of not much use for an interactive user. 310 if (attach && interactive) 348 if (attach && interactive) 358 if (interactive) 380 wpa_ctrl_detach(interactive ? mon_conn : ctrl_conn); 428 if (interactive && len > 0 && buf[len - 1] != '\n') 574 if (interactive) [all...] |
/external/lldb/www/ |
python-reference.html | 36 <p>The LLDB API is contained in a python module named <b>lldb</b> documented <a href="python_reference/index.html">here</a>. The documentation is also accessible in an interactive debugger session with the following command:</p>
88 Python Interactive Interpreter. To exit, type 'quit()', 'exit()' or Ctrl-D.
188 <p>Moreover, they are only defined and meaningful while in the interactive Python interpreter.
199 Python Interactive Interpreter. To exit, type 'quit()', 'exit()' or Ctrl-D.
481 Python Interactive Interpreter. To exit, type 'quit()', 'exit()' or Ctrl-D.
|
/external/strace/ |
strace.c | 104 #define interactive (opt_intr == INTR_WHILE_WAIT) macro 966 if (interactive) 1035 if (interactive) { 1088 if (interactive) [all...] |
/build/tools/droiddoc/templates-ds/assets/ |
GPL-LICENSE.txt | 105 interactive use in the most ordinary way, to print or display an 110 License. (Exception: if the Program itself is interactive but
|
/build/tools/droiddoc/templates-sac/assets/ |
GPL-LICENSE.txt | 105 interactive use in the most ordinary way, to print or display an 110 License. (Exception: if the Program itself is interactive but
|
/build/tools/droiddoc/templates-sdk/assets/ |
GPL-LICENSE.txt | 105 interactive use in the most ordinary way, to print or display an 110 License. (Exception: if the Program itself is interactive but
|
/build/tools/droiddoc/templates-sdk-dyn/assets/ |
GPL-LICENSE.txt | 105 interactive use in the most ordinary way, to print or display an 110 License. (Exception: if the Program itself is interactive but
|
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/ |
DigitalWatchFaceService.java | 98 /** Handler to update the time periodically in interactive mode. */ 475 * only run when we're visible and in interactive mode.
|
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/ |
DigitalWatchFaceService.java | 98 /** Handler to update the time periodically in interactive mode. */ 475 * only run when we're visible and in interactive mode.
|
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
DigitalWatchFaceService.java | 98 /** Handler to update the time periodically in interactive mode. */ 475 * only run when we're visible and in interactive mode.
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
browser_options.py | 109 '--interactive', dest='interactive', action='store_true',
|
/frameworks/base/docs/html/ |
jd_extras.js | 517 "url": "https://developers.google.com/+/mobile/android/share/interactive-post", 520 "title": "Sharing interactive posts to Google+ from your Android app", 521 "summary": "Interactive posts provide an easy and prominent way to allow users to share your site or app with their friends and invite them to take a specific action.", 522 "keywords": ["Interactive", "Google+"], [all...] |
/frameworks/base/docs/html/training/custom-views/ |
custom-drawing.jd | 8 next.title=Making the View Interactive 9 next.link=making-interactive.html
|
/frameworks/base/docs/html/training/gestures/ |
detector.jd | 28 <li><a href="{@docRoot}training/custom-views/making-interactive.html">Making the View Interactive</a> </li>
|
scale.jd | 29 <li><a href="{@docRoot}training/custom-views/making-interactive.html">Making the View Interactive</a> </li>
|
scroll.jd | 28 <li><a href="{@docRoot}training/custom-views/making-interactive.html">Making the View Interactive</a> </li>
|
viewgroup.jd | 29 <li><a href="{@docRoot}training/custom-views/making-interactive.html">Making the View Interactive</a> </li>
|
/frameworks/support/v4/java/android/support/v4/view/ |
PagerTitleStrip.java | 34 * PagerTitleStrip is a non-interactive indicator of the current, next, 43 * <p>For an interactive indicator, see {@link PagerTabStrip}.</p>
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
Python-ast.h | 49 } Interactive; 377 #define Interactive(a0, a1) _Py_Interactive(a0, a1)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
HISTORY.txt | 82 blank editor window, rather than an interactive window. Opening a file in 144 - Python shell window (a.k.a. interactive interpreter)
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
Python-ast.h | 49 } Interactive; 377 #define Interactive(a0, a1) _Py_Interactive(a0, a1)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
HISTORY.txt | 82 blank editor window, rather than an interactive window. Opening a file in 144 - Python shell window (a.k.a. interactive interpreter)
|