Home
last modified time | relevance | path

Searched refs:VARIABLE (Results 1 – 25 of 140) sorted by relevance

123456

/third_party/gettext/gettext-tools/woe32dll/
Dgettextsrc-exports.c25 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 …]
Dgettextlib-exports.c20 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 …]
Dexport.h105 # define VARIABLE(x) \ macro
118 # define VARIABLE(x) /* nothing */ macro
/third_party/libsnd/cmake/
DCheckCPUArch.cmake1 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})
DTestLargeFiles.cmake5 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/
Dvariable.cpp52 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/
Dax-append-flag.m47 # 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
Dax-append-link-flags.m47 # 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
Dax-append-compile-flags.m47 # 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/
Dax_append_flag.m47 # 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/
Dbison.m4699 # 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/
DMacros.cmake29 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/
Dmsgfilter-sr-latin-1166 "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/
Dax_append_flag.m47 # 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
Dax_append_compile_flags.m47 # 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/
Dax_append_flag.m47 # 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
Dax_append_link_flags.m47 # 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
Dax_append_compile_flags.m47 # 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/
Dintl-exports.c27 #define VARIABLE(x) \ macro
38 VARIABLE(libintl_version)
/third_party/python/Tools/c-analyzer/c_parser/
Dmatch.py69 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/
Dlibcrypto.num16 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/
Dax_check_flag.m410 # 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.py62 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/
Daclocal.m4378 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/
Daclocal.m4115 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,

123456