/third_party/python/Lib/test/test_importlib/extension/ |
D | test_loader.py | 21 self.loader = self.machinery.ExtensionFileLoader(util.EXTENSIONS.name, 22 util.EXTENSIONS.file_path) 39 other = self.machinery.ExtensionFileLoader(util.EXTENSIONS.name, 40 util.EXTENSIONS.file_path) 44 other = self.machinery.ExtensionFileLoader('_' + util.EXTENSIONS.name, 45 util.EXTENSIONS.file_path) 49 with util.uncache(util.EXTENSIONS.name): 50 module = self.load_module(util.EXTENSIONS.name) 51 for attr, value in [('__name__', util.EXTENSIONS.name), 52 ('__file__', util.EXTENSIONS.file_path), [all …]
|
D | test_case_sensitivity.py | 11 @unittest.skipIf(util.EXTENSIONS.filename is None, '_testcapi not available') 16 good_name = util.EXTENSIONS.name 19 finder = self.machinery.FileFinder(util.EXTENSIONS.path,
|
D | test_finder.py | 15 importer = self.machinery.FileFinder(util.EXTENSIONS.path, 22 self.assertTrue(self.find_spec(util.EXTENSIONS.name))
|
D | test_path_hook.py | 22 self.assertTrue(hasattr(self.hook(util.EXTENSIONS.path), 'find_module'))
|
/third_party/python/Lib/test/test_importlib/ |
D | util.py | 34 EXTENSIONS = types.SimpleNamespace() namespace 35 EXTENSIONS.path = None 36 EXTENSIONS.ext = None 37 EXTENSIONS.filename = None 38 EXTENSIONS.file_path = None 39 EXTENSIONS.name = '_testcapi' 42 global EXTENSIONS 45 filename = EXTENSIONS.name + ext 48 EXTENSIONS.path = path 49 EXTENSIONS.ext = ext [all …]
|
/third_party/skia/third_party/externals/brotli/python/ |
D | Makefile | 28 EXTENSIONS=$(EXT_SOURCES:%.cc=%$(EXT_SUFFIX)) macro 33 build: $(EXTENSIONS) 35 $(EXTENSIONS): $(EXT_SOURCES)
|
/third_party/jerryscript/tools/ |
D | check-license.py | 58 EXTENSIONS = [ variable 79 if any(fname.endswith(ext) for ext in EXTENSIONS):
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_shading_language_100.txt | 65 EXTENSIONS string, the application can assume that the initial 104 RESOLVED: Yes. The other GetString queries (VERSION, EXTENSIONS, 135 This is particularly true of the EXTENSIONS string, which has become 138 SHADING_LANGUAGE_VERSION, and EXTENSIONS. The format of the RENDERER and 139 VENDOR strings is implementation dependent. The EXTENSIONS string 174 EXTENSIONS S GetString - Supported extensions 6.1.11 -
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_shading_language_100.txt | 75 EXTENSIONS string, the application can assume that the initial 114 RESOLVED: Yes. The other GetString queries (VERSION, EXTENSIONS, 145 This is particularly true of the EXTENSIONS string, which has become 148 SHADING_LANGUAGE_VERSION, and EXTENSIONS. The format of the RENDERER and 149 VENDOR strings is implementation dependent. The EXTENSIONS string 184 EXTENSIONS S GetString - Supported extensions 6.1.11 -
|
/third_party/skia/buildtools/checkdeps/ |
D | cpp_checker.py | 19 EXTENSIONS = [ variable in CppChecker 122 return os.path.splitext(file_path)[1] in CppChecker.EXTENSIONS
|
D | proto_checker.py | 19 EXTENSIONS = [ variable in ProtoChecker 116 return os.path.splitext(file_path)[1] in ProtoChecker.EXTENSIONS
|
D | java_checker.py | 36 EXTENSIONS = ['.java'] variable in JavaChecker 186 return os.path.splitext(filepath)[1] in JavaChecker.EXTENSIONS
|
D | checkdeps.py | 92 for checker in [java, cpp, proto] for extension in checker.EXTENSIONS)
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_instance.py | 37 EXTENSIONS = [ variable 356 extensions = EXTENSIONS
|
D | zink_device_info.py | 61 EXTENSIONS = [ variable 661 extensions = EXTENSIONS
|
/third_party/vk-gl-cts/scripts/egl/ |
D | common.py | 48 EXTENSIONS = [ variable 97 …return getInterface(getEGLRegistry(), 'egl', VERSION, extensionNames = EXTENSIONS, protects = PROT…
|
D | library.py | 92 extOnlyIface = getExtOnlyIface(registry, 'egl', EXTENSIONS)
|
D | gtf_wrapper.py | 95 extOnlyIface = getExtOnlyIface(registry, 'egl', EXTENSIONS)
|
/third_party/vk-gl-cts/scripts/opengl/ |
D | src_util.py | 44 EXTENSIONS = [ variable 170 for extName in EXTENSIONS:
|
D | gen_ext_init.py | 46 for extName in EXTENSIONS:
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | ANGLE_request_extension.txt | 72 - "name may only be EXTENSIONS, indicating that the extension name 75 + "name may be EXTENSIONS or REQUESTABLE_EXTENSIONS_ANGLE, indicating that
|
/third_party/glfw/tests/ |
D | glfwinfo.c | 366 enum { CLIENT, CONTEXT, BEHAVIOR, DEBUG, FORWARD, HELP, EXTENSIONS, LAYERS, in main() enumerator 379 { "list-extensions", 0, NULL, EXTENSIONS }, in main() 474 case EXTENSIONS: in main()
|
/third_party/openssl/doc/man5/ |
D | x509v3_config.pod | 100 must be used, see the L</ARBITRARY EXTENSIONS> section for more details. 102 =head1 STANDARD EXTENSIONS 520 =head1 DEPRECATED EXTENSIONS 543 =head1 ARBITRARY EXTENSIONS
|
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
D | BUILD.adoc | 149 Makefile variable `$(EXTENSIONS)`, usually set on the make command line. 152 generated files depends on `$(EXTENSIONS)`. 206 Extensions in the Makefile variable `$(EXTENSIONS)` define the base
|
/third_party/openssl/doc/man3/ |
D | X509V3_get_d2i.pod | 116 =head1 SUPPORTED EXTENSIONS
|