| /third_party/python/Lib/test/test_importlib/import_/ |
| H A 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/ |
| H A 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__':
|
| H A D | modulefinder.py | 259 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 D | test_util.py | 477 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 D | test_api.py | 361 subname = 'ham' 363 fullname, _ = test_util.submodule(name, subname, pkg_dir)
|
| /third_party/libwebsockets/lib/roles/http/server/ |
| H A 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/ |
| H A D | pcm_null.c | 76 snd_strlcpy((char *)info->subname, pcm->name, sizeof(info->subname)); in snd_pcm_null_info()
|
| H A D | pcm_ioplug.c | 99 snd_strlcpy((char *)info->subname, pcm->name, sizeof(info->subname)); in snd_pcm_ioplug_info()
|
| H A D | pcm_direct.c | 820 snd_strlcpy((char *)info->subname, pcm->name, sizeof(info->subname));
|
| H A D | pcm.c | 7287 return (const char *)obj->subname; in snd_pcm_info_get_subdevice_name()
|
| /third_party/alsa-lib/include/sound/uapi/ |
| H A D | asound.h | 352 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 D | rawmidi_virt.c | 92 strcpy((char *)info->subname, "Virtual RawMIDI"); in snd_rawmidi_virtual_info()
|
| H A D | rawmidi.c | 617 return (const char *)info->subname; in snd_rawmidi_info_get_subdevice_name()
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fClipControlTests.cpp | 999 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 D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |