Home
last modified time | relevance | path

Searched refs:eval (Results 1 – 25 of 27) sorted by relevance

12

/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Deval3 $description = "Test the eval function.";
5 $details = "This is a test of the eval function in GNU make.
17 X = $(eval $(value Y))
19 $(eval $(shell echo A = A))
20 $(eval $(Y))
21 $(eval A = C)
22 $(eval $(X))
46 $(foreach v,$(VARS),$(eval $(call VARSET,$v,$v)))
60 # Test to make sure eval'ing inside conditionals works properly
76 $(eval $(Y))
[all …]
Dforeach37 # variables in a global scope (like inside an eval). Tests bug #11913
52 $(foreach x,FOREACH,$(eval $(value mktarget)))',
/ndk/tests/device/test-stlport_static-exception/jni/
Dref9.cpp6 ex eval() const;
18 ex basic::eval() const { in eval() function in basic
25 const ex & tmpex = b.eval(); in construct_from_basic()
/ndk/tests/device/test-stlport_shared-exception/jni/
Dref9.cpp6 ex eval() const;
18 ex basic::eval() const { in eval() function in basic
25 const ex & tmpex = b.eval(); in construct_from_basic()
/ndk/sources/host-tools/make-3.81/config/
Dlib-prefix.m433 eval additional_includedir=\"$includedir\"
34 eval additional_libdir=\"$libdir\"
45 eval additional_includedir=\"$includedir\"
46 eval additional_libdir=\"$libdir\"
64 AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
95 AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
139 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
Dlib-link.m4132 eval additional_includedir=\"$includedir\"
133 eval additional_libdir=\"$libdir\"
144 eval additional_includedir=\"$includedir\"
145 eval additional_libdir=\"$libdir\"
178 eval value=\"\$HAVE_LIB$uppername\"
181 eval value=\"\$LIB$uppername\"
183 eval value=\"\$LTLIB$uppername\"
216 AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
295 AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
359 AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
[all …]
Dpo.m4124 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
128 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
201 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
309 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.057 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
60 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
61 as_echo_n_body='eval
123 do eval test x\${$as_var+set} = xset \
175 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
178 if (eval "$as_required") 2>/dev/null; then :
183 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
258 { eval $1=; unset $1;}
289 test -d "$as_dir" || eval $as_mkdir_p || {
322 test -z "$as_dirs" || eval "mkdir $as_dirs"
[all …]
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
DDEFAULT_GOAL67 $(eval $(rule))
Dflavors46 $(eval $(outer))
/ndk/build/gmsl/
D__gmsl75 # Figure out whether we have $(eval) or not (GNU Make 3.80 and above)
80 __gmsl_ignore := $(eval __gmsl_have_eval := $(true))
83 # their $(eval) support is incomplete.
86 $(warning You are using Electric Cloud's emake which has incomplete $$(eval) support)
102 $(call __gmsl_warning,GNU Make $(MAKE_VERSION) does not support $$$$(eval): some functions disabled)
331 $(eval __gmsl_t := $3) \
334 $(eval __gmsl_t := \
384 …1)$(strip $(eval __temp := $(subst $(__gmsl_space),x,$1))$(foreach a,$(__gmsl_characters),$(eval _…
406 …(eval __temp := $$(subst $$(__gmsl_space),� ,$$1))$(foreach a,$(__gmsl_characters),$(eval __temp :…
749 set = $(__gmsl_tr3)$(call assert_no_dollar,$0,$1$2$3)$(eval __gmsl_aa_$1_$2 = $3)
[all …]
Dgmsl-tests55 start_test = $(shell $(ECHO) -n "Testing '$1': " >&2)$(eval current_test := OK)
57 test_pass = .$(eval passed := $(call int_inc,$(passed)))
58 test_fail = X$(eval failed := $(call int_inc,$(failed)))$(eval current_test := ERROR '$1' != '$2')
59 test_assert = $(if $(filter undefined,$(origin 2)),$(eval 2 :=))$(shell $(ECHO) -n $(if $(call seq,…
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
Dbind.hpp176 …typename result_traits<R, F>::type operator[] (bind_t<R, F, L> & b) const { return b.eval(*this); } in operator []()
178 …me result_traits<R, F>::type operator[] (bind_t<R, F, L> const & b) const { return b.eval(*this); } in operator []()
237 …typename result_traits<R, F>::type operator[] (bind_t<R, F, L> & b) const { return b.eval(*this); } in operator []()
239 …me result_traits<R, F>::type operator[] (bind_t<R, F, L> const & b) const { return b.eval(*this); } in operator []()
297 …typename result_traits<R, F>::type operator[] (bind_t<R, F, L> & b) const { return b.eval(*this); } in operator []()
299 …me result_traits<R, F>::type operator[] (bind_t<R, F, L> const & b) const { return b.eval(*this); } in operator []()
376 …typename result_traits<R, F>::type operator[] (bind_t<R, F, L> & b) const { return b.eval(*this); } in operator []()
378 …me result_traits<R, F>::type operator[] (bind_t<R, F, L> const & b) const { return b.eval(*this); } in operator []()
441 …typename result_traits<R, F>::type operator[] (bind_t<R, F, L> & b) const { return b.eval(*this); } in operator []()
443 …me result_traits<R, F>::type operator[] (bind_t<R, F, L> const & b) const { return b.eval(*this); } in operator []()
[all …]
Dbind_template.hpp316 template<class A> result_type eval(A & a) in eval() function
321 template<class A> result_type eval(A & a) const in eval() function
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_filter_unittest.py62 CAN_PASS_EMPTY_ENV = eval(child.output)
75 CAN_UNSET_ENV = eval(child.output)
/ndk/sources/host-tools/make-3.81/tests/
DChangeLog125 an eval to trap errors) and if it exists, use POSIX::getcwd to
170 * tests/scripts/functions/eval: Ditto.
314 * scripts/functions/eval: Check that eval of targets within
421 * scripts/functions/eval: Test eval in a non-file context--bug #6195.
445 * scripts/functions/eval: Test very recursive $(eval ...) calls
458 * scripts/functions/eval: Test using $(eval ...) inside
565 * scripts/functions/eval: Test new function.
703 sure $(call ...) doesn't eval its arguments and that you can
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Dsymlinks13 if ($port_type eq 'W32' || !( eval { symlink("",""); 1 })) {
/ndk/sources/host-tools/make-3.81/
DChangeLog74 * read.c (read_all_makefiles, eval_makefile, eval): Ditto.
177 * read.c (eval): Even if the included filenames expands to the
187 (eval): Ditto.
345 * read.c (eval): Be sure to strip off trailing whitespace from the
637 * read.c (eval): If no filenames are passed to any of the
666 (eval): Call find_char_unquote() with IGNOREVARS set when we're
742 * read.c (eval): Push all checks for conditional words ("ifeq",
848 * read.c (eval): When creating the struct dep for the target,
911 * read.c (eval): Use define_variable_global() instead of
1010 we're trying to eval a new target/prerequisite relationship from
[all …]
Dread.c127 static int eval PARAMS ((struct ebuffer *buffer, int flags));
404 r = eval (&ebuf, !(flags & RM_NO_DEFAULT_GOAL)); in eval_makefile()
437 r = eval (&ebuf, 1); in eval_buffer()
454 eval (struct ebuffer *ebuf, int set_default) in eval() function
Daclocal.m4590 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
626 # Use eval to expand $SHELL
627 if eval "$MISSING --run true"; then
917 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
DNEWS179 * A new function is defined: $(eval ...). The arguments to this
/ndk/docs/Programmers_Guide/html/
Dnavtree.js56 return eval(n.replace(/\-/g,'_'));
472 navTreeSubIndices[i] = eval('NAVTREEINDEX'+i);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Ddebug.ipp405 ? safe_execlp( emacs_name, "-title", title, "--eval", dbg_command, 0 )
406 …: safe_execlp( emacs_name, "-title", title, "-display", dsi.display.begin(), "--eval", dbg_command…
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-14608 with `eval' (*note Eval Function::).
5778 `eval' function (*note Eval Function::).
5783 8.8 The `eval' Function
5786 The `eval' function is very special: it allows you to define new
5788 evaluating other variables and functions. The argument to the `eval'
5793 The result of the `eval' function is always the empty string; thus,
5797 It's important to realize that the `eval' argument is expanded
5798 _twice_; first by the `eval' function, then the results of that
5801 characters when using `eval'. The `value' function (*note Value
5805 Here is an example of how `eval' can be used; this example combines
[all …]
Dmake.texi5640 sections of makefile syntax to use with @code{eval} (@pxref{Eval Function}).
7076 @code{eval} function (@pxref{Eval Function}).
7080 @section The @code{eval} Function
7081 @findex eval
7085 The @code{eval} function is very special: it allows you to define new
7088 @code{eval} function is expanded, then the results of that expansion
7092 The result of the @code{eval} function is always the empty string;
7096 It's important to realize that the @code{eval} argument is expanded
7097 @emph{twice}; first by the @code{eval} function, then the results of
7100 for ``$'' characters when using @code{eval}. The @code{value}
[all …]

12