/aosp_15_r20/external/python/cpython2/Doc/library/ |
D | readline.rst | 11 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 …]
|
D | cmd.rst | 1 :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 …]
|
D | tokenize.rst | 25 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 …]
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | readline.rst | 13 completion and reading/writing of history files from the Python interpreter. 15 supports completion of Python identifiers at the interactive prompt. Settings 31 On macOS the :mod:`readline` module detects which library is being used 34 The configuration file for ``libedit`` is different from that 40 initialization file located in your home directory is named 42 turn ON *vi* keybindings and TAB completion:: 56 Execute the init line provided in the *string* argument. This calls 62 Execute a readline initialization file. The default filename is the last filename 69 The following functions operate on the line buffer: 74 Return the current contents of the line buffer (:c:data:`rl_line_buffer` [all …]
|
D | cmd.rst | 1 :mod:`cmd` --- Support for line-oriented command interpreters 5 :synopsis: Build line-oriented command interpreters. 13 The :class:`Cmd` class provides a simple framework for writing line-oriented 20 A :class:`Cmd` instance or subclass instance is a line-oriented interpreter 21 framework. There is no good reason to instantiate :class:`Cmd` itself; rather, 25 The optional argument *completekey* is the :mod:`readline` name of a completion 26 key; it defaults to :kbd:`Tab`. If *completekey* is not :const:`None` and 27 :mod:`readline` is available, command completion is done automatically. 51 the line as argument. 53 The optional argument is a banner or intro string to be issued before the first [all …]
|
/aosp_15_r20/external/python/cpython2/Doc/tutorial/ |
D | interactive.rst | 8 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 …]
|
/aosp_15_r20/external/clang/test/Index/ |
H A D | complete-documentation-properties.m | 1 // 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 …]
|
H A D | complete-preprocessor.m | 1 // 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 …]
|
H A D | complete-member-access.m | 1 /* 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
|
H A D | complete-natural.m | 1 // 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 …]
|
H A D | complete-lambdas.mm | 1 // 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…
|
/aosp_15_r20/external/iproute2/bash-completion/ |
H A D | tc | 1 # tc(8) completion -*- shell-script -*- 11 # Takes a list of words in argument; each one of them is added to COMPREPLY if 12 # it is not already present on the command line. Returns no value. 29 # Takes a list of words in argument; each one of them is added to COMPREPLY if 30 # it is not already present on the command line from the provided index. Returns 50 # is already present on the command line. Returns no value. 63 # is already present on the command line from the provided index. Returns no 89 # Returns 0 is completion should stop after running this function, 1 otherwise. 212 object-pinned|graft) # Pinned object is probably under /sys/fs/bpf/ 275 # Returns 0 is completion should stop after running this function, 1 otherwise. [all …]
|
/aosp_15_r20/external/mksh/src/ |
H A D | sh_flags.opt | 7 * 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 …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/impl/ |
D | handler_tracking.ipp | 22 // The handler tracking implementation is provided by the user-specified header. 76 tss_ptr<completion>* current_completion_; 94 state->current_completion_ = new tss_ptr<completion>; 100 const char* file, int line, const char* func) 102 line_(line), 130 if (completion* current_completion = *state->current_completion_) 161 handler_tracking::completion::completion( 170 handler_tracking::completion::~completion() 189 void handler_tracking::completion::invocation_begin() 204 void handler_tracking::completion::invocation_begin( [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/doc/overview/ |
D | handler_tracking.qbk | 16 This feature is useful when debugging and you need to know how your 18 operations are. As an illustration, here is the output when you run the HTTP 47 Each line is of the form: 51 The `<tag>` is always `@asio`, and is used to identify and extract the handler 54 The `<timestamp>` is seconds and microseconds from 1 Jan 1970 UTC. 74 [The handler number `n` was destroyed without having been invoked. This is 76 `io_context` is destroyed.] 80 [The handler number `n` is about to create a new asynchronous operation with 81 completion handler number `m`. The `<description>` contains source location 83 is being started.] [all …]
|
/aosp_15_r20/external/llvm/utils/vim/ |
H A D | vimrc | 26 " 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 …]
|
/aosp_15_r20/external/gflags/src/ |
H A D | gflags_completions.h.in | 33 // Implement helpful bash-style command line flag completions 37 // program startup, but after command line flag code has been 40 // flag is empty, nothing happens here. If it contains a string, 43 // completion. Regardless of the outcome of this deduction, the 58 // ** Strategy taken for command line completions: 64 // description as can fit on a single terminal line width, as specified 71 // was implemented. Before pressing a <TAB> to get completion for the 87 // completion should be enabled for. Example addition to a .bashrc 104 // If you haven't specifically added a command to the list of completion 108 // Assuming that "binary" is a newly compiled binary, this should still [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/retail/v2beta/ |
H A D | import_config.proto | 10 // distributed under the License is distributed on an "AS IS" BASIS, 54 // [Product][google.cloud.retail.v2beta.Product] per line. Each product must 62 // [UserEvent][google.cloud.retail.v2beta.UserEvent] per line. 69 // [Control][google.cloud.retail.v2beta.Control] per line. 74 // [CatalogAttribute][google.cloud.retail.v2beta.CatalogAttribute] per line. 81 // is not partitioned. 90 // The project ID (can be project # or ID) that the BigQuery source is in with 113 // [Product][google.cloud.retail.v2beta.Product] per line. Each product must 121 // [UserEvent][google.cloud.retail.v2beta.UserEvent] per line. 123 // The schema is available here: [all …]
|
/aosp_15_r20/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2/src/main/proto/google/cloud/retail/v2/ |
H A D | import_config.proto | 10 // distributed under the License is distributed on an "AS IS" BASIS, 54 // per line. Each product must 62 // [UserEvent][google.cloud.retail.v2.UserEvent] per line. 69 // per line. 74 // [CatalogAttribute][google.cloud.retail.v2.CatalogAttribute] per line. 81 // is not partitioned. 90 // The project ID (can be project # or ID) that the BigQuery source is in with 113 // per line. Each product must 121 // [UserEvent][google.cloud.retail.v2.UserEvent] per line. 123 // The schema is available here: [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/retail/v2/ |
H A D | import_config.proto | 10 // distributed under the License is distributed on an "AS IS" BASIS, 54 // per line. Each product must 62 // [UserEvent][google.cloud.retail.v2.UserEvent] per line. 69 // per line. 74 // [CatalogAttribute][google.cloud.retail.v2.CatalogAttribute] per line. 81 // is not partitioned. 90 // The project ID (can be project # or ID) that the BigQuery source is in with 113 // per line. Each product must 121 // [UserEvent][google.cloud.retail.v2.UserEvent] per line. 123 // The schema is available here: [all …]
|
/aosp_15_r20/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2beta/src/main/proto/google/cloud/retail/v2beta/ |
H A D | import_config.proto | 10 // distributed under the License is distributed on an "AS IS" BASIS, 54 // [Product][google.cloud.retail.v2beta.Product] per line. Each product must 62 // [UserEvent][google.cloud.retail.v2beta.UserEvent] per line. 69 // [Control][google.cloud.retail.v2beta.Control] per line. 74 // [CatalogAttribute][google.cloud.retail.v2beta.CatalogAttribute] per line. 81 // is not partitioned. 90 // The project ID (can be project # or ID) that the BigQuery source is in with 113 // [Product][google.cloud.retail.v2beta.Product] per line. Each product must 121 // [UserEvent][google.cloud.retail.v2beta.UserEvent] per line. 123 // The schema is available here: [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/retail/v2alpha/ |
H A D | import_config.proto | 10 // distributed under the License is distributed on an "AS IS" BASIS, 54 // [Product][google.cloud.retail.v2alpha.Product] per line. Each product must 62 // [UserEvent][google.cloud.retail.v2alpha.UserEvent] per line. 69 // [Control][google.cloud.retail.v2alpha.Control] per line. 74 // [CatalogAttribute][google.cloud.retail.v2alpha.CatalogAttribute] per line. 81 // is not partitioned. 90 // The project ID (can be project # or ID) that the BigQuery source is in with 113 // [Product][google.cloud.retail.v2alpha.Product] per line. Each product must 121 // [UserEvent][google.cloud.retail.v2alpha.UserEvent] per line. 123 // The schema is available here: [all …]
|
/aosp_15_r20/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2alpha/src/main/proto/google/cloud/retail/v2alpha/ |
H A D | import_config.proto | 10 // distributed under the License is distributed on an "AS IS" BASIS, 54 // [Product][google.cloud.retail.v2alpha.Product] per line. Each product must 62 // [UserEvent][google.cloud.retail.v2alpha.UserEvent] per line. 69 // [Control][google.cloud.retail.v2alpha.Control] per line. 74 // [CatalogAttribute][google.cloud.retail.v2alpha.CatalogAttribute] per line. 81 // is not partitioned. 90 // The project ID (can be project # or ID) that the BigQuery source is in with 113 // [Product][google.cloud.retail.v2alpha.Product] per line. Each product must 121 // [UserEvent][google.cloud.retail.v2alpha.UserEvent] per line. 123 // The schema is available here: [all …]
|
/aosp_15_r20/external/python/cpython3/Doc/tutorial/ |
D | interactive.rst | 8 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, 19 Completion of variable and module names is 21 that the :kbd:`Tab` key invokes the completion function; it looks at 27 is part of the expression. The default configuration also saves your 38 This facility is an enormous step forward compared to earlier versions of the 41 token is required next). The completion mechanism might use the interpreter's 46 some time is IPython_, which features tab completion, object exploration and 48 into other applications. Another similar enhanced interactive environment is
|
/aosp_15_r20/external/googleapis/google/devtools/resultstore/v2/ |
H A D | test_suite.proto | 10 // distributed under the License is distributed on an "AS IS" BASIS, 31 // tests, this is normally the fully qualified class name. Eg. 83 // Test case ran to completion. Look for failures or errors to determine 99 // Test case was not run to completion because the test case decided it 110 // this is normally the method name. Eg. "testBasic". 114 // the classname attribute. For Java, this is normally the fully qualified 118 // An enum reported in the result attribute that is used in conjunction with 144 // either that this is the first in a series of retries, or that no retries 149 // either that this is the first in a series of repeats, or that no repeats 160 // but may be multi-line. Eg. "Expected 'foo' but was 'bar'". [all …]
|