/external/brotli/c/include/brotli/ |
D | decode.h | 63 #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 …]
|
/external/compiler-rt/lib/builtins/ |
D | assembly.h | 20 #define SEPARATOR @ macro 22 #define SEPARATOR ; macro 59 .def name SEPARATOR \ 60 .scl 2 SEPARATOR \ 61 .type 32 SEPARATOR \ 116 HIDDEN(SYMBOL_NAME(name)) SEPARATOR 122 FILE_LEVEL_DIRECTIVE SEPARATOR \ 123 .globl SYMBOL_NAME(name) SEPARATOR \ 124 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \ 129 FILE_LEVEL_DIRECTIVE SEPARATOR \ [all …]
|
/external/libunwind_llvm/src/ |
D | assembly.h | 19 #define SEPARATOR ; macro 32 #define SEPARATOR @ macro 34 #define SEPARATOR %% macro 36 #define SEPARATOR ; macro 70 .def name SEPARATOR \ 71 .scl 2 SEPARATOR \ 72 .type 32 SEPARATOR \ 75 .section .drectve,"yn" SEPARATOR \ 76 .ascii "-export:", #name, "\0" SEPARATOR \ 96 .globl SYMBOL_NAME(name) SEPARATOR \ [all …]
|
/external/compiler-rt/lib/builtins/arm/ |
D | aeabi_fcmp.S | 22 .syntax unified SEPARATOR \ 23 .p2align 2 SEPARATOR \ 25 push { r4, lr } SEPARATOR \ 26 bl SYMBOL_NAME(__ ## cond ## sf2) SEPARATOR \ 27 cmp r0, #0 SEPARATOR \ 28 b ## cond 1f SEPARATOR \ 29 mov r0, #0 SEPARATOR \ 30 pop { r4, pc } SEPARATOR \ 31 1: SEPARATOR \ 32 mov r0, #1 SEPARATOR \ [all …]
|
D | aeabi_dcmp.S | 22 .syntax unified SEPARATOR \ 23 .p2align 2 SEPARATOR \ 25 push { r4, lr } SEPARATOR \ 26 bl SYMBOL_NAME(__ ## cond ## df2) SEPARATOR \ 27 cmp r0, #0 SEPARATOR \ 28 b ## cond 1f SEPARATOR \ 29 mov r0, #0 SEPARATOR \ 30 pop { r4, pc } SEPARATOR \ 31 1: SEPARATOR \ 32 mov r0, #1 SEPARATOR \ [all …]
|
/external/v8/src/wasm/ |
D | wasm-feature-flags.h | 9 #define FOREACH_WASM_FEATURE_FLAG(V, SEPARATOR) \ argument 11 SEPARATOR \ 13 SEPARATOR \ 15 SEPARATOR \ 17 SEPARATOR \ 19 SEPARATOR \ 21 SEPARATOR \ 23 SEPARATOR \
|
/external/skia/tests/ |
D | OSPathTest.cpp | 25 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()
|
/external/skqp/tests/ |
D | OSPathTest.cpp | 25 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()
|
/external/skia/src/utils/ |
D | SkOSPath.cpp | 12 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()
|
/external/skqp/src/utils/ |
D | SkOSPath.cpp | 12 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()
|
/external/curl/m4/ |
D | ltsugar.m4 | 46 # 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, [...])
|
/external/libexif/auto-m4/ |
D | ltsugar.m4 | 45 # 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, [...])
|
/external/ImageMagick/m4/ |
D | ltsugar.m4 | 46 # 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, [...])
|
/external/python/cpython2/Modules/_ctypes/libffi/m4/ |
D | ltsugar.m4 | 46 # 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, [...])
|
/external/lmfit/m4/ |
D | ltsugar.m4 | 45 # 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, [...])
|
/external/expat/m4/ |
D | ltsugar.m4 | 46 # 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, [...])
|
/external/speex/m4/ |
D | ltsugar.m4 | 45 # 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, [...])
|
/external/google-breakpad/m4/ |
D | ltsugar.m4 | 45 # 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, [...])
|
/external/libusb-compat/m4/ |
D | ltsugar.m4 | 45 # 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, [...])
|
/external/libnetfilter_conntrack/m4/ |
D | ltsugar.m4 | 45 # 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, [...])
|
/external/pcre/dist2/m4/ |
D | ltsugar.m4 | 46 # 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, [...])
|
/external/libpng/scripts/ |
D | ltsugar.m4 | 46 # 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, [...])
|
/external/libevent/m4/ |
D | ltsugar.m4 | 46 # 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, [...])
|
/external/libnfnetlink/m4/ |
D | ltsugar.m4 | 45 # 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, [...])
|
/external/libcap-ng/libcap-ng-0.7/m4/ |
D | ltsugar.m4 | 45 # 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, [...])
|