Searched refs:match_name (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/mapi/glapi/gen/ |
D | glX_proto_size.py | 66 match_name = "Get" 68 match_name = func_name 74 if match_name in e.functions: 75 [count, mode] = e.functions[ match_name ]
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | transform_utils.cc | 514 string match_name; in RenameNodeInputs() local 522 match_name = prefix + dest_name + suffix; in RenameNodeInputs() 526 match_name = dest_name; in RenameNodeInputs() 529 new_input_name = match_name; in RenameNodeInputs()
|
/external/libtracefs/Documentation/ |
D | libtracefs-synth-info.txt | 133 #define match_name "pid" 149 match_name);
|
D | libtracefs-synth2.txt | 114 #define match_name "pid" 130 match_name);
|
D | libtracefs-synth.txt | 200 #define match_name "pid" 216 match_name);
|
/external/libcups/cups/ |
D | dest.c | 233 static int cups_get_dests(const char *filename, const char *match_name, const char *match_inst, in… 4069 const char *match_name, /* I - Destination name we want */ in cups_get_dests() argument 4086 … load_all=%d, user_default_set=%d, num_dests=%d, dests=%p)", filename, match_name, match_inst, loa… in cups_get_dests() 4157 if (match_name) in cups_get_dests() 4159 if (_cups_strcasecmp(name, match_name) || in cups_get_dests() 4201 if (match_name) in cups_get_dests()
|
/external/libtracefs/utest/ |
D | tracefs-utest.c | 983 char *match_name; member 998 if (synth[i].match_name) { in test_synth_compare() 999 CU_TEST(strstr(format, synth[i].match_name) != NULL); in test_synth_compare() 1035 sevents[i].match_name); in test_instance_synthetic()
|
/external/mesa3d/src/compiler/ |
D | glsl_types.h | 1226 bool record_compare(const glsl_type *b, bool match_name,
|
D | glsl_types.cpp | 1185 glsl_type::record_compare(const glsl_type *b, bool match_name, in record_compare() argument 1216 if (match_name) in record_compare()
|
/external/libtracefs/include/ |
D | tracefs.h | 572 const char *match_name);
|
/external/libtracefs/src/ |
D | tracefs-hist.c | 1120 const char *match_name) in tracefs_synth_alloc() argument 1149 end_match_field, match_name); in tracefs_synth_alloc()
|