/external/openfst/ |
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'\" && 186 if (eval "$as_required") 2>/dev/null; then : 191 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : 273 { eval $1=; unset $1;} 304 test -d "$as_dir" || eval $as_mkdir_p || { 337 test -z "$as_dirs" || eval "mkdir $as_dirs [all...] |
/ndk/build/tools/ |
builder-funcs.sh | 84 eval echo "\$$1" 93 eval $_varname=\"$@\" 95 eval $_varname=\$$_varname\" $@\" 186 eval $_varname=\"$_BUILD_CFLAGS\" 196 eval $_varname=\"$_BUILD_CXXFLAGS\" 206 eval $_varname=\"$_BUILD_C_INCLUDES\"
|
/external/libpng/ |
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 122 do eval test x\${$as_var+set} = xset \ 174 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && 177 if (eval "$as_required") 2>/dev/null; then : 182 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : 257 { eval $1=; unset $1;} 288 test -d "$as_dir" || eval $as_mkdir_p || { 321 test -z "$as_dirs" || eval "mkdir $as_dirs [all...] |
/external/eigen/Eigen/src/Core/ |
ArrayBase.h | 89 * exactly the return type of eval(): in the case of plain matrices, the return type of eval() is a const 90 * reference to a matrix, not a matrix! It is however guaranteed that the return type of eval() is either
|
/external/eigen/unsupported/Eigen/src/Skyline/ |
SkylineMatrixBase.h | 202 EIGEN_STRONG_INLINE const typename internal::eval<Derived, IsSkyline>::type eval() const { function in class:Eigen::SkylineMatrixBase 203 return typename internal::eval<Derived>::type(derived());
|
SkylineUtil.h | 74 template<typename T> class eval<T,IsSkyline> class in namespace:Eigen::internal
|
/external/v8/src/ |
rewriter.cc | 105 // with some JS VMs: For instance, using smjs, print(eval('var x = 7')) 255 // eval('with ({x:1}) x = 1'); 256 // the end position of the function generated for executing the eval code
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/ |
15.4.4.4-2.js | 88 testcases[testcases.length] = new TestCase( SECTION, "delete Array.prototype.reverse.length; Array.prototype.reverse.length", 0, eval("delete Array.prototype.reverse.length; Array.prototype.reverse.length") ); 94 eval("var A = new Array(); A.reverse(); A.length") ); 121 this[i] = eval(this.array[i]);
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/GlobalObject/ |
15.1.2.4.js | 85 array[item++] = new TestCase( SECTION, "escape.length = null; escape.length", 1, eval("escape.length = null; escape.length") ); 87 array[item++] = new TestCase( SECTION, "delete escape.length; escape.length", 1, eval("delete escape.length; escape.length") ); 88 array[item++] = new TestCase( SECTION, "var MYPROPS=''; for ( var p in escape ) { MYPROPS+= p}; MYPROPS", "", eval("var MYPROPS=''; for ( var p in escape ) { MYPROPS+= p}; MYPROPS") );
|
15.1.2.5-1.js | 83 array[item++] = new TestCase( SECTION, "unescape.length = null; unescape.length", 1, eval("unescape.length=null; unescape.length") ); 85 array[item++] = new TestCase( SECTION, "delete unescape.length; unescape.length", 1, eval("delete unescape.length; unescape.length") ); 86 array[item++] = new TestCase( SECTION, "var MYPROPS=''; for ( var p in unescape ) { MYPROPS+= p }; MYPROPS", "", eval("var MYPROPS=''; for ( var p in unescape ) { MYPROPS+= p }; MYPROPS") );
|
15.1.2.6.js | 52 array[item++] = new TestCase( SECTION, "var MYPROPS=''; for ( var p in isNaN ) { MYPROPS+= p }; MYPROPS", "", eval("var MYPROPS=''; for ( var p in isNaN ) { MYPROPS+= p }; MYPROPS") ); 53 array[item++] = new TestCase( SECTION, "isNaN.length = null; isNaN.length", 1, eval("isNaN.length=null; isNaN.length") ); 55 array[item++] = new TestCase( SECTION, "delete isNaN.length; isNaN.length", 1, eval("delete isNaN.length; isNaN.length") );
|
15.1.2.7.js | 52 array[item++] = new TestCase( SECTION, "isFinite.length = null; isFinite.length", 1, eval("isFinite.length=null; isFinite.length") ); 54 array[item++] = new TestCase( SECTION, "delete isFinite.length; isFinite.length", 1, eval("delete isFinite.length; isFinite.length") ); 55 array[item++] = new TestCase( SECTION, "var MYPROPS=''; for ( p in isFinite ) { MYPROPS+= p }; MYPROPS", "", eval("var MYPROPS=''; for ( p in isFinite ) { MYPROPS += p }; MYPROPS") );
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/TypeConversion/ |
9.9-1.js | 115 array[item++] = new TestCase( SECTION, "Object( new MyObject(true) ).valueOf()", true, eval("Object( new MyObject(true) ).valueOf()") ); 116 array[item++] = new TestCase( SECTION, "typeof Object( new MyObject(true) )", "object", eval("typeof Object( new MyObject(true) )") ); 117 array[item++] = new TestCase( SECTION, "(Object( new MyObject(true) )).toString()", "[object Object]", eval("(Object( new MyObject(true) )).toString()") );
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/ |
regress-188206.js | 67 * inside eval strings, and check they are caught at run-time - 229 eval(sInvalidSyntax); 256 eval(sAllowedSyntax);
|
/frameworks/base/tools/obbtool/ |
mkobb.sh | 105 eval $outvar="$output" 165 eval set -- "$args" 231 eval `${PBKDF2GEN} ${key}`
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
include_next.m4 | 157 dnl eval is necessary to expand gl_absname_cpp. 158 dnl Ultrix and Pyramid sh refuse to redirect output of eval, 161 ['"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&AS_MESSAGE_LOG_FD |
|
/prebuilts/devtools/ |
update_jars.sh | 71 eval local V=\$$1_$2 79 eval local V=\$$1_$2 80 eval $1_$2=\"$V $3\"
|
/external/protobuf/gtest/ |
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'\" && 186 if (eval "$as_required") 2>/dev/null; then : 191 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : 273 { eval $1=; unset $1;} 304 test -d "$as_dir" || eval $as_mkdir_p || { 337 test -z "$as_dirs" || eval "mkdir $as_dirs [all...] |
/cts/suite/audio_quality/lib/include/task/ |
TaskProcess.h | 66 EVal,
|
/external/antlr/antlr-3.4/runtime/Perl5/t/author/ |
api.t | 76 eval { $class_name->new() };
|
/external/bison/build-aux/ |
update-copyright | 0 eval '(exit $?0)' && eval 'exec perl -wS -0777 -pi "$0" ${1+"$@"}' 2 & eval 'exec perl -wS -0777 -pi "$0" $argv:q' 269 # eval: (add-hook 'write-file-hooks 'time-stamp)
|
/external/bison/m4/ |
warn-on-use.m4 | 44 eval ac_cv_have_decl_$gl_func=yes])
|
/external/clang/utils/analyzer/ |
ubiviz | 25 yield eval(ln)
|
/external/e2fsprogs/lib/blkid/ |
test_probe.in | 44 eval ./tst_probe $IMAGE $RMUUID > tests/$i.out
|
/external/eigen/test/ |
determinant.cpp | 28 VERIFY_IS_APPROX((m1*m2).eval().determinant(), m1.determinant() * m2.determinant());
|