/third_party/mindspore/tests/ut/cpp/dataset/ |
D | data_helper_test.cc | 52 std::vector<std::string> new_label = {"3", "4"}; in TEST_F() local 53 Status rc = dh.UpdateArray(file_path, "label", new_label); in TEST_F() 74 std::vector<int> new_label = {3, 4}; in TEST_F() local 75 Status rc = dh.UpdateArray(file_path, "label", new_label); in TEST_F() 85 std::vector<std::string> new_label = {"3", "4"}; in TEST_F() local 86 Status rc = dh.UpdateArray(file_path, "label", new_label); in TEST_F() 96 int new_label = 3; in TEST_F() local 97 Status rc = dh.UpdateValue(file_path, "label", new_label); in TEST_F() 107 std::string new_label = "new label"; in TEST_F() local 108 Status rc = dh.UpdateValue(file_path, "label", new_label); in TEST_F()
|
/third_party/boost/boost/graph/ |
D | r_c_shortest_paths.hpp | 403 Splabel new_label = boost::allocate_shared< in r_c_shortest_paths_dispatch() local 409 new_label->cumulated_resource_consumption, in r_c_shortest_paths_dispatch() 410 new_label->p_pred_label->cumulated_resource_consumption, in r_c_shortest_paths_dispatch() 411 new_label->pred_edge); in r_c_shortest_paths_dispatch() 415 vis.on_label_not_feasible(*new_label, g); in r_c_shortest_paths_dispatch() 416 new_label.reset(); in r_c_shortest_paths_dispatch() 420 vis.on_label_feasible(*new_label, g); in r_c_shortest_paths_dispatch() 421 vec_vertex_labels[new_label->resident_vertex].push_back( in r_c_shortest_paths_dispatch() 422 new_label); in r_c_shortest_paths_dispatch() 423 unprocessed_labels.push(new_label); in r_c_shortest_paths_dispatch()
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfslabel.c | 377 ntfschar *new_label = NULL; in change_label() local 381 label_len = ntfs_mbstoucs(label, &new_label); in change_label() 393 new_label[label_len] = const_cpu_to_le16(0); in change_label() 397 result = ntfs_volume_rename(vol, new_label, label_len) ? 1 : 0; in change_label() 399 free(new_label); in change_label()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | show-parse.c | 527 static int new_label(void) in new_label() function 642 target = new_label(); in show_statement() 646 int last = new_label(); in show_statement() 677 loop_bottom = new_label(); in show_statement() 681 loop_bottom = new_label(); in show_statement() 687 loop_top = new_label(); in show_statement()
|
D | compile-i386.c | 569 static int new_label(void) in new_label() function 830 f->ret_target = new_label(); in emit_func_pre() 1452 target_false = new_label(); in emit_conditional_test() 1470 cond_end = new_label(); in emit_conditional_end() 1637 int label = new_label(); in emit_string_expr() 1750 label->label = next_test = new_label(); in emit_switch_statement() 1780 label->label = switch_end = new_label(); in emit_switch_statement() 1921 loop_bottom = new_label(); in emit_loop() 1922 loop_continue = new_label(); in emit_loop() 1928 loop_top = new_label(); in emit_loop()
|
/third_party/cef/libcef/browser/ |
D | menu_model_impl.cc | 895 CefString new_label = label; in GetFormattedLabelAt() local 896 if (menu_model_delegate_->FormatLabel(this, new_label)) in GetFormattedLabelAt() 897 label = new_label; in GetFormattedLabelAt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_utils.cpp | 496 std::unique_ptr<Instruction> new_label{new Instruction( in CloneAndAttachLoopToHeader() local 498 std::unique_ptr<BasicBlock> new_exit_bb{new BasicBlock(std::move(new_label))}; in CloneAndAttachLoopToHeader()
|
D | loop_unroller.cpp | 384 std::unique_ptr<Instruction> new_label{new Instruction( in PartiallyUnrollResidualFactor() local 386 std::unique_ptr<BasicBlock> new_exit_bb{new BasicBlock(std::move(new_label))}; in PartiallyUnrollResidualFactor()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | loop_utils.cpp | 496 std::unique_ptr<Instruction> new_label{new Instruction( in CloneAndAttachLoopToHeader() local 498 std::unique_ptr<BasicBlock> new_exit_bb{new BasicBlock(std::move(new_label))}; in CloneAndAttachLoopToHeader()
|
D | loop_unroller.cpp | 384 std::unique_ptr<Instruction> new_label{new Instruction( in PartiallyUnrollResidualFactor() local 386 std::unique_ptr<BasicBlock> new_exit_bb{new BasicBlock(std::move(new_label))}; in PartiallyUnrollResidualFactor()
|
/third_party/spirv-tools/source/opt/ |
D | loop_utils.cpp | 496 std::unique_ptr<Instruction> new_label{new Instruction( in CloneAndAttachLoopToHeader() local 498 std::unique_ptr<BasicBlock> new_exit_bb{new BasicBlock(std::move(new_label))}; in CloneAndAttachLoopToHeader()
|
D | loop_unroller.cpp | 384 std::unique_ptr<Instruction> new_label{new Instruction( in PartiallyUnrollResidualFactor() local 386 std::unique_ptr<BasicBlock> new_exit_bb{new BasicBlock(std::move(new_label))}; in PartiallyUnrollResidualFactor()
|
/third_party/e2fsprogs/misc/ |
D | tune2fs.c | 77 char *new_label, *new_last_mounted, *new_UUID; variable 1786 new_label = argv[2]; in parse_e2label_options() 1951 new_label = optarg; in parse_tune2fs_options() 3212 if (strlen(new_label) > sizeof(sb->s_volume_name)) in main() 3216 strncpy((char *)sb->s_volume_name, new_label, in main()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_optimizer.cpp | 153 void add_label(Label new_label) in add_label() 158 if (new_label & instr_usedef_labels) in add_label() 161 if (new_label & instr_mod_labels) { in add_label() 166 if (new_label & temp_labels) { in add_label() 173 if (new_label & const_labels) { in add_label() 176 } else if (new_label & val_labels) { in add_label() 181 label |= new_label; in add_label()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_parser.y | 88 static void new_label(const char *name) in new_label() function 762 label: T_IDENTIFIER ':' { new_label($1); }
|
/third_party/mindspore/mindspore/ccsrc/backend/session/ |
D | ascend_auto_monad.cc | 1544 auto new_label = labels.second; in InsertLabelSet() local 1558 AnfAlgo::SetNodeAttr(kAttrLabelIndex, MakeValue(new_label), cnode); in InsertLabelSet()
|
/third_party/quickjs/ |
D | quickjs.c | 21604 static int new_label(JSParseState *s) in new_label() function 21627 label = new_label(s); in emit_goto() 23451 label_next = new_label(s); in js_parse_array_literal() 23452 label_done = new_label(s); in js_parse_array_literal() 23584 label = new_label(s); in get_lvalue() 23619 label = new_label(s); in get_lvalue() 23830 emit_label(s, label_rest_next = new_label(s)); in js_emit_spread_code() 23903 label_parse = new_label(s); in js_parse_destructuring_element() 23904 label_assign = new_label(s); in js_parse_destructuring_element() 24317 *poptional_chaining_label = new_label(s); in optional_chain_test() [all …]
|