Home
last modified time | relevance | path

Searched refs:subname (Results 1 - 15 of 15) sorted by relevance

/third_party/python/Lib/test/test_importlib/import_/
H A Dtest_packages.py92 subname = name + '.b'
94 sys.modules[subname] = 'total bunk'
100 submodule = self.__import__(subname)
102 import_helper.unload(subname)
/third_party/python/Lib/
H A Dpkgutil.py173 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__':
H A Dmodulefinder.py259 subname = "%s.%s" % (m.__name__, sub)
260 submod = self.import_module(sub, subname, m)
262 raise ImportError("No module named " + subname)
551 subname = name[i+1:]
559 elif subname in pkg.globalnames:
/third_party/python/Lib/test/test_importlib/
H A Dtest_util.py477 subname = 'ham'
479 fullname, _ = util.submodule(name, subname, pkg_dir)
490 subname = 'ham'
493 fullname, _ = util.submodule(name, subname, pkg_dir)
504 subname = 'ham'
506 fullname, _ = util.submodule(name, subname, pkg_dir)
507 relname = '.' + subname
518 subname = 'ham'
520 fullname, _ = util.submodule(name, subname, pkg_dir)
521 relname = '.' + subname
[all...]
H A Dtest_api.py361 subname = 'ham'
363 fullname, _ = test_util.submodule(name, subname, pkg_dir)
/third_party/libwebsockets/lib/roles/http/server/
H A Dlws-spa.c79 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/
H A Dpcm_null.c76 snd_strlcpy((char *)info->subname, pcm->name, sizeof(info->subname)); in snd_pcm_null_info()
H A Dpcm_ioplug.c99 snd_strlcpy((char *)info->subname, pcm->name, sizeof(info->subname)); in snd_pcm_ioplug_info()
H A Dpcm_direct.c820 snd_strlcpy((char *)info->subname, pcm->name, sizeof(info->subname));
H A Dpcm.c7287 return (const char *)obj->subname; in snd_pcm_info_get_subdevice_name()
/third_party/alsa-lib/include/sound/uapi/
H A Dasound.h352 unsigned char subname[32]; /* subdevice name */ member
733 unsigned char subname[32]; /* name of active or selected subdevice */ member
/third_party/alsa-lib/src/rawmidi/
H A Drawmidi_virt.c92 strcpy((char *)info->subname, "Virtual RawMIDI"); in snd_rawmidi_virtual_info()
H A Drawmidi.c617 return (const char *)info->subname; in snd_rawmidi_info_get_subdevice_name()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fClipControlTests.cpp999 ClipControlDepthModeTest(Context& context, const char* name, const char* subname) in ClipControlDepthModeTest() argument
1000 : ClipControlRenderBaseTest(context, name, subname) in ClipControlDepthModeTest()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 34 milliseconds