/third_party/python/Lib/test/test_importlib/extension/ |
D | test_loader.py | 19 self.loader = self.machinery.ExtensionFileLoader(util.EXTENSIONS.name, 20 util.EXTENSIONS.file_path) 33 other = self.machinery.ExtensionFileLoader(util.EXTENSIONS.name, 34 util.EXTENSIONS.file_path) 38 other = self.machinery.ExtensionFileLoader('_' + util.EXTENSIONS.name, 39 util.EXTENSIONS.file_path) 43 with util.uncache(util.EXTENSIONS.name): 44 module = self.load_module(util.EXTENSIONS.name) 45 for attr, value in [('__name__', util.EXTENSIONS.name), 46 ('__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, 23 self.assertTrue(self.find_module(util.EXTENSIONS.name))
|
D | test_path_hook.py | 22 self.assertTrue(hasattr(self.hook(util.EXTENSIONS.path), 'find_module'))
|
/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/python/Lib/test/test_importlib/ |
D | util.py | 32 EXTENSIONS = types.SimpleNamespace() namespace 33 EXTENSIONS.path = None 34 EXTENSIONS.ext = None 35 EXTENSIONS.filename = None 36 EXTENSIONS.file_path = None 37 EXTENSIONS.name = '_testcapi' 40 global EXTENSIONS 43 filename = EXTENSIONS.name + ext 46 EXTENSIONS.path = path 47 EXTENSIONS.ext = ext [all …]
|
/third_party/jerryscript/tools/ |
D | check-license.py | 58 EXTENSIONS = [ variable 79 if any(fname.endswith(ext) for ext in EXTENSIONS):
|
/third_party/skia/buildtools/checkdeps/ |
D | proto_checker.py | 19 EXTENSIONS = [ variable in ProtoChecker 116 return os.path.splitext(file_path)[1] in ProtoChecker.EXTENSIONS
|
D | cpp_checker.py | 19 EXTENSIONS = [ variable in CppChecker 122 return os.path.splitext(file_path)[1] in CppChecker.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/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 -
|
D | ARB_spirv_extensions.txt | 172 "An INVALID_ENUM error is generated if <name> is not EXTENSIONS,
|
D | ARB_ES3_compatibility.txt | 397 * Unified extension string - EXTENSIONS target to GetString.
|
/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 -
|
D | ARB_spirv_extensions.txt | 157 "An INVALID_ENUM error is generated if <name> is not EXTENSIONS,
|
/third_party/flutter/skia/third_party/externals/angle2/extensions/ |
D | ANGLE_request_extension.txt | 69 - "name may only be EXTENSIONS, indicating that the extension name 72 + "name may be EXTENSIONS or REQUESTABLE_EXTENSIONS_ANGLE, indicating that
|
/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/flutter/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 | 53 must be used, see the L<ARBITRARY EXTENSIONS|/"ARBITRARY EXTENSIONS"> section for more details. 55 =head1 STANDARD EXTENSIONS 422 =head1 DEPRECATED EXTENSIONS 452 =head1 ARBITRARY EXTENSIONS
|
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/tests_pthread/ |
D | Wmakefile | 37 .EXTENSIONS: 39 .EXTENSIONS: .pass .exe .obj .i .c
|
/third_party/openssl/doc/man3/ |
D | X509V3_get_d2i.pod | 111 =head1 SUPPORTED EXTENSIONS
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_framebuffer_object.txt | 269 if OES_texture_3D string is defined in the EXTENSIONS string returned by
|
/third_party/libxml2/ |
D | TODO | 61 EXTENSIONS:
|
/third_party/openGLES/extensions/OES/ |
D | OES_framebuffer_object.txt | 279 if OES_texture_3D string is defined in the EXTENSIONS string returned by
|