Searched refs:load_data (Results 1 – 11 of 11) sorted by relevance
/third_party/glib/glib/tests/ |
D | keyfile.c | 9 load_data (const gchar *data, in load_data() function 323 keyfile = load_data (data, 0); in test_line_ends() 349 keyfile = load_data (data, 0); in test_whitespace() 392 keyfile = load_data (data, 0); in test_comments() 412 keyfile = load_data (data, G_KEY_FILE_KEEP_COMMENTS); in test_comments() 479 keyfile = load_data (data, 0); in test_listing() 549 keyfile = load_data (data, 0); in test_string() 606 keyfile = load_data (data, 0); in test_boolean() 664 keyfile = load_data (data, 0); in test_number() 726 keyfile = load_data (data, G_KEY_FILE_KEEP_TRANSLATIONS); in test_locale_string() [all …]
|
/third_party/mesa3d/src/microsoft/spirv_to_dxil/ |
D | spirv_to_dxil.c | 128 nir_ssa_def *load_data = build_load_ubo_dxil( in lower_shader_system_values() local 133 nir_ssa_def_rewrite_uses(&intrin->dest.ssa, load_data); in lower_shader_system_values()
|
/third_party/python/Lib/zoneinfo/ |
D | _common.py | 27 def load_data(fobj): function
|
D | _zoneinfo.py | 227 trans_idx, trans_utc, utcoff, isdst, abbr, tz_str = _common.load_data(
|
/third_party/boost/libs/multiprecision/performance/ |
D | delaunay_test.cpp | 278 static void load_data() in load_data() function 288 load_data(); in main()
|
/third_party/mindspore/mindspore/mindrecord/tools/ |
D | cifar10.py | 93 def load_data(self): member in Cifar10
|
D | cifar10_to_mr.py | 89 cifar10_data.load_data()
|
D | cifar100_to_mr.py | 89 cifar100_data.load_data()
|
D | cifar100.py | 97 def load_data(self): member in Cifar100
|
/third_party/python/Modules/ |
D | _zoneinfo.c | 108 load_data(PyZoneInfo_ZoneInfo *self, PyObject *file_obj); 207 if (load_data((PyZoneInfo_ZoneInfo *)self, file_obj)) { in zoneinfo_new_instance() 362 if (load_data(self, file_obj)) { in zoneinfo_from_file() 832 load_data(PyZoneInfo_ZoneInfo *self, PyObject *file_obj) in load_data() function
|
/third_party/ffmpeg/libavfilter/ |
D | af_sofalizer.c | 728 static int load_data(AVFilterContext *ctx, int azim, int elev, float radius, int sample_rate) in load_data() function 1012 if ((ret = load_data(ctx, s->rotation, s->elevation, s->radius, inlink->sample_rate)) < 0) in config_input()
|