HomeSort by relevance Sort by last modified time
    Searched full:eval (Results 876 - 900 of 1854) sorted by null

<<31323334353637383940>>

  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/
jstemplate_compiled.js 127 * Wrapper for the eval() builtin function to evaluate expressions and
131 * errors. Also protects against other syntax errors in the eval()ed
132 * code and returns null if the eval throws an exception.
139 return eval('[' + expr + '][0]');
147 * Wrapper for the eval() builtin function to execute statements. This
151 * javascript's eval semantics is murky in that it confounds
160 eval(stmt);
169 * Wrapper for eval with a context. NOTE: The style guide
170 * deprecates eval, so this is the exception that proves the
184 return eval('[' + expr + '][0]')
    [all...]
  /external/libmtp/
aclocal.m4 467 eval additional_includedir=\"$includedir\"
468 eval additional_libdir=\"$libdir\"
479 eval additional_includedir=\"$includedir\"
480 eval additional_libdir=\"$libdir\"
514 eval value=\"\$HAVE_LIB$uppername\"
517 eval value=\"\$LIB$uppername\"
519 eval value=\"\$LTLIB$uppername\"
533 eval libname=\"$acl_libname_spec\" # typically: libname=lib$name
559 eval library_names=\"$acl_library_names_spec\"
585 AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]
    [all...]
  /external/icu4c/
configure 56 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
59 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 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 :
264 { eval $1=; unset $1;}
295 test -d "$as_dir" || eval $as_mkdir_p || {
328 test -z "$as_dirs" || eval "mkdir $as_dirs
    [all...]
  /external/eigen/test/
product.h 137 VERIFY_IS_APPROX(res.col(r).noalias() = square.adjoint() * square.col(r), (square.adjoint() * square.col(r)).eval());
138 VERIFY_IS_APPROX(res.col(r).noalias() = square * square.col(r), (square * square.col(r)).eval());
  /external/openssh/
ssh-agent.0 68 which can be evaluated in the calling shell, eg eval `ssh-agent -s` for
69 Bourne-type shells such as sh(1) or ksh(1) and eval `ssh-agent -c` for
  /external/v8/test/mjsunit/
debug-clearbreakpointgroup.js 41 return eval('(' + code + ')');
85 eval(source);
mirror-array.js 32 var tmp = eval('(' + json_refs + ')');
76 var fromJSON = eval('(' + json + ')');
  /external/v8/test/mjsunit/harmony/
block-let-crankshaft.js 165 var func = eval("(function baz(){" + s + "; })");
187 var func = eval("(function baz(){ " + s + "; (function() { x; }); })");
  /external/valgrind/main/auxprogs/
gsl16test 39 (eval "$*") >> log.verbose 2>&1
99 (cd gsl-1.6-patched && for f in $ALL_TESTS ; do eval $GSL_VV -v --trace-children=yes "$GSL_VFLAGS" ./$f ; done) &> out-V
gsl19test 41 (eval "$*") >> log.verbose 2>&1
104 do GSL_TEST_VERBOSE=1 eval $GSL_VV -v --trace-children=yes "$GSL_VFLAGS" ./$f ; done) &> out-V
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.2.1-3.js 80 TEST_ARRAY = eval( TEST_STRING );
95 eval("TEST_ARRAY.toString = Object.prototype.toString; TEST_ARRAY.toString()") );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Expressions/
11.9.6-1.js 148 * The return value of eval(a STATEMENT) is undefined.
153 var arrUndef = [ , undefined, eval('var x = 0'), this.NOT_A_PROPERTY, , ];
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Operators/
11.13.1-001.js 99 * eval scope -
104 eval('z = z');
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Expressions/
regress-192288.js 71 actual = isNaN(eval("f.apply(this)"));
81 actual = isNaN(eval("Function('return 0/0;')()"));
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-103602.js 73 eval(sEval);
89 eval(sEval);
regress-156354.js 92 // let's try one via eval(), too -
94 eval("actual = obj.propertyIsEnumerable('prop2')");
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/
regress-208496-001.js 81 * EVAL SCOPE
104 eval(s);
  /external/webkit/Source/WebCore/dom/
StyleElement.cpp 147 if (screenEval.eval(mediaList.get()) || printEval.eval(mediaList.get())) {
  /external/webkit/WebKitLibraries/win/tools/scripts/
auto-version.sh 30 local old_value=$(eval echo "\$$1");
32 eval $1=\$value;
  /frameworks/testing/uiautomator/library/
Android.mk 82 $(eval $(call check-api, \
99 $(eval $(call check-api, \
  /libcore/
NativeCode.mk 64 $(eval $(call include-core-native-dir,$(dir))))
86 $(eval $(call include-core-native-dir,$(dir))))
  /ndk/tests/standalone/builtin-macros/
run.sh 8 eval macro_$_VARNAME=\"$_VARVALUE\"
12 eval echo -n \"\$macro_$1\"
  /ndk/toolchains/llvm-3.1/
setup.mk 124 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \
125 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
  /ndk/toolchains/llvm-3.2/
setup.mk 124 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \
125 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
XPathExpressionImpl.java 97 public Object eval(Object item, QName returnType) method in class:XPathExpressionImpl
99 XObject resultObject = eval ( item );
103 private XObject eval ( Object contextItem ) method in class:XPathExpressionImpl
184 return eval( item, returnType);
296 return eval( document, returnType );

Completed in 508 milliseconds

<<31323334353637383940>>