HomeSort by relevance Sort by last modified time
    Searched refs:eval (Results 251 - 275 of 922) sorted by null

<<11121314151617181920>>

  /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.8/
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.9/
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-clang3.3/
setup.mk 83 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \
84 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
  /ndk/toolchains/mipsel-linux-android-clang3.4/
setup.mk 83 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \
84 $(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.8/
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.9/
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_64-4.9/
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/x86_64-clang3.4/
setup.mk 80 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \
81 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
  /prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/1.0/
ant-glob-1.0.jar 
  /dalvik/dx/src/com/android/dx/ssa/
Dominators.java 31 * could be changed to O(n * ack(n)) with a small change to the link and eval,
153 private SsaBasicBlock eval(SsaBasicBlock v) { method in class:Dominators
207 int predSemidom = info[eval(predBlock).getIndex()].semidom;
229 SsaBasicBlock U = eval(last);
  /external/chromium_org/v8/test/mjsunit/
array-constructor-feedback.js 189 Realm.eval(contextB, "function bar2() { return new Array(); };");
190 Realm.eval(contextB, "bar2(); bar2();");
191 Realm.eval(contextB, "%OptimizeFunctionOnNextCall(bar2);");
192 Realm.eval(contextB, "bar2();");
193 assertFalse(Realm.eval(contextB, "bar2();") instanceof Array);
194 assertTrue(Realm.eval(contextB, "bar2() instanceof Array"));
debug-set-variable-value.js 151 var r = eval("t");
160 var r = eval("t = 3");
169 eval("var s = 17");
245 eval("v1 = 'mouse'");
253 eval("var v1 = 'mouse'");
debug-setbreakpoint.js 45 return eval('(' + code + ')');
148 eval('function h(){}');
149 eval('function sourceUrlFunc() { a = 2; }\n//# sourceURL=sourceUrlScript');
212 // Creates the eval script and tries to set the breakpoint.
216 eval('SetBreakpointInI1Script()\nfunction i1(){}\n\n\n\nfunction i2(){}\n');
mirror-script.js 88 testScriptMirror(eval('(function(){})'), null, 1, 2, 1, '(function(){})', 87);
89 testScriptMirror(eval('(function(){\n })'), null, 2, 2, 1, '(function(){\n })', 88);
92 var mirror = debug.MakeMirror(eval('(function(){\n 1;\n})')).script();
  /external/deqp/modules/gles2/functional/
es2fShaderAlgorithmTests.cpp 157 struct Eval_##NAME { static void eval (ShaderEvalContext& c) EVAL_FUNC_BODY }; \
158 addChild(createExpressionCase(m_context, #NAME "_vertex", DESCRIPTION, true, &Eval_##NAME::eval, SHADER_OP)); \
159 addChild(createExpressionCase(m_context, #NAME "_fragment", DESCRIPTION, false, &Eval_##NAME::eval, SHADER_OP)); \
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
Dominators.java 31 * could be changed to O(n * ack(n)) with a small change to the link and eval,
153 private SsaBasicBlock eval(SsaBasicBlock v) { method in class:Dominators
207 int predSemidom = info[eval(predBlock).getIndex()].semidom;
229 SsaBasicBlock U = eval(last);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /external/eigen/test/
product_trmm.cpp 53 VERIFY_IS_APPROX( (ge_xs_save + s1*triTr.conjugate() * (s2*ge_left.adjoint())).eval(), ge_xs.noalias() += (s1*mat.adjoint()).template triangularView<Mode>() * (s2*ge_left.adjoint()) );
56 VERIFY_IS_APPROX( ge_sx_save - (ge_right.adjoint() * (-s1 * triTr).conjugate()).eval(), ge_sx.noalias() -= (ge_right.adjoint() * (-s1 * mat).adjoint().template triangularView<Mode>()).eval());
redux.cpp 51 VERIFY_IS_APPROX(m1.block(r0,c0,r1,c1).sum(), m1.block(r0,c0,r1,c1).eval().sum());
52 VERIFY_IS_APPROX(m1.block(r0,c0,r1,c1).mean(), m1.block(r0,c0,r1,c1).eval().mean());
53 VERIFY_IS_APPROX(m1_for_prod.block(r0,c0,r1,c1).prod(), m1_for_prod.block(r0,c0,r1,c1).eval().prod());
54 VERIFY_IS_APPROX(m1.block(r0,c0,r1,c1).real().minCoeff(), m1.block(r0,c0,r1,c1).real().eval().minCoeff());
55 VERIFY_IS_APPROX(m1.block(r0,c0,r1,c1).real().maxCoeff(), m1.block(r0,c0,r1,c1).real().eval().maxCoeff());
  /external/chromium_org/v8/test/mjsunit/es6/
symbols.js 485 assertFalse(Symbol === Realm.eval(realm, "Symbol"))
486 assertFalse(Symbol.for === Realm.eval(realm, "Symbol.for"))
487 assertFalse(Symbol.keyFor === Realm.eval(realm, "Symbol.keyFor"))
488 assertSame(Symbol.create, Realm.eval(realm, "Symbol.create"))
489 assertSame(Symbol.iterator, Realm.eval(realm, "Symbol.iterator"))
491 assertSame(symbol1, Realm.eval(realm, "Symbol.for")("x1"))
492 assertSame(symbol1, Realm.eval(realm, "Symbol.for('x1')"))
493 assertSame("x1", Realm.eval(realm, "Symbol.keyFor")(symbol1))
495 assertSame("x1", Realm.eval(realm, "Symbol.keyFor(Realm.shared)"))
497 var symbol3 = Realm.eval(realm, "Symbol.for('x3')"
    [all...]
  /external/eigen/Eigen/src/Core/util/
XprHelper.h 166 /* plain_matrix_type : the difference from eval is that plain_matrix_type is always a plain matrix type,
167 * whereas eval is a const reference in the case of a matrix
199 /* eval : the return type of eval(). For matrices, this is just a const reference
203 template<typename T, typename StorageKind = typename traits<T>::StorageKind> struct eval;
205 template<typename T> struct eval<T,Dense>
220 struct eval<Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>, Dense>
226 struct eval<Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>, Dense>
316 template<typename T, int n=1, typename PlainObject = typename eval<T>::type> struct nested
  /external/chromium_org/third_party/icu/source/i18n/
astro.cpp 724 virtual double eval(CalendarAstronomer& a) { return a.getSunLongitude(); } function in class:SunTimeAngleFunc
744 virtual void eval(CalendarAstronomer::Equatorial& result, CalendarAstronomer&a) { a.getSunPosition(result); } function in class:RiseSetCoordFunc
1226 virtual double eval(CalendarAstronomer&a) { return a.getMoonAge(); } function in class:MoonTimeAngleFunc
1272 virtual void eval(CalendarAstronomer::Equatorial& result, CalendarAstronomer&a) { result = a.getMoonPosition(); } function in class:MoonRiseSetCoordFunc
    [all...]
  /external/icu/icu4c/source/i18n/
astro.cpp 724 virtual double eval(CalendarAstronomer& a) { return a.getSunLongitude(); } function in class:SunTimeAngleFunc
744 virtual void eval(CalendarAstronomer::Equatorial& result, CalendarAstronomer&a) { a.getSunPosition(result); } function in class:RiseSetCoordFunc
1226 virtual double eval(CalendarAstronomer&a) { return a.getMoonAge(); } function in class:MoonTimeAngleFunc
1272 virtual void eval(CalendarAstronomer::Equatorial& result, CalendarAstronomer&a) { result = a.getMoonPosition(); } function in class:MoonRiseSetCoordFunc
    [all...]

Completed in 527 milliseconds

<<11121314151617181920>>