Searched refs:VARIABLE (Results 1 – 25 of 94) sorted by relevance
1234
/external/curl/CMake/ |
D | Macros.cmake | 8 macro(CHECK_LIBRARY_EXISTS_CONCAT LIBRARY SYMBOL VARIABLE) 10 ${VARIABLE}) 11 if(${VARIABLE}) 13 endif(${VARIABLE}) 20 macro(CHECK_INCLUDE_FILE_CONCAT FILE VARIABLE) 21 check_include_files("${CURL_INCLUDES};${FILE}" ${VARIABLE}) 22 if(${VARIABLE}) 24 set(CURL_TEST_DEFINES "${CURL_TEST_DEFINES} -D${VARIABLE}") 25 endif(${VARIABLE})
|
/external/bison/data/ |
D | bison.m4 | 382 # b4_percent_define_use(VARIABLE) 384 # Declare that VARIABLE was used. 389 # b4_percent_define_get(VARIABLE, [DEFAULT]) 392 # the %define variable VARIABLE is defined, emit its value. Contrary 394 # Bison's usage of VARIABLE by defining 395 # b4_percent_define_bison_variables(VARIABLE). 407 # b4_percent_define_get_loc(VARIABLE) 410 # if the %define variable VARIABLE is undefined, complain fatally since that's 413 # b4_fatal_at. Don't record this as a Bison usage of VARIABLE as there's no 426 # b4_percent_define_get_syncline(VARIABLE) [all …]
|
/external/tlsdate/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.
|
/external/libmicrohttpd/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.
|
/external/llvm/test/DebugInfo/Generic/ |
D | inlined-vars.ll | 2 ; RUN: %llc_dwarf -O0 < %s | FileCheck %s -check-prefix VARIABLE 44 ; VARIABLE: {{.*Abbrev.*DW_TAG_variable}} 45 ; VARIABLE: {{.*Abbrev.*DW_TAG_variable}} 46 ; VARIABLE-NOT: {{.*Abbrev.*DW_TAG_variable}}
|
/external/dbus/cmake/modules/ |
D | CheckPrototypeExists.cmake | 2 # CHECK_PROTOTYPE_EXISTS (FUNCTION HEADER VARIABLE) 6 # VARIABLE - variable to store the result
|
D | CheckStructMember.cmake | 2 # CHECK_STRUCT_MEMBER (STRUCT MEMBER HEADER VARIABLE) 7 # VARIABLE - variable to store the result
|
/external/llvm/test/DebugInfo/X86/ |
D | gnu-public-names.ll | 68 ; ASM: .byte 32 # Kind: VARIABLE, EXTERNAL 202 ; CHECK-NEXT: [[OUTER_ANON_C]] STATIC VARIABLE "outer::(anonymous namespace)::c" 203 ; CHECK-NEXT: [[ANON_I]] STATIC VARIABLE "(anonymous namespace)::i" 208 ; CHECK-NEXT: [[F3_Z]] STATIC VARIABLE "f3::z" 211 ; CHECK-NEXT: [[ANON_INNER_B]] STATIC VARIABLE "(anonymous namespace)::inner::b" 214 ; CHECK-NEXT: [[GLOB_VAR]] EXTERNAL VARIABLE "global_variable" 215 ; CHECK-NEXT: [[GLOB_NS_VAR]] EXTERNAL VARIABLE "ns::global_namespace_variable" 217 ; CHECK-NEXT: [[D_VAR]] EXTERNAL VARIABLE "ns::d" 219 ; CHECK-NEXT: [[STATIC_MEM_VAR]] EXTERNAL VARIABLE "C::static_member_variable"
|
/external/dbus/m4/ |
D | tp-compiler-flag.m4 | 38 dnl TP_ADD_COMPILER_FLAG(VARIABLE, CFLAGS) 39 dnl Append CFLAGS to VARIABLE if the compiler supports them.
|
D | tp-compiler-warnings.m4 | 1 dnl TP_COMPILER_WARNINGS(VARIABLE, WERROR_BY_DEFAULT, DESIRABLE, UNDESIRABLE) 2 dnl $1 (VARIABLE): the variable to put flags into
|
D | pkg.m4 | 66 # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) 92 # PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
|
/external/bison/m4/ |
D | warnings.m4 | 42 # gl_WARN_ADD(OPTION, [VARIABLE = WARN_CFLAGS], 48 # If VARIABLE is a variable name, AC_SUBST it.
|
D | po.m4 | 257 # A sed script that extracts the value of VARIABLE from a Makefile. 266 /^['"${tab}"' ]*VARIABLE['"${tab}"' ]*=/{ 268 s/^['"${tab}"' ]*VARIABLE['"${tab}"' ]*=// 298 sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'` 317 sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
|
/external/strace/m4/ |
D | warnings.m4 | 59 # gl_WARN_ADD(OPTION, [VARIABLE = WARN_CFLAGS], 65 # If VARIABLE is a variable name, AC_SUBST it.
|
/external/autotest/client/tests/kvm/autotest_control/ |
D | ebizzy.control | 3 TIME = "MEDIUM, VARIABLE"
|
/external/icu/icu4c/source/ |
D | aclocal.m4 | 83 # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) 110 # PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], 216 # PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE,
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t042ast.g | 12 VARIABLE; 149 -> {self.flag == 1}? ^(VARIABLE ID modifier* type expression?)
|
/external/harfbuzz_ng/m4/ |
D | pkg.m4 | 66 # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) 94 # PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
|
/external/libvorbis/m4/ |
D | pkg.m4 | 66 # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) 94 # PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t042ast.g | 12 VARIABLE; 155 -> {this.flag === 1}? ^(VARIABLE ID modifier* type expression?)
|
/external/avahi/common/ |
D | doxygen.m4 | 58 # DX_ENV_APPEND(VARIABLE, VALUE) 60 # Append VARIABLE="VALUE" to DX_ENV for invoking doxygen. 74 # DX_REQUIRE_PROG(VARIABLE, PROGRAM)
|
/external/elfutils/m4/ |
D | po.m4 | 257 # A sed script that extracts the value of VARIABLE from a Makefile. 266 /^['"${tab}"' ]*VARIABLE['"${tab}"' ]*=/{ 268 s/^['"${tab}"' ]*VARIABLE['"${tab}"' ]*=// 298 sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'` 317 sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
|
/external/libexif/auto-m4/ |
D | po.m4 | 246 # A sed script that extracts the value of VARIABLE from a Makefile. 254 /^[ ]*VARIABLE[ ]*=/{ 256 s/^[ ]*VARIABLE[ ]*=// 286 sed_x_POTFILES="`$gt_echo \"$sed_x_variable\" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`" 305 sed_x_LINGUAS="`$gt_echo \"$sed_x_variable\" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`"
|
1234