/third_party/python/Lib/ctypes/test/ |
H A D | test_prototypes.py | 216 def func(): pass global() function [all...] |
/third_party/python/Lib/test/ |
H A D | _test_atexit.py | 49 def func(): function 121 def func(): function [all...] |
/third_party/openssl/apps/include/ |
H A D | function.h | 26 int (*func)(int argc, char *argv[]); member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/ |
H A D | vktAmberTestCase.hpp | 104 void setCheckSupportCallback(std::function<void(Context&, std::string)> func) { m_checkSupportCallback = func; } in setCheckSupportCallback() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/ |
H A D | vktAmberTestCase.hpp | 104 void setCheckSupportCallback(std::function<void(Context&, std::string)> func) { m_checkSupportCallback = func; } in setCheckSupportCallback() argument
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | Name.cpp | 156 const TFunction *func = node->getFunction(); variable
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | block_merge_util.cpp | 131 void MergeWithSuccessor(IRContext* context, Function* func, in MergeWithSuccessor() argument
|
H A D | dominator_analysis.h | 105 void Visit(std::function<bool(DominatorTreeNode*)> func) { in Visit() argument
|
H A D | function.cpp | 254 std::ostream& operator<<(std::ostream& str, const Function& func) { in operator <<() argument
|
H A D | local_single_block_elim_pass.cpp | 56 LocalSingleBlockLoadStoreElim( Function* func) LocalSingleBlockLoadStoreElim() argument
|
H A D | wrap_opkill.cpp | 28 Function* func = context()->GetFunction(func_id); in Process() local 194 Function* func = bb->GetParent(); in GetOwningFunctionsReturnType() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | block_merge_util.cpp | 131 void MergeWithSuccessor(IRContext* context, Function* func, in MergeWithSuccessor() argument
|
H A D | dominator_analysis.h | 105 void Visit(std::function<bool(DominatorTreeNode*)> func) { in Visit() argument
|
H A D | function.cpp | 254 std::ostream& operator<<(std::ostream& str, const Function& func) { in operator <<() argument
|
H A D | local_single_block_elim_pass.cpp | 56 LocalSingleBlockLoadStoreElim( Function* func) LocalSingleBlockLoadStoreElim() argument
|
H A D | wrap_opkill.cpp | 28 Function* func = context()->GetFunction(func_id); in Process() local 194 Function* func = bb->GetParent(); in GetOwningFunctionsReturnType() local
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | asyncfilters.py | 131 def func(x): function
|
/third_party/openssl/test/ |
H A D | errtest.c | 30 const char *func = OPENSSL_FUNC; in test_print_error_format() local
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | ftrfork.h | 78 ft_raccess_guess_func func; member
|
/third_party/skia/third_party/externals/freetype/src/gxvalid/ |
H A D | gxvmort.c | 177 GXV_Validate_Func func; in gxv_mort_subtables_validate() local
|
H A D | gxvmorx.c | 67 GXV_Validate_Func func; in gxv_morx_subtables_validate() local
|
/third_party/skia/third_party/externals/freetype/src/otvalid/ |
H A D | otvgdef.c | 53 OTV_Validate_Func func; in otv_O_x_Ox() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | osfiber_ucontext.h | 81 createFiber( Allocator* allocator, size_t stackSize, const std::function<void()>& func) createFiber() argument
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | function_validation_test.cc | 447 auto* func = Func("main", {}, ty.void_(), {}, TEST_F() local [all...] |
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | binding_remapper.cc | 65 auto* func = ctx.src->Sem().Get(func_ast); in Run() local
|