Home
last modified time | relevance | path

Searched defs:call (Results 76 - 100 of 506) sorted by relevance

12345678910>>...21

/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_dynevent.h79 dyn_event_add(struct dyn_event *ev, struct trace_event_call *call) dyn_event_add() argument
/kernel/linux/linux-6.6/net/rxrpc/
H A Drtt.c147 void rxrpc_peer_add_rtt(struct rxrpc_call *call, enum rxrpc_rtt_rx_trace why, in rxrpc_peer_add_rtt() argument
H A Dsecurity.c68 int rxrpc_init_client_call_security(struct rxrpc_call *call) in rxrpc_init_client_call_security() argument
/third_party/glslang/glslang/MachineIndependent/
H A DLiveTraverser.h137 void addFunctionCall(TIntermAggregate* call) in addFunctionCall() argument
/third_party/icu/icu4c/source/test/perf/usetperf/
H A Dusetperf.cpp42 virtual void call(UErrorCode* pErrorCode){ in call() function in CmdPattern
68 virtual void call(UErrorCode* pErrorCode){ in call() function in CmdOp
/third_party/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperf.h76 virtual void call(UErrorCode *status) in call() function in ICUIsBound
100 virtual void call(UErrorCode *status) in call() function in ICUForward
112 virtual void call(UErrorCode *status) {}; in call() function in DarwinBreakFunction
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_subroutine.cpp63 lower_subroutine_visitor::call_clone(ir_call *call, ir_function_signature *callee) in call_clone() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_inline_helpers.h120 nir_call_instr *call = nir_instr_as_call(instr); in nir_foreach_src() local
/third_party/musl/src/exit/
H A Datexit.c71 static void call(void *p) in call() function
/third_party/nghttp2/tests/
H A Dend_to_end.py64 def call(self, path, args): member in EndToEndSpdyTests
/third_party/icu/icu4c/source/test/perf/normperf/
H A Ddtfmtrtperf.h69 virtual void call(UErrorCode* status) in call() function in DateTimeRoundTripFunction
/third_party/icu/icu4c/source/test/perf/strsrchperf/
H A Dstrsrchperf.h31 virtual void call(UErrorCode* status) { in call() function in StringSearchPerfFunction
/third_party/node/deps/v8/src/inspector/
H A Dv8-console.h113 static void call(const v8::FunctionCallbackInfo<v8::Value>& info) { in call() function in v8_inspector::V8Console
121 static void call(const v8::FunctionCallbackInfo<v8::Value>& info) { in call() function in v8_inspector::V8Console
128 static void call(const v8::FunctionCallbackInfo<v8::Value>& info) { in call() function in v8_inspector::V8Console
/third_party/libabigail/tests/data/test-diff-dwarf/
H A Dtest42-PR21296-clanggcc.cc240 void call(const char* pass, STR&& __k) { in call() function
/third_party/skia/src/sksl/analysis/
H A DSkSLCheckProgramUnrolledSize.cpp165 const FunctionCall& call = expr.as<FunctionCall>(); in CheckProgramUnrolledSize() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DParallel.cpp81 static void call(void *Ptr) { ((ThreadPoolExecutor *)Ptr)->stop(); } in call() function
/third_party/skia/third_party/externals/tint/src/transform/
H A Darray_length_from_uniform.cc56 auto* call = sem.Get(call_expr); in IterateArrayLengthOnStorageVar() local
/third_party/skia/third_party/externals/tint/src/writer/
H A Dappend_vector_test.cc48 auto* call = Sem().Get(vec_123); in TEST_F() local
92 auto* call = Sem().Get(vec_123); in TEST_F() local
145 auto* call = Sem().Get(vec_123); TEST_F() local
187 auto* call = Sem().Get(vec_123); TEST_F() local
229 auto* call = Sem().Get(vec_1234); TEST_F() local
269 auto* call = Sem().Get(vec_123); TEST_F() local
308 auto* call = Sem().Get(vec_123); TEST_F() local
347 auto* call = Sem().Get(vec_123); TEST_F() local
388 auto* call = Sem().Get(vec_123); TEST_F() local
425 auto* call = Sem().Get(vec_123); TEST_F() local
464 auto* call = Sem().Get(vec_0004); TEST_F() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_intrinsic_test.cc168 auto* call = GenerateCall(param.intrinsic, param.type, this); in TEST_P() local
262 auto* call = Call("dot", "param1", "param2"); in TEST_F() local
278 auto* call = Call("select", 1.0f, 2.0f, true); in TEST_F() local
289 auto* call = TEST_F() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_intrinsic_test.cc168 auto* call = GenerateCall(param.intrinsic, param.type, this); in TEST_P() local
262 auto* call = Call("dot", "param1", "param2"); in TEST_F() local
278 auto* call = Call("select", 1.0f, 2.0f, true); in TEST_F() local
289 auto* call = TEST_F() local
301 auto* call = Call("modf", 1.0f); TEST_F() local
327 auto* call = Call("modf", vec3<f32>()); TEST_F() local
353 auto* call = Call("frexp", 1.0f); TEST_F() local
379 auto* call = Call("frexp", vec3<f32>()); TEST_F() local
406 auto* call = Call("isNormal", val); TEST_F() local
429 auto* call = Call("isNormal", val); TEST_F() local
451 auto* call = Call("pack4x8snorm", "p1"); TEST_F() local
473 auto* call = Call("pack4x8unorm", "p1"); TEST_F() local
495 auto* call = Call("pack2x16snorm", "p1"); TEST_F() local
517 auto* call = Call("pack2x16unorm", "p1"); TEST_F() local
539 auto* call = Call("pack2x16float", "p1"); TEST_F() local
561 auto* call = Call("unpack4x8snorm", "p1"); TEST_F() local
584 auto* call = Call("unpack4x8unorm", "p1"); TEST_F() local
607 auto* call = Call("unpack2x16snorm", "p1"); TEST_F() local
630 auto* call = Call("unpack2x16unorm", "p1"); TEST_F() local
653 auto* call = Call("unpack2x16float", "p1"); TEST_F() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl_intrinsic_test.cc182 auto* call = GenerateCall(param.intrinsic, param.type, this); in TEST_P() local
290 auto* call = Call("dot", "param1", "param2"); in TEST_F() local
301 auto* call = Call("storageBarrier"); in TEST_F() local
312 auto* call = Call("workgroupBarrier"); TEST_F() local
323 auto* call = Call("pack2x16float", "p1"); TEST_F() local
335 auto* call = Call("unpack2x16float", "p1"); TEST_F() local
[all...]
/third_party/skia/third_party/externals/tint/tools/src/cmd/roll-release/
H A Dmain.go
/third_party/typescript/tests/baselines/reference/
H A DgenericRestParameters1.js227 function call(f) { function
[all...]
/third_party/rust/crates/regex/scripts/
H A Dscrape_crates_io.py3 from subprocess import call namespace
/third_party/rust/crates/syn/codegen/src/
H A Dsnapshot.rs263 let mut call = quote! { in expand_impl_body() variables

Completed in 11 milliseconds

12345678910>>...21