/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | function_test.cpp | 117 auto* func = spvtest::GetFunction(ctx->module(), 9); in TEST() local 151 auto* func = spvtest::GetFunction(ctx->module(), 9); in TEST() local 187 auto* func = spvtest::GetFunction(ctx->module(), 9); in TEST() local 221 auto* func = spvtest::GetFunction(ctx->module(), 1); TEST() local 246 auto* func = spvtest::GetFunction(ctx->module(), 4); TEST() local 283 auto* func = spvtest::GetFunction(ctx->module(), 4); TEST() local [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | ucln_in.cpp | 51 ucln_i18n_registerCleanup(ECleanupI18NType type, cleanupFunc *func) ucln_i18n_registerCleanup() argument
|
/third_party/skia/third_party/externals/icu/source/io/ |
H A D | ucln_io.cpp | 57 ucln_io_registerCleanup(ECleanupIOType type, cleanupFunc *func) ucln_io_registerCleanup() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
H A D | finally.h | 56 F func; member in marl::FinallyImpl 61 FinallyImpl<F>::FinallyImpl(const F& func) : func(func) {} in FinallyImpl() argument 64 FinallyImpl<F>::FinallyImpl(F&& func) : func(std::move(func)) {} in FinallyImpl() argument [all...] |
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | call_expression_test.cc | 25 auto* func = Expr("func"); in TEST_F() local 41 auto* func = Expr("func"); in TEST_F() local 79 auto* func = Expr("func"); in TEST_F() local [all...] |
H A D | function_test.cc | 145 auto* func = Func("main", VariableList{}, ty.f32(), StatementList{}, in TEST_F() local [all...] |
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | builder_call_test.cc | 33 auto* func = in TEST_F() local 72 auto* func = in TEST_F() local
|
H A D | builder_function_variable_test.cc | 40 const auto& func = b.functions()[0]; in TEST_F() local
|
H A D | builder_ident_expression_test.cc | 108 const auto& func = b.functions()[0]; in TEST_F() local
|
H A D | builder_switch_test.cc | 63 auto* func = Func("a_func", {}, ty.void_(), in TEST_F() local 120 auto* func = Func("a_func", {}, ty.void_(), in TEST_F() local 177 auto* func = Func("a_func", {}, ty.void_(), in TEST_F() local 227 auto* func = Func("a_func", {}, ty.void_(), in TEST_F() local 290 auto* func = Func("a_func", {}, ty.void_(), in TEST_F() local 352 auto* func = Func( TEST_F() local [all...] |
/third_party/skia/third_party/externals/tint/src/writer/wgsl/ |
H A D | generator_impl_function_test.cc | 29 auto* func = Func("my_func", ast::VariableList{}, ty.void_(), in TEST_F() local 47 auto* func = Func( in TEST_F() local 67 auto* func = Func("my_func", ast::VariableList{}, ty.void_(), in TEST_F() local 89 auto* func = Func("my_func", ast::VariableList{}, ty.void_(), in TEST_F() local 112 auto* func = Func("frag_main", ast::VariableList{coord, loc1}, ty.void_(), in TEST_F() local 130 auto* func = Func("frag_main", ast::VariableList{}, ty.f32(), TEST_F() local [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucln_cmn.cpp | 65 ucln_common_registerCleanup(ECleanupCommonType type, cleanupFunc *func) ucln_common_registerCleanup() argument
|
/third_party/typescript/tests/baselines/reference/ |
H A D | duplicateIdentifierBindingElementInParameterDeclaration1.js | 42 if (func === void 0) { func = function (a) { return 1; }; }
function
|
H A D | duplicateIdentifierBindingElementInParameterDeclaration2.js | 44 if (func === void 0) { func = function (a) { return 1; }; }
function
|
H A D | narrowingDestructuring.js | 54 function func(value) {
function
|
H A D | typeGuardOfFormTypeOfIsOrderIndependent.js | 9 var func: () => void; variable 45 var func;
variable
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | inner-typedef-gh422.rs | 31 pub fn func() -> Bar; in func() functions
|
/third_party/spirv-tools/source/opt/ |
H A D | block_merge_pass.cpp | 25 bool BlockMergePass::MergeBlocks(Function* func) { in MergeBlocks() argument 31 blockmergeutil::MergeWithSuccessor(context(), func, bi); in MergeBlocks() local
|
H A D | local_redundancy_elimination.cpp | 44 auto func = [this, &vnTable, &modified, value_to_ids](Instruction* inst) { in EliminateRedundanciesInBB() local
|
/third_party/vk-gl-cts/modules/internal/ |
H A D | ditTestCase.hpp | 37 SelfCheckCase (tcu::TestContext& testCtx, const char* name, const char* desc, Function func) in SelfCheckCase() argument
|
/third_party/elfutils/libdw/ |
H A D | dwarf_func_inline.c | 70 dwarf_func_inline (Dwarf_Die *func) in dwarf_func_inline() argument 94 dwarf_func_inline_instances (Dwarf_Die *func, in dwarf_func_inline_instances() argument
|
/third_party/elfutils/tests/ |
H A D | find-prologues.c | 42 handle_function (Dwarf_Die *func, void *arg) in handle_function() argument
|
/third_party/ffmpeg/libavutil/ |
H A D | cuda_check.h | 32 ff_cuda_check(void *avctx, void *cuGetErrorName_fn, void *cuGetErrorString_fn, CUresult err, const char *func) ff_cuda_check() argument
|
/third_party/curl/lib/ |
H A D | curl_threads.c | 45 unsigned int (*func)(void *); member [all...] |
/third_party/googletest/googletest/src/hwext/ |
H A D | gtest-multithread.cpp | 59 unsigned MultiThreadTest::runTask(unsigned thread_num, PF func, std::string testsuite, std::string testcase) in runTask() argument 83 void MultiThreadTest::appendTaskToList(unsigned thread_id, PF func, std::string testsuite, std::string testcase) in appendTaskToList() argument
|