/external/ppp/pppd/ |
D | srp-entry.c | 104 char delimit; in main() local 174 delimit = flags == 0 ? '\0' : (flags & HAS_DQUOTE) ? '\'' : '"'; in main() 175 if (delimit != '\0') in main() 176 (void) putchar(delimit); in main() 178 if (*cp == delimit || *cp == '\\') in main() 182 if (delimit != '\0') in main() 183 (void) putchar(delimit); in main()
|
/external/jline/src/src/main/java/jline/ |
D | ArgumentCompletor.java | 137 ArgumentList list = delim.delimit(buffer, cursor); in complete() 227 ArgumentList delimit(String buffer, int argumentPosition); in delimit() method 268 public ArgumentList delimit(final String buffer, final int cursor) { in delimit() method in ArgumentCompletor.AbstractArgumentDelimiter
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_StringSplitV2.pbtxt | 40 deemed to delimit empty strings. For example, source of `"1<>2<><>3"` and
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/ |
D | altmacro_string.s | 8 # You can delimit strings with matching angle brackets '<' '>'.
|
/external/skia/docs/ |
D | markup.bmh | 20 Tables use single hash symbols to delimit columns, and double to end row.
|
/external/skqp/docs/ |
D | markup.bmh | 20 Tables use single hash symbols to delimit columns, and double to end row.
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-util.hpp | 460 Delimit delimit; member 461 print_function(OStream& os, Delimit d) : os(os), delimit(std::move(d)) {} in print_function() 467 delimit(); in operator ()()
|
/external/toolchain-utils/cros_utils/ |
D | pstat.py | 470 def list2string(inlist, delimit=' '): argument 479 return string.join(stringlist, delimit)
|
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/ |
D | PpContext.h | 409 int scanHeaderName(TPpToken* ppToken, char delimit);
|
D | Pp.cpp | 980 int TPpContext::scanHeaderName(TPpToken* ppToken, char delimit) in scanHeaderName() argument 993 if (ch == delimit) { in scanHeaderName()
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Markdown Documentation - Basics.text | 190 *reference*. With both styles, you use square brackets to delimit the
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Markdown Documentation - Basics.text | 190 *reference*. With both styles, you use square brackets to delimit the
|
/external/markdown/tests/markdown-test/ |
D | markdown-documentation-basics.txt | 190 *reference*. With both styles, you use square brackets to delimit the
|
/external/clang/include/clang/Basic/ |
D | DiagnosticLexKinds.td | 88 "; use PREFIX( )PREFIX to delimit raw string">; 91 "; use PREFIX( )PREFIX to delimit raw string">;
|
/external/skia/site/dev/tools/ |
D | markdown.md | 312 *reference*. With both styles, you use square brackets to delimit the
|
/external/skqp/site/dev/tools/ |
D | markdown.md | 312 *reference*. With both styles, you use square brackets to delimit the
|
/external/openssh/ |
D | sftp.0 | 33 Since some usage formats use colon characters to delimit host names from
|
/external/bcc/tools/ |
D | stackcount_example.txt | 93 Now adding the -d option to delimit kernel and user stacks:
|
/external/google-styleguide/ |
D | objcguide.md | 540 and use mixed case to delimit words. 700 Variable names typically start with a lowercase and use mixed case to delimit 736 with #define) should use mixed case to delimit words.
|
/external/boringssl/src/crypto/fipsmodule/ |
D | FIPS.md | 100 1. It inserts the labels that delimit the module's code and data (called `module_start` and `modul…
|
/external/llvm/docs/ |
D | ExceptionHandling.rst | 367 intrinsic serves as a placeholder to delimit code before a catch handler is 400 intrinsic serves as a placeholder to delimit code before a catch handler is
|
/external/python/cpython3/Doc/library/ |
D | configparser.rst | 253 you can also use : to delimit keys from values 525 Delimiters are substrings that delimit keys from values within a section.
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ExceptionHandling.rst | 367 intrinsic serves as a placeholder to delimit code before a catch handler is 400 intrinsic serves as a placeholder to delimit code before a catch handler is
|
/external/python/cpython2/Doc/reference/ |
D | lexical_analysis.rst | 305 serve to delimit tokens. Where ambiguity exists, a token comprises the longest
|
/external/markdown/tests/extensions-x-toc/ |
D | syntax-toc.txt | 49 use HTML itself. There's no need to preface it or delimit it to
|