Home
last modified time | relevance | path

Searched refs:Evaluate2 (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/internal/actions/
H A Dpage_action_unittest.py74 def Evaluate2(): function
77 self.assertRaises(page_action.PageActionFailed, Evaluate2)
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dglobalscope.rs30 use js::jsapi::{HandleValue, Evaluate2, JSAutoCompartment, JSContext};
436 Evaluate2(cx, options.ptr, code.as_ptr(), in evaluate_script_on_global_with_result()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dimprocfun.h211 void Evaluate2(wavelet_decomposition &WaveletCoeffs_L,
H A Dipwavelet.cc901 Evaluate2(*Ldecomp, mean, meanN, sigma, sigmaN, MaxP, MaxN); in ip_wavelet()
940 Evaluate2(*Ldecomp, mean, meanN, sigma, sigmaN, MaxP, MaxN); in ip_wavelet()
1366 void ImProcFunctions::Evaluate2(wavelet_decomposition &WaveletCoeffs_L, in Evaluate2() function in rtengine::ImProcFunctions
/dports/lang/spidermonkey60/firefox-60.9.0/js/rust/src/
H A Drust.rs237 if !JS::Evaluate2(self.cx(), options.ptr, ptr as *const u16, len as _, rval) { in evaluate_script()