Home
last modified time | relevance | path

Searched defs:func (Results 151 - 175 of 1104) sorted by relevance

12345678910>>...45

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dfunction_test.cpp117 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 Ducln_in.cpp51 ucln_i18n_registerCleanup(ECleanupI18NType type, cleanupFunc *func) ucln_i18n_registerCleanup() argument
/third_party/skia/third_party/externals/icu/source/io/
H A Ducln_io.cpp57 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 Dfinally.h56 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 Dcall_expression_test.cc25 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 Dfunction_test.cc145 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 Dbuilder_call_test.cc33 auto* func = in TEST_F() local
72 auto* func = in TEST_F() local
H A Dbuilder_function_variable_test.cc40 const auto& func = b.functions()[0]; in TEST_F() local
H A Dbuilder_ident_expression_test.cc108 const auto& func = b.functions()[0]; in TEST_F() local
H A Dbuilder_switch_test.cc63 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 Dgenerator_impl_function_test.cc29 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 Ducln_cmn.cpp65 ucln_common_registerCleanup(ECleanupCommonType type, cleanupFunc *func) ucln_common_registerCleanup() argument
/third_party/typescript/tests/baselines/reference/
H A DduplicateIdentifierBindingElementInParameterDeclaration1.js42 if (func === void 0) { func = function (a) { return 1; }; } function
H A DduplicateIdentifierBindingElementInParameterDeclaration2.js44 if (func === void 0) { func = function (a) { return 1; }; } function
H A DnarrowingDestructuring.js54 function func(value) { function
H A DtypeGuardOfFormTypeOfIsOrderIndependent.js9 var func: () => void; variable
45 var func; variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dinner-typedef-gh422.rs31 pub fn func() -> Bar; in func() functions
/third_party/spirv-tools/source/opt/
H A Dblock_merge_pass.cpp25 bool BlockMergePass::MergeBlocks(Function* func) { in MergeBlocks() argument
31 blockmergeutil::MergeWithSuccessor(context(), func, bi); in MergeBlocks() local
H A Dlocal_redundancy_elimination.cpp44 auto func = [this, &vnTable, &modified, value_to_ids](Instruction* inst) { in EliminateRedundanciesInBB() local
/third_party/vk-gl-cts/modules/internal/
H A DditTestCase.hpp37 SelfCheckCase (tcu::TestContext& testCtx, const char* name, const char* desc, Function func) in SelfCheckCase() argument
/third_party/elfutils/libdw/
H A Ddwarf_func_inline.c70 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 Dfind-prologues.c42 handle_function (Dwarf_Die *func, void *arg) in handle_function() argument
/third_party/ffmpeg/libavutil/
H A Dcuda_check.h32 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 Dcurl_threads.c45 unsigned int (*func)(void *); member
[all...]
/third_party/googletest/googletest/src/hwext/
H A Dgtest-multithread.cpp59 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

Completed in 21 milliseconds

12345678910>>...45