Home
last modified time | relevance | path

Searched refs:orig_name (Results 1 – 17 of 17) sorted by relevance

/third_party/python/Modules/_sqlite/clinic/
Dmodule.c.h127 pysqlite_register_converter_impl(PyObject *module, PyObject *orig_name,
134 PyObject *orig_name; in pysqlite_register_converter() local
147 orig_name = args[0]; in pysqlite_register_converter()
149 return_value = pysqlite_register_converter_impl(module, orig_name, callable); in pysqlite_register_converter()
/third_party/glib/glib/tests/
Dhostutils.c51 const gchar *orig_name, *ascii_name; member
113 g_assert_true (g_hostname_is_non_ascii (non_round_trip_names[i].orig_name)); in test_to_ascii()
115 g_assert_true (!g_hostname_is_non_ascii (non_round_trip_names[i].orig_name)); in test_to_ascii()
122 ascii = g_hostname_to_ascii (non_round_trip_names[i].orig_name); in test_to_ascii()
/third_party/mesa3d/src/compiler/glsl/
Dlink_varyings.h140 return this->orig_name; in name()
186 const char *orig_name; variable
Dlink_varyings.cpp998 this->orig_name = input; in init()
1139 this->orig_name, this->array_subscript, in assign_location()
1161 this->orig_name, this->var_name); in assign_location()
1185 this->orig_name); in assign_location()
1321 this->orig_name, xfb_offset * 4); in store()
1428 this->orig_name); in store()
1475 this->orig_name); in find_candidate()
/third_party/python/Modules/_sqlite/
Dmodule.c190 pysqlite_register_converter_impl(PyObject *module, PyObject *orig_name, in pysqlite_register_converter_impl() argument
199 name = _PyObject_CallMethodIdNoArgs(orig_name, &PyId_upper); in pysqlite_register_converter_impl()
/third_party/mindspore/mindspore/lite/tools/optimizer/parallel/
Dconv2d_info.cc240 std::string orig_name = name_; in InferParallelCNodes() local
245 name_ = orig_name + "_input"; in InferParallelCNodes()
260 name_ = orig_name; in InferParallelCNodes()
/third_party/mindspore/mindspore/ccsrc/debug/
Ddebug_services.cc836 std::string orig_name = std::get<0>(node); in GetTensorDataInfoAsync() local
838 tensor_data->SetName(orig_name); in GetTensorDataInfoAsync()
1105 std::string orig_name = std::get<0>(node); in ReadNeededDumpedTensors() local
1107 std::string dump_style_name = GetNodeNameWithoutScope(orig_name); in ReadNeededDumpedTensors()
1116 … std::tuple<std::string, std::string>(orig_name, dump_style_name)) == proto_to_dump.end()) { in ReadNeededDumpedTensors()
1117 proto_to_dump.push_back(std::tuple<std::string, std::string>(orig_name, dump_style_name)); in ReadNeededDumpedTensors()
1159 std::string orig_name = std::get<0>(node); in ProcessTensorDataSync() local
1163 …AddToTensorData(orig_name, "", slot, iteration, device_id, root_graph_id, output_flag, 0, "", shap… in ProcessTensorDataSync()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dconfig_file.c1565 const char *orig_name = name; in wpa_config_write() local
1623 if (chmod_ret != 0 || rename(tmp_name, orig_name) != 0) in wpa_config_write()
1630 orig_name, ret ? "un" : ""); in wpa_config_write()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dconfig_file.c1576 const char *orig_name = name; in wpa_config_write() local
1644 if (chmod_ret != 0 || rename(tmp_name, orig_name) != 0) in wpa_config_write()
1651 orig_name, ret ? "un" : ""); in wpa_config_write()
/third_party/alsa-lib/src/control/
Dcontrol.c1611 const char *name, const char *orig_name, int mode) in snd_ctl_open_fallback() argument
1618 (*ctlp)->name = orig_name ? strdup(orig_name) : NULL; in snd_ctl_open_fallback()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_common.hpp638 , orig_name(entry_name) in SPIREntryPoint()
646 std::string orig_name; member
Dspirv_cross.cpp2259 entries.push_back({ entry.second.orig_name, entry.second.model }); in get_entry_points_and_stages()
2266 entry.orig_name = new_name; in rename_entry_point()
2280 …[&](const std::pair<uint32_t, SPIREntryPoint> &entry) -> bool { return entry.second.orig_name == n… in get_first_entry_point()
2292 …[&](const std::pair<uint32_t, SPIREntryPoint> &entry) -> bool { return entry.second.orig_name == n… in get_first_entry_point()
2304 return entry.second.orig_name == name && entry.second.model == model; in get_entry_point()
2317 return entry.second.orig_name == name && entry.second.model == model; in get_entry_point()
/third_party/alsa-lib/include/
Dcontrol.h380 …n_fallback(snd_ctl_t **ctl, snd_config_t *root, const char *name, const char *orig_name, int mode);
Dpcm.h510 const char *name, const char *orig_name,
/third_party/python/Python/
Dpylifecycle.c1321 const char *orig_name = p[1]; in finalize_modules_delete_special() local
1326 orig_name); in finalize_modules_delete_special()
/third_party/alsa-utils/aplay/
Daplay.c3199 static void capture(char *orig_name) in capture() argument
3203 char *name = orig_name; /* current filename */ in capture()
3244 filecount = new_capture_file(orig_name, namebuf, in capture()
/third_party/alsa-lib/src/pcm/
Dpcm.c2735 const char *name, const char *orig_name, in snd_pcm_open_fallback() argument
2743 (*pcmp)->name = orig_name ? strdup(orig_name) : NULL; in snd_pcm_open_fallback()