Home
last modified time | relevance | path

Searched defs:eval (Results 1 – 21 of 21) sorted by relevance

/expo/android/vendored/sdk48/react-native-reanimated/android/src/main/java/abi48_0_0/com/swmansion/reanimated/nodes/
H A DClockOpNode.java15 protected Double eval(Node clock) { in eval() method in ClockOpNode.ClockStartNode
31 protected Double eval(Node clock) { in eval() method in ClockOpNode.ClockStopNode
47 protected Double eval(Node clock) { in eval() method in ClockOpNode.ClockTestNode
72 protected abstract Double eval(Node clock); in eval() method in ClockOpNode
H A DOperatorNode.java37 public abstract double eval(Double x); in eval() method in OperatorNode.SingleOperator
46 public abstract boolean eval(Double x, Double y); in eval() method in OperatorNode.CompOperator
/expo/android/vendored/sdk47/react-native-reanimated/android/src/main/java/abi47_0_0/com/swmansion/reanimated/nodes/
H A DClockOpNode.java15 protected Double eval(Node clock) { in eval() method in ClockOpNode.ClockStartNode
31 protected Double eval(Node clock) { in eval() method in ClockOpNode.ClockStopNode
47 protected Double eval(Node clock) { in eval() method in ClockOpNode.ClockTestNode
72 protected abstract Double eval(Node clock); in eval() method in ClockOpNode
H A DOperatorNode.java37 public abstract double eval(Double x); in eval() method in OperatorNode.SingleOperator
46 public abstract boolean eval(Double x, Double y); in eval() method in OperatorNode.CompOperator
/expo/packages/expo-modules-core/ios/JSI/
H A DJavaScriptRuntime.swift20 func eval(_ source: String) throws -> JavaScriptValue { in eval() function
38 func eval(_ source: [String]) throws -> JavaScriptValue { in eval() function
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/JSI/
H A DJavaScriptRuntime.swift20 func eval(_ source: String) throws -> JavaScriptValue { in eval() function
38 func eval(_ source: [String]) throws -> JavaScriptValue { in eval() function
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/JSI/
H A DJavaScriptRuntime.swift20 func eval(_ source: String) throws -> JavaScriptValue { in eval() function
38 func eval(_ source: [String]) throws -> JavaScriptValue { in eval() function
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/JSI/
H A DJavaScriptRuntime.swift20 func eval(_ source: String) throws -> JavaScriptValue { in eval() function
38 func eval(_ source: [String]) throws -> JavaScriptValue { in eval() function
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsi/jsi/test/
H A DABI49_0_0testlib.h30 Value eval(const char* code) { in eval() function
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsi/jsi/test/
H A DABI48_0_0testlib.h30 Value eval(const char* code) { in eval() function
/expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/Registries/
H A DWorkletsCache.cpp12 jsi::Value eval(jsi::Runtime &rt, const char *code) { in eval() function
/expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/Registries/
H A DWorkletsCache.cpp12 jsi::Value eval(jsi::Runtime &rt, const char *code) { in eval() function
/expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/Registries/
H A DWorkletsCache.cpp12 jsi::Value eval(jsi::Runtime &rt, const char *code) { in eval() function
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsi/jsi/test/
H A DABI47_0_0testlib.h30 Value eval(const char* code) { in eval() function
/expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/Registries/
H A DWorkletsCache.cpp12 jsi::Value eval(jsi::Runtime &rt, const char *code) { in eval() function
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/bridging/tests/
H A DABI48_0_0BridgingTest.h56 jsi::Value eval(const std::string &js) { in eval() function
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/bridging/tests/
H A DABI49_0_0BridgingTest.h56 jsi::Value eval(const std::string &js) { in eval() function
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/bridging/tests/
H A DABI47_0_0BridgingTest.h56 jsi::Value eval(const std::string &js) { in eval() function
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/hermes/inspector/
H A DABI48_0_0InspectorState.cpp275 auto eval = std::make_unique<PendingEval>(std::move(pendingEvals_.front())); in didPause() local
389 std::unique_ptr<PendingEval> eval; in didPause() local
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/hermes/inspector/
H A DABI49_0_0InspectorState.cpp275 auto eval = std::make_unique<PendingEval>(std::move(pendingEvals_.front())); in didPause() local
389 std::unique_ptr<PendingEval> eval; in didPause() local
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/hermes/inspector/
H A DABI47_0_0InspectorState.cpp275 auto eval = std::make_unique<PendingEval>(std::move(pendingEvals_.front())); in didPause() local
389 std::unique_ptr<PendingEval> eval; in didPause() local