HomeSort by relevance Sort by last modified time
    Searched refs:EXTENSIONS (Results 1 - 23 of 23) sorted by null

  /external/python/cpython3/Lib/test/test_importlib/extension/
test_finder.py 15 importer = self.machinery.FileFinder(util.EXTENSIONS.path,
23 self.assertTrue(self.find_module(util.EXTENSIONS.name))
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,
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...]
test_path_hook.py 22 self.assertTrue(hasattr(self.hook(util.EXTENSIONS.path), 'find_module'))
  /external/brotli/python/
Makefile 28 EXTENSIONS=$(EXT_SOURCES:%.cc=%$(EXT_SUFFIX))
33 build: $(EXTENSIONS)
35 $(EXTENSIONS): $(EXT_SOURCES)
  /external/python/cpython3/Lib/test/test_importlib/
util.py 24 EXTENSIONS = types.SimpleNamespace()
25 EXTENSIONS.path = None
26 EXTENSIONS.ext = None
27 EXTENSIONS.filename = None
28 EXTENSIONS.file_path = None
29 EXTENSIONS.name = '_testcapi'
32 global EXTENSIONS
35 filename = EXTENSIONS.name + ext
38 EXTENSIONS.path = path
39 EXTENSIONS.ext = ex
    [all...]
  /external/deqp/scripts/egl/
common.py 48 EXTENSIONS = [
96 return getInterface(getEGLRegistry(), 'egl', VERSION, extensionNames = EXTENSIONS, protects = PROTECTS)
gtf_wrapper.py 90 extOnlyIface = getExtOnlyIface(registry, 'egl', EXTENSIONS)
library.py 60 def getExtOnlyIface (registry, api, extensions):
63 for extension in registry.extensions:
64 if not khr_util.registry.getExtensionName(extension) in extensions:
87 extOnlyIface = getExtOnlyIface(registry, 'egl', EXTENSIONS)
  /external/deqp/scripts/opengl/
gen_ext_init.py 46 for extName in EXTENSIONS:
src_util.py 44 EXTENSIONS = [
143 # interface that includes both GL and ES features and extensions.
155 for extName in EXTENSIONS:
156 extension = registry.extensions[extName]
157 # Add all extensions using the ES2 api, but force even non-ES2
158 # extensions to be included.
  /frameworks/layoutlib/rename_font/
build_font_single.py 65 # A list of extensions to process.
66 EXTENSIONS = ['.ttf', '.ttc', '.otf', '.xml']
75 if extension in EXTENSIONS:
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java 34 import android.provider.Contacts.Extensions;
91 private static final int EXTENSIONS = 14;
194 public static final String EXTENSIONS = "view_v1_extensions";
223 android.provider.Contacts.Extensions.CONTENT_ITEM_TYPE
268 matcher.addURI(authority, "extensions", EXTENSIONS);
269 matcher.addURI(authority, "extensions/#", EXTENSIONS_ID);
290 matcher.addURI(authority, "people/#/extensions", PEOPLE_EXTENSIONS);
291 matcher.addURI(authority, "people/#/extensions/#", PEOPLE_EXTENSIONS_ID);
415 sExtensionProjectionMap.put(android.provider.Contacts.Extensions._ID
    [all...]
  /libcore/ojluni/src/main/java/sun/security/x509/
X509CertInfo.java 81 public static final String EXTENSIONS = CertificateExtensions.NAME;
92 // X509.v2 & v3 extensions
96 // X509.v3 extensions
97 protected CertificateExtensions extensions = null; field in class:X509CertInfo
126 map.put(EXTENSIONS, Integer.valueOf(ATTR_EXTENSIONS));
205 elements.addElement(EXTENSIONS);
316 if (extensions != null) {
317 Collection<Extension> allExts = extensions.getAllExtensions();
319 sb.append("\nCertificate Extensions: " + exts.length);
342 Map<String,Extension> invalid = extensions.getUnparseableExtensions()
    [all...]
OIDMap.java 55 X509CertInfo.EXTENSIONS;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java 72 private final static Set<String> EXTENSIONS = Collections.singleton(SdkConstants.EXT_AIDL);
93 return EXTENSIONS;
  /external/libpcap/msdos/
makefile.wc 19 .EXTENSIONS: .l .y
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c 64 #define EXTENSIONS \
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
fakeglx.c 72 #define EXTENSIONS \
    [all...]
  /prebuilts/devtools/tools/lib/
ant-tasks.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/ant-tasks/24.4.0-beta3/
ant-tasks-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/ant-tasks/24.4.0-beta6/
ant-tasks-24.4.0-beta6.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 255 milliseconds