/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...] |
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | SubzeroReactor.cpp | 143 auto call = Ice::InstCall::create(function, iceArgs.size(), ret, callTarget, false, false, isVariadic); in Call() local
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | runtime.py | 261 def call(__self, __obj, *args, **kwargs): # noqa: B902 member in Context
|
/third_party/skia/third_party/externals/tint/src/inspector/ |
H A D | inspector.cc | 791 auto* call = sem.Get(c); in GenerateSamplerTargets() local
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | type_constructor_validation_test.cc | 324 auto* call = Sem().Get(tc); in TEST_P() local 453 auto* call = Sem().Get(tc); in TEST_F() local 470 auto* call = Sem().Get(tc); TEST_F() local 650 auto* call = Sem().Get(expr); TEST_F() local 668 auto* call = Sem().Get(expr); TEST_F() local 686 auto* call = Sem().Get(expr); TEST_F() local 704 auto* call = Sem().Get(expr); TEST_F() local 722 auto* call = Sem().Get(expr); TEST_F() local 740 auto* call = Sem().Get(expr); TEST_F() local 879 auto* call = Sem().Get(tc); TEST_F() local 899 auto* call = Sem().Get(tc); TEST_F() local 921 auto* call = Sem().Get(tc); TEST_F() local 943 auto* call = Sem().Get(tc); TEST_F() local 965 auto* call = Sem().Get(tc); TEST_F() local 987 auto* call = Sem().Get(tc); TEST_F() local 1008 auto* call = Sem().Get(tc); TEST_F() local 1168 auto* call = Sem().Get(tc); TEST_F() local 1188 auto* call = Sem().Get(tc); TEST_F() local 1211 auto* call = Sem().Get(tc); TEST_F() local 1234 auto* call = Sem().Get(tc); TEST_F() local 1257 auto* call = Sem().Get(tc); TEST_F() local 1280 auto* call = Sem().Get(tc); TEST_F() local 1302 auto* call = Sem().Get(tc); TEST_F() local 1324 auto* call = Sem().Get(tc); TEST_F() local 1345 auto* call = Sem().Get(tc); TEST_F() local [all...] |
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | decompose_memory_access.cc | 612 auto* call = b.Call(store, "buffer", offset, access); in StoreFunc() local 622 auto* call = b.Call(store, "buffer", offset, access); in StoreFunc() local
|
/third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
H A D | generator_impl.cc | 795 auto* call = builder_.Sem().Get(expr); in EmitCall() local 815 EmitFunctionCall(std::ostream& out, const sem::Call* call, const sem::Function* func) EmitFunctionCall() argument 869 EmitIntrinsicCall(std::ostream& out, const sem::Call* call, const sem::Intrinsic* intrinsic) EmitIntrinsicCall() argument 927 EmitTypeConversion(std::ostream& out, const sem::Call* call, const sem::TypeConversion* conv) EmitTypeConversion() argument 944 EmitTypeConstructor(std::ostream& out, const sem::Call* call, const sem::TypeConstructor* ctor) EmitTypeConstructor() argument 1519 auto call = [&](const char* name) { EmitWorkgroupAtomicCall() local [all...] |
/third_party/python/Objects/ |
H A D | call.c | 180 ternaryfunc call = Py_TYPE(callable)->tp_call; in _PyObject_MakeTpCall() local 316 ternaryfunc call; in _PyObject_Call() local [all...] |
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | backend-ofono.c | 144 DBusPendingCall *call; in hf_dbus_send_and_add_to_pending() local
|
/third_party/rust/crates/syn/src/ |
H A D | parse.rs | 500 pub fn call<T>(&self, function: fn(ParseStream) -> Result<T>) -> Result<T> { in call() functions
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fDebugTests.cpp | 183 void TestFunctionWrapper::call (DebugMessageTestContext& ctx) const in call() function in deqp::gles31::Functional::__anon30813::TestFunctionWrapper [all...] |
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglImageTests.cpp | 94 RetVal checkCallError (EglTestContext& eglTestCtx, const char* call, RetVal returnValue, EGLint expectError) in checkCallError() argument 117 void checkCallReturn (EglTestContext& eglTestCtx, const char* call, RetVal returnValue, RetVal expectReturnValue, EGLint expectError) in checkCallReturn() argument 264 ostringstream call; in checkCreate() local
|
/third_party/icu/icu4c/source/test/perf/collperf/ |
H A D | collperf.cpp | 107 virtual void call(UErrorCode* status){ in call() function in CmdKeyGen 160 virtual void call(UErrorCode* status){ in call() function in CmdIter 202 CmdIterAll(UErrorCode & status, UCollator * col, int32_t count, UChar * data, CALL call,int32_t,int32_t) in CmdIterAll() argument 220 virtual void call(UErrorCode* status){ in call() function in CmdIterAll 382 virtual void call(UErrorCode* status){ in call() function 414 virtual void call(UErrorCod function in CmdBinSearch [all...] |
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_cfg.c | 120 nir_call_instr *call = nir_call_instr_create(b->nb.shader, in vtn_handle_function_call() local 81 vtn_ssa_value_add_to_call_params(struct vtn_builder *b, struct vtn_ssa_value *value, nir_call_instr *call, unsigned *param_idx) vtn_ssa_value_add_to_call_params() argument
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | glsl_to_nir.cpp | 1684 nir_call_instr *call = nir_call_instr_create(this->shader, callee); in visit() local
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-module-builder.cc | 166 DirectCallIndex call; in EmitDirectCallIndex() local
|