| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | Timer.cpp | 82 static void *call() { in call() function
|
| /third_party/skia/third_party/externals/tint/src/writer/glsl/ |
| H A D | generator_impl.cc | 415 auto* call = builder_.Sem().Get(expr); in EmitCall() local 435 EmitFunctionCall(std::ostream& out, const sem::Call* call, const sem::Function* func) EmitFunctionCall() argument 478 EmitIntrinsicCall(std::ostream& out, const sem::Call* call, const sem::Intrinsic* intrinsic) EmitIntrinsicCall() argument 538 EmitTypeConversion(std::ostream& out, const sem::Call* call, const sem::TypeConversion* conv) EmitTypeConversion() argument 555 EmitTypeConstructor(std::ostream& out, const sem::Call* call, const sem::TypeConstructor* ctor) EmitTypeConstructor() argument 596 auto call = [&](const char* name) { EmitWorkgroupAtomicCall() local [all...] |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | correlatedUnions.js | 276 function call(_a) {
function
|
| /foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
| H A D | telephone_service.h | 158 void SetCurrentCalls(CurrentCalls &call) in SetCurrentCalls() argument
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
| H A D | hfp_ag_profile.cpp | 426 int HfpAgProfile::ReportCallStatus(uint32_t call) in ReportCallStatus() argument [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
| H A D | hfp_hf_service.cpp | 538 bool HfpHfService::FinishActiveCall(const RawAddress &device, const HandsFreeUnitCalls &call) in FinishActiveCall() argument 758 void HfpHfService::NotifyCallChanged(const RawAddress &device, const HandsFreeUnitCalls &call) in NotifyCallChanged() argument
|
| /third_party/NuttX/fs/nfs/ |
| H A D | rpc_clnt.c | 163 rpcclnt_send(struct rpcclnt *rpc, int procid, int prog, void *call, int reqlen) rpcclnt_send() argument
|
| /third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
| H A D | PerfTest.java | 210 public void call() { call(0); } in call() method in PerfTest.Function 215 public void call(int i) { call(); } in call() method in PerfTest.Function [all...] |
| /third_party/jinja2/ |
| H A D | runtime.py | 261 def call( member in Context
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_shader_calls.c | 471 nir_intrinsic_instr *call = nir_instr_as_intrinsic(instr); spill_ssa_defs_and_lower_shader_calls() local [all...] |
| H A D | nir_clone.c | 476 clone_call(clone_state *state, const nir_call_instr *call) in clone_call() argument
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | ir_constant_expression.cpp | 1099 ir_call *call = inst->as_call(); in constant_expression_evaluate_expression_list() local
|
| /third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/ |
| H A D | protocol_lws_minimal_dbus_ws_proxy.c | 376 const char *call; member
|
| /third_party/node/deps/v8/third_party/jinja2/ |
| H A D | runtime.py | 261 def call(__self, __obj, *args, **kwargs): # noqa: B902 member in Context
|
| /third_party/node/tools/inspector_protocol/jinja2/ |
| H A D | runtime.py | 235 def call(__self, __obj, *args, **kwargs): member in Context [all...] |
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_dump.c | 466 dump_instr_call(struct dxil_dumper *d, struct dxil_instr_call *call) in dump_instr_call() argument
|
| /third_party/icu/icu4c/source/test/perf/dicttrieperf/ |
| H A D | dicttrieperf.cpp | 162 virtual void call(UErrorCode * /*pErrorCode*/) { in call() function in BinarySearchPackageLookup 252 virtual void call(UErrorCode * /*pErrorCode*/) { in call() function in PrefixBinarySearchPackageLookup 309 virtual void call(UErrorCode *pErrorCode) { in call() function in BytesTriePackageLookup 442 virtual void call(UErrorCode *pErrorCode) { in call() function in UCharsTrieDictMatches 468 virtual void call(UErrorCode * /*pErrorCode*/) { in call() function in UCharsTrieDictContains 588 virtual void call(UErrorCode *pErrorCode) { in call() function in BytesTrieDictMatches 617 virtual void call(UErrorCod function in BytesTrieDictContains [all...] |
| /third_party/icu/icu4c/source/test/perf/ustrperf/ |
| H A D | stringperf.h | 93 virtual void call(UErrorCode* status) in call() function in StringPerfFunction
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | js-inlining.cc | 52 explicit JSCallAccessor(Node* call) : call_(call) { in JSCallAccessor() argument 88 Reduction JSInliner::InlineJSWasmCall(Node* call, Node* new_target, in InlineJSWasmCall() argument 101 Reduction JSInliner::InlineCall(Node* call, Node* new_target, Node* context, in InlineCall() argument [all...] |
| H A D | js-inlining-heuristic.cc | 775 Node* call = calls[i]; InlineCandidate() local [all...] |
| H A D | schedule.cc | 244 void Schedule::AddCall(BasicBlock* block, Node* call, BasicBlock* success_block, in AddCall() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_misc.cpp | 611 lp_get_called_value(LLVMValueRef call) in lp_get_called_value() argument
|
| /third_party/rust/crates/cxx/macro/src/ |
| H A D | expand.rs | 1037 let mut call = match invoke { expand_rust_function_shim_impl() variables [all...] |
| /third_party/python/Lib/ |
| H A D | operator.py | 226 def call(obj, /, *args, **kwargs): function [all...] |
| H A D | subprocess.py | 381 def call(*popenargs, timeout=None, **kwargs): function [all...] |