Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/gettext-0.21/
H A Dmingw.patch18 @@ -50,6 +50,7 @@ VARIABLE(formatstring_python)
19 VARIABLE(formatstring_python_brace)
20 VARIABLE(formatstring_qt)
21 VARIABLE(formatstring_qt_plural)
22 +VARIABLE(formatstring_ruby)
23 VARIABLE(formatstring_scheme)
24 VARIABLE(formatstring_sh)
25 VARIABLE(formatstring_smalltalk)
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_utils_fw.c18 #define hw_atl2_shared_buffer_write(HW, ITEM, VARIABLE) \ argument
23 BUILD_BUG_ON_MSG((sizeof(VARIABLE) % sizeof(u32)) != 0,\
27 (u32 *)&(VARIABLE), sizeof(VARIABLE) / sizeof(u32));\
30 #define hw_atl2_shared_buffer_get(HW, ITEM, VARIABLE) \ argument
35 BUILD_BUG_ON_MSG((sizeof(VARIABLE) % sizeof(u32)) != 0,\
39 (u32 *)&(VARIABLE), \
40 sizeof(VARIABLE) / sizeof(u32));\
46 #define hw_atl2_shared_buffer_read(HW, ITEM, VARIABLE) \ argument
51 BUILD_BUG_ON_MSG((sizeof(VARIABLE) % sizeof(u32)) != 0,\
53 BUILD_BUG_ON_MSG(sizeof(VARIABLE) > sizeof(u32),\
[all …]
/OK3568_Linux_fs/buildroot/package/babeltrace2/
H A D0001-configure-simplify-warning-flags-detection.patch168 -# AX_COMPILER_FLAGS([CFLAGS-VARIABLE], [LDFLAGS-VARIABLE], [IS-RELEASE], [EXTRA-BASE-CFLAGS], [E…
179 -# if so, are appended to CFLAGS-VARIABLE and LDFLAGS-VARIABLE. This
227 -# CFLAGS-VARIABLE defaults to WARN_CFLAGS, and LDFLAGS-VARIABLE defaults
332 -# AX_COMPILER_FLAGS_CFLAGS([VARIABLE], [IS-RELEASE], [EXTRA-BASE-FLAGS], [EXTRA-YES-FLAGS])
336 -# Add warning flags for the C compiler to VARIABLE, which defaults to
337 -# WARN_CFLAGS. VARIABLE is AC_SUBST-ed by this macro, but must be
499 -# AX_COMPILER_FLAGS_GIR([VARIABLE], [IS-RELEASE], [EXTRA-BASE-FLAGS], [EXTRA-YES-FLAGS])
504 -# VARIABLE, which defaults to WARN_SCANNERFLAGS. VARIABLE is AC_SUBST-ed
565 -# AX_COMPILER_FLAGS_LDFLAGS([VARIABLE], [IS-RELEASE], [EXTRA-BASE-FLAGS], [EXTRA-YES-FLAGS])
569 -# Add warning flags for the linker to VARIABLE, which defaults to
[all …]
/OK3568_Linux_fs/buildroot/utils/checkpackagelib/
H A Dlib_mk.py84 VARIABLE = re.compile(r"^([A-Z0-9_]+)\s*((\+|:|)=)") variable in OverriddenVariable
105 m = self.VARIABLE.search(text)
245 VARIABLE = re.compile(r"^([A-Z0-9_]+_[A-Z0-9_]+)\s*(\+|)=") variable in TypoInPackageVariable
261 m = self.VARIABLE.search(text)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/pkgconfig/pkgconfig/
H A D0001-glib-gettext.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch37 # AM_GLIB_DEFINE_LOCALEDIR(VARIABLE)
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/gettext-minimal-0.21/aclocal/
H A Dpo.m4257 # 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'`
H A Dprogtest.m423 dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR,
/OK3568_Linux_fs/u-boot/include/
H A Dlattice.h65 #define VARIABLE 0x0400 /* Data is from a declared variable. */ macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/
H A Dvalgrind-make-ld-XXX.so-strlen-intercept-optional.patch40 /* VARIABLE PARTS */
/OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-metadata.rst22 The following example sets ``VARIABLE`` to "value". This assignment
26 VARIABLE = "value"
31 VARIABLE = " value"
32 VARIABLE = "value "
34 Setting ``VARIABLE`` to "" sets
38 VARIABLE = ""
39 VARIABLE = " "
45 VARIABLE = 'I have a " in my value'
788 VARIABLE = ""
789 VARIABLE:someoverride = "myclass"
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/hostapd/hostapd/
H A Ddefconfig6 # just setting VARIABLE=n is not disabling that variable.
/OK3568_Linux_fs/external/xserver/
H A Daclocal.m4513 dnl _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
543 dnl PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
607 dnl PKG_CHECK_MODULES_STATIC(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
613 dnl static libraries enabled. Sets VARIABLE-PREFIX_CFLAGS from --cflags
614 dnl and VARIABLE-PREFIX_LIBS from --libs.
673 dnl PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE,
689 dnl PKG_WITH_MODULES(VARIABLE-PREFIX, MODULES,
695 dnl [VARIABLE-PREFIX] name, merging the behaviour of AC_ARG_WITH and
728 dnl PKG_HAVE_WITH_MODULES(VARIABLE-PREFIX, MODULES,
733 dnl check._[VARIABLE-PREFIX] is exported as make variable.
[all …]
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/
H A Daclocal.m4845 # _AM_SUBST_NOTMAKE(VARIABLE)
847 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
851 # AM_SUBST_NOTMAKE(VARIABLE)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/
H A Dmodels.py1077 …self._helptext = HelpText.objects.get(key=self.task_name, area=HelpText.VARIABLE, build=self.build…
1808 VARIABLE = 0 variable in HelpText
1809 HELPTEXT_AREA = ((VARIABLE, 'variable'), )
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-45666 Part of ordinary shell syntax is the use of ‘$VARIABLE’ to substitute
5673 ‘${VARIABLE}’
5680 ‘$VARIABLE
5690 ‘${VARIABLE:-DEFAULT}’
5691 Substitute the value of VARIABLE, but if that is empty or
5694 ‘${VARIABLE:=DEFAULT}’
5695 Substitute the value of VARIABLE, but if that is empty or
5698 ‘${VARIABLE:?MESSAGE}’
5699 If VARIABLE is defined and not empty, substitute its value.
5704 ‘${VARIABLE:+REPLACEMENT}’
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-45666 Part of ordinary shell syntax is the use of ‘$VARIABLE’ to substitute
5673 ‘${VARIABLE}’
5680 ‘$VARIABLE
5690 ‘${VARIABLE:-DEFAULT}’
5691 Substitute the value of VARIABLE, but if that is empty or
5694 ‘${VARIABLE:=DEFAULT}’
5695 Substitute the value of VARIABLE, but if that is empty or
5698 ‘${VARIABLE:?MESSAGE}’
5699 If VARIABLE is defined and not empty, substitute its value.
5704 ‘${VARIABLE:+REPLACEMENT}’
[all …]
H A Dlibc.info-54798 specification to read a “variable assignment” of the form ‘VARIABLE =
/OK3568_Linux_fs/yocto/poky/documentation/
H A DREADME351 Note that a reference to a variable (:term:`VARIABLE`) automatically points to
/OK3568_Linux_fs/yocto/poky/bitbake/
H A DChangeLog64 - Support the syntax "export VARIABLE"
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/
H A Ddefconfig6 # just setting VARIABLE=n is not disabling that variable.
/OK3568_Linux_fs/external/xserver/m4/
H A Dlibtool.m41574 # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
1625 # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2245 [[# func_munge_path_list VARIABLE PATH
2247 # VARIABLE is name of variable containing _space_ separated list of
2251 # string "DIR[ DIR]" will be prepended to VARIABLE
2253 # string "DIR[ DIR]" will be appended to VARIABLE
2255 # string "DIRP[ DIRP]" will be prepended to VARIABLE and string
2256 # "DIRA[ DIRA]" will be appended to VARIABLE
2258 # VARIABLE will be replaced by "DIR[ DIR]"
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py837 area=HelpText.VARIABLE,
/OK3568_Linux_fs/kernel/tools/memory-model/Documentation/
H A Dexplanation.txt24 16. SEQUENTIAL CONSISTENCY PER VARIABLE
892 SEQUENTIAL CONSISTENCY PER VARIABLE
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgdb.info8682 FILE::VARIABLE
8683 FUNCTION::VARIABLE
8686 VARIABLE. In the case of file names, you can use quotes to make sure
10114 'init-if-undefined $VARIABLE = EXPRESSION'
20931 (gdb) watch ADDRESS|VARIABLE \
20932 if ADDRESS|VARIABLE == CONSTANT EXPRESSION
27290 Return the value of VARIABLE in this frame. If the optional
27293 determined by the frame's current program counter). The VARIABLE
30727 Return the value of VARIABLE in FRAME. If the optional argument
30730 by the frame's current program counter). The VARIABLE must be
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgdb.info8682 FILE::VARIABLE
8683 FUNCTION::VARIABLE
8686 VARIABLE. In the case of file names, you can use quotes to make sure
10114 'init-if-undefined $VARIABLE = EXPRESSION'
20931 (gdb) watch ADDRESS|VARIABLE \
20932 if ADDRESS|VARIABLE == CONSTANT EXPRESSION
27290 Return the value of VARIABLE in this frame. If the optional
27293 determined by the frame's current program counter). The VARIABLE
30727 Return the value of VARIABLE in FRAME. If the optional argument
30730 by the frame's current program counter). The VARIABLE must be
[all …]

12