Home
last modified time | relevance | path

Searched refs:EXTENSIONS (Results 1 – 25 of 41) sorted by relevance

12

/third_party/python/Lib/test/test_importlib/extension/
Dtest_loader.py19 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 …]
Dtest_case_sensitivity.py11 @unittest.skipIf(util.EXTENSIONS.filename is None, '_testcapi not available')
16 good_name = util.EXTENSIONS.name
19 finder = self.machinery.FileFinder(util.EXTENSIONS.path,
Dtest_finder.py15 importer = self.machinery.FileFinder(util.EXTENSIONS.path,
23 self.assertTrue(self.find_module(util.EXTENSIONS.name))
Dtest_path_hook.py22 self.assertTrue(hasattr(self.hook(util.EXTENSIONS.path), 'find_module'))
/third_party/skia/third_party/externals/brotli/python/
DMakefile28 EXTENSIONS=$(EXT_SOURCES:%.cc=%$(EXT_SUFFIX)) macro
33 build: $(EXTENSIONS)
35 $(EXTENSIONS): $(EXT_SOURCES)
/third_party/python/Lib/test/test_importlib/
Dutil.py32 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/
Dcheck-license.py58 EXTENSIONS = [ variable
79 if any(fname.endswith(ext) for ext in EXTENSIONS):
/third_party/skia/buildtools/checkdeps/
Dproto_checker.py19 EXTENSIONS = [ variable in ProtoChecker
116 return os.path.splitext(file_path)[1] in ProtoChecker.EXTENSIONS
Dcpp_checker.py19 EXTENSIONS = [ variable in CppChecker
122 return os.path.splitext(file_path)[1] in CppChecker.EXTENSIONS
Djava_checker.py36 EXTENSIONS = ['.java'] variable in JavaChecker
186 return os.path.splitext(filepath)[1] in JavaChecker.EXTENSIONS
Dcheckdeps.py92 for checker in [java, cpp, proto] for extension in checker.EXTENSIONS)
/third_party/openGLES/extensions/ARB/
DARB_shading_language_100.txt75 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 -
DARB_spirv_extensions.txt172 "An INVALID_ENUM error is generated if <name> is not EXTENSIONS,
DARB_ES3_compatibility.txt397 * Unified extension string - EXTENSIONS target to GetString.
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_shading_language_100.txt65 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 -
DARB_spirv_extensions.txt157 "An INVALID_ENUM error is generated if <name> is not EXTENSIONS,
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DANGLE_request_extension.txt69 - "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/
DANGLE_request_extension.txt72 - "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/
Dglfwinfo.c366 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/
Dx509v3_config.pod53 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/
DWmakefile37 .EXTENSIONS:
39 .EXTENSIONS: .pass .exe .obj .i .c
/third_party/openssl/doc/man3/
DX509V3_get_d2i.pod111 =head1 SUPPORTED EXTENSIONS
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_framebuffer_object.txt269 if OES_texture_3D string is defined in the EXTENSIONS string returned by
/third_party/libxml2/
DTODO61 EXTENSIONS:
/third_party/openGLES/extensions/OES/
DOES_framebuffer_object.txt279 if OES_texture_3D string is defined in the EXTENSIONS string returned by

12