Home
last modified time | relevance | path

Searched refs:SEPARATOR (Results 1 – 25 of 124) sorted by relevance

12345

/third_party/node/deps/brotli/c/include/brotli/
Ddecode.h63 #define BROTLI_DECODER_ERROR_CODES_LIST(BROTLI_ERROR_CODE, SEPARATOR) \ argument
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/
Ddecode.h63 #define BROTLI_DECODER_ERROR_CODES_LIST(BROTLI_ERROR_CODE, SEPARATOR) \ argument
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/flutter/skia/tests/
DOSPathTest.cpp25 SkASSERT(!filename.contains(SkOSPath::SEPARATOR)); 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()
94 dir.printf("%c", SkOSPath::SEPARATOR); in DEF_TEST()
/third_party/skia/tests/
DOSPathTest.cpp25 SkASSERT(!filename.contains(SkOSPath::SEPARATOR)); 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()
94 dir.printf("%c", SkOSPath::SEPARATOR); in DEF_TEST()
/third_party/skia/src/utils/
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()
DSkOSPath.h19 const static char SEPARATOR = '\\';
21 const static char SEPARATOR = '/';
/third_party/flutter/skia/src/utils/
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()
DSkOSPath.h19 const static char SEPARATOR = '\\';
21 const static char SEPARATOR = '/';
/third_party/node/deps/npm/node_modules/node-gyp/test/
Dtest-configure-python.js18 const SEPARATOR = process.platform === 'win32' ? ';' : ':' constant
47 t.equal(process.env.PYTHONPATH, [EXPECTED_PYPATH, existingPath].join(SEPARATOR))
49 var dirs = process.env.PYTHONPATH.split(SEPARATOR)
63 var existingPath = [pythonDir1, pythonDir2].join(SEPARATOR)
69 t.equal(process.env.PYTHONPATH, [EXPECTED_PYPATH, existingPath].join(SEPARATOR))
71 var dirs = process.env.PYTHONPATH.split(SEPARATOR)
/third_party/libpng/scripts/
Dltsugar.m446 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
48 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'.
49 # Note that neither SEPARATOR nor STRING are expanded; they are appended
51 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
77 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
80 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
117 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
/third_party/gettext/m4/
Dltsugar.m446 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
48 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'.
49 # Note that neither SEPARATOR nor STRING are expanded; they are appended
51 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
77 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
80 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
117 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
/third_party/flutter/skia/third_party/externals/libpng/scripts/
Dltsugar.m446 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
48 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'.
49 # Note that neither SEPARATOR nor STRING are expanded; they are appended
51 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
77 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
80 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
117 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
/third_party/wayland_standard/m4/
Dltsugar.m446 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
48 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'.
49 # Note that neither SEPARATOR nor STRING are expanded; they are appended
51 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
77 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
80 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
117 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
/third_party/eudev/m4/
Dltsugar.m446 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
48 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'.
49 # Note that neither SEPARATOR nor STRING are expanded; they are appended
51 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
77 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
80 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
117 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
/third_party/skia/third_party/externals/microhttpd/m4/
Dltsugar.m445 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
47 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
48 # Note that neither SEPARATOR nor STRING are expanded; they are appended
50 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
54 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
116 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
/third_party/node/deps/cares/m4/
Dltsugar.m446 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
48 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'.
49 # Note that neither SEPARATOR nor STRING are expanded; they are appended
51 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
77 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
80 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
117 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
/third_party/flutter/skia/third_party/externals/sdl/acinclude/
Dltsugar.m445 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
47 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
48 # Note that neither SEPARATOR nor STRING are expanded; they are appended
50 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
54 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
116 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
/third_party/libevdev/m4/
Dltsugar.m446 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
48 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'.
49 # Note that neither SEPARATOR nor STRING are expanded; they are appended
51 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
77 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
80 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
117 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
/third_party/libffi/m4/
Dltsugar.m446 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
48 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'.
49 # Note that neither SEPARATOR nor STRING are expanded; they are appended
51 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
77 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
80 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
117 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
/third_party/skia/third_party/externals/libpng/scripts/
Dltsugar.m446 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
48 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'.
49 # Note that neither SEPARATOR nor STRING are expanded; they are appended
51 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
77 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
80 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
117 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
/third_party/icu/icu4c/source/common/
Ducat.cpp19 static const char SEPARATOR = '%'; variable
34 buffer[i++] = SEPARATOR; in _catkey()
/third_party/node/deps/icu-small/source/common/
Ducat.cpp19 static const char SEPARATOR = '%'; variable
34 buffer[i++] = SEPARATOR; in _catkey()
/third_party/skia/third_party/externals/icu/source/common/
Ducat.cpp19 static const char SEPARATOR = '%'; variable
34 buffer[i++] = SEPARATOR; in _catkey()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducat.cpp19 static const char SEPARATOR = '%'; variable
34 buffer[i++] = SEPARATOR; in _catkey()
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
DArab_Latn.txt28 [:Nd:]{٫}[:Nd:] ↔ [:Nd:]{','}[:Nd:] ; # ARABIC DECIMAL SEPARATOR
29 [:Nd:]{٬}[:Nd:] ↔ [:Nd:]{'.'}[:Nd:] ; # ARABIC THOUSANDS SEPARATOR
30 ٫ ↔ ',' $disambig ; # ARABIC DECIMAL SEPARATOR
31 ٬ ↔ '.' $disambig ; # ARABIC THOUSANDS SEPARATOR

12345