/external/autotest/database/ |
D | schema_129.sql | 144 `label_id` int(11) NOT NULL, 146 UNIQUE KEY `test_id` (`test_id`,`label_id`), 147 KEY `autotests_dependency_labels_label_id_fk` (`label_id`), 148 …CONSTRAINT `autotests_dependency_labels_label_id_fk` FOREIGN KEY (`label_id`) REFERENCES `afe_labe… 320 `label_id` int(11) DEFAULT NULL, 322 UNIQUE KEY `hosts_labels_both_ids` (`label_id`,`host_id`), 325 …CONSTRAINT `hosts_labels_label_id_fk` FOREIGN KEY (`label_id`) REFERENCES `afe_labels` (`id`) ON D… 439 `label_id` int(11) NOT NULL, 441 UNIQUE KEY `job_id` (`job_id`,`label_id`), 442 KEY `jobs_dependency_labels_label_id_fk` (`label_id`), [all …]
|
/external/autotest/frontend/tko/ |
D | rpc_interface.py | 337 def modify_test_label(label_id, **data): argument 338 models.TestLabel.smart_get(label_id).update_object(data) 341 def delete_test_label(label_id): argument 342 models.TestLabel.smart_get(label_id).delete() 356 def test_label_add_tests(label_id, **test_filter_data): argument 358 models.TestLabel.smart_get(label_id).tests.add(*test_ids) 361 def test_label_remove_tests(label_id, **test_filter_data): argument 362 label = models.TestLabel.smart_get(label_id)
|
/external/harfbuzz_ng/test/api/ |
D | test-ot-name.c | 38 hb_ot_name_id_t label_id; in test_ot_layout_feature_get_name_ids_and_characters() local 54 &label_id, &tooltip_id, &sample_id, in test_ot_layout_feature_get_name_ids_and_characters() 58 g_assert_cmpint (label_id, ==, 256); in test_ot_layout_feature_get_name_ids_and_characters()
|
/external/autotest/frontend/afe/ |
D | frontend_test_utils.py | 42 label_id=self.labels[-1].id)] 147 for label_id in metahosts: 148 models.HostQueueEntry.objects.create(job=job, meta_host_id=label_id,
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | basic_block.cpp | 24 BasicBlock::BasicBlock(uint32_t label_id) in BasicBlock() argument 25 : id_(label_id), in BasicBlock()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ |
D | basic_block.cpp | 23 BasicBlock::BasicBlock(uint32_t label_id) in BasicBlock() argument 24 : id_(label_id), in BasicBlock()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | basic_block.cpp | 24 BasicBlock::BasicBlock(uint32_t label_id) in BasicBlock() argument 25 : id_(label_id), in BasicBlock()
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | metadata_minimal_module.cc | 73 auto label_id = storage->InternString(packet.label()); in ParseChromeBenchmarkMetadata() local 75 Variadic::String(label_id)); in ParseChromeBenchmarkMetadata()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | propagator.cpp | 218 const_block.ForEachSuccessorLabel([this, &block](const uint32_t label_id) { in Initialize() argument 220 ctx_->get_instr_block(get_def_use_mgr()->GetDef(label_id)); in Initialize()
|
D | basic_block.cpp | 237 BasicBlock* BasicBlock::SplitBasicBlock(IRContext* context, uint32_t label_id, in SplitBasicBlock() argument 242 MakeUnique<Instruction>(context, spv::Op::OpLabel, 0, label_id, in SplitBasicBlock()
|
D | inline_pass.cpp | 57 void InlinePass::AddBranch(uint32_t label_id, in AddBranch() argument 61 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {label_id}}})); in AddBranch() 115 std::unique_ptr<Instruction> InlinePass::NewLabel(uint32_t label_id) { in NewLabel() argument 117 new Instruction(context(), spv::Op::OpLabel, 0, label_id, {})); in NewLabel()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | propagator.cpp | 218 const_block.ForEachSuccessorLabel([this, &block](const uint32_t label_id) { in Initialize() argument 220 ctx_->get_instr_block(get_def_use_mgr()->GetDef(label_id)); in Initialize()
|
D | basic_block.cpp | 240 BasicBlock* BasicBlock::SplitBasicBlock(IRContext* context, uint32_t label_id, in SplitBasicBlock() argument 246 context, SpvOpLabel, 0, label_id, std::initializer_list<Operand>{})); in SplitBasicBlock()
|
D | inline_pass.cpp | 57 void InlinePass::AddBranch(uint32_t label_id, in AddBranch() argument 61 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {label_id}}})); in AddBranch() 115 std::unique_ptr<Instruction> InlinePass::NewLabel(uint32_t label_id) { in NewLabel() argument 117 new Instruction(context(), SpvOpLabel, 0, label_id, {})); in NewLabel()
|
D | mem_pass.cpp | 425 this](uint32_t label_id) { in RemoveUnreachableBlocks() argument 426 auto successor = cfg()->block(label_id); in RemoveUnreachableBlocks()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | propagator.cpp | 218 const_block.ForEachSuccessorLabel([this, &block](const uint32_t label_id) { in Initialize() argument 220 ctx_->get_instr_block(get_def_use_mgr()->GetDef(label_id)); in Initialize()
|
D | basic_block.cpp | 239 BasicBlock* BasicBlock::SplitBasicBlock(IRContext* context, uint32_t label_id, in SplitBasicBlock() argument 244 MakeUnique<Instruction>(context, spv::Op::OpLabel, 0, label_id, in SplitBasicBlock()
|
D | inline_pass.cpp | 57 void InlinePass::AddBranch(uint32_t label_id, in AddBranch() argument 61 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {label_id}}})); in AddBranch() 115 std::unique_ptr<Instruction> InlinePass::NewLabel(uint32_t label_id) { in NewLabel() argument 117 new Instruction(context(), spv::Op::OpLabel, 0, label_id, {})); in NewLabel()
|
/external/minijail/ |
D | syscall_filter.h | 52 unsigned int label_id,
|
D | bpf.c | 229 unsigned long c, unsigned int label_id) in bpf_arg_comp() argument 293 curr_block += set_bpf_jump_lbl(curr_block, label_id); in bpf_arg_comp()
|
D | syscall_filter.c | 210 int label_id = bpf_label_id(labels, label_str); in get_label_id() local 211 if (label_id < 0) in get_label_id() 213 return label_id; in get_label_id()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout.cc | 1692 hb_ot_name_id_t *label_id, /* OUT. May be NULL */ in hb_ot_layout_feature_get_name_ids() argument 1710 if (label_id) *label_id = ss_params.uiNameID; in hb_ot_layout_feature_get_name_ids() 1722 if (label_id) *label_id = cv_params.featUILableNameID; in hb_ot_layout_feature_get_name_ids() 1731 if (label_id) *label_id = HB_OT_NAME_ID_INVALID; in hb_ot_layout_feature_get_name_ids()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_propagate_instruction_up.cpp | 25 uint32_t label_id) { in GetResultIdFromLabelId() argument 29 if (phi_inst.GetSingleWordInOperand(i) == label_id) { in GetResultIdFromLabelId()
|
/external/libchrome/base/trace_event/ |
D | trace_log.h | 327 void UpdateProcessLabel(int label_id, const std::string& current_label); 328 void RemoveProcessLabel(int label_id);
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_propagate_instruction_up.cpp | 25 uint32_t label_id) { in GetResultIdFromLabelId() argument 29 if (phi_inst.GetSingleWordInOperand(i) == label_id) { in GetResultIdFromLabelId()
|