/third_party/typescript/tests/baselines/reference/ |
H A D | narrowingRestGenericCall.js | 28 function call(obj, cb) {
function
|
H A D | coAndContraVariantInferences.js | 44 function call(action, fn) {
function
|
/third_party/typescript/tests/baselines/reference/project/nonRelative/node/ |
H A D | decl.js | 4 function call() {
function
|
/third_party/musl/libc-test/src/functional/ |
H A D | dlopen_so_dep_dlopen_ns_dso.c | 3 void* call(const char *name)
in call() function
|
/third_party/ltp/tools/sparse/sparse-src/validation/backend/ |
H A D | string-value.c | 13 void call(void) in call() function
|
H A D | degenerate-ptr.c | 12 void call(void) in call() function
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_variable_stmt_test.cc | 83 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 D | parser_impl_primary_expression_test.cc | 43 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 D | call_validation_test.cc | 30 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 D | socketcall01.c | 23 int call; member
|
H A D | socketcall02.c | 24 int call; member
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_cxa_finalize.cpp | 22 static void call(void *p) in call() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | frame_capture_replay_autogen.cpp | 23 ReplayCall(gl::Context *context, ReplayContext *replayContext, const CallCapture &call) ReplayCall() argument
|
H A D | frame_capture_utils_autogen.cpp | 17 void WriteParamCaptureReplay(std::ostream &os, const CallCapture &call, const ParamCapture ¶m) in WriteParamCaptureReplay() argument [all...] |
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | _vectorize.hpp | 20 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 D | generator_impl_call_test.cc | 28 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 D | generator_impl_call_test.cc | 28 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 D | ir_function_can_inline.cpp | 58 can_inline(ir_call *call) in can_inline() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
H A D | blockingcall.h | 33 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 D | call_statement.cc | 39 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 D | generator_impl_call_test.cc | 28 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 D | generator_impl_call_test.cc | 28 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 D | BoundCallback.h | 31 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 D | run_tests.py | 85 from subprocess import call namespace
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | parser_impl_barrier_test.cc | 72 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
|