Searched refs:first_name (Results 1 – 8 of 8) sorted by relevance
/third_party/libabigail/src/ |
D | abg-corpus.cc | 216 string first_name, second_name; in operator ()() local 217 first_name = first->get_linkage_name(); in operator ()() 218 if (first_name.empty()) in operator ()() 219 first_name = first->get_name(); in operator ()() 220 ABG_ASSERT(!first_name.empty()); in operator ()() 227 return first_name < second_name; in operator ()() 250 string first_name, second_name; in operator ()() local 251 first_name = first->get_linkage_name(); in operator ()() 252 if (first_name.empty()) in operator ()() 254 first_name = first->get_pretty_representation(); in operator ()() [all …]
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_get.c | 1013 char first_name[256], second_name[32] = {}, kernel_version[128] = {}; in si_init_renderer_string() local 1016 snprintf(first_name, sizeof(first_name), "%s", in si_init_renderer_string() 1024 "%s (%sLLVM " MESA_LLVM_VERSION_STRING ", DRM %i.%i%s)", first_name, second_name, in si_init_renderer_string()
|
/third_party/python/Doc/library/ |
D | csv.rst | 182 ... print(row['first_name'], row['last_name']) 188 {'first_name': 'John', 'last_name': 'Cleese'} 217 fieldnames = ['first_name', 'last_name'] 221 writer.writerow({'first_name': 'Baked', 'last_name': 'Beans'}) 222 writer.writerow({'first_name': 'Lovely', 'last_name': 'Spam'}) 223 writer.writerow({'first_name': 'Wonderful', 'last_name': 'Spam'})
|
D | re.rst | 1199 >>> m = re.match(r"(?P<first_name>\w+) (?P<last_name>\w+)", "Malcolm Reynolds") 1200 >>> m.group('first_name') 1264 >>> m = re.match(r"(?P<first_name>\w+) (?P<last_name>\w+)", "Malcolm Reynolds") 1266 {'first_name': 'Malcolm', 'last_name': 'Reynolds'}
|
/third_party/protobuf/src/google/protobuf/ |
D | any.proto | 102 // string first_name = 1;
|
/third_party/python/Parser/ |
D | pegen.c | 1611 _PyPegen_join_names_with_dot(Parser *p, expr_ty first_name, expr_ty second_name) in _PyPegen_join_names_with_dot() argument 1613 assert(first_name != NULL && second_name != NULL); in _PyPegen_join_names_with_dot() 1614 PyObject *first_identifier = first_name->v.Name.id; in _PyPegen_join_names_with_dot() 1661 return _PyAST_Name(uni, Load, EXTRA_EXPR(first_name, second_name)); in _PyPegen_join_names_with_dot()
|
/third_party/icu/tools/unicode/py/ |
D | preparseucd.py | 681 first_name = range_first_line.split(";")[1][1:-8] 683 if first_name != name:
|
/third_party/icu/docs/userguide/collation/ |
D | architecture.md | 540 > in that language in the format <first_name>, <last name>.)
|