/external/python/cpython3/Include/ |
D | osdefs.h | 14 #define DELIM L';' macro 18 #define DELIM L';' macro 44 #ifndef DELIM 45 #define DELIM L':' macro
|
/external/python/cpython2/Include/ |
D | osdefs.h | 22 #define DELIM ';' macro 29 #define DELIM ',' macro 56 #ifndef DELIM 57 #define DELIM ':' macro
|
/external/python/cpython2/PC/os2vacpp/ |
D | getpathp.c | 271 char *delim = strchr(path, DELIM); in get_progpath() 334 delim = strchr(prefix, DELIM); in calculate_path() 359 if (*p == DELIM) in calculate_path() 395 *buf++ = DELIM; in calculate_path() 401 *buf++ = DELIM; in calculate_path() 406 *buf++ = DELIM; in calculate_path() 418 q = strchr(p, DELIM); in calculate_path() 433 *buf++ = DELIM; in calculate_path() 438 *buf++ = DELIM; in calculate_path()
|
/external/python/cpython2/PC/os2emx/ |
D | getpathp.c | 226 char *delim = strchr(path, DELIM); in get_progpath() 312 if (*p == DELIM) in calculate_path() 343 *buf++ = DELIM; in calculate_path() 348 *buf++ = DELIM; in calculate_path() 360 q = strchr(p, DELIM); in calculate_path() 375 *buf++ = DELIM; in calculate_path() 380 *buf++ = DELIM; in calculate_path()
|
/external/python/cpython2/PC/ |
D | getpathp.c | 434 char *delim = strchr(path, DELIM); in get_progpath() 542 if (*p == DELIM) in calculate_path() 585 *buf++ = DELIM; in calculate_path() 591 *buf++ = DELIM; in calculate_path() 596 *buf++ = DELIM; in calculate_path() 602 *buf++ = DELIM; in calculate_path() 622 q = strchr(p, DELIM); in calculate_path() 637 *buf++ = DELIM; in calculate_path() 642 *buf++ = DELIM; in calculate_path() 665 while (look >= module_search_path && *look != DELIM) in calculate_path()
|
/external/python/cpython2/Modules/ |
D | getpath.c | 254 delim = strchr(prefix, DELIM); in search_for_prefix() 311 delim = strchr(home, DELIM); in search_for_exec_prefix() 371 static char delimiter[2] = {DELIM, '\0'}; in calculate_path() 419 char *delim = strchr(path, DELIM); in calculate_path() 555 char *delim = strchr(defpath, DELIM); in calculate_path() 606 char *delim = strchr(defpath, DELIM); in calculate_path() 611 defpath[0] != (delim ? DELIM : L'\0')) { /* not empty */ in calculate_path()
|
D | main.c | 133 fprintf(f, usage_4, DELIM); in usage() 134 fprintf(f, usage_5, DELIM, PYTHONHOMEHELP); in usage()
|
/external/bcc/src/cc/includes/ |
D | table_storage.h | 35 static const std::string DELIM; 40 size_t len = parts.size() * DELIM.size(); in Path() 45 path_ += DELIM + s; in Path()
|
/external/bcc/src/cc/ |
D | table_storage.h | 35 static const std::string DELIM; 40 size_t len = parts.size() * DELIM.size(); in Path() 45 path_ += DELIM + s; in Path()
|
D | table_storage.cc | 29 const string Path::DELIM = "/"; member in ebpf::Path
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | CssTokens.java | 201 DELIM, enumConstant 464 type = TokenType.DELIM; in lex() 473 type = TokenType.DELIM; in lex() 479 type = TokenType.DELIM; in lex() 487 type = TokenType.DELIM; in lex() 498 type = TokenType.DELIM; in lex() 526 type = TokenType.DELIM; in lex() 549 type = TokenType.DELIM; in lex() 554 type = TokenType.DELIM; in lex() 571 type = TokenType.DELIM; in lex() [all …]
|
D | CssGrammar.java | 143 case DELIM: in parsePropertyValue()
|
/external/python/cpython3/PC/ |
D | getpathp.c | 854 if (*p == DELIM) { in calculate_module_search_path() 886 *buf++ = DELIM; in calculate_module_search_path() 893 *buf++ = DELIM; in calculate_module_search_path() 900 *buf++ = DELIM; in calculate_module_search_path() 907 *buf++ = DELIM; in calculate_module_search_path() 915 *buf++ = DELIM; in calculate_module_search_path() 922 q = wcschr(p, DELIM); in calculate_module_search_path() 939 *buf++ = DELIM; in calculate_module_search_path() 949 *buf++ = DELIM; in calculate_module_search_path() 971 while (look >= start_buf && *look != DELIM) in calculate_module_search_path()
|
/external/python/cpython3/Modules/ |
D | getpath.c | 139 static const wchar_t delimiter[2] = {DELIM, '\0'}; 385 wchar_t *delim = wcschr(prefix, DELIM); in search_for_prefix() 627 wchar_t *delim = wcschr(pathconfig->home, DELIM); in search_for_exec_prefix() 827 wchar_t *delim = wcschr(path, DELIM); in calculate_program_full_path() 1099 wchar_t *delim = wcschr(defpath, DELIM); in calculate_module_search_path() 1141 wchar_t *delim = wcschr(defpath, DELIM); in calculate_module_search_path() 1146 defpath[0] != (delim ? DELIM : L'\0')) in calculate_module_search_path()
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
D | CssFuzzerTest.java | 190 CssTokens.TokenType.DELIM, in TOKEN_TYPE_FILTERS.put() argument 286 case DELIM: in fixDigitSpaceUnit()
|
/external/libxml2/test/valid/dtds/ |
D | xhtml1.dcl | 118 DELIM
|
/external/python/cpython3/Python/ |
D | pathconfig.c | 182 … pathconfig->module_search_path = _PyWideStringList_Join(&config->module_search_paths, DELIM); in pathconfig_set_from_config() 242 const wchar_t delim = DELIM; in config_init_module_search_paths()
|
D | initconfig.c | 1818 fprintf(f, usage_4, (wint_t)DELIM); in config_usage() 1819 fprintf(f, usage_5, (wint_t)DELIM, PYTHONHOMEHELP); in config_usage()
|
D | sysmodule.c | 3052 if ((v = makepathobject(path, DELIM)) == NULL) in PySys_SetPath()
|
/external/OpenCL-CTS/test_conformance/spir/ |
D | run_services.cpp | 544 const char DELIM = ','; in parseLine() local 557 if(*it == DELIM) in parseLine()
|
/external/python/cpython2/Python/ |
D | sysmodule.c | 1570 if ((v = makepathobject(path, DELIM)) == NULL) in PySys_SetPath()
|
/external/python/cpython3/Doc/c-api/ |
D | init_config.rst | 558 Module search paths as a string separated by ``DELIM``
|