/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | gen_dynamic_list.py | 84 orig_name = match.group(1) 85 if orig_name in function_set and (args.version_list or orig_name not in versioned_functions): 86 result.append(orig_name)
|
/external/autotest/site_utils/autoupdate/lib/ |
D | test_control.py | 33 orig_name = control_data.parse_control_string(orig_control_code).name 37 new_name = '%s_%s' % (orig_name, test.unique_name_suffix()) 38 code_lines[i] = line.replace(orig_name, new_name)
|
/external/autotest/database/ |
D | db_utils.py | 37 for orig_name, new_name in mapping.iteritems(): 38 manager.execute('RENAME TABLE `%s` TO `%s`' % (orig_name, new_name))
|
/external/mesa3d/src/compiler/glsl/ |
D | link_varyings.h | 125 return this->orig_name; in name() 196 const char *orig_name; variable
|
D | link_varyings.cpp | 869 this->orig_name = input; in init() 1009 this->orig_name, this->array_subscript, in assign_location() 1031 this->orig_name, this->var_name); in assign_location() 1055 this->orig_name); in assign_location() 1197 this->orig_name); in store() 1244 this->orig_name); in find_candidate()
|
/external/python/cpython2/Modules/_sqlite/ |
D | module.c | 178 PyObject* orig_name; in module_register_converter() local 183 if (!PyArg_ParseTuple(args, "SO", &orig_name, &callable)) { in module_register_converter() 188 name = PyObject_CallMethod(orig_name, "upper", ""); in module_register_converter()
|
/external/python/cpython3/Modules/_sqlite/ |
D | module.c | 191 PyObject* orig_name; in module_register_converter() local 197 if (!PyArg_ParseTuple(args, "UO", &orig_name, &callable)) { in module_register_converter() 202 name = _PyObject_CallMethodId(orig_name, &PyId_upper, NULL); in module_register_converter()
|
/external/libxcam/tests/ |
D | test-soft-image.cpp | 290 combine_name (const char *orig_name, const char *embedded_str, char *new_name) in combine_name() argument 292 const char *dir_delimiter = std::strrchr (orig_name, '/'); in combine_name() 295 std::string path (orig_name, dir_delimiter - orig_name + 1); in combine_name() 299 snprintf (new_name, XCAM_TEST_MAX_STR_SIZE, "%s_%s", embedded_str, orig_name); in combine_name()
|
/external/selinux/libsepol/cil/src/ |
D | android.c | 18 char *orig_name; member 96 datum->orig_name = DATUM(node->data)->name; in __extract_attributees_helper() 97 key = datum->orig_name; in __extract_attributees_helper()
|
/external/python/cpython3/Lib/ |
D | typing.py | 604 orig_name = origin.__name__ 605 name = _normalize_alias.get(orig_name, orig_name)
|
/external/tcpdump/ |
D | tcpdump.c | 667 MakeFilename(char *buffer, char *orig_name, int cnt, int max_chars) in MakeFilename() argument 685 strftime(filename, PATH_MAX, orig_name, local_tm); in MakeFilename() 687 strncpy(filename, orig_name, PATH_MAX); in MakeFilename()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config_file.c | 1566 const char *orig_name = name; in wpa_config_write() local 1624 if (chmod_ret != 0 || rename(tmp_name, orig_name) != 0) in wpa_config_write() 1631 orig_name, ret ? "un" : ""); in wpa_config_write()
|
/external/python/cpython2/Lib/test/support/ |
D | __init__.py | 149 for orig_name, module in orig_modules.items(): 150 sys.modules[orig_name] = module
|
/external/python/cpython3/Lib/test/support/ |
D | __init__.py | 266 for orig_name, module in orig_modules.items(): 267 sys.modules[orig_name] = module
|