/third_party/e2fsprogs/lib/et/ |
D | et_h.awk | 76 table_name = $3 79 table_name = $2 80 base_name = table_name 185 print "extern const struct error_table et_" table_name "_error_table;" > outfile 186 print "extern void initialize_" table_name "_error_table(void);" > outfile 189 print "extern void initialize_" table_name "_error_table_r(struct et_list **list);" > outfile 192 print "#define ERROR_TABLE_BASE_" table_name " (" \ 196 print "#define ERROR_TABLE_BASE_" table_name " (" \ 202 print "#define init_" table_name "_err_tbl initialize_" table_name "_error_table" > outfile 203 print "#define " table_name "_err_base ERROR_TABLE_BASE_" table_name > outfile
|
D | et_c.awk | 76 table_name = $3 79 table_name = $2 80 base_name = table_name 212 table_name, table_item_count++ > outfile 232 print "const struct error_table et_" table_name "_error_table = { text, " \ 236 print "const struct error_table et_" table_name "_error_table = { text, " \ 243 print "void initialize_" table_name "_error_table_r(struct et_list **list);" > outfile 244 print "void initialize_" table_name "_error_table(void);" > outfile 246 print "void initialize_" table_name "_error_table(void) {" > outfile 247 print " initialize_" table_name "_error_table_r(&_et_list);" > outfile [all …]
|
/third_party/boost/libs/math/reporting/performance/ |
D | test_polynomial.cpp | 231 …std::string table_name = "Polynomial Arithmetic (" + compiler_name() + ", " + platform_name() + ")… in test() local 235 report_execution_time(t.test_add() / count, table_name, "operator +", type); in test() 236 report_execution_time(t.test_subtract() / count, table_name, "operator -", type); in test() 237 report_execution_time(t.test_multiply() / count, table_name, "operator *", type); in test() 238 report_execution_time(t.test_divide() / count, table_name, "operator /", type); in test() 239 report_execution_time(t.test_add_int() / count, table_name, "operator + (int)", type); in test() 240 report_execution_time(t.test_subtract_int() / count, table_name, "operator - (int)", type); in test() 241 report_execution_time(t.test_multiply_int() / count, table_name, "operator * (int)", type); in test() 242 report_execution_time(t.test_divide_int() / count, table_name, "operator / (int)", type); in test() 243 report_execution_time(t.test_inplace_add() / count, table_name, "operator +=", type); in test() [all …]
|
D | table_helper.cpp | 23 void add_cell(boost::intmax_t val, const std::string& table_name, const std::string& row_name, cons… 201 void add_cell(boost::intmax_t val, const std::string& table_name, const std::string& row_name, cons… in add_cell() argument 206 std::string table_id = "table_" + sanitize_string(table_name); in add_cell() 322 new_table += table_name; in add_cell() 340 std::string section_id = "section_" + sanitize_string(table_name); in add_cell() 343 …n = "\n[template " + section_id + "[]\n[section:" + section_id + " " + table_name + "]\n[" + table… in add_cell()
|
D | test_gcd.cpp | 71 …auto table_name = string("gcd method comparison with ") + compiler_name() + string(" on ") + platf… in operator ()() local 74 table_name, in operator ()()
|
/third_party/python/Lib/sqlite3/ |
D | dump.py | 31 for table_name, type, sql in schema_res.fetchall(): 32 if table_name == 'sqlite_sequence': 34 elif table_name == 'sqlite_stat1': 36 elif table_name.startswith('sqlite_'): 49 table_name_ident = table_name.replace('"', '""')
|
/third_party/glib/glib/glib-mirroring-tab/ |
D | packtab.c | 38 static const char *const *name, *key_type_name, *table_name, *macro_name; variable 280 fprintf (f, "static const %s %sLev%d[%ld*%d] = {", key_type, table_name, in write_array() 286 fprintf (f, "\n#define %sLev%d_%0*lX 0x%0X", table_name, in write_array() 306 fprintf (f, "\n %sLev%d_%0*lX, /* %0*lX..%0*lX */", table_name, in write_array() 350 fprintf (f, " \\\n\t%sLev%d[((x)", table_name, i); in write_source() 377 table_name); in write_out() 409 table_name = p_table_name; in pack_table()
|
D | gen-mirroring-tab.c | 77 #define table_name "Mir" macro 194 key_type, table_name, macro_name "_DELTA", stdout)) in gen_mirroring_tab()
|
D | packtab.h | 39 const char *table_name,
|
/third_party/boost/libs/math/reporting/accuracy/ |
D | handle_test_result.hpp | 158 void add_cell(const std::string& cell_name, const std::string& table_name, const std::string& row_n… in add_cell() argument 163 std::string table_id = "table_" + sanitize_string(table_name); in add_cell() 264 new_table += table_name; in add_cell() 282 std::string section_id = "section_" + sanitize_string(table_name); in add_cell() 285 …n = "\n[template " + section_id + "[]\n[section:" + section_id + " " + table_name + "]\n[" + table… in add_cell() 300 …string& cell_name, const std::string& cell_content, const std::string& table_name, const std::stri… in set_result() argument 329 add_cell(cell_name, table_name, row_name, type_name); in set_result()
|
/third_party/flutter/engine/flutter/shell/common/ |
D | BUILD.gn | 12 # String table_name (name of symbol for resource table) 44 "--table_name", 45 invoker.table_name,
|
/third_party/boost/libs/regex/performance/ |
D | table_helper.cpp | 191 void add_cell(boost::intmax_t val, const std::string& table_name, const std::string& row_name, cons… in add_cell() argument 196 std::string table_id = "table_" + sanitize_string(table_name); in add_cell() 312 new_table += table_name; in add_cell() 330 std::string section_id = "section_" + sanitize_short_string(table_name); in add_cell() 333 …n = "\n[template " + section_id + "[]\n[section:" + section_id + " " + table_name + "]\n[" + table… in add_cell()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | gen_vk_internal_shaders.py | 492 table_name = get_variation_table_name(shader_file, 'm') 494 table = 'RefCounted<ShaderAndSerial> %s[' % table_name 522 table_name = get_variation_table_name(shader_file) 525 table = 'constexpr ShaderBlob %s[] = {\n' % table_name 570 table_name = get_variation_table_name(shader_file, 'm') 572 destroy = 'for (RefCounted<ShaderAndSerial> &shader : %s)\n' % table_name
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | gen_vk_internal_shaders.py | 595 table_name = get_variation_table_name(shader_file, 'm') 597 table = 'RefCounted<ShaderAndSerial> %s[' % table_name 625 table_name = get_variation_table_name(shader_file) 628 table = 'constexpr CompressedShaderBlob %s[] = {\n' % table_name 673 table_name = get_variation_table_name(shader_file, 'm') 675 destroy = 'for (RefCounted<ShaderAndSerial> &shader : %s)\n' % table_name
|
/third_party/flutter/skia/third_party/externals/freetype/src/tools/ |
D | glnames.py | 4947 def dump_sublist( self, file, table_name, macro_name, sublist ): argument 4960 write( " const short " + table_name +
|
/third_party/freetype/src/tools/ |
D | glnames.py | 4947 def dump_sublist( self, file, table_name, macro_name, sublist ): argument 4960 write( " const short " + table_name +
|
/third_party/skia/third_party/externals/freetype/src/tools/ |
D | glnames.py | 4947 def dump_sublist( self, file, table_name, macro_name, sublist ): argument 4960 write( " const short " + table_name +
|
/third_party/pcre2/pcre2/maint/ |
D | MultiStage2.py | 314 def print_table(table, table_name, block_size = None): argument 318 s = "const %s %s[] = { /* %d bytes" % (type, table_name, size * len(table))
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
D | font.cc | 385 char* table_name = TagToString(builder->first); in BuildTablesFromBuilders() local 386 builder_string += table_name; in BuildTablesFromBuilders() 387 delete[] table_name; in BuildTablesFromBuilders()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
D | font.cc | 385 char* table_name = TagToString(builder->first); in BuildTablesFromBuilders() local 386 builder_string += table_name; in BuildTablesFromBuilders() 387 delete[] table_name; in BuildTablesFromBuilders()
|
/third_party/jerryscript/tools/ |
D | gen-unicode.py | 47 def add_table(self, table, table_name, table_type, table_descr): argument 49 … self.__data.append("static const %s lit_%s[] JERRY_ATTR_CONST_DATA =" % (table_type, table_name))
|
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/ |
D | ts-parser.c | 1181 const gchar *table_name; in _on_bus_message() local 1183 table_name = table_id_name (section->table_id); in _on_bus_message() 1188 section->table_id, table_name, section->offset); in _on_bus_message()
|
/third_party/uboot/u-boot-2020.01/common/ |
D | image.c | 877 const char *table_name, const char *name) in get_table_entry_id() argument 889 debug("Invalid %s Type: %s\n", table_name, name); in get_table_entry_id()
|
/third_party/uboot/u-boot-2020.01/include/ |
D | image.h | 458 const char *table_name, const char *name);
|
D | image.h.orig | 456 const char *table_name, const char *name);
|