Home
last modified time | relevance | path

Searched refs:delimit (Results 1 – 25 of 70) 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/python/cpython3/Lib/
Dast.py744 def delimit(self, start, end): member in _Unparser
754 return self.delimit(start, end)
820 with self.delimit("(", ")"):
1010 with self.delimit("(", ")"):
1209 with self.delimit("(", ")"):
1219 with self.delimit("[", "]"):
1223 with self.delimit("[", "]"):
1229 with self.delimit("(", ")"):
1235 with self.delimit("{", "}"):
1241 with self.delimit("{", "}"):
[all …]
/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/llvm-project/llvm/test/MC/AsmParser/
Daltmacro_string.s8 # You can delimit strings with matching angle brackets '<' '>'.
/external/skqp/docs/
Dmarkup.bmh20 Tables use single hash symbols to delimit columns, and double to end row.
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DSPIRVControlFlowOps.td259 These blocks delimit constructs that must nest, and can only be entered
265 to delimit the boundary of the loop: the merge target is the next op
425 These blocks delimit constructs that must nest, and can only be entered
430 merge instruction for indicating the merge target, we use regions to delimit
/external/pigweed/pw_arduino_build/
Darduino.gni95 "--delimit-with-newlines",
/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/python/google-api-python-client/docs/
Dperformance.md21 Note how commas are used to delimit the desired fields, and slashes are used to indicate fields tha…
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/
DPp.cpp1016 int TPpContext::scanHeaderName(TPpToken* ppToken, char delimit) in scanHeaderName() argument
1029 if (ch == delimit) { in scanHeaderName()
DPpContext.h471 int scanHeaderName(TPpToken* ppToken, char delimit);
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPp.cpp1016 int TPpContext::scanHeaderName(TPpToken* ppToken, char delimit) in scanHeaderName() argument
1029 if (ch == delimit) { in scanHeaderName()
DPpContext.h471 int scanHeaderName(TPpToken* ppToken, char delimit);
/external/markdown/tests/markdown-test/
Dmarkdown-documentation-basics.txt190 *reference*. With both styles, you use square brackets to delimit the
/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/clang/include/clang/Basic/
DDiagnosticLexKinds.td88 "; use PREFIX( )PREFIX to delimit raw string">;
91 "; use PREFIX( )PREFIX to delimit raw string">;
/external/skqp/site/dev/tools/
Dmarkdown.md312 *reference*. With both styles, you use square brackets to delimit the
/external/llvm-project/clang/include/clang/Basic/
DDiagnosticLexKinds.td97 "; use PREFIX( )PREFIX to delimit raw string">;
100 "; use PREFIX( )PREFIX to delimit raw string">;
/external/bcc/tools/
Dstackcount_example.txt93 Now adding the -d option to delimit kernel and user stacks:
/external/google-styleguide/
Dobjcguide.md266 and use mixed case to delimit words.
442 Variable names typically start with a lowercase and use mixed case to delimit
478 with #define) should use mixed case to delimit words.
/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/boringssl/src/crypto/fipsmodule/
DFIPS.md129 1. It inserts the labels that delimit the module's code and data (called `module_start` and `modul…
/external/swiftshader/docs/
DRegres.md266 delimit the groups and leaf test name.

123