Home
last modified time | relevance | path

Searched defs:DELIM (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Include/
Dosdefs.h14 #define DELIM L';' macro
18 #define DELIM L';' macro
45 #define DELIM L':' macro
/external/python/cpython2/Include/
Dosdefs.h22 #define DELIM ';' macro
29 #define DELIM ',' macro
57 #define DELIM ':' macro
/external/llvm-project/clang/test/Sema/
Dwarn-stringcompare.c4 #define DELIM "/" macro
/external/bcc/src/cc/
Dtable_storage.cc29 const string Path::DELIM = "/"; member in ebpf::Path
/external/owasp/sanitizer/src/tests/org/owasp/html/
DCssFuzzerTest.java190 CssTokens.TokenType.DELIM, in TOKEN_TYPE_FILTERS.put()
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssTokens.java201 DELIM, enumConstant
/external/OpenCL-CTS/test_conformance/spir/
Drun_services.cpp537 const char DELIM = ','; in parseLine() local