Home
last modified time | relevance | path

Searched refs:SEPARATOR (Results 1 - 25 of 30) sorted by relevance

12

/third_party/node/deps/brotli/c/include/brotli/
H A Ddecode.h63 #define BROTLI_DECODER_ERROR_CODES_LIST(BROTLI_ERROR_CODE, SEPARATOR) \
64 BROTLI_ERROR_CODE(_, NO_ERROR, 0) SEPARATOR \
66 BROTLI_ERROR_CODE(_, SUCCESS, 1) SEPARATOR \
67 BROTLI_ERROR_CODE(_, NEEDS_MORE_INPUT, 2) SEPARATOR \
68 BROTLI_ERROR_CODE(_, NEEDS_MORE_OUTPUT, 3) SEPARATOR \
71 BROTLI_ERROR_CODE(_ERROR_FORMAT_, EXUBERANT_NIBBLE, -1) SEPARATOR \
72 BROTLI_ERROR_CODE(_ERROR_FORMAT_, RESERVED, -2) SEPARATOR \
73 BROTLI_ERROR_CODE(_ERROR_FORMAT_, EXUBERANT_META_NIBBLE, -3) SEPARATOR \
74 BROTLI_ERROR_CODE(_ERROR_FORMAT_, SIMPLE_HUFFMAN_ALPHABET, -4) SEPARATOR \
75 BROTLI_ERROR_CODE(_ERROR_FORMAT_, SIMPLE_HUFFMAN_SAME, -5) SEPARATOR \
[all...]
/third_party/skia/third_party/externals/brotli/c/include/brotli/
H A Ddecode.h63 #define BROTLI_DECODER_ERROR_CODES_LIST(BROTLI_ERROR_CODE, SEPARATOR) \
64 BROTLI_ERROR_CODE(_, NO_ERROR, 0) SEPARATOR \
66 BROTLI_ERROR_CODE(_, SUCCESS, 1) SEPARATOR \
67 BROTLI_ERROR_CODE(_, NEEDS_MORE_INPUT, 2) SEPARATOR \
68 BROTLI_ERROR_CODE(_, NEEDS_MORE_OUTPUT, 3) SEPARATOR \
71 BROTLI_ERROR_CODE(_ERROR_FORMAT_, EXUBERANT_NIBBLE, -1) SEPARATOR \
72 BROTLI_ERROR_CODE(_ERROR_FORMAT_, RESERVED, -2) SEPARATOR \
73 BROTLI_ERROR_CODE(_ERROR_FORMAT_, EXUBERANT_META_NIBBLE, -3) SEPARATOR \
74 BROTLI_ERROR_CODE(_ERROR_FORMAT_, SIMPLE_HUFFMAN_ALPHABET, -4) SEPARATOR \
75 BROTLI_ERROR_CODE(_ERROR_FORMAT_, SIMPLE_HUFFMAN_SAME, -5) SEPARATOR \
[all...]
/third_party/skia/src/utils/
H A DSkOSPath.cpp12 if (!result.endsWith(SEPARATOR) && !result.isEmpty()) { in Join()
13 result.appendUnichar(SEPARATOR); in Join()
23 const char* filename = strrchr(fullPath, SEPARATOR); in Basename()
36 const char* end = strrchr(fullPath, SEPARATOR); in Dirname()
41 SkASSERT(fullPath[0] == SEPARATOR); in Dirname()
H A DSkOSPath.h19 const static char SEPARATOR = '\\'; member in SkOSPath
21 const static char SEPARATOR = '/';
/third_party/skia/tests/
H A DOSPathTest.cpp18 * end with SkOSPath::SEPARATOR.
20 * contain SkOSPath::SEPARATOR.
24 // If filename contains SkOSPath::SEPARATOR, the tests will fail. in test_dir_with_file()
25 SkASSERT(!filename.contains(SkOSPath::SEPARATOR)); in test_dir_with_file()
29 // fullName should be "dir<SkOSPath::SEPARATOR>file" in test_dir_with_file()
35 if (!dir.endsWith(SkOSPath::SEPARATOR) && !dir.isEmpty()) { in test_dir_with_file()
49 while (strippedDir.size() > 2 && strippedDir[strippedDir.size() - 1] == SkOSPath::SEPARATOR) { in test_dir_with_file()
58 REPORTER_ASSERT(reporter, !basename.contains(SkOSPath::SEPARATOR)); in test_dir_with_file()
71 dir.appendUnichar(SkOSPath::SEPARATOR); in DEF_TEST()
85 dir.appendUnichar(SkOSPath::SEPARATOR); in DEF_TEST()
[all...]
/third_party/icu/icu4c/source/common/
H A Ducat.cpp19 static const char SEPARATOR = '%'; variable
34 buffer[i++] = SEPARATOR; in _catkey()
/third_party/node/deps/icu-small/source/common/
H A Ducat.cpp19 static const char SEPARATOR = '%'; variable
34 buffer[i++] = SEPARATOR; in _catkey()
/third_party/skia/third_party/externals/icu/source/common/
H A Ducat.cpp19 static const char SEPARATOR = '%'; variable
34 buffer[i++] = SEPARATOR; in _catkey()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLocaleValidityChecker.java64 static Pattern SEPARATOR = Pattern.compile("[-_]"); field in LocaleValidityChecker
95 for (String variant : SEPARATOR.split(variantString)) { in isValid()
158 for (String subtag : SEPARATOR.split(extensionString)) { in isValidU()
325 String[] list = SEPARATOR.split(extensionString.substring(startIndex)); in isValidLocale()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DLocaleValidityChecker.java69 static Pattern SEPARATOR = Pattern.compile("[-_]"); field in LocaleValidityChecker
100 for (String variant : SEPARATOR.split(variantString)) { in isValid()
163 for (String subtag : SEPARATOR.split(extensionString)) { in isValidU()
330 String[] list = SEPARATOR.split(extensionString.substring(startIndex)); in isValidLocale()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DLocaleData.java30 private static final String SEPARATOR = "separator"; field in LocaleData
438 String localeSeparator = locDispBundle.getStringWithFallback(SEPARATOR); in getLocaleSeparator()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DDataDrivenTestHelper.java25 public static final String SEPARATOR = " ; \t"; field in DataDrivenTestHelper
49 String sep = first.startsWith("@") ? "=" : SEPARATOR; in appendLines()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DDataDrivenTestHelper.java24 public static final String SEPARATOR = " ; \t"; field in DataDrivenTestHelper
48 String sep = first.startsWith("@") ? "=" : SEPARATOR; in appendLines()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DLocaleData.java30 private static final String SEPARATOR = "separator"; field in LocaleData
423 String localeSeparator = locDispBundle.getStringWithFallback(SEPARATOR); in getLocaleSeparator()
/third_party/python/Lib/tkinter/
H A Dconstants.py81 SEPARATOR='separator' variable
/third_party/node/deps/v8/third_party/zlib/
H A Dtrees.c322 # define SEPARATOR(i, last, width) \ macro
338 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header()
344 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header()
350 SEPARATOR(i, DIST_CODE_LEN-1, 20)); in gen_trees_header()
357 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20)); in gen_trees_header()
363 SEPARATOR(i, LENGTH_CODES-1, 20)); in gen_trees_header()
369 SEPARATOR(i, D_CODES-1, 10)); in gen_trees_header()
/third_party/node/deps/zlib/
H A Dtrees.c383 # define SEPARATOR(i, last, width) \ macro
398 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header()
404 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header()
410 SEPARATOR(i, DIST_CODE_LEN-1, 20)); in gen_trees_header()
417 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20)); in gen_trees_header()
423 SEPARATOR(i, LENGTH_CODES-1, 20)); in gen_trees_header()
429 SEPARATOR(i, D_CODES-1, 10)); in gen_trees_header()
/third_party/libwebsockets/win32port/zlib/
H A Dtrees.c329 # define SEPARATOR(i, last, width) \ macro
345 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header()
351 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header()
357 SEPARATOR(i, DIST_CODE_LEN-1, 20)); in gen_trees_header()
364 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20)); in gen_trees_header()
370 SEPARATOR(i, LENGTH_CODES-1, 20)); in gen_trees_header()
376 SEPARATOR(i, D_CODES-1, 10)); in gen_trees_header()
/third_party/skia/third_party/externals/zlib/
H A Dtrees.c322 # define SEPARATOR(i, last, width) \ macro
338 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header()
344 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header()
350 SEPARATOR(i, DIST_CODE_LEN-1, 20)); in gen_trees_header()
357 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20)); in gen_trees_header()
363 SEPARATOR(i, LENGTH_CODES-1, 20)); in gen_trees_header()
369 SEPARATOR(i, D_CODES-1, 10)); in gen_trees_header()
/third_party/zlib/
H A Dtrees.c398 # define SEPARATOR(i, last, width) \ macro
414 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header()
420 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header()
426 SEPARATOR(i, DIST_CODE_LEN-1, 20)); in gen_trees_header()
433 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20)); in gen_trees_header()
439 SEPARATOR(i, LENGTH_CODES-1, 20)); in gen_trees_header()
445 SEPARATOR(i, D_CODES-1, 10)); in gen_trees_header()
/third_party/mesa3d/src/glx/
H A Dglxextensions.c337 #define SEPARATOR ' ' macro
361 for (len = 0; (server_string[base + len] != SEPARATOR) in __glXProcessServerString()
375 for (base += len; (server_string[base] == SEPARATOR) in __glXProcessServerString()
/third_party/skia/tools/viewer/
H A DBisectSlide.cpp39 const char* basename = strrchr(fFilePath.c_str(), SkOSPath::SEPARATOR); in BisectSlide()
/third_party/musl/porting/linux/user/src/network/
H A Dlookup_name.c541 static const char SEPARATOR[] = ","; variable
662 char* host = strsep(&cmd, SEPARATOR); in _predefined_host_parse_host_ips()
665 while ((ip = strsep(&cmd, SEPARATOR)) != NULL) { in _predefined_host_parse_host_ips()
/third_party/musl/src/network/
H A Dlookup_name.c609 static const char SEPARATOR[] = ","; variable
730 char* host = strsep(&cmd, SEPARATOR); in _predefined_host_parse_host_ips()
733 while ((ip = strsep(&cmd, SEPARATOR)) != NULL) { in _predefined_host_parse_host_ips()
/third_party/ffmpeg/libavformat/
H A Dhlsenc.c560 #define SEPARATOR '\\' macro
562 #define SEPARATOR '/' macro
654 av_bprintf(&path, "%s%c", dirname, SEPARATOR); in hls_delete_old_segments()
671 av_bprintf(&path, "%s%c%s", vtt_dirname, SEPARATOR, in hls_delete_old_segments()

Completed in 24 milliseconds

12