Home
last modified time | relevance | path

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

12

/third_party/python/Lib/test/test_importlib/extension/
Dtest_loader.py21 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 …]
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,
22 self.assertTrue(self.find_spec(util.EXTENSIONS.name))
Dtest_path_hook.py22 self.assertTrue(hasattr(self.hook(util.EXTENSIONS.path), 'find_module'))
/third_party/python/Lib/test/test_importlib/
Dutil.py34 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/
DMakefile28 EXTENSIONS=$(EXT_SOURCES:%.cc=%$(EXT_SUFFIX)) macro
33 build: $(EXTENSIONS)
35 $(EXTENSIONS): $(EXT_SOURCES)
/third_party/jerryscript/tools/
Dcheck-license.py58 EXTENSIONS = [ variable
79 if any(fname.endswith(ext) for ext in EXTENSIONS):
/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 -
/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 -
/third_party/skia/buildtools/checkdeps/
Dcpp_checker.py19 EXTENSIONS = [ variable in CppChecker
122 return os.path.splitext(file_path)[1] in CppChecker.EXTENSIONS
Dproto_checker.py19 EXTENSIONS = [ variable in ProtoChecker
116 return os.path.splitext(file_path)[1] in ProtoChecker.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/mesa3d/src/gallium/drivers/zink/
Dzink_instance.py37 EXTENSIONS = [ variable
356 extensions = EXTENSIONS
Dzink_device_info.py61 EXTENSIONS = [ variable
661 extensions = EXTENSIONS
/third_party/vk-gl-cts/scripts/egl/
Dcommon.py48 EXTENSIONS = [ variable
97 …return getInterface(getEGLRegistry(), 'egl', VERSION, extensionNames = EXTENSIONS, protects = PROT…
Dlibrary.py92 extOnlyIface = getExtOnlyIface(registry, 'egl', EXTENSIONS)
Dgtf_wrapper.py95 extOnlyIface = getExtOnlyIface(registry, 'egl', EXTENSIONS)
/third_party/vk-gl-cts/scripts/opengl/
Dsrc_util.py44 EXTENSIONS = [ variable
170 for extName in EXTENSIONS:
Dgen_ext_init.py46 for extName in EXTENSIONS:
/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/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.pod100 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/
DBUILD.adoc149 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/
DX509V3_get_d2i.pod116 =head1 SUPPORTED EXTENSIONS

12