/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/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/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)
|
D | models.py | 383 ','.join(str(label_id) for label_id in label_ids))) 405 def _join_test_label_column(self, query_set, label_name, label_id): argument
|
/external/tensorflow/tensorflow/contrib/gan/python/features/python/ |
D | conditioning_utils_impl.py | 82 label_id = math_ops.argmax(one_hot, axis=1) 86 embedding, label_id, name='token_to_embedding')
|
/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,
|
D | admin.py | 121 return [str(label_id) for label_id in label_ids]
|
/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/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/mesa3d/src/amd/common/ |
D | ac_llvm_build.c | 1947 int label_id) in set_basicblock_name() argument 1950 snprintf(buf, sizeof(buf), "%s%d", base, label_id); in set_basicblock_name() 1984 void ac_build_bgnloop(struct ac_llvm_context *ctx, int label_id) in ac_build_bgnloop() argument 1989 set_basicblock_name(flow->loop_entry_block, "loop", label_id); in ac_build_bgnloop() 2006 void ac_build_else(struct ac_llvm_context *ctx, int label_id) in ac_build_else() argument 2017 set_basicblock_name(current_branch->next_block, "else", label_id); in ac_build_else() 2022 void ac_build_endif(struct ac_llvm_context *ctx, int label_id) in ac_build_endif() argument 2030 set_basicblock_name(current_branch->next_block, "endif", label_id); in ac_build_endif() 2035 void ac_build_endloop(struct ac_llvm_context *ctx, int label_id) in ac_build_endloop() argument 2044 set_basicblock_name(current_loop->next_block, "endloop", label_id); in ac_build_endloop() [all …]
|
/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 | 220 BasicBlock* BasicBlock::SplitBasicBlock(IRContext* context, uint32_t label_id, in SplitBasicBlock() argument 226 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() 103 std::unique_ptr<Instruction> InlinePass::NewLabel(uint32_t label_id) { in NewLabel() argument 105 new Instruction(context(), SpvOpLabel, 0, label_id, {})); in NewLabel()
|
D | inline_pass.h | 68 std::unique_ptr<Instruction> NewLabel(uint32_t label_id);
|
D | mem_pass.cpp | 411 this](uint32_t label_id) { in RemoveUnreachableBlocks() argument 412 auto successor = cfg()->block(label_id); in RemoveUnreachableBlocks()
|
/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 | 220 BasicBlock* BasicBlock::SplitBasicBlock(IRContext* context, uint32_t label_id, in SplitBasicBlock() argument 226 context, SpvOpLabel, 0, label_id, std::initializer_list<Operand>{})); in SplitBasicBlock()
|
D | inline_pass.cpp | 53 void InlinePass::AddBranch(uint32_t label_id, in AddBranch() argument 57 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {label_id}}})); in AddBranch() 99 std::unique_ptr<Instruction> InlinePass::NewLabel(uint32_t label_id) { in NewLabel() argument 101 new Instruction(context(), SpvOpLabel, 0, label_id, {})); in NewLabel()
|
D | inline_pass.h | 67 std::unique_ptr<Instruction> NewLabel(uint32_t label_id);
|
D | mem_pass.cpp | 411 this](uint32_t label_id) { in RemoveUnreachableBlocks() argument 412 auto successor = cfg()->block(label_id); in RemoveUnreachableBlocks()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout.cc | 1195 hb_ot_name_id_t *label_id, /* OUT. May be NULL */ in hb_ot_layout_feature_get_name_ids() argument 1213 if (label_id) *label_id = ss_params.uiNameID; in hb_ot_layout_feature_get_name_ids() 1225 if (label_id) *label_id = cv_params.featUILableNameID; in hb_ot_layout_feature_get_name_ids() 1234 if (label_id) *label_id = HB_OT_NAME_ID_INVALID; in hb_ot_layout_feature_get_name_ids()
|
/external/minijail/ |
D | syscall_filter.h | 36 unsigned int label_id,
|
D | syscall_filter.c | 161 int label_id = bpf_label_id(labels, label_str); in get_label_id() local 162 if (label_id < 0) in get_label_id() 164 return label_id; in get_label_id()
|
D | bpf.c | 229 unsigned long c, unsigned int label_id) in bpf_arg_comp() argument 288 curr_block += set_bpf_jump_lbl(curr_block, label_id); in bpf_arg_comp()
|
/external/autotest/scheduler/ |
D | scheduler_models.py | 392 for label_id, label_name, is_platform in non_static_rows: 393 if label_id not in replaced_label_ids: 394 combined_rows.append((label_id, label_name, is_platform)) 399 for label_id, label_name, is_platform in static_rows: 401 combined_rows.append((label_id, label_name, is_platform))
|