Searched +refs:is +refs:completion +refs:line (Results 1 – 25 of 67) sorted by relevance
123
/external/clang/test/Index/ |
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 …]
|
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 …]
|
D | complete-synthesized.m | 1 // 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-…
|
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…
|
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 …]
|
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
|
D | complete-blocks.m | 1 // 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
|
D | complete-declarators.m | 1 // 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
|
D | complete-at-exprstmt.m | 1 /* 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
|
D | complete-objc-message.m | 1 // 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 …]
|
D | complete-kvc.m | 2 // Since this test is line- and column-sensitive, the run lines are at the end. 55 // RUN: c-index-test -code-completion-at=%s:39:3 %s | FileCheck -check-prefix=CHECK-CC1 %s 97 // RUN: c-index-test -code-completion-at=%s:41:3 %s | FileCheck -check-prefix=CHECK-CC2 %s 102 // RUN: c-index-test -code-completion-at=%s:52:8 %s | FileCheck -check-prefix=CHECK-CC3 %s
|
/external/mksh/src/ |
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 …]
|
/external/llvm/utils/vim/ |
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 …]
|
/external/mesa3d/src/mesa/swrast_setup/ |
D | NOTES | 4 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/ |
D | CMakeLists.txt | 43 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
|
/external/clang/include/clang/Driver/ |
D | CC1Options.td | 5 // This file is distributed under the University of Illinois Open Source 294 HelpText<"Change diagnostic formatting to match IDE and command line tools">; 298 HelpText<"Ignore #line directives when displaying diagnostic locations">; 326 // This isn't normally used, it is just here so we can parse a 336 def code_completion_at : Separate<["-"], "code-completion-at">, 337 MetaVarName<"<file>:<line>:<column>">, 338 HelpText<"Dump code-completion information at a location">; 342 def code_completion_at_EQ : Joined<["-"], "code-completion-at=">, 344 def code_completion_macros : Flag<["-"], "code-completion-macros">, 345 HelpText<"Include macros in code-completion results">; [all …]
|
/external/blktrace/btt/doc/ |
D | btt.tex | 7 % This program is free software; you can redistribute it and/or modify 12 % This program is distributed in the hope that it will be useful, 32 \texttt{btt} is a post-processing tool for the block layer IO tracing 36 is a block layer IO tracing mechanism which provides detailed 40 blktrace is capable of producing tremendous amounts of output in the 42 run. It is also capable of producing some general statistics concerning 45 provides data we believe is useful to plot to provide visual comparisons 54 command-line usage section occurs relatively late in the document (see 55 section~\ref{sec:cmd-line}), as we felt that discussing some of the 68 The simple pipeline to get going with \texttt{btt} is to perform the [all …]
|
/external/fio/ |
D | HOWTO | 23 A test work load is difficult to define, though. There can be any number 32 The first step in getting fio to simulate a desired io workload, is 35 is a global section defining shared parameters, and one or more job 56 IO depth If the io engine is async, how large a queuing 73 See the README file for command line parameters, there are only a few 76 Running fio is normally the easiest part - you just give it the job file 82 more than one job file on the command line, fio will serialize the running 83 of those files. Internally that is the same as using the 'stonewall' 87 parameters on the command line. The command line parameters are identical 90 mirror command line option would be --iodepth 2 or --iodepth=2. You can [all …]
|
/external/deqp/doc/testspecs/GLES3/ |
D | performance.buffer.data_upload.txt | 14 distributed under the License is distributed on an "AS IS" BASIS, 75 functions is expected to be of form t(x) = b * x + c, where x is the buffer size, b 76 is the linear cost of the function and c is the constant cost of the function. Tests 78 parameters. The test result of an upload test is the median transfer rate of the test 82 metrics. Sample linearity describes the curvature of the sampled values and it is 83 calculated by comparing the line fitted to the first half of the samples (the half with 84 smaller buffer sizes) to the line fitted to the second half of the samples. A straight 85 line would result in 100% linearity. A linearity value less than 90% usually implies 91 before any late sample. A line is fitted to the early samples and it is compared to a 92 line fitted to the late samples. If the samples get similar values in the beginning of [all …]
|
/external/parameter-framework/upstream/tools/bash_completion/ |
D | remote-process | 29 # bash completion for remote-process 65 # - keep in the help text only the line describing current command 75 # Take care of argument list type if it is the last argument 92 # <elem path list> is the parameter path list
|
/external/clang/include/clang/Basic/ |
D | DiagnosticFrontendKinds.td | 5 // This file is distributed under the University of Illinois Open Source 69 "%select{is not C++|is packed|is a union|is trivially copyable|" 70 "has trivial destructor|is standard layout|is in a blacklisted file|" 71 "is blacklisted}1">, ShowInSystemHeader, 75 "cannot locate code-completion file %0">, DefaultFatal; 103 "macro '%0' contains embedded newline; text after the newline is ignored">; 121 "missing or invalid line number following '@' in expected %0">; 170 "checker plugin '%0' is not compatible with this version of the analyzer">, 173 "current API version is '%0', but plugin was compiled with version '%1'">; 194 "the import of '%2'; pass '%select{-D%1=...|-U%1}0' on the command line "
|
/external/opencv3/doc/tutorials/objdetect/ |
D | traincascade.markdown | 8 stage is described in a documentation of objdetect module of general OpenCV documentation. 9 Documentation gives some basic information about cascade classifier. Current guide is describing how 15 opencv_traincascade. opencv_traincascade is a newer version, written in C++ in accordance to 16 OpenCV 2.x API. But the main difference between this two applications is that opencv_traincascade 34 - opencv_createsamples is used to prepare a training dataset of positive and test samples. 35 opencv_createsamples produces dataset of positive samples in a format that is supported by 36 both opencv_haartraining and opencv_traincascade applications. The output is a file 37 with \*.vec extension, it is a binary format which contains images. 43 Since opencv_haartraining is an obsolete application, only opencv_traincascade will be described 44 futher. opencv_createsamples utility is needed to prepare a training data for opencv_traincascade, [all …]
|
/external/blktrace/doc/ |
D | blktrace.tex | 6 % This program is free software; you can redistribute it and/or modify 11 % This program is distributed in the hope that it will be useful, 31 blktrace is a block layer IO tracing mechanism which provides detailed 39 you don't need to patch blktrace support as it is already included. 75 A patch for a \emph{specific Linux kernel} is provided in bt/kernel (where 76 \emph{bt} is the name of the directory from the above git sequence). The 77 detailed actual patching instructions for a Linux kernel is outside the 79 Note that you may skip this step, if you kernel is at least 2.6.17-rc1. 138 Now to simply watch what is going on for a specific disk (to stop the 186 A \emph{btrace} script is included in the distribution to ease live [all …]
|
/external/icu/icu4c/source/common/ |
D | rbbirpt.txt | 12 # This state table is used when reading and parsing a set of RBBI rules 16 # *** This file defines the RBBI rule grammar. This is it. 17 # *** The determination of what is accepted is here. 19 # This file is processed by a perl script "rbbicst.pl" to produce initialized C arrays 24 # Here is the syntax of the state definitions in this file: 35 # | | | Later, when next state is specified as "po… 42 # | |--- When making the state transition specified on this line, advance to t… 46 # matches, peform the actions and go to the state specified on this line. 47 # The input character is tested sequentally, in the order written. The characters and 55 # start state, scan position is at the beginning of the rules file, or in between two rules. [all …]
|
/external/curl/docs/ |
D | FEATURES | 11 - multiple URLs in a single command line 13 - multiple file upload on a single command line 22 - custom output result after completion 191 *4 = requires a GSS-API implementation, however, only Windows SSPI is
|
123