Home
last modified time | relevance | path

Searched defs:call (Results 1 - 25 of 240) sorted by relevance

12345678910

/third_party/typescript/tests/baselines/reference/
H A DnarrowingRestGenericCall.js28 function call(obj, cb) { function
H A DcoAndContraVariantInferences.js44 function call(action, fn) { function
/third_party/typescript/tests/baselines/reference/project/nonRelative/node/
H A Ddecl.js4 function call() { function
/third_party/musl/libc-test/src/functional/
H A Ddlopen_so_dep_dlopen_ns_dso.c3 void* call(const char *name) in call() function
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
H A Dstring-value.c13 void call(void) in call() function
H A Ddegenerate-ptr.c12 void call(void) in call() function
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_variable_stmt_test.cc83 auto* call = e->variable->constructor->As<ast::CallExpression>(); in TEST_F() local
101 auto* call = e->variable->constructor->As<ast::CallExpression>(); in TEST_F() local
119 auto* call = e->variable->constructor->As<ast::CallExpression>(); in TEST_F() local
137 auto* call = e->variable->constructor->As<ast::CallExpression>(); TEST_F() local
[all...]
H A Dparser_impl_primary_expression_test.cc43 auto* call = e->As<ast::CallExpression>(); in TEST_F() local
71 auto* call = e->As<ast::CallExpression>(); in TEST_F() local
132 auto* call = e->As<ast::CallExpression>(); in TEST_F() local
156 auto* call = e->As<ast::CallExpression>(); TEST_F() local
231 auto* call = e->As<ast::CallExpression>(); TEST_F() local
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dcall_validation_test.cc30 auto* call = Call(Source{{12, 34}}, "foo", 1); in TEST_F() local
42 auto* call = Call(Source{{12, 34}}, "foo", 1, 1.0f, 1.0f); in TEST_F() local
54 auto* call = Call("foo", Expr(Source{{12, 34}}, true), 1.0f); in TEST_F() local
/third_party/ltp/testcases/kernel/syscalls/socketcall/
H A Dsocketcall01.c23 int call; member
H A Dsocketcall02.c24 int call; member
/third_party/musl/Benchmark/musl/
H A Dlibc_cxa_finalize.cpp22 static void call(void *p) in call() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_replay_autogen.cpp23 ReplayCall(gl::Context *context, ReplayContext *replayContext, const CallCapture &call) ReplayCall() argument
H A Dframe_capture_utils_autogen.cpp17 void WriteParamCaptureReplay(std::ostream &os, const CallCapture &call, const ParamCapture &param) in WriteParamCaptureReplay() argument
[all...]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A D_vectorize.hpp20 GLM_FUNC_QUALIFIER static tvec1<R, P> call(R (*Func) (T x), tvec1<T, P> const & v) in call() function
29 GLM_FUNC_QUALIFIER static tvec2<R, P> call(R (*Func) (T x), tvec2<T, P> const & v) in call() function
38 GLM_FUNC_QUALIFIER static tvec3<R, P> call(R (*Func) (T x), tvec3<T, P> const & v) in call() function
47 GLM_FUNC_QUALIFIER static tvec4<R, P> call(R (*Func) (T x), tvec4<T, P> const & v) in call() function
59 GLM_FUNC_QUALIFIER static tvec1<T, P> call(T (*Func) (T x, T y), tvec1<T, P> const & a, tvec1<T, P> const & b) in call() function
68 GLM_FUNC_QUALIFIER static tvec2<T, P> call(T (*Func) (T x, T y), tvec2<T, P> const & a, tvec2<T, P> const & b) in call() function
77 GLM_FUNC_QUALIFIER static tvec3<T, P> call(T (*Func) (T x, T y), tvec3<T, P> const & a, tvec3<T, P> const & b) in call() function
86 GLM_FUNC_QUALIFIER static tvec4<T, P> call(T (*Func) (T x, T y), tvec4<T, P> const & a, tvec4<T, P> const & b) in call() function
98 GLM_FUNC_QUALIFIER static tvec1<T, P> call(T (*Func) (T x, T y), tvec1<T, P> const & a, T b) in call() function
107 GLM_FUNC_QUALIFIER static tvec2<T, P> call( function
116 GLM_FUNC_QUALIFIER static tvec3<T, P> call(T (*Func) (T x, T y), tvec3<T, P> const & a, T b) call() function
125 GLM_FUNC_QUALIFIER static tvec4<T, P> call(T (*Func) (T x, T y), tvec4<T, P> const & a, T b) call() function
[all...]
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_call_test.cc28 auto* call = Call("my_func"); in TEST_F() local
48 auto* call = Call("my_func", "param1", "param2"); in TEST_F() local
68 auto* call = CallStmt(Call("my_func", "param1", "param2")); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_call_test.cc28 auto* call = Call("my_func"); in TEST_F() local
48 auto* call = Call("my_func", "param1", "param2"); in TEST_F() local
68 auto* call = CallStmt(Call("my_func", "param1", "param2")); in TEST_F() local
/third_party/mesa3d/src/compiler/glsl/
H A Dir_function_can_inline.cpp58 can_inline(ir_call *call) in can_inline() argument
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dblockingcall.h33 MARL_NO_EXPORT inline static RETURN_TYPE call(F&& f, Args&&... args) { in call() function in marl::detail::OnNewThread
59 MARL_NO_EXPORT inline static void call(F&& f, Args&&... args) { in call() function in marl::detail::OnNewThread
/third_party/skia/third_party/externals/tint/src/ast/
H A Dcall_statement.cc39 auto* call = ctx->Clone(expr); in Clone() local
24 CallStatement(ProgramID pid, const Source& src, const CallExpression* call) CallStatement() argument
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl_call_test.cc28 auto* call = Call("my_func"); in TEST_F() local
48 auto* call = Call("my_func", "param1", "param2"); in TEST_F() local
68 auto* call = Call("my_func", "param1", "param2"); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
H A Dgenerator_impl_call_test.cc28 auto* call = Call("my_func"); in TEST_F() local
48 auto* call = Call("my_func", "param1", "param2"); in TEST_F() local
68 auto* call = Call("my_func", "param1", "param2"); in TEST_F() local
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/
H A DBoundCallback.h31 void call() { in call() function in mbed::js::BoundCallback
50 void call() { in call() function in mbed::js::BoundCallback
71 void call() { in call() function in mbed::js::BoundCallback
93 void call() { in call() function in mbed::js::BoundCallback
/third_party/python/Tools/scripts/
H A Drun_tests.py85 from subprocess import call namespace
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl_barrier_test.cc72 auto* call = helper->body->statements[0]->As<ast::CallStatement>(); in TEST_F() local
106 auto* call = helper->body->statements[0]->As<ast::CallStatement>(); in TEST_F() local

Completed in 25 milliseconds

12345678910