/third_party/e2fsprogs/lib/support/ |
D | profile.h | 68 (profile_t profile, const char *name, const char *subname, 72 (profile_t profile, const char *name, const char *subname, 77 (profile_t profile, const char *name, const char *subname, 82 (profile_t profile, const char *name, const char *subname, 87 (profile_t profile, const char *name, const char *subname,
|
D | profile.c | 214 const char *subname, const char *subsubname, 1470 const char *subname, const char *subsubname, in profile_get_value() argument 1479 names[1] = subname; in profile_get_value() 1502 profile_get_string(profile_t profile, const char *name, const char *subname, in profile_get_string() argument 1510 retval = profile_get_value(profile, name, subname, in profile_get_string() 1530 profile_get_integer(profile_t profile, const char *name, const char *subname, in profile_get_integer() argument 1542 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_integer() 1571 profile_get_uint(profile_t profile, const char *name, const char *subname, in profile_get_uint() argument 1584 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_uint() 1612 profile_get_double(profile_t profile, const char *name, const char *subname, in profile_get_double() argument [all …]
|
/third_party/python/Lib/test/test_importlib/import_/ |
D | test_packages.py | 92 subname = name + '.b' 94 sys.modules[subname] = 'total bunk' 100 submodule = self.__import__(subname) 102 import_helper.unload(subname)
|
/third_party/python/Lib/ |
D | pkgutil.py | 173 subname = inspect.getmodulename(fn) 174 if subname=='__init__': 215 subname = fullname.split(".")[-1] 216 if subname != fullname and self.path is None: 223 file, filename, etc = imp.find_module(subname, path) 257 subname = inspect.getmodulename(fn) 258 if subname=='__init__':
|
D | modulefinder.py | 267 subname = "%s.%s" % (m.__name__, sub) 268 submod = self.import_module(sub, subname, m) 270 raise ImportError("No module named " + subname) 570 subname = name[i+1:] 578 elif subname in pkg.globalnames:
|
/third_party/python/Lib/test/test_importlib/ |
D | test_util.py | 476 subname = 'ham' 478 fullname, _ = util.submodule(name, subname, pkg_dir) 489 subname = 'ham' 492 fullname, _ = util.submodule(name, subname, pkg_dir) 503 subname = 'ham' 505 fullname, _ = util.submodule(name, subname, pkg_dir) 506 relname = '.' + subname 517 subname = 'ham' 519 fullname, _ = util.submodule(name, subname, pkg_dir) 520 relname = '.' + subname
|
D | test_api.py | 361 subname = 'ham' 363 fullname, _ = test_util.submodule(name, subname, pkg_dir)
|
/third_party/boost/tools/build/src/tools/ |
D | package.py | 132 …for subname in ["bin", "lib", "headers", "lib-shared", "lib-static", "lib-shared-universe", "lib-s… 133 pt.mark_targets_as_explicit([name + "-" + subname])
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | lws-spa.c | 79 uint8_t subname:1; member 341 s->subname = 0; in lws_urldecode_s_process() 362 s->subname = 1; in lws_urldecode_s_process() 373 if (s->subname) { in lws_urldecode_s_process() 376 s->subname = 0; in lws_urldecode_s_process()
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_null.c | 76 snd_strlcpy((char *)info->subname, pcm->name, sizeof(info->subname)); in snd_pcm_null_info()
|
D | pcm_ioplug.c | 99 snd_strlcpy((char *)info->subname, pcm->name, sizeof(info->subname)); in snd_pcm_ioplug_info()
|
D | pcm_direct.c | 777 snd_strlcpy((char *)info->subname, pcm->name, sizeof(info->subname));
|
D | pcm.c | 7106 return (const char *)obj->subname; in snd_pcm_info_get_subdevice_name()
|
/third_party/alsa-lib/include/sound/uapi/ |
D | asound.h | 348 unsigned char subname[32]; /* subdevice name */ member 725 unsigned char subname[32]; /* name of active or selected subdevice */ member
|
/third_party/e2fsprogs/e2fsck/ |
D | problem.c | 2585 profile_get_boolean(profile_t profile, const char *name, const char *subname, in profile_get_boolean() argument 2592 profile_get_integer(profile_t profile, const char *name, const char *subname, in profile_get_integer() argument 2616 profile_get_string(profile_t profile, const char *name, const char *subname, in profile_get_string() argument
|
/third_party/alsa-lib/src/rawmidi/ |
D | rawmidi_virt.c | 94 strcpy((char *)info->subname, "Virtual RawMIDI"); in snd_rawmidi_virtual_info()
|
D | rawmidi.c | 616 return (const char *)info->subname; in snd_rawmidi_info_get_subdevice_name()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fClipControlTests.cpp | 999 ClipControlDepthModeTest(Context& context, const char* name, const char* subname) in ClipControlDepthModeTest() argument 1000 : ClipControlRenderBaseTest(context, name, subname) in ClipControlDepthModeTest()
|