Home
last modified time | relevance | path

Searched +refs:is +refs:completion +refs:line (Results 1 – 25 of 107) sorted by relevance

12345

/external/python/cpython2/Doc/library/
Dreadline.rst11 completion and reading/writing of history files from the Python interpreter.
13 supports completion of Python identifiers at the interactive prompt. Settings
22 On MacOS X the :mod:`readline` module detects which library is being used
25 The configuration file for ``libedit`` is different from that
46 Execute the init line provided in the *string* argument. This calls
52 Execute a readline initialization file. The default filename is the last filename
59 The following functions operate on the line buffer:
64 Return the current contents of the line buffer (:c:data:`rl_line_buffer`
70 Insert text into the line buffer at the cursor position. This calls
78 line buffer. This calls :c:func:`rl_redisplay` in the underlying library.
[all …]
Dcmd.rst1 :mod:`cmd` --- Support for line-oriented command interpreters
5 :synopsis: Build line-oriented command interpreters.
12 The :class:`Cmd` class provides a simple framework for writing line-oriented
19 A :class:`Cmd` instance or subclass instance is a line-oriented interpreter
20 framework. There is no good reason to instantiate :class:`Cmd` itself; rather,
24 The optional argument *completekey* is the :mod:`readline` name of a completion
25 key; it defaults to :kbd:`Tab`. If *completekey* is not :const:`None` and
26 :mod:`readline` is available, command completion is done automatically.
53 the line as argument.
55 The optional argument is a banner or intro string to be issued before the first
[all …]
Dtokenize.rst25 The primary entry point is a :term:`generator`:
32 :ref:`bltin-file-objects`). Each call to the function should return one line
34 signals completion by raising :exc:`StopIteration`.
40 line on which the token was found. The line passed (the last tuple item) is
41 the *logical* line; continuation lines are included.
45 An older entry point is retained for backward compatibility:
56 line of input as a string. Alternately, *readline* may be a callable object that
57 signals completion by raising :exc:`StopIteration`.
62 The second parameter, *tokeneater*, must also be a callable object. It is
79 indicates the end of a logical line of Python code; NL tokens are generated when
[all …]
Didle.rst13 IDLE is Python's Integrated Development and Learning Environment.
25 smart indent, call tips, auto completion, and other features
38 IDLE has two main window types, the Shell window and the Editor window. It is
44 IDLE's menus dynamically change based on which window is currently selected.
45 Each menu documented below indicates which window type it is associated with.
75 Save the current window to the associated file, if there is one. Windows
77 and after the window title. If there is no associated file,
125 Repeat the last search, if there is one.
128 Search for the currently selected string, if there is one.
137 Move cursor to the line number requested and make that line visible.
[all …]
/external/python/cpython2/Doc/tutorial/
Dinteractive.rst8 line and history substitution, similar to facilities found in the Korn shell and
9 the GNU Bash shell. This is implemented using the `GNU Readline`_ library,
17 The command line history recall which operates within DOS boxes on NT and some
18 other DOS and Windows flavors is yet another beast.
26 If supported, input line editing is active whenever the interpreter prints a
27 primary or secondary prompt. The current line can be edited using the
29 :kbd:`C-A` (Control-A) moves the cursor to the beginning of the line, :kbd:`C-E`
32 character to its right. :kbd:`C-K` kills (erases) the rest of the line to the
44 saved in a history buffer, and when a new prompt is given you are positioned on
45 a new line at the bottom of this buffer. :kbd:`C-P` moves one line up (back) in
[all …]
/external/clang/test/Index/
Dcomplete-documentation-properties.m1 // Note: the run lines follow their respective tests, since line/column numbers
3 // This test is for when property accessors do not have their own code
4 // completion comments. Use those in their properties in this case.
9 \brief This is ReadonlyProperty
14 \brief This is GeneralProperty
19 \brief This is PropertyInPrimaryClass
31 \brief This is Record
38 \brief This is PropertyInClassExtension
56 // RUN: env CINDEXTEST_COMPLETION_BRIEF_COMMENTS=1 c-index-test -code-completion-at=%s:47:16 %s | F…
57 // CHECK-CC1: {TypedText ReadonlyGetter}{{.*}}(brief comment: This is ReadonlyProperty)
[all …]
Dcomplete-preprocessor.m1 // The line and column layout of this test is significant. Run lines
16 // RUN: c-index-test -code-completion-at=%s:4:2 %s | FileCheck -check-prefix=CHECK-CC1 %s
29 // CHECK-CC1-NEXT: NotImplemented:{TypedText line}{HorizontalSpace }{Placeholder number} (40)
30 // CHECK-CC1-NEXT: NotImplemented:{TypedText line}{HorizontalSpace }{Placeholder number}{Horizonta…
34 // RUN: c-index-test -code-completion-at=%s:5:2 %s | FileCheck -check-prefix=CHECK-CC2 %s
50 // CHECK-CC2-NEXT: NotImplemented:{TypedText line}{HorizontalSpace }{Placeholder number} (40)
51 // CHECK-CC2-NEXT: NotImplemented:{TypedText line}{HorizontalSpace }{Placeholder number}{Horizonta…
55 // RUN: c-index-test -code-completion-at=%s:9:8 %s | FileCheck -check-prefix=CHECK-CC3 %s
58 // RUN: c-index-test -code-completion-at=%s:11:12 %s | FileCheck -check-prefix=CHECK-CC3 %s
59 // RUN: c-index-test -code-completion-at=%s:11:13 %s | FileCheck -check-prefix=CHECK-CC3 %s
[all …]
Dcomplete-synthesized.m1 // Note: this test is line- and column-sensitive. Test commands are at
38 // RUN: c-index-test -code-completion-at=%s:24:1 -target x86_64-apple-macosx10.7 -fobjc-nonfragile-…
39 // RUN: c-index-test -code-completion-at=%s:30:2 -target x86_64-apple-macosx10.7 -fobjc-nonfragile-…
40 // RUN: c-index-test -code-completion-at=%s:34:2 -target x86_64-apple-macosx10.7 -fobjc-nonfragile-…
Dcomplete-lambdas.mm1 // This test is line- and column-sensitive. See below for run lines.
25 // RUN: c-index-test -code-completion-at=%s:14:6 -std=c++11 %s | FileCheck -check-prefix=CHECK-CC1 …
28 // RUN: c-index-test -code-completion-at=%s:15:6 -std=c++11 %s | FileCheck -check-prefix=CHECK-CC2 …
31 // RUN: c-index-test -code-completion-at=%s:16:4 -std=c++11 %s | FileCheck -check-prefix=CHECK-CC3 …
38 // RUN: c-index-test -code-completion-at=%s:16:21 -x objective-c++ -std=c++11 %s | FileCheck -check…
42 // RUN: c-index-test -code-completion-at=%s:18:10 -x objective-c++ -std=c++11 %s | FileCheck -check…
44 // RUN: c-index-test -code-completion-at=%s:19:8 -x objective-c++ -std=c++11 %s | FileCheck -check-…
48 // RUN: c-index-test -code-completion-at=%s:20:11 -x objective-c++ -std=c++11 %s | FileCheck -check…
Dcomplete-natural.m1 // Note: the run lines follow their respective tests, since line/column
10 #pragma mark this is the spot
11 // RUN: c-index-test -code-completion-at=%s:4:32 %s > %t
17 // RUN: c-index-test -code-completion-at=%s:5:18 %s > %t
20 // RUN: c-index-test -code-completion-at=%s:6:7 %s > %t
23 // RUN: c-index-test -code-completion-at=%s:7:7 %s > %t
26 // RUN: c-index-test -code-completion-at=%s:8:10 %s > %t
29 // RUN: c-index-test -code-completion-at=%s:9:9 %s > %t
32 // RUN: c-index-test -code-completion-at=%s:10:19 %s > %t
36 // Same tests as above, but with completion caching.
[all …]
Dcomplete-member-access.m1 /* Note: the RUN lines are near the end of the file, since line/column
45 // RUN: c-index-test -code-completion-at=%s:21:7 %s | FileCheck -check-prefix=CHECK-CC1 %s
51 // CHECK-CC1-NEXT: Container is complete
53 // RUN: c-index-test -code-completion-at=%s:22:8 %s | FileCheck -check-prefix=CHECK-CC2 %s
59 // CHECK-CC2-NEXT: Container is complete
61 // RUN: c-index-test -code-completion-at=%s:34:12 %s | FileCheck -check-prefix=CHECK-CC3 %s
69 // CHECK-CC3-NEXT: Container is complete
72 // RUN: c-index-test -code-completion-at=%s:42:20 %s | FileCheck -check-prefix=CHECK-CC4 %s
Dcomplete-blocks.m1 // The line and column layout of this test is significant. Run lines
53 // RUN: c-index-test -code-completion-at=%s:8:1 %s | FileCheck -check-prefix=CHECK-CC1 %s
56 // RUN: c-index-test -code-completion-at=%s:17:6 %s | FileCheck -check-prefix=CHECK-CC2 %s
59 // RUN: c-index-test -code-completion-at=%s:25:6 %s | FileCheck -check-prefix=CHECK-CC3 %s
61 // RUN: c-index-test -code-completion-at=%s:34:6 %s | FileCheck -check-prefix=CHECK-CC4 %s
64 // RUN: c-index-test -code-completion-at=%s:25:15 %s | FileCheck -check-prefix=CHECK-CC5 %s
70 // RUN: c-index-test -code-completion-at=%s:42:6 %s | FileCheck -check-prefix=CHECK-CC6 %s
73 // RUN: c-index-test -code-completion-at=%s:50:1 %s | FileCheck -check-prefix=CHECK-CC7 %s
75 // RUN: c-index-test -code-completion-at=%s:50:6 %s | FileCheck -check-prefix=CHECK-CC8 %s
Dcomplete-declarators.m1 // This test is line- and column-sensitive, so test commands are at the bottom.
28 // RUN: c-index-test -code-completion-at=%s:7:4 %s | FileCheck -check-prefix=CHECK-CC0 %s
39 // RUN: c-index-test -code-completion-at=%s:7:19 %s | FileCheck -check-prefix=CHECK-CC1 %s
42 // RUN: c-index-test -code-completion-at=%s:9:15 %s | FileCheck -check-prefix=CHECK-CC2 %s
43 // RUN: c-index-test -code-completion-at=%s:15:10 %s | FileCheck -check-prefix=CHECK-CC2 %s
44 // RUN: c-index-test -code-completion-at=%s:16:9 %s | FileCheck -check-prefix=CHECK-CC2 %s
49 // RUN: c-index-test -code-completion-at=%s:15:15 %s | FileCheck -check-prefix=CHECK-CC3 %s
55 // RUN: c-index-test -code-completion-at=%s:15:15 %s | FileCheck -check-prefix=CHECK-CC4 %s
60 // RUN: c-index-test -code-completion-at=%s:23:10 %s | FileCheck -check-prefix=CHECK-CC5 %s
87 // RUN: c-index-test -code-completion-at=%s:27:1 %s | FileCheck -check-prefix=CHECK-CC6 %s
Dcomplete-at-exprstmt.m1 /* The run lines are below, because this test is line- and
22 // RUN: env CINDEXTEST_CODE_COMPLETE_PATTERNS=1 c-index-test -code-completion-at=%s:9:4 %s | FileCh…
29 // RUN: env CINDEXTEST_CODE_COMPLETE_PATTERNS=1 c-index-test -code-completion-at=%s:9:19 %s | FileC…
33 // RUN: env CINDEXTEST_CODE_COMPLETE_PATTERNS=1 c-index-test -code-completion-at=%s:9:3 %s | FileCh…
48 // RUN: c-index-test -code-completion-at=%s:19:13 %s | FileCheck -check-prefix=CHECK-CC4 %s
52 // RUN: c-index-test -code-completion-at=%s:19:17 %s | FileCheck -check-prefix=CHECK-CC5 %s
Dcomplete-objc-message.m1 // Note: the run lines follow their respective tests, since line/column
200 // RUN: c-index-test -code-completion-at=%s:23:19 %s | FileCheck -check-prefix=CHECK-CC1 %s
210 // CHECK-CC1-NEXT: Container is complete
212 // RUN: c-index-test -code-completion-at=%s:24:8 %s | FileCheck -check-prefix=CHECK-CC2 %s
219 // CHECK-CC2-NEXT: Container is complete
221 // RUN: c-index-test -code-completion-at=%s:61:16 %s | FileCheck -check-prefix=CHECK-CC3 %s
224 // RUN: c-index-test -code-completion-at=%s:65:16 %s | FileCheck -check-prefix=CHECK-CC4 %s
227 // RUN: c-index-test -code-completion-at=%s:74:9 %s | FileCheck -check-prefix=CHECK-CC5 %s
230 // RUN: c-index-test -code-completion-at=%s:82:8 %s | FileCheck -check-prefix=CHECK-CC6 %s
233 // RUN: c-index-test -code-completion-at=%s:95:8 %s | FileCheck -check-prefix=CHECK-CC7 %s
[all …]
/external/mksh/src/
Dsh_flags.opt7 * is granted to deal in this work without restriction, including un-
11 * This work is provided "AS IS" and WITHOUT WARRANTY of any kind, to
54 /* ./. Emacs command line editing mode */
62 /* ./. Emacs command line editing mode, gmacs variant */
86 /* -X mark dirs with / in file name completion */
114 /* -b asynchronous job completion notification */
118 /* -u using an unset variable is an error */
126 /* ./. errorlevel of a pipeline is the rightmost nonzero value */
162 /* ./. Vi command line editing mode */
166 /* ./. enable ESC as file name completion character (non-standard) */
[all …]
/external/jline/src/src/main/resources/jline/
Dkeybindings-mac.properties1 # Keybinding mapping for JLine. The format is:
13 # CTRL-A: move to the beginning of the line
19 # CTRL-E: move the cursor to the end of the line
23 # 8 is the ASCII code for backspace and therefor
27 # TAB, CTRL-I: signal that console completion should be attempted
33 # CTRL-K: erase the current line
48 # CTRL-R: redraw the current line
61 # 127 is the ASCII code for delete
Dkeybindings.properties1 # Keybinding mapping for JLine. The format is:
4 # CTRL-A: move to the beginning of the line
13 # CTRL-E: move the cursor to the end of the line
23 # 8 is the ASCII code for backspace and therefor
27 # TAB, CTRL-I: signal that console completion should be attempted
33 # CTRL-K: erase the current line
48 # CTRL-R: redraw the current line
67 # 127 is the ASCII code for delete
Dwindowsbindings.properties1 # Keybinding mapping for JLine. The format is:
4 # CTRL-A: move to the beginning of the line
16 # CTRL-E: move the cursor to the end of the line
28 # TAB, CTRL-I: signal that console completion should be attempted
64 # CTRL-[: escape - clear the current line.
/external/llvm/utils/vim/
Dvimrc26 " Whitespace at the end of a line. This little dance suppresses
70 " Delete trailing whitespace and tabs at the end of each line
102 " Clang code-completion support. This is somewhat experimental!
117 let l:line = getline('.')
119 while l:start > 0 && l:line[l:start - 1] =~ '\i'
125 " Get the current line and column numbers.
126 let l:l = line('.')
129 " Build a clang commandline to do code completion on stdin.
131 \ " -cc1 -code-completion-at=-:" . l:l . ":" . l:c
137 " TODO: The extra space at the end is for working around clang's
[all …]
/external/swiftshader/third_party/LLVM/utils/vim/
Dvimrc26 " Whitespace at the end of a line. This little dance suppresses
70 " Delete trailing whitespace and tabs at the end of each line
95 " Clang code-completion support. This is somewhat experimental!
110 let l:line = getline('.')
112 while l:start > 0 && l:line[l:start - 1] =~ '\i'
118 " Get the current line and column numbers.
119 let l:l = line('.')
122 " Build a clang commandline to do code completion on stdin.
124 \ " -cc1 -code-completion-at=-:" . l:l . ":" . l:c
130 " TODO: The extra space at the end is for working around clang's
[all …]
/external/skia/site/user/sample/
Dviewer.md3is another windowed app similar to SampleApp. Its main advantages over SampleApp are that it suppo…
5 …s a series of slides that exhibit specific features of the Skia system. It is mainly controlled us…
9 In addition to displaying various aspects of Skia, the Viewer is used to debug and understand diffe…
12 …n start up with a particular rendering method by using one of the command line options `--backend …
25 The Viewer APK must be built by gradle which can be invoked on the command line with the following …
29 * **out_dir** is the ninja out directory for android (e.g., `out/arm64`) that you want to use to
32 Upon completion of the script the APK can be found at <out_dir>/viewer.apk
38 The viewer is currently not supported on iOS.
/external/python/cpython2/Lib/idlelib/
Dhelp.txt1 This file, idlelib/help.txt is out-of-date and no longer used by Idle.
2 It is deprecated and will be removed in the future, possibly in 3.6
47 Go to Line -- Ask for a line number and show that line
66 Format Paragraph -- Reformat the current blank-line-separated
84 and line number, open the file, and show the line
100 which is scrolling off the top or the window.
130 Clear Breakpoint -- Clears the breakpoint on that line
139 Go to file/line -- Same as in Debug menu
165 Home/End go to begin/end of line.
168 Control-a beginning of line
[all …]
/external/mesa3d/src/mesa/swrast_setup/
DNOTES4 the software t&l module. The main task of this module is to build
24 where no hardware rasterization is possible, ie during total
34 The module is not active by default, and must be installed by calling
44 ensure the following funciton is called whenever the state changes and
45 the swsetup module is 'awake':
49 There is no explicit call to put the swsetup module to sleep. Simply
60 These are called before and after the completion of all swrast drawing
61 activity. As swrast doesn't call callbacks during triangle, line or
/external/parameter-framework/upstream/
DCMakeLists.txt43 cmake_dependent_option(BASH_COMPLETION "Install bash completion configuration"
45 UNIX # Only allow installing bash completion on Unix environments
62 # Nevertheless a different level is wanted for this project.
63 # If a two different warning levels are present on the command line, cl raises a warning.
68 # Such support is require by the standard and can be enabled with /Za
71 # Suppress warning 4127 (Conditional expression is constant) as it break
82 # FATAL_WARNINGS is enabled

12345