Searched +refs:error +refs:eval (Results 1 - 25 of 285) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/
H A DAndroid.mk36 $(error "Android 4.4 and earlier not supported")
84 $(foreach d, $(MESA_BUILD_CLASSIC) $(MESA_BUILD_GALLIUM), $(eval $(d) := true))
101 $(eval LOCAL_CFLAGS += -DHAVE_LLVM=0x0307 -DMESA_LLVM_VERSION_STRING=\"3.7\")) \
103 $(eval LOCAL_CFLAGS += -DHAVE_LLVM=0x0308 -DMESA_LLVM_VERSION_STRING=\"3.8\")) \
105 $(eval LOCAL_CFLAGS += -DHAVE_LLVM=0x0309 -DMESA_LLVM_VERSION_STRING=\"3.9\")) \
107 $(eval LOCAL_CFLAGS += -DHAVE_LLVM=0x0309 -DMESA_LLVM_VERSION_STRING=\"3.9\")) \
108 $(eval LOCAL_SHARED_LIBRARIES += libLLVM)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/dri/
H A DAndroid.mk36 # depending on which drivers are enabled or not. Otherwise, we get the error:
64 $(foreach d, $(MESA_BUILD_GALLIUM), $(eval LOCAL_CFLAGS += $(patsubst HAVE_%,-D%,$(d))))
87 $(eval MESA_DRI_MODULE_PATH := $(TARGET_OUT_VENDOR)/$(l)/$(MESA_DRI_MODULE_REL_PATH)) \
/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_exec_api.c39 #include "main/eval.h"
723 if (exec->eval.recalculate_maps)
727 if (exec->eval.map1[i].map)
728 if (exec->vtx.attr[i].active_size != exec->eval.map1[i].sz)
729 vbo_exec_fixup_vertex(ctx, i, exec->eval.map1[i].sz, GL_FLOAT);
751 if (exec->eval.recalculate_maps)
755 if (exec->eval.map2[i].map)
756 if (exec->vtx.attr[i].active_size != exec->eval.map2[i].sz)
757 vbo_exec_fixup_vertex(ctx, i, exec->eval.map2[i].sz, GL_FLOAT);
835 GLenum error local in function:vbo_exec_Begin
[all...]
/xsrc/external/mit/freetype/dist/builds/
H A Dtoplevel.mk38 # for `$(eval ...)' which has been introduced in the same GNU make version.
41 $(eval eval_available := T)
43 $(error FreeType's build system needs a Make program which supports $$(value))
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.3.rst63 - draw: fix tess eval pipeline statistics.
127 - glcpp: Handle bison-3.6 error message changes
/xsrc/external/mit/xclock/dist/
H A Daclocal.m4345 # Older Autoconf quotes --file arguments for eval, but not when files
346 # are listed without --file. Let's play safe and only enable the eval
351 [*\'*], [eval set x "$CONFIG_FILES"],
563 of your $PATH and any error possibly output before this message. This
726 # Use eval to expand $SHELL
727 if eval "$MISSING --is-lightweight"; then
1134 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1737 eval additional_includedir=\"$includedir\"
1738 eval additional_libdir=\"$libdir\"
1749 eval additional_includedi
[all...]
/xsrc/external/mit/xwininfo/dist/
H A Daclocal.m4345 # Older Autoconf quotes --file arguments for eval, but not when files
346 # are listed without --file. Let's play safe and only enable the eval
351 [*\'*], [eval set x "$CONFIG_FILES"],
563 of your $PATH and any error possibly output before this message. This
726 # Use eval to expand $SHELL
727 if eval "$MISSING --is-lightweight"; then
1134 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1737 eval additional_includedir=\"$includedir\"
1738 eval additional_libdir=\"$libdir\"
1749 eval additional_includedi
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/m4/
H A Dlibtool.m4540 eval 'cat <<_LTECHO_EOF
548 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
550 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
553 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
561 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
563 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
566 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
935 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
949 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
989 # If there is a non-empty error lo
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/m4/
H A Dlibtool.m4523 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
525 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
528 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
536 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
538 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
541 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
870 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
884 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
1101 if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
1175 if { test "X$echo_test_string" = "X`eval
[all...]
/xsrc/external/mit/xorg-server.old/dist/m4/
H A Dlibtool.m4535 eval 'cat <<_LTECHO_EOF
543 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
545 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
548 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
556 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
558 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
561 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
903 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
917 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
1133 eval 'ca
[all...]
/xsrc/external/mit/xf86-video-wsfb/dist/
H A Daclocal.m4553 eval 'cat <<_LTECHO_EOF
561 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
563 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
566 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
574 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
576 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
579 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
918 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
932 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
1159 eval 'ca
[all...]
/xsrc/external/mit/libpthread-stubs/dist/
H A Daclocal.m4345 # Older Autoconf quotes --file arguments for eval, but not when files
346 # are listed without --file. Let's play safe and only enable the eval
351 [*\'*], [eval set x "$CONFIG_FILES"],
563 of your $PATH and any error possibly output before this message. This
726 # Use eval to expand $SHELL
727 if eval "$MISSING --is-lightweight"; then
1134 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
/xsrc/external/mit/xf86-video-imstt/dist/
H A Daclocal.m4268 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
281 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
366 if (echo_test_string=`eval $cmd`) 2>/dev/null &&
367 echo_test_string=`eval $cmd` &&
441 if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
449 echo_test_string=`eval $prev`
637 (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
638 (eval "$lt_compile" 2>conftest.err)
672 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
984 wl=$lt_prog_compiler_wl eval LDFLAG
[all...]
/xsrc/external/mit/xf86-video-nsc/dist/
H A Daclocal.m4268 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
281 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
366 if (echo_test_string=`eval $cmd`) 2>/dev/null &&
367 echo_test_string=`eval $cmd` &&
441 if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
449 echo_test_string=`eval $prev`
637 (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
638 (eval "$lt_compile" 2>conftest.err)
672 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
984 wl=$lt_prog_compiler_wl eval LDFLAG
[all...]
/xsrc/external/mit/libxkbui/dist/
H A Daclocal.m4268 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
281 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
366 if (echo_test_string=`eval $cmd`) 2>/dev/null &&
367 echo_test_string=`eval $cmd` &&
441 if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
449 echo_test_string=`eval $prev`
637 (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
638 (eval "$lt_compile" 2>conftest.err)
672 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
984 wl=$lt_prog_compiler_wl eval LDFLAG
[all...]
/xsrc/external/mit/xf86-video-nouveau/dist/
H A Daclocal.m485 dnl result in pkg-config tests failing, but no bogus error messages.
193 # Put the nasty error message in config.log where it belongs
1571 # Not having GLib when unit testing has been explicitly requested is an error
1578 # Having unit testing disabled when GLib has been explicitly requested is an error
1585 # Not having GLib when it has been explicitly requested is an error
1605 # of returning an error if enable_unit_tests is yes, and ld -wrap is not
1614 # Not having ld wrap when unit testing has been explicitly requested is an error
1633 # linker, or whether they give an error.
1687 eval AS_TR_SH(xorg_cv_linker_flags_[$1])=yes,
1688 eval AS_TR_S
[all...]
/xsrc/external/mit/glu/dist/
H A Daclocal.m4566 eval 'cat <<_LTECHO_EOF
574 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
576 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
579 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
587 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
589 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
592 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
971 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
985 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
1025 # If there is a non-empty error lo
[all...]
/xsrc/external/mit/libvdpau/dist/
H A Daclocal.m4566 eval 'cat <<_LTECHO_EOF
574 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
576 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
579 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
587 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
589 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
592 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
971 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
985 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
1025 # If there is a non-empty error lo
[all...]
/xsrc/external/mit/libXt/dist/
H A Daclocal.m485 dnl result in pkg-config tests failing, but no bogus error messages.
193 # Put the nasty error message in config.log where it belongs
1571 # Not having GLib when unit testing has been explicitly requested is an error
1578 # Having unit testing disabled when GLib has been explicitly requested is an error
1585 # Not having GLib when it has been explicitly requested is an error
1605 # of returning an error if enable_unit_tests is yes, and ld -wrap is not
1614 # Not having ld wrap when unit testing has been explicitly requested is an error
1633 # linker, or whether they give an error.
1687 eval AS_TR_SH(xorg_cv_linker_flags_[$1])=yes,
1688 eval AS_TR_S
[all...]
/xsrc/external/mit/libxcb/dist/
H A Daclocal.m4184 # Put the nasty error message in config.log where it belongs
1562 # Not having GLib when unit testing has been explicitly requested is an error
1569 # Having unit testing disabled when GLib has been explicitly requested is an error
1576 # Not having GLib when it has been explicitly requested is an error
1596 # of returning an error if enable_unit_tests is yes, and ld -wrap is not
1605 # Not having ld wrap when unit testing has been explicitly requested is an error
1624 # linker, or whether they give an error.
1678 eval AS_TR_SH(xorg_cv_linker_flags_[$1])=yes,
1679 eval AS_TR_SH(xorg_cv_linker_flags_[$1])=no)
1681 eval xorg_check_linker_flag
[all...]
/xsrc/external/mit/xf86-video-intel/dist/
H A Daclocal.m4184 # Put the nasty error message in config.log where it belongs
1562 # Not having GLib when unit testing has been explicitly requested is an error
1569 # Having unit testing disabled when GLib has been explicitly requested is an error
1576 # Not having GLib when it has been explicitly requested is an error
1596 # of returning an error if enable_unit_tests is yes, and ld -wrap is not
1605 # Not having ld wrap when unit testing has been explicitly requested is an error
1624 # linker, or whether they give an error.
1678 eval AS_TR_SH(xorg_cv_linker_flags_[$1])=yes,
1679 eval AS_TR_SH(xorg_cv_linker_flags_[$1])=no)
1681 eval xorg_check_linker_flag
[all...]
/xsrc/external/mit/xedit/dist/
H A Daclocal.m469 # ACT-IF-FAIL (default is to abort configure with a proper error message).
405 # Older Autoconf quotes --file arguments for eval, but not when files
406 # are listed without --file. Let's play safe and only enable the eval
411 [*\'*], [eval set x "$CONFIG_FILES"],
623 of your $PATH and any error possibly output before this message. This
786 # Use eval to expand $SHELL
787 if eval "$MISSING --is-lightweight"; then
1194 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1372 # Put the nasty error message in config.log where it belongs
2682 # Not having GLib when unit testing has been explicitly requested is an error
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/
H A Daclocal.m4151 # Put the nasty error message in config.log where it belongs
1315 # Not having GLib when unit testing has been explicitly requested is an error
1322 # Having unit testing disabled when GLib has been explicitly requested is an error
1329 # Not having GLib when it has been explicitly requested is an error
1349 # of returning an error if enable_unit_tests is yes, and ld -wrap is not
1358 # Not having ld wrap when unit testing has been explicitly requested is an error
1377 # linker, or whether they give an error.
1431 eval AS_TR_SH(xorg_cv_linker_flags_[$1])=yes,
1432 eval AS_TR_SH(xorg_cv_linker_flags_[$1])=no)
1434 eval xorg_check_linker_flag
[all...]
/xsrc/external/mit/xf86-video-amdgpu/dist/
H A Daclocal.m4184 # Put the nasty error message in config.log where it belongs
1494 # Not having GLib when unit testing has been explicitly requested is an error
1501 # Having unit testing disabled when GLib has been explicitly requested is an error
1508 # Not having GLib when it has been explicitly requested is an error
1528 # of returning an error if enable_unit_tests is yes, and ld -wrap is not
1537 # Not having ld wrap when unit testing has been explicitly requested is an error
1556 # linker, or whether they give an error.
1610 eval AS_TR_SH(xorg_cv_linker_flags_[$1])=yes,
1611 eval AS_TR_SH(xorg_cv_linker_flags_[$1])=no)
1613 eval xorg_check_linker_flag
[all...]
/xsrc/external/mit/xf86-video-ati-kms/dist/
H A Daclocal.m4184 # Put the nasty error message in config.log where it belongs
1562 # Not having GLib when unit testing has been explicitly requested is an error
1569 # Having unit testing disabled when GLib has been explicitly requested is an error
1576 # Not having GLib when it has been explicitly requested is an error
1596 # of returning an error if enable_unit_tests is yes, and ld -wrap is not
1605 # Not having ld wrap when unit testing has been explicitly requested is an error
1624 # linker, or whether they give an error.
1678 eval AS_TR_SH(xorg_cv_linker_flags_[$1])=yes,
1679 eval AS_TR_SH(xorg_cv_linker_flags_[$1])=no)
1681 eval xorg_check_linker_flag
[all...]

Completed in 61 milliseconds

1234567891011>>