Home
last modified time | relevance | path

Searched defs:label_id (Results 1 – 24 of 24) sorted by relevance

/external/autotest/frontend/tko/
Drpc_interface.py337 def modify_test_label(label_id, **data): argument
341 def delete_test_label(label_id): argument
356 def test_label_add_tests(label_id, **test_filter_data): argument
361 def test_label_remove_tests(label_id, **test_filter_data): argument
Dmodels.py405 def _join_test_label_column(self, query_set, label_name, label_id): argument
/external/harfbuzz_ng/test/api/
Dtest-ot-name.c38 hb_ot_name_id_t label_id; in test_ot_layout_feature_get_name_ids_and_characters() local
/external/mesa3d/src/amd/common/
Dac_llvm_build.c1947 int label_id) in set_basicblock_name()
1984 void ac_build_bgnloop(struct ac_llvm_context *ctx, int label_id) in ac_build_bgnloop()
2006 void ac_build_else(struct ac_llvm_context *ctx, int label_id) in ac_build_else()
2022 void ac_build_endif(struct ac_llvm_context *ctx, int label_id) in ac_build_endif()
2035 void ac_build_endloop(struct ac_llvm_context *ctx, int label_id) in ac_build_endloop()
2049 int label_id) in if_cond_emit()
2062 int label_id) in ac_build_if()
2070 int label_id) in ac_build_uif()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dbasic_block.cpp24 BasicBlock::BasicBlock(uint32_t label_id) in BasicBlock()
/external/deqp-deps/SPIRV-Tools/source/val/
Dbasic_block.cpp24 BasicBlock::BasicBlock(uint32_t label_id) in BasicBlock()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dpropagator.cpp218 const_block.ForEachSuccessorLabel([this, &block](const uint32_t label_id) { in Initialize()
Dinline_pass.cpp53 void InlinePass::AddBranch(uint32_t label_id, in AddBranch()
99 std::unique_ptr<Instruction> InlinePass::NewLabel(uint32_t label_id) { in NewLabel()
Dbasic_block.cpp220 BasicBlock* BasicBlock::SplitBasicBlock(IRContext* context, uint32_t label_id, in SplitBasicBlock()
Dmem_pass.cpp411 this](uint32_t label_id) { in RemoveUnreachableBlocks()
Dir_builder.h170 Instruction* AddBranch(uint32_t label_id) { in AddBranch()
Dloop_unroller.cpp996 for (uint32_t label_id : loop_->GetBlocks()) { in CanPerformUnroll() local
Dinstrument_pass.cpp84 std::unique_ptr<Instruction> InstrumentPass::NewLabel(uint32_t label_id) { in NewLabel()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dpropagator.cpp218 const_block.ForEachSuccessorLabel([this, &block](const uint32_t label_id) { in Initialize()
Dinline_pass.cpp57 void InlinePass::AddBranch(uint32_t label_id, in AddBranch()
103 std::unique_ptr<Instruction> InlinePass::NewLabel(uint32_t label_id) { in NewLabel()
Dbasic_block.cpp220 BasicBlock* BasicBlock::SplitBasicBlock(IRContext* context, uint32_t label_id, in SplitBasicBlock()
Dmem_pass.cpp411 this](uint32_t label_id) { in RemoveUnreachableBlocks()
Dir_builder.h170 Instruction* AddBranch(uint32_t label_id) { in AddBranch()
Dloop_unroller.cpp996 for (uint32_t label_id : loop_->GetBlocks()) { in CanPerformUnroll() local
Dinstrument_pass.cpp84 std::unique_ptr<Instruction> InstrumentPass::NewLabel(uint32_t label_id) { in NewLabel()
/external/minijail/
Dbpf.c229 unsigned long c, unsigned int label_id) in bpf_arg_comp()
Dsyscall_filter.c161 int label_id = bpf_label_id(labels, label_str); in get_label_id() local
Dsyscall_filter_unittest.cc72 unsigned int label_id, in test_compile_policy_line()
289 unsigned int label_id = 0; in TEST() local
/external/harfbuzz_ng/src/
Dhb-ot-layout.cc1195 hb_ot_name_id_t *label_id, /* OUT. May be NULL */ in hb_ot_layout_feature_get_name_ids()