Home
last modified time | relevance | path

Searched refs:delimit (Results 1 – 25 of 61) sorted by relevance

123

/external/ppp/pppd/
Dsrp-entry.c104 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/
DArgumentCompletor.java137 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/
Dapi_def_StringSplitV2.pbtxt40 deemed to delimit empty strings. For example, source of `"1<>2<><>3"` and
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
Daltmacro_string.s8 # You can delimit strings with matching angle brackets '<' '>'.
/external/skia/docs/
Dmarkup.bmh20 Tables use single hash symbols to delimit columns, and double to end row.
/external/skqp/docs/
Dmarkup.bmh20 Tables use single hash symbols to delimit columns, and double to end row.
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-util.hpp460 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/
Dpstat.py470 def list2string(inlist, delimit=' '): argument
479 return string.join(stringlist, delimit)
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.h409 int scanHeaderName(TPpToken* ppToken, char delimit);
DPp.cpp980 int TPpContext::scanHeaderName(TPpToken* ppToken, char delimit) in scanHeaderName() argument
993 if (ch == delimit) { in scanHeaderName()
/external/markdown/MarkdownTest/Tests_2007/
DMarkdown Documentation - Basics.text190 *reference*. With both styles, you use square brackets to delimit the
/external/markdown/MarkdownTest/Tests_2004/
DMarkdown Documentation - Basics.text190 *reference*. With both styles, you use square brackets to delimit the
/external/markdown/tests/markdown-test/
Dmarkdown-documentation-basics.txt190 *reference*. With both styles, you use square brackets to delimit the
/external/clang/include/clang/Basic/
DDiagnosticLexKinds.td88 "; use PREFIX( )PREFIX to delimit raw string">;
91 "; use PREFIX( )PREFIX to delimit raw string">;
/external/skia/site/dev/tools/
Dmarkdown.md312 *reference*. With both styles, you use square brackets to delimit the
/external/skqp/site/dev/tools/
Dmarkdown.md312 *reference*. With both styles, you use square brackets to delimit the
/external/openssh/
Dsftp.033 Since some usage formats use colon characters to delimit host names from
/external/bcc/tools/
Dstackcount_example.txt93 Now adding the -d option to delimit kernel and user stacks:
/external/google-styleguide/
Dobjcguide.md540 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/
DFIPS.md100 1. It inserts the labels that delimit the module's code and data (called `module_start` and `modul…
/external/llvm/docs/
DExceptionHandling.rst367 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/
Dconfigparser.rst253 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/
DExceptionHandling.rst367 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/
Dlexical_analysis.rst305 serve to delimit tokens. Where ambiguity exists, a token comprises the longest
/external/markdown/tests/extensions-x-toc/
Dsyntax-toc.txt49 use HTML itself. There's no need to preface it or delimit it to

123