HomeSort by relevance Sort by last modified time
    Searched full:eval (Results 476 - 500 of 1661) sorted by null

<<11121314151617181920>>

  /ndk/sources/host-tools/make-3.81/config/
lib-link.m4 132 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...]
  /external/expat/conftools/
ltmain.sh 196 if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | \
198 win32_nmres=`eval $NM -f posix -A $1 | \
249 eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
294 $run eval "(cd \$f_ex_an_ar_dir && $AR x \$f_ex_an_ar_oldlib)" || exit $?
391 eval std_shrext=\"$shrext_cmds\"
433 eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $progpath`"
441 eval "$prev=\$arg"
878 eval srcfile=\"$fix_srcfile_path\"
929 if $run eval "$command"; then :
1001 if $run eval "$command"; then
    [all...]
  /external/llvm/autoconf/
ltmain.sh 196 if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | \
198 win32_nmres=`eval $NM -f posix -A $1 | \
249 eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
294 $run eval "(cd \$f_ex_an_ar_dir && $AR x \$f_ex_an_ar_oldlib)" || exit $?
391 eval std_shrext=\"$shrext_cmds\"
433 eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $progpath`"
441 eval "$prev=\$arg"
878 eval srcfile=\"$fix_srcfile_path\"
929 if $run eval "$command"; then :
1001 if $run eval "$command"; then
    [all...]
  /external/llvm/projects/sample/autoconf/
ltmain.sh 196 if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | \
198 win32_nmres=`eval $NM -f posix -A $1 | \
249 eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
294 $run eval "(cd \$f_ex_an_ar_dir && $AR x \$f_ex_an_ar_oldlib)" || exit $?
391 eval std_shrext=\"$shrext_cmds\"
433 eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $progpath`"
441 eval "$prev=\$arg"
878 eval srcfile=\"$fix_srcfile_path\"
929 if $run eval "$command"; then :
1001 if $run eval "$command"; then
    [all...]
  /external/grub/
configure 46 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
47 eval $as_var=C; export $as_var
230 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
233 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
360 eval "$ac_prev=\$ac_option"
404 eval "enable_$ac_feature=no" ;;
417 eval "enable_$ac_feature='$ac_optarg'" ;;
599 eval "with_$ac_package='$ac_optarg'" ;;
608 eval "with_$ac_package=no" ;;
640 eval "$ac_envvar='$ac_optarg'
    [all...]
  /external/clang/test/SemaCXX/
conditional-expr.cpp 53 enum Enum { EVal };
160 i1 = i1 ? i1 : EVal;
161 i1 = i1 ? EVal : i1;
197 test0 = test0 ? EVal : test0;
198 test1 = test0 ? EVal : (int) test0;
200 test0 = test0 ? EVal : test1; // expected-warning {{operand of ? changes signedness: 'int' to 'unsigned long'}}
201 test0 = test0 ? test1 : EVal; // expected-warning {{operand of ? changes signedness: 'int' to 'unsigned long'}}
203 test1 = test0 ? EVal : (int) test0;
204 test1 = test0 ? (int) test0 : EVal;
  /external/jpeg/
ltmain.sh 91 eval "$prev=\"\$$prev \$arg\""
94 eval "$prev=\$arg"
325 if $run eval "$base_compile\$pic_flag -DPIC \$srcfile"; then :
350 if $run eval "$base_compile \$srcfile$suppress_output"; then :
361 $run eval "echo timestamp > \$libobj" || exit $?
446 eval "$prev=\"\$arg\""
484 eval arg=\"$export_dynamic_flag_spec\"
685 eval flag=\"$hardcode_libdir_flag_spec\"
846 eval libname=\"$libname_spec\"
1009 eval library_names=\"$library_names_spec\
    [all...]
  /external/qemu/distrib/jpeg-6b/
ltmain.sh 91 eval "$prev=\"\$$prev \$arg\""
94 eval "$prev=\$arg"
325 if $run eval "$base_compile\$pic_flag -DPIC \$srcfile"; then :
350 if $run eval "$base_compile \$srcfile$suppress_output"; then :
361 $run eval "echo timestamp > \$libobj" || exit $?
446 eval "$prev=\"\$arg\""
484 eval arg=\"$export_dynamic_flag_spec\"
685 eval flag=\"$hardcode_libdir_flag_spec\"
846 eval libname=\"$libname_spec\"
1009 eval library_names=\"$library_names_spec\
    [all...]
  /external/fdlibm/
configure 46 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
47 eval $as_var=C; export $as_var
230 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
233 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
323 eval "$ac_prev=\$ac_option"
367 eval "enable_$ac_feature=no" ;;
380 eval "enable_$ac_feature='$ac_optarg'" ;;
562 eval "with_$ac_package='$ac_optarg'" ;;
571 eval "with_$ac_package=no" ;;
603 eval "$ac_envvar='$ac_optarg'
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathAPI.java 128 XObject list = eval(contextNode, str, namespaceNode);
167 XObject list = eval(contextNode, str, namespaceNode);
188 public static XObject eval(Node contextNode, String str) method in class:XPathAPI
191 return eval(contextNode, str, contextNode);
214 public static XObject eval(Node contextNode, String str, Node namespaceNode) method in class:XPathAPI
266 public static XObject eval( method in class:XPathAPI
  /external/libpcap/
configure 109 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
110 eval $as_var=C; export $as_var
156 if (eval ":") 2>/dev/null; then
162 if test $as_have_required = yes && (eval ":
367 (eval "as_func_return () {
531 eval sh -c '\''
546 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
549 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
759 eval $ac_prev=\$ac_option
814 eval enable_$ac_feature=no ;
    [all...]
  /external/chromium/base/
string_util.cc 975 static bool MatchPatternT(const CHAR* eval, const CHAR* eval_end,
984 EatSameChars(&pattern, pattern_end, &eval, eval_end, next);
988 if (eval == eval_end) {
1002 if (MatchPatternT(eval, eval_end, next_pattern, pattern_end,
1005 const CHAR* next_eval = eval;
1019 while (eval != eval_end) {
1020 if (MatchPatternT(eval, eval_end, next_pattern, pattern_end,
1023 eval++;
1028 if (eval == eval_end) {
    [all...]
  /gdk/build/core/
definitions.mk 45 $(eval __uniq_ret :=) \
48 $(eval __uniq_ret += $(__uniq_item))\
89 clear-vars = $(foreach __varname,$1,$(eval $(__varname) := $(empty)))
241 $(eval __gdk_modules.$(__mod).$(__field) := $(empty))\
244 $(eval __gdk_modules := $(empty_set)) \
245 $(eval __gdk_top_modules := $(empty)) \
246 $(eval __gdk_import_list := $(empty)) \
247 $(eval __gdk_import_depth := $(empty))
280 $(eval __gdk_modules := $(call set_insert,$(__gdk_modules),$1))\
282 $(eval __gdk_top_modules := $(call set_insert,$(__gdk_top_modules),$1))
    [all...]
  /ndk/sources/host-tools/make-3.81/autom4te.cache/
output.0 57 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/
configure 57 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...]
  /external/compiler-rt/make/
util.mk 34 Set = $(eval $(1) := $(2))
39 Append = $(eval $(1) += $(2))
  /external/iptables/extensions/
libxt_time.c 101 goto eval;
108 goto eval;
115 goto eval;
122 goto eval;
129 goto eval;
136 eval:
176 goto eval;
183 eval:
  /external/libvpx/examples/includes/geshi/geshi/
make.php 65 //'subst', 'addprefix', 'addsuffix', 'basename', 'call', 'dir', 'error', 'eval', 'filter-out', 'filter',
130 GESHI_SEARCH => '(\\$[({])(subst|addprefix|addsuffix|basename|call|dir|error|eval|filter-out|filter,|findstring|firstword|foreach|if|join|notdir|origin|patsubst|shell|sort|strip,|suffix|warning|wildcard|word|wordlist|words)([ })])',
  /external/v8/test/mjsunit/
debug-evaluate-with.js 50 // Break point in eval with block.
77 eval("with({bar:'with'}) { (function g() { var foo = 'local'; debugger; })(); }");
debug-liveedit-check-stack.js 38 this.ChooseAnimal = eval(
45 // Prevents eval script caching.
mirror-error.js 32 var tmp = eval('(' + json_refs + ')');
64 var fromJSON = eval('(' + json + ')');
mirror-function.js 32 var tmp = eval('(' + json_refs + ')');
73 var fromJSON = eval('(' + json + ')');
mirror-regexp.js 43 var tmp = eval('(' + json_refs + ')');
82 var fromJSON = eval('(' + json + ')');
mirror-unresolved-function.js 32 var tmp = eval('(' + json_refs + ')');
69 var fromJSON = eval('(' + json + ')');
  /external/v8/test/mjsunit/regress/
regress-1853.js 101 eval('function test1() { \n' +
107 eval('function test2() { \n' +

Completed in 1364 milliseconds

<<11121314151617181920>>