Searched refs:eval (Results 1 – 8 of 8) sorted by relevance
/system/teeui/libteeui/include/teeui/ |
D | utils.h | 238 constexpr static Coordinate<px, Numeric> eval(const Coordinate<px, Numeric>& v1, 244 constexpr static Coordinate<px, Numeric> eval(const Coordinate<px, Numeric>& v1, 250 constexpr static Coordinate<px, Numeric> eval(const Coordinate<px, Numeric>& v1, 256 constexpr static Coordinate<px, Numeric> eval(const Coordinate<px, Numeric>& v1, 279 template <typename Context> Coordinate<px, Numeric> eval(const Context& ctx) const { 282 return Op<Numeric>::eval(v1, v2); 503 return {rhs.eval(*this).count(), mm2px_, dp2px_};
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/ |
D | gradlew.bat | 52 if "%@eval[2+2]" == "4" goto 4NT_args
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/ |
D | gradlew.bat | 52 if "%@eval[2+2]" == "4" goto 4NT_args
|
/system/extras/power_profile/camera_avg/ |
D | gradlew.bat | 52 if "%@eval[2+2]" == "4" goto 4NT_args
|
/system/extras/power_profile/camera_flashlight/ |
D | gradlew.bat | 52 if "%@eval[2+2]" == "4" goto 4NT_args
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/ |
D | gradlew.bat | 52 if "%@eval[2+2]" == "4" goto 4NT_args
|
/system/extras/power_profile/gps_on/ |
D | gradlew.bat | 52 if "%@eval[2+2]" == "4" goto 4NT_args
|
/system/unwinding/libunwindstack/tests/ |
D | DwarfOpTest.cpp | 68 TYPED_TEST_P(DwarfOpTest, eval) { in TYPED_TEST_P() argument 1589 REGISTER_TYPED_TEST_SUITE_P(DwarfOpTest, decode, eval, illegal_opcode, not_implemented, op_addr,
|