/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/python/cpython3/Lib/ |
D | ast.py | 744 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/ |
D | api_def_StringSplitV2.pbtxt | 40 deemed to delimit empty strings. For example, source of `"1<>2<><>3"` and
|
/external/llvm-project/llvm/test/MC/AsmParser/ |
D | altmacro_string.s | 8 # You can delimit strings with matching angle brackets '<' '>'.
|
/external/skqp/docs/ |
D | markup.bmh | 20 Tables use single hash symbols to delimit columns, and double to end row.
|
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/ |
D | SPIRVControlFlowOps.td | 259 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/ |
D | arduino.gni | 95 "--delimit-with-newlines",
|
/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/python/google-api-python-client/docs/ |
D | performance.md | 21 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/ |
D | Pp.cpp | 1016 int TPpContext::scanHeaderName(TPpToken* ppToken, char delimit) in scanHeaderName() argument 1029 if (ch == delimit) { in scanHeaderName()
|
D | PpContext.h | 471 int scanHeaderName(TPpToken* ppToken, char delimit);
|
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/ |
D | Pp.cpp | 1016 int TPpContext::scanHeaderName(TPpToken* ppToken, char delimit) in scanHeaderName() argument 1029 if (ch == delimit) { in scanHeaderName()
|
D | PpContext.h | 471 int scanHeaderName(TPpToken* ppToken, char delimit);
|
/external/markdown/tests/markdown-test/ |
D | markdown-documentation-basics.txt | 190 *reference*. With both styles, you use square brackets to delimit the
|
/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/clang/include/clang/Basic/ |
D | DiagnosticLexKinds.td | 88 "; use PREFIX( )PREFIX to delimit raw string">; 91 "; use PREFIX( )PREFIX to delimit raw string">;
|
/external/skqp/site/dev/tools/ |
D | markdown.md | 312 *reference*. With both styles, you use square brackets to delimit the
|
/external/llvm-project/clang/include/clang/Basic/ |
D | DiagnosticLexKinds.td | 97 "; use PREFIX( )PREFIX to delimit raw string">; 100 "; use PREFIX( )PREFIX to delimit raw string">;
|
/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 | 266 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/ |
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/boringssl/src/crypto/fipsmodule/ |
D | FIPS.md | 129 1. It inserts the labels that delimit the module's code and data (called `module_start` and `modul…
|
/external/swiftshader/docs/ |
D | Regres.md | 266 delimit the groups and leaf test name.
|