Home
last modified time | relevance | path

Searched defs:call (Results 126 - 150 of 240) sorted by relevance

12345678910

/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_dump.c466 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 Ddicttrieperf.cpp162 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 Dstringperf.h93 virtual void call(UErrorCode* status) in call() function in StringPerfFunction
/third_party/node/deps/v8/src/compiler/
H A Djs-inlining.cc52 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 Djs-inlining-heuristic.cc775 Node* call = calls[i]; InlineCandidate() local
[all...]
H A Dschedule.cc244 void Schedule::AddCall(BasicBlock* block, Node* call, BasicBlock* success_block, in AddCall() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_misc.cpp611 lp_get_called_value(LLVMValueRef call) in lp_get_called_value() argument
/third_party/rust/crates/cxx/macro/src/
H A Dexpand.rs1037 let mut call = match invoke { expand_rust_function_shim_impl() variables
[all...]
/third_party/python/Lib/
H A Doperator.py226 def call(obj, /, *args, **kwargs): function
[all...]
H A Dsubprocess.py381 def call(*popenargs, timeout=None, **kwargs): function
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp143 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 Druntime.py261 def call(__self, __obj, *args, **kwargs): # noqa: B902 member in Context
/third_party/skia/third_party/externals/tint/src/inspector/
H A Dinspector.cc791 auto* call = sem.Get(c); in GenerateSamplerTargets() local
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dtype_constructor_validation_test.cc324 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 Ddecompose_memory_access.cc612 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 Dgenerator_impl.cc795 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 Dcall.c180 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 Dbackend-ofono.c144 DBusPendingCall *call; in hf_dbus_send_and_add_to_pending() local
/third_party/rust/crates/syn/src/
H A Dparse.rs500 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 Des31fDebugTests.cpp183 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 DteglImageTests.cpp94 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 Dcollperf.cpp107 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 Dvtn_cfg.c120 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 Dglsl_to_nir.cpp1684 nir_call_instr *call = nir_call_instr_create(this->shader, callee); in visit() local
/third_party/node/deps/v8/src/wasm/
H A Dwasm-module-builder.cc166 DirectCallIndex call; in EmitDirectCallIndex() local

Completed in 55 milliseconds

12345678910