| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | ir_context.cpp | 863 void IRContext::AddCalls(const Function* func, std::queue<uint32_t>* todo) { in AddCalls() argument
|
| /third_party/skia/third_party/externals/jinja2/ |
| H A D | filters.py | 1283 def func(item): global() function 1311 def func(item): global() function [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_generators.py | 115 def func(): function
|
| H A D | test_operator.py | 539 def func(*args, **kwargs): return args, kwargs function
|
| H A D | test_code.py | 219 def func(): pass function 250 def func(): function 290 def func(): function 329 def func(arg): function 336 def func() function 424 def func(): global() function [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| H A D | STLExtras.h | 617 T func; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
| H A D | scheduler.cpp | 265 create( Allocator* allocator, uint32_t id, size_t stackSize, const std::function<void()>& func) create() argument
|
| /third_party/skia/third_party/externals/tint/src/inspector/ |
| H A D | inspector.cc | 312 auto* func = FindEntryPointByName(entry_point); GetStorageSize() local 341 auto* func = FindEntryPointByName(entry_point); GetResourceBindings() local 367 auto* func = FindEntryPointByName(entry_point); GetUniformBufferResourceBindings() local 415 auto* func = FindEntryPointByName(entry_point); GetSamplerResourceBindings() local 439 auto* func = FindEntryPointByName(entry_point); GetComparisonSamplerResourceBindings() local 482 auto* func = FindEntryPointByName(entry_point); GetTextureResourceBindings() local 533 auto* func = FindEntryPointByName(entry_point); GetSamplerTextureUses() local 548 auto* func = FindEntryPointByName(entry_point); GetWorkgroupStorageSize() local 573 auto* func = program_->AST().Functions().Find(program_->Symbols().Get(name)); FindEntryPointByName() local 659 auto* func = FindEntryPointByName(entry_point); GetStorageBufferResourceBindingsImpl() local 697 auto* func = FindEntryPointByName(entry_point); GetSampledTextureResourceBindingsImpl() local 739 auto* func = FindEntryPointByName(entry_point); GetStorageTextureResourceBindingsImpl() local 892 auto* func = tint::As<sem::Function>(param->Owner()); GetOriginatingResources() local [all...] |
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| H A D | dependency_graph.cc | 175 void TraverseFunction(const ast::Function* func) { in TraverseFunction() argument [all...] |
| /third_party/skia/third_party/externals/tint/src/transform/ |
| H A D | decompose_memory_access.cc | 470 auto* func = b.create<ast::Function>( in LoadFunc() local 569 auto* func = b.create<ast::Function>( in StoreFunc() local 679 auto* func = b.create<ast::Function>( in AtomicFunc() local [all...] |
| /third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
| H A D | generator_impl.cc | 815 EmitFunctionCall(std::ostream& out, const sem::Call* call, const sem::Function* func) EmitFunctionCall() argument 1476 auto func = utils::GetOrCreate(dma_intrinsics_, EmitStorageAtomicCall() local 1483 out << func; EmitStorageAtomicCall() local [all...] |
| /third_party/skia/third_party/externals/zlib/ |
| H A D | deflate.c | 144 compress_func func; member 620 compress_func func; local
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | generated_message_util.cc | 622 SpecialSerializer func = nullptr; in SerializeInternal() local 667 SpecialSerializer func = nullptr; in SerializeInternalToArray() local
|
| H A D | message_lite.cc | 560 void OnShutdown(void (*func)()) { in OnShutdown() argument
|
| /third_party/python/Python/ |
| H A D | codecs.c | 172 PyObject *func; in _PyCodec_Lookup() local 1517 PyObject *func = PyCFunction_NewEx(&methods[i].def, NULL, NULL); in _PyCodecRegistry_Init() local
|
| /third_party/python/Python/clinic/ |
| H A D | sysmodule.c.h | 946 PyObject *func; in sys_call_tracing() local
|
| /third_party/python/Objects/ |
| H A D | funcobject.c | 134 uint32_t _PyFunction_GetVersionForCurrentState(PyFunctionObject *func) in _PyFunction_GetVersionForCurrentState() argument 748 func_descr_get(PyObject *func, PyObject *obj, PyObject *type) in func_descr_get() argument
|
| H A D | call.c | 110 PyObject_CallNoArgs(PyObject *func) in PyObject_CallNoArgs() argument 133 vectorcallfunc func = _PyVectorcall_Function(callable); in _PyObject_FastCallDictTstate() local 236 _PyVectorcall_Call(PyThreadState *tstate, vectorcallfunc func, in _PyVectorcall_Call() argument 281 vectorcallfunc func; PyVectorcall_Call() local 305 _PyObject_FastCall(PyObject *func, PyObject *const *args, Py_ssize_t nargs) _PyObject_FastCall() argument 368 PyObject_CallOneArg(PyObject *func, PyObject *arg) PyObject_CallOneArg() argument 383 _PyFunction_Vectorcall(PyObject *func, PyObject* const* stack, size_t nargsf, PyObject *kwnames) _PyFunction_Vectorcall() argument [all...] |
| /third_party/python/Modules/_sqlite/clinic/ |
| H A D | connection.c.h | 331 PyObject *func; in pysqlite_connection_create_function() local
|
| /third_party/python/Modules/clinic/ |
| H A D | _tkinter.c.h | 342 PyObject *func; in _tkinter_tkapp_createcommand() local 423 PyObject *func; in _tkinter_tkapp_createfilehandler() local 488 PyObject *func; _tkinter_tkapp_createtimerhandler() local [all...] |
| /third_party/pulseaudio/src/modules/bluetooth/ |
| H A D | backend-ofono.c | 141 hf_dbus_send_and_add_to_pending(pa_bluetooth_backend *backend, DBusMessage *m, DBusPendingCallNotifyFunction func, void *call_data) hf_dbus_send_and_add_to_pending() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| H A D | nanobenchmark.cc | 558 size_t NumSkip(const Func func, const void* arg, const InputVec& unique, in NumSkip() argument 658 Ticks TotalDuration(const Func func, const void* arg, const InputVec* inputs, in TotalDuration() argument 739 size_t MeasureImpl(const Func func, const void* arg, const size_t num_skip, in MeasureImpl() argument 780 Measure(const Func func, const void* arg, const FuncInput* inputs, const size_t num_inputs, Result* results, const Params& p) Measure() argument [all...] |
| /third_party/spirv-tools/source/opt/ |
| H A D | dead_branch_elim_pass.cpp | 418 bool DeadBranchElimPass::EliminateDeadBranches(Function* func) { in EliminateDeadBranches() argument 91 MarkLiveBlocks( Function* func, std::unordered_set<BasicBlock*>* live_blocks) MarkLiveBlocks() argument 258 FixPhiNodesInLiveBlocks( Function* func, const std::unordered_set<BasicBlock*>& live_blocks, const std::unordered_map<BasicBlock*, BasicBlock*>& unreachable_continues) FixPhiNodesInLiveBlocks() argument 368 EraseDeadBlocks( Function* func, const std::unordered_set<BasicBlock*>& live_blocks, const std::unordered_set<BasicBlock*>& unreachable_merges, const std::unordered_map<BasicBlock*, BasicBlock*>& unreachable_continues) EraseDeadBlocks() argument [all...] |
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fDebugTests.cpp | 171 TestFunctionWrapper::TestFunctionWrapper (CoreTestFunc func) in TestFunctionWrapper() argument 177 TestFunctionWrapper::TestFunctionWrapper (DebugTestFunc func) in TestFunctionWrapper() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | tls_openssl_ocsp.c | 25 static void tls_show_errors(int level, const char *func, const char *txt) in tls_show_errors() argument
|