Home
last modified time | relevance | path

Searched defs:program (Results 1 - 25 of 844) sorted by relevance

12345678910>>...34

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/
H A Dplugin_phase.cpp20 bool PluginPhase::Perform(public_lib::Context *ctx, [[maybe_unused]] parser::Program *program) in Perform() argument
H A DcheckerPhase.cpp20 bool CheckerPhase::Perform(public_lib::Context *ctx, [[maybe_unused]] parser::Program *program) in Perform() argument
H A DresolveIdentifiers.cpp21 bool ResolveIdentifiers::Perform(public_lib::Context *ctx, [[maybe_unused]] parser::Program *program) in Perform() argument
H A Dphase.h31 Precondition([[maybe_unused]] public_lib::Context *ctx, [[maybe_unused]] const parser::Program *program) Precondition() argument
37 Postcondition([[maybe_unused]] public_lib::Context *ctx, [[maybe_unused]] const parser::Program *program) Postcondition() argument
/arkcompiler/ets_frontend/es2panda/util/
H A DprogramCache.h25 panda::pandasm::Program program; member
[all...]
/third_party/gn/src/gn/
H A Dfunction_forward_variables_from_unittest.cc14 std::string program = in TEST_F() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DCLProgramImpl.cpp13 CLProgramImpl::CLProgramImpl(const cl::Program &program) : mProgram(program) {} in CLProgramImpl() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DProgramParameterTest.cpp39 GLuint program = glCreateProgram(); in TEST_P() local
61 GLuint program = glCreateProgram(); in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DCLProgramVk.cpp13 CLProgramVk::CLProgramVk(const cl::Program &program) : CLProgramImpl(program) {} in CLProgramVk() argument
/third_party/skia/src/gpu/gl/
H A DGrGLVaryingHandler.h17 GrGLVaryingHandler(GrGLSLProgramBuilder* program) : INHERITED(program) {} in GrGLVaryingHandler() argument
/third_party/skia/third_party/externals/tint/src/
H A Dprogram_test.cc25 Program program; in TEST_F() local
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/
H A DXShader.js
/arkcompiler/ets_frontend/ets2panda/util/
H A DerrorHandler.h27 explicit ErrorHandler(const parser::Program *program) : program_(program) {} in ErrorHandler() argument
/third_party/skia/src/gpu/mtl/
H A DGrMtlVaryingHandler.h15 GrMtlVaryingHandler(GrGLSLProgramBuilder* program) : INHERITED(program) {} in GrMtlVaryingHandler() argument
/third_party/skia/src/gpu/vk/
H A DGrVkVaryingHandler.h15 GrVkVaryingHandler(GrGLSLProgramBuilder* program) : INHERITED(program) {} in GrVkVaryingHandler() argument
/third_party/skia/src/gpu/
H A DGrSPIRVVaryingHandler.h19 GrSPIRVVaryingHandler(GrGLSLProgramBuilder* program) : INHERITED(program) {} in GrSPIRVVaryingHandler() argument
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_test.cc36 Program program = p->program(); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/sem/
H A Dstorage_texture_type_test.cc73 auto program = Build(); in TEST_F() local
88 auto program = Build(); in TEST_F() local
103 auto program = Build(); in TEST_F() local
/arkcompiler/runtime_core/bytecode_optimizer/tests/
H A Dconst_array_resolver_test.cpp40 pandasm::Program program; in TEST_F() local
83 pandasm::Program program; in TEST_F() local
121 pandasm::Program program; in TEST_F() local
151 pandasm::Program program; in TEST_F() local
182 pandasm::Program program; in TEST_F() local
242 pandasm::Program program; TEST_F() local
294 pandasm::Program program; TEST_F() local
329 pandasm::Program program; TEST_F() local
356 pandasm::Program program; TEST_F() local
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DpartialExportClassGen.cpp33 bool PartialExportClassGen::Perform(public_lib::Context *const ctx, parser::Program *const program) in Perform() argument
/arkcompiler/ets_frontend/ets2panda/parser/
H A DASparser.h25 ASParser(Program *program, const CompilerOptions &options, ParserStatus status = ParserStatus::NO_OPTS) in ASParser() argument
H A DJSparser.h24 JSParser(Program *program, const CompilerOptions &options, ParserStatus status = ParserStatus::NO_OPTS) in JSParser() argument
/arkcompiler/ets_frontend/ets2panda/parser/context/
H A DparserContext.cpp21 ParserContext::ParserContext(const Program *program, ParserStatus status) in ParserContext() argument
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Draw_tp_writable_reject_nbd_invalid.c12 const struct bpf_insn program[] = { in test_raw_tp_writable_reject_nbd_invalid() local
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Draw_tp_writable_reject_nbd_invalid.c12 const struct bpf_insn program[] = { in test_raw_tp_writable_reject_nbd_invalid() local

Completed in 6 milliseconds

12345678910>>...34