/third_party/mesa3d/src/intel/tools/ |
D | i965_gram.y | 324 add_label(struct brw_codegen *p, const char* label_name, enum instr_label_type type) in add_label() function 1113 add_label(p, $4, INSTR_LABEL_JIP); 1157 add_label(p, $3, INSTR_LABEL_JIP); 1158 add_label(p, $4, INSTR_LABEL_UIP); 1201 add_label(p, $4, INSTR_LABEL_JIP); 1202 add_label(p, $5, INSTR_LABEL_UIP); 1254 add_label(p, $4, INSTR_LABEL_JIP); 1308 add_label(p, $4, INSTR_LABEL_JIP); 1309 add_label(p, $5, INSTR_LABEL_UIP); 1345 add_label(p, $4, INSTR_LABEL_JIP); [all …]
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_optimizer.cpp | 157 void add_label(Label new_label) in add_label() function 190 add_label(label_vec); in set_vec() 200 add_label(label_literal); in set_constant() 206 add_label(label_constant_16bit); in set_constant() 209 add_label(label_constant_32bit); in set_constant() 212 add_label(label_constant_64bit); in set_constant() 254 add_label(label_abs); in set_abs() 262 add_label(label_neg); in set_neg() 270 add_label((Label)((uint32_t)label_abs | (uint32_t)label_neg)); in set_neg_abs() 276 add_label(label_mul); in set_mul() [all …]
|
/third_party/python/Lib/ |
D | mailbox.py | 1621 message.add_label('unseen') 1623 message.add_label('deleted') 1625 message.add_label('answered') 1627 message.add_label('forwarded') 1734 message.add_label('unseen') 1736 message.add_label('deleted') 1738 message.add_label('answered') 1814 message.add_label('unseen') 1816 message.add_label('answered') 1843 def add_label(self, label): member in BabylMessage [all …]
|
/third_party/cups-filters/filter/pdftopdf/ |
D | qpdf_pdftopdf_processor.h | 14 virtual void add_label(const PageRect &rect, const std::string label);
|
D | pdftopdf_processor.h | 126 virtual void add_label(const PageRect &rect, const std::string label) =0;
|
D | pdftopdf_processor.cc | 363 page->add_label(param.page, param.pageLabel); in processPDFTOPDF()
|
D | qpdf_pdftopdf_processor.cc | 354 void QPDF_PDFTOPDF_PageHandle::add_label(const PageRect &_rect, const std::string label) // {{{ in add_label() function in QPDF_PDFTOPDF_PageHandle
|
/third_party/python/Lib/test/ |
D | test_mailbox.py | 1322 msg0.add_label('foo') 1627 msg.add_label('filed') 1629 msg.add_label('resent') 1631 msg.add_label('resent') 1635 msg.add_label('foobar') 1878 msg.add_label(setting) 1884 msg.add_label(label) 1896 msg.add_label(setting) 1901 msg.add_label(label) 1912 msg.add_label(setting) [all …]
|
/third_party/python/Tools/clinic/ |
D | clinic.py | 940 add_label = None 948 if add_label and (i == pos_only or i == max_pos): 949 parser_code.append("%s:" % add_label) 950 add_label = None 954 add_label = 'skip_optional_posonly' 959 """ % (i + 1, add_label), indent=4)) 973 add_label = label 978 """ % add_label, indent=4)) 982 add_label = label 992 """ % add_label, indent=4)) [all …]
|
/third_party/mesa3d/src/freedreno/afuc/ |
D | disasm.c | 167 goto add_label; in add_jump_table_entry() 173 add_label: in add_jump_table_entry()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | linearize.c | 722 static struct basic_block * add_label(struct entrypoint *ep, struct symbol *label) in add_label() function 2025 bb = add_label(ep, stmt->ret); in linearize_fn_statement() 2379 add_label(ep, stmt->case_label); in linearize_statement() 2388 add_label(ep, label); in linearize_statement()
|
/third_party/python/Parser/ |
D | asdl_c.py | 441 def sumTrailer(self, name, add_label=False): argument 447 if add_label:
|
/third_party/python/Doc/library/ |
D | mailbox.rst | 1252 .. method:: add_label(label)
|