/third_party/gettext/gettext-tools/woe32dll/ |
D | gettextsrc-exports.c | 25 VARIABLE(allow_duplicates) 26 VARIABLE(format_language) 27 VARIABLE(format_language_pretty) 28 VARIABLE(formatstring_awk) 29 VARIABLE(formatstring_boost) 30 VARIABLE(formatstring_c) 31 VARIABLE(formatstring_csharp) 32 VARIABLE(formatstring_elisp) 33 VARIABLE(formatstring_gcc_internal) 34 VARIABLE(formatstring_gfc_internal) [all …]
|
D | gettextlib-exports.c | 20 VARIABLE(argmatch_die) 22 VARIABLE(rpl_error_message_count) 23 VARIABLE(rpl_error_one_per_line) 24 VARIABLE(rpl_error_print_progname) 26 VARIABLE(error_with_progname) 27 VARIABLE(exit_failure) 28 VARIABLE(gl_linkedhash_list_implementation) 29 VARIABLE(program_name) 31 VARIABLE(rpl_optarg) 32 VARIABLE(rpl_optind) [all …]
|
D | export.h | 105 # define VARIABLE(x) \ macro 118 # define VARIABLE(x) /* nothing */ macro
|
/third_party/libsnd/cmake/ |
D | CheckCPUArch.cmake | 1 macro (_CHECK_CPU_ARCH ARCH ARCH_DEFINES VARIABLE) 2 if (NOT DEFINED HAVE_${VARIABLE}) 6 try_compile (HAVE_${VARIABLE} "${PROJECT_BINARY_DIR}" 8 if(HAVE_${VARIABLE}) 10 set (${VARIABLE} 1 CACHE INTERNAL "Result of CHECK_CPU_ARCH_X64" FORCE) 17 macro (CHECK_CPU_ARCH_X64 VARIABLE) 18 …) || defined(__x86_64__) || defined(__x86_64) || defined(_M_X64) || defined(_M_AMD64)" ${VARIABLE}) 21 macro (CHECK_CPU_ARCH_X86 VARIABLE) 22 …6__) || defined(__i586__) || defined(__i686__) ||defined( __i386) || defined(_M_IX86)" ${VARIABLE})
|
D | TestLargeFiles.cmake | 5 macro (TEST_LARGE_FILES VARIABLE) 7 if (NOT DEFINED ${VARIABLE}) 16 set (${VARIABLE} 1 CACHE INTERNAL "Result of tests for large file support" FORCE) 102 set (${VARIABLE} 1 CACHE INTERNAL "Result of tests for large file support" FORCE) 112 set (${VARIABLE} 0 CACHE INTERNAL "Result of test for large file support" FORCE) 119 endif (NOT DEFINED ${VARIABLE}) 121 endmacro (TEST_LARGE_FILES VARIABLE)
|
/third_party/boost/tools/build/src/engine/ |
D | variable.cpp | 52 typedef struct _variable VARIABLE ; typedef 199 VARIABLE * v; in var_get() 208 else if ( module->variables && ( v = (VARIABLE *)hash_find( in var_get() 252 if ( module->variables && ( v = (VARIABLE *)hash_find( in var_get() 270 VARIABLE * v; in var_get_and_clear_raw() 272 if ( module->variables && ( v = (VARIABLE *)hash_find( module->variables, in var_get_and_clear_raw() 344 VARIABLE * v; in var_enter() 351 module->variables = hashinit( sizeof( VARIABLE ), "variables" ); in var_enter() 353 v = (VARIABLE *)hash_insert( module->variables, symbol, &found ); in var_enter() 382 VARIABLE * const v = (VARIABLE *)xvar; in delete_var_()
|
/third_party/skia/third_party/externals/expat/expat/conftools/ |
D | ax-append-flag.m4 | 7 # AX_APPEND_FLAG(FLAG, [FLAGS-VARIABLE]) 11 # FLAG is appended to the FLAGS-VARIABLE shell variable, with a space 14 # If FLAGS-VARIABLE is not specified, the current language's flags (e.g. 15 # CFLAGS) is used. FLAGS-VARIABLE is not changed if it already contains 16 # FLAG. If FLAGS-VARIABLE is unset in the shell, it is set to exactly
|
D | ax-append-link-flags.m4 | 7 # AX_APPEND_LINK_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS], [INPUT]) 12 # flag. If it does, the flag is added FLAGS-VARIABLE 14 # If FLAGS-VARIABLE is not specified, the linker's flags (LDFLAGS) is
|
D | ax-append-compile-flags.m4 | 7 # AX_APPEND_COMPILE_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS], [INPUT]) 12 # flag. If it does, the flag is added FLAGS-VARIABLE 14 # If FLAGS-VARIABLE is not specified, the current language's flags (e.g.
|
/third_party/libffi/m4/ |
D | ax_append_flag.m4 | 7 # AX_APPEND_FLAG(FLAG, [FLAGS-VARIABLE]) 11 # FLAG is appended to the FLAGS-VARIABLE shell variable, with a space 14 # If FLAGS-VARIABLE is not specified, the current language's flags (e.g. 15 # CFLAGS) is used. FLAGS-VARIABLE is not changed if it already contains 16 # FLAG. If FLAGS-VARIABLE is unset in the shell, it is set to exactly
|
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/ |
D | bison.m4 | 699 # b4_percent_define_use(VARIABLE) 701 # Declare that VARIABLE was used. 706 # b4_percent_define_get(VARIABLE, [DEFAULT]) 709 # the %define variable VARIABLE is defined, emit its value. Contrary 711 # Bison's usage of VARIABLE by defining 712 # b4_percent_define_bison_variables(VARIABLE). 723 # b4_percent_define_get_loc(VARIABLE) 726 # if the %define variable VARIABLE is undefined, complain fatally since that's 729 # b4_fatal_at. Don't record this as a Bison usage of VARIABLE as there's no 742 # b4_percent_define_get_kind(VARIABLE) [all …]
|
/third_party/curl/CMake/ |
D | Macros.cmake | 29 macro(check_library_exists_concat LIBRARY SYMBOL VARIABLE) 31 ${VARIABLE}) 32 if(${VARIABLE}) 41 macro(check_include_file_concat FILE VARIABLE) 42 check_include_files("${CURL_INCLUDES};${FILE}" ${VARIABLE}) 43 if(${VARIABLE}) 45 set(CURL_TEST_DEFINES "${CURL_TEST_DEFINES} -D${VARIABLE}")
|
/third_party/gettext/gettext-tools/tests/ |
D | msgfilter-sr-latin-1 | 166 "with references to environment variables of the form $VARIABLE or ${VARIABLE}\n" 478 "with references to environment variables of the form $VARIABLE or ${VARIABLE}\n"
|
/third_party/skia/third_party/externals/microhttpd/m4/ |
D | ax_append_flag.m4 | 7 # AX_APPEND_FLAG(FLAG, [FLAGS-VARIABLE]) 11 # FLAG is appended to the FLAGS-VARIABLE shell variable, with a space 14 # If FLAGS-VARIABLE is not specified, the current language's flags (e.g. 15 # CFLAGS) is used. FLAGS-VARIABLE is not changed if it already contains 16 # FLAG. If FLAGS-VARIABLE is unset in the shell, it is set to exactly
|
D | ax_append_compile_flags.m4 | 7 # AX_APPEND_COMPILE_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS]) 12 # flag. If it does, the flag is added FLAGS-VARIABLE 14 # If FLAGS-VARIABLE is not specified, the current language's flags (e.g.
|
/third_party/libsnd/m4/ |
D | ax_append_flag.m4 | 7 # AX_APPEND_FLAG(FLAG, [FLAGS-VARIABLE]) 11 # FLAG is appended to the FLAGS-VARIABLE shell variable, with a space 14 # If FLAGS-VARIABLE is not specified, the current language's flags (e.g. 15 # CFLAGS) is used. FLAGS-VARIABLE is not changed if it already contains 16 # FLAG. If FLAGS-VARIABLE is unset in the shell, it is set to exactly
|
D | ax_append_link_flags.m4 | 7 # AX_APPEND_LINK_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS], [INPUT]) 12 # flag. If it does, the flag is added FLAGS-VARIABLE 14 # If FLAGS-VARIABLE is not specified, the linker's flags (LDFLAGS) is
|
D | ax_append_compile_flags.m4 | 7 # AX_APPEND_COMPILE_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS], [INPUT]) 12 # flag. If it does, the flag is added FLAGS-VARIABLE 14 # If FLAGS-VARIABLE is not specified, the current language's flags (e.g.
|
/third_party/gettext/gettext-runtime/intl/ |
D | intl-exports.c | 27 #define VARIABLE(x) \ macro 38 VARIABLE(libintl_version)
|
/third_party/python/Tools/c-analyzer/c_parser/ |
D | match.py | 69 elif decl.kind is _KIND.VARIABLE: 77 return decl.kind in (_KIND.VARIABLE, _KIND.FUNCTION) 111 if not decl.kind is _KIND.VARIABLE: 117 if not decl.kind is _KIND.VARIABLE:
|
/third_party/openssl/util/ |
D | libcrypto.num | 16 PKCS12_it 16 1_1_0 EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE: 43 PKCS7_ISSUER_AND_SERIAL_it 43 1_1_0 EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE: 184 ASN1_IA5STRING_it 186 1_1_0 EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE: 217 POLICYINFO_it 218 1_1_0 EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE: 267 ASN1_OCTET_STRING_NDEF_it 269 1_1_0 EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE: 343 DIST_POINT_it 344 1_1_0 EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE: 348 ASN1_SEQUENCE_it 348 1_1_0 EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE: 363 SXNETID_it 363 1_1_0 EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE: 473 PKCS12_BAGS_it 475 1_1_0 EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE: 492 ASN1_PRINTABLESTRING_it 493 1_1_0 EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE: [all …]
|
/third_party/pulseaudio/m4/ |
D | ax_check_flag.m4 | 10 # AX_APPEND_FLAG(FLAG, [FLAGS-VARIABLE]) 11 # AX_APPEND_COMPILE_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS]) 12 # AX_APPEND_LINK_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS]) 29 # AX_APPEND_FLAG appends the FLAG to the FLAG-VARIABLE shell variable or 31 # FLAG-VARIABLE if it is already in the shell variable. 36 # FLAGS-VARIABLE and EXTRA-FLAGS arguments are the same as in the other
|
/third_party/python/Tools/c-analyzer/cpython/ |
D | _analyzer.py | 62 KINDS = frozenset((*KIND.TYPES, KIND.VARIABLE)) 214 elif decl.kind is KIND.VARIABLE: 293 if item.kind is KIND.VARIABLE: 340 if item.kind != KIND.VARIABLE:
|
/third_party/python/ |
D | aclocal.m4 | 378 dnl _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) 408 dnl PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], 472 dnl PKG_CHECK_MODULES_STATIC(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], 478 dnl static libraries enabled. Sets VARIABLE-PREFIX_CFLAGS from --cflags 479 dnl and VARIABLE-PREFIX_LIBS from --libs. 538 dnl PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, 554 dnl PKG_WITH_MODULES(VARIABLE-PREFIX, MODULES, 560 dnl [VARIABLE-PREFIX] name, merging the behaviour of AC_ARG_WITH and 593 dnl PKG_HAVE_WITH_MODULES(VARIABLE-PREFIX, MODULES, 598 dnl check._[VARIABLE-PREFIX] is exported as make variable. [all …]
|
/third_party/skia/third_party/externals/icu/source/ |
D | aclocal.m4 | 115 dnl _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) 145 dnl PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], 209 dnl PKG_CHECK_MODULES_STATIC(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], 215 dnl static libraries enabled. Sets VARIABLE-PREFIX_CFLAGS from --cflags 216 dnl and VARIABLE-PREFIX_LIBS from --libs. 275 dnl PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE,
|