HomeSort by relevance Sort by last modified time
    Searched defs:DELIM (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
osdefs.h 32 #define DELIM ';'
39 #define DELIM ','
59 #ifndef DELIM
61 #define DELIM ';'
64 #define DELIM ':'
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
osdefs.h 22 #define DELIM ';'
29 #define DELIM ','
56 #ifndef DELIM
57 #define DELIM ':'
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
osdefs.h 34 #define DELIM ';'
41 #define DELIM ','
69 #ifndef DELIM
71 # define DELIM ';'
74 # define DELIM ':'
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
osdefs.h 32 #define DELIM ';'
39 #define DELIM ','
59 #ifndef DELIM
61 #define DELIM ';'
64 #define DELIM ':'
  /external/python/cpython2/Include/
osdefs.h 22 #define DELIM ';'
29 #define DELIM ','
56 #ifndef DELIM
57 #define DELIM ':'
  /external/python/cpython3/Include/
osdefs.h 14 #define DELIM L';'
40 #ifndef DELIM
41 #define DELIM L':'
  /external/bcc/src/cc/
table_storage.h 35 static const std::string DELIM;
40 size_t len = parts.size() * DELIM.size();
45 path_ += DELIM + s;
table_storage.cc 29 const string Path::DELIM = "/";
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssTokens.java 201 DELIM,
440 // <bad-url>, <delim>, <number>, <percentage>,
464 type = TokenType.DELIM;
473 type = TokenType.DELIM;
479 type = TokenType.DELIM;
487 type = TokenType.DELIM;
498 type = TokenType.DELIM;
526 type = TokenType.DELIM;
549 type = TokenType.DELIM;
554 type = TokenType.DELIM;
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 296 milliseconds