/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
11.12-4.js | 53 // get around potential parse time error by putting expression in an eval statement 55 testcases[tc].actual = eval ( testcases[tc].actual );
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/ |
7.2-6.js | 53 array[item++] = new TestCase( SECTION, "var a\u000Ab = 5; ab=10;ab;", 10, eval("var a\nb = 5; ab=10;ab") ); 54 array[item++] = new TestCase( SECTION, "var a\u000Db = 5; ab=10;b;", 5, eval("var a\nb = 5; ab=10;b") );
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/RegExp/ |
regexp-enumerate-001.js | 69 if ( eval("this."+name) != void 0 ) { 72 eval( "this."+ name+" = "+ false );
|
/external/webkit/Source/WebCore/manual-tests/inspector/ |
bp-in-named-eval-after-reload.html | 11 <li>bp-in-named-eval-after-reload.html 40 eval([
|
/libcore/ |
CaCerts.mk | 45 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,target-cacert-$(notdir $(cacert)),$(cacert),$(cacerts_target_directory)))) 55 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,host-cacert-$(notdir $(cacert)),$(cacert),$(cacerts_host_directory))))
|
/ndk/build/core/ |
setup-abi.mk | 35 $(eval TARGET_PLATFORM := $$(subst android-$(_plat),android-9,$$(TARGET_PLATFORM)))\ 42 $(eval TARGET_PLATFORM := $$(subst android-$(_plat),android-9,$$(TARGET_PLATFORM)))\
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
foreach | 37 # variables in a global scope (like inside an eval). Tests bug #11913 52 $(foreach x,FOREACH,$(eval $(value mktarget)))',
|
/ndk/toolchains/mipsel-linux-android-4.4.3/ |
setup.mk | 58 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 59 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
|
/ndk/toolchains/mipsel-linux-android-4.6/ |
setup.mk | 59 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 60 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
|
/ndk/toolchains/mipsel-linux-android-4.7/ |
setup.mk | 59 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 60 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
|
/ndk/toolchains/x86-4.4.3/ |
setup.mk | 60 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 61 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
|
/ndk/toolchains/x86-4.6/ |
setup.mk | 61 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 62 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
|
/ndk/toolchains/x86-4.7/ |
setup.mk | 61 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 62 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
|
/system/core/sh/ |
eval.h | 1 /* $NetBSD: eval.h,v 1.14 2003/08/07 09:05:31 agc Exp $ */ 34 * @(#)eval.h 8.2 (Berkeley) 5/4/95
|
/external/v8/src/ |
scopes.h | 60 // be looked up dynamically from within eval and with scopes. The objects 155 // with statements or eval calls. 225 // Inform the scope that the corresponding code contains an eval call. 288 // Information about which scopes calls eval. 385 // Find the first function, global, or eval scope. This is the scope 437 // an inner scope) with no intervening with statements or eval calls. 467 // This scope or a nested catch scope or with scope contain an 'eval' call. At 468 // the 'eval' call site this scope is the declaration scope. 508 // binding scope (exclusive) makes a non-strict 'eval' call. 514 // binding scope (exclusive) makes a non-strict 'eval' call, that migh [all...] |
/external/genext2fs/ |
configure | 108 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 109 eval $as_var=C; export $as_var 155 if (eval ":") 2>/dev/null; then 161 if test $as_have_required = yes && (eval ": 366 (eval "as_func_return () { 530 eval sh -c '\'' 545 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 548 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/ant-glob/src/org/apache/tools/ant/taskdefs/condition/ |
Condition.java | 33 boolean eval() throws BuildException; method in interface:Condition
|
/external/clang/ |
gen_diff.sh | 16 eval set -- "$ARGS"
|
/external/dhcpcd/dhcpcd-hooks/ |
50-dhcpcd-compat | 37 eval echo "$x=\'\$$x\'" >> /var/lib/dhcpcd-"$INTERFACE".info
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/META-INF/ |
MANIFEST.MF | 21 ",org.eclipse.jdt.debug.core,org.eclipse.jdt.debug.eval,org.eclipse.j 28 ebug.ui",org.eclipse.jdt.internal.debug.eval;x-friends:="org.eclipse. 29 jdt.debug.ui",org.eclipse.jdt.internal.debug.eval.ast.engine;x-friend 30 s:="org.eclipse.jdt.debug.ui",org.eclipse.jdt.internal.debug.eval.ast
|
/external/eigen/Eigen/src/Eigen2Support/ |
QR.h | 62 return QR<PlainObject>(eval());
|
/external/eigen/bench/ |
basicbenchmark.h | 19 m = (I + 0.00005 * (m + m.lazy() * m)).eval();
|
/external/eigen/demos/opengl/ |
gpuhelper.h | 128 static void loadMatrix(const Matrix<float, 4,4, _Flags, 4,4>& mat) { glLoadMatrixf(mat.transpose().eval().data()); } 129 static void loadMatrix(const Matrix<double,4,4, _Flags, 4,4>& mat) { glLoadMatrixd(mat.transpose().eval().data()); } 130 static void multMatrix(const Matrix<float, 4,4, _Flags, 4,4>& mat) { glMultMatrixf(mat.transpose().eval().data()); } 131 static void multMatrix(const Matrix<double,4,4, _Flags, 4,4>& mat) { glMultMatrixd(mat.transpose().eval().data()); }
|
/external/eigen/doc/ |
I01_TopicLazyEvaluation.dox | 7 manually by using the MatrixBase::eval() and MatrixBase::noalias() methods. 29 Eigen chooses lazy evaluation. Thus the arrays are traversed only once, producing optimized code. If you really want to force immediate evaluation, use \link MatrixBase::eval() eval()\endlink: 31 \code matrix1 = (matrix2 + matrix3).eval(); \endcode
|
/external/eigen/test/ |
product_small.cpp | 47 VERIFY_IS_APPROX( (v * v.transpose()) * v, (v * v.transpose()).eval() * v);
|