Home
last modified time | relevance | path

Searched refs:invoke (Results 1 - 25 of 126) sorted by relevance

123456

/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dinvoke_test.cc15 #include "absl/base/internal/invoke.h"
89 // CallMaybeWithArg(f) resolves either to invoke(f) or invoke(f, 42), depending
92 decltype(base_internal::invoke(std::declval<const F&>())) CallMaybeWithArg( in CallMaybeWithArg()
94 return base_internal::invoke(f); in CallMaybeWithArg()
98 decltype(base_internal::invoke(std::declval<const F&>(), 42)) CallMaybeWithArg( in CallMaybeWithArg()
100 return base_internal::invoke(f, 42); in CallMaybeWithArg()
104 EXPECT_EQ(1, base_internal::invoke(Function, 3, 2)); in TEST()
105 EXPECT_EQ(1, base_internal::invoke(&Function, 3, 2)); in TEST()
109 EXPECT_EQ(42, base_internal::invoke(Sin in TEST()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
H A DPropertiesTest.java122 Object default0 = getter.invoke(p0); in testFieldCoverage()
131 setter.invoke(p1, val0); in testFieldCoverage()
132 setter.invoke(p2, val0); in testFieldCoverage()
135 assertEquals(getter.invoke(p1), getter.invoke(p2)); in testFieldCoverage()
136 assertEquals(getter.invoke(p1), val0); in testFieldCoverage()
137 assertNotEquals(getter.invoke(p1), val1); in testFieldCoverage()
139 setter.invoke(p1, val1); in testFieldCoverage()
141 assertNotEquals(getter.invoke(p1), getter.invoke(p in testFieldCoverage()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DPropertiesTest.java119 Object default0 = getter.invoke(p0); in testFieldCoverage()
128 setter.invoke(p1, val0); in testFieldCoverage()
129 setter.invoke(p2, val0); in testFieldCoverage()
132 assertEquals(getter.invoke(p1), getter.invoke(p2)); in testFieldCoverage()
133 assertEquals(getter.invoke(p1), val0); in testFieldCoverage()
134 assertNotEquals(getter.invoke(p1), val1); in testFieldCoverage()
136 setter.invoke(p1, val1); in testFieldCoverage()
138 assertNotEquals(getter.invoke(p1), getter.invoke(p in testFieldCoverage()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DcontextuallyTypedByDiscriminableUnion.js11 function invoke(item: ADT) { function
20 invoke({
29 function invoke(item) {
37 invoke({
H A DesModuleInteropPrettyErrorRelatedInformation.js9 function invoke(f: () => void) { f(); } function
10 invoke(foo);
40 function invoke(f) { f(); }
41 invoke(foo);
H A DinstantiateContextualTypes.js172 declare function invoke<T>(f: () => T): T;
174 let xx: 0 | 1 | 2 = invoke(() => 1);
234 let xx = invoke(() => 1);
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_configdialog.py68 d.buttons['Ok'].invoke()
78 d.buttons['Apply'].invoke()
89 d.buttons['Cancel'].invoke()
98 dialog.buttons['Help'].invoke()
204 d.bold_toggle.invoke()
206 d.bold_toggle.invoke()
346 d.builtin_theme_on.invoke()
354 d.custom_theme_on.invoke()
531 d.button_set_color.invoke()
536 d.button_set_color.invoke()
[all...]
H A Dtest_query.py343 dialog.button_ok.invoke()
349 dialog.button_ok.invoke()
356 dialog.button_cancel.invoke()
374 dialog.button_ok.invoke()
391 dialog.button_ok.invoke()
407 dialog.button_ok.invoke()
426 dialog.button_ok.invoke()
445 dialog.button_ok.invoke()
H A Dtest_config_key.py151 dialog.button_level.invoke()
197 dialog.modifier_checkbuttons['foo'].invoke()
200 dialog.modifier_checkbuttons['BAZ'].invoke()
203 dialog.modifier_checkbuttons['foo'].invoke()
262 self.dialog.button_cancel.invoke()
291 self.dialog.button_ok.invoke()
H A Dtest_help_about.py61 button.invoke()
79 button.invoke()
132 self.dialog.button_ok.invoke()
/third_party/icu/icu4c/source/samples/
H A Ddefs.mk18 INVOKE=$(shell icu-config --invoke)
19 GENRB=$(shell icu-config --invoke=genrb)
21 PKGDATA=$(shell icu-config --invoke=pkgdata)
/third_party/skia/third_party/externals/icu/source/samples/
H A Ddefs.mk18 INVOKE=$(shell icu-config --invoke)
19 GENRB=$(shell icu-config --invoke=genrb)
21 PKGDATA=$(shell icu-config --invoke=pkgdata)
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Ddag.h36 MARL_NO_EXPORT inline void invoke(F&& f) { in invoke() function
45 MARL_NO_EXPORT inline void invoke(F&& f) { in invoke() function
118 // notify() returns true and the caller should then call invoke().
121 // invoke() calls the work function for the node with the given index, then
122 // calls notify() and possibly invoke() for all the dependee nodes.
123 MARL_NO_EXPORT inline void invoke(RunContext*, NodeIndex, WaitGroup*);
164 void DAGBase<T>::invoke(RunContext* ctx, NodeIndex nodeIdx, WaitGroup* wg) { in invoke() function in marl::DAGBase
169 ctx->invoke(node->work); in invoke()
172 // Then call notify() on all dependees (outs), and invoke() those that in invoke()
174 // We buffer the node to invoke (toInvok in invoke()
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
H A DAudioLatencyTuner.java110 Object result = mGetUnderrunCountMethod.invoke(mAudioTrack); in getUnderrunCount()
128 Object result = mGetBufferCapacityMethod.invoke(mAudioTrack); in getBufferCapacityInFrames()
150 Object result = mSetBufferSizeMethod.invoke(mAudioTrack, thresholdFrames); in setBufferSizeInFrames()
/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
H A DCurrencyNameTest.java36 currencies = (Set<Currency>)mGetAvailableCurrencies.invoke(null, (Object[]) null);
125 curName = (String)GETDISPLAYNAME_METHOD.invoke(currency, new Object[] {loc}); in TestCurrencyDisplayNames()
155 curName = (String)GETDISPLAYNAME_METHOD.invoke(currency, new Object[] {locIcu}); in TestCurrencyDisplayNames()
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_extensions.py259 optmenu['menu'].invoke(0)
263 self.assertRaises(tkinter.TclError, optmenu['menu'].invoke, -1)
275 optmenu['menu'].invoke(1)
290 optmenu['menu'].invoke(1)
291 optmenu2['menu'].invoke(2)
314 optmenu['menu'].invoke(1)
/third_party/protobuf/objectivec/DevTools/
H A Dfull_mac_build.sh37 Skip the invoke of Xcode to test the runtime on both iOS and OS X.
39 Skip the invoke of Xcode to test the runtime on iOS.
45 Skip the invoke of Xcode to test the runtime on OS X.
47 Skip the invoke of Xcode to test the runtime on tvOS.
/third_party/node/deps/v8/tools/
H A Dgdb-v8-support.py160 def invoke(self, arg, from_tty): member in V8PrintObject
185 def invoke(self, value, from_tty): member in FindAnywhere
215 def invoke(self, subcommand, from_tty): member in Redirect
/third_party/icu/tools/scripts/
H A Dicurun179 INVOKE=`${ICU_CONFIG} ${ICU_CONFIG_OPTS} --invoke`:"${OURLIBPATH}"
184 INVOKE=`${ICU_CONFIG} ${ICU_CONFIG_OPTS} --invoke`
/third_party/node/deps/v8/src/extensions/
H A Dvtunedomain-support-extension.cc81 int invoke(const char* params) { in invoke() function
135 if ((r = libvtune::invoke(params.str().c_str())) != 0) { in Mark()
/third_party/skia/src/gpu/
H A DGrAuditTrail.h167 #define GR_AUDIT_TRAIL_INVOKE_GUARD(audit_trail, invoke, ...) \
168 if (audit_trail->isEnabled()) audit_trail->invoke(__VA_ARGS__)
/third_party/skia/third_party/externals/tint/tools/src/cmd/run-parallel/
H A Dmain.go94 success, out := invoke(exe, taskArgs)
122 func invoke(exe string, args []string) (ok bool, output string) {
/third_party/skia/tools/skiaserve/
H A Dskiaserve.cpp56 int invoke(Request* request, MHD_Connection* connection, const char* url, const char* method, in invoke() function in UrlManager
80 int result = kUrlManager.invoke(request, connection, url, method, upload_data, in answer_to_connection()
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/internal/
H A Dfunction_ref.h22 #include "absl/base/internal/invoke.h"
74 absl::base_internal::invoke(*o, std::forward<Args>(args)...)); in InvokeObject()
81 absl::base_internal::invoke(f, std::forward<Args>(args)...)); in InvokeFunction()
/third_party/node/deps/ada/
H A Dada.h2056 // std::invoke from C++17
2057 // https://stackoverflow.com/questions/38288042/c11-14-invoke-workaround
2065 constexpr auto invoke(Fn &&f, Args &&...args) noexcept(
2073 constexpr auto invoke(Fn &&f, Args &&...args) noexcept(
2086 decltype(detail::invoke(std::declval<F>(), std::declval<Us>()...), void()),
2089 decltype(detail::invoke(std::declval<F>(), std::declval<Us>()...));
3885 class Ret = decltype(detail::invoke(std::declval<F>(),
3891 ? detail::invoke(std::forward<F>(f), *std::forward<Exp>(exp)) in and_then_impl()
3897 class Ret = decltype(detail::invoke(std::declval<F>()))>
3901 return exp.has_value() ? detail::invoke(st in and_then_impl()
[all...]

Completed in 17 milliseconds

123456