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

  /external/brotli/python/
Makefile 24 EXTENSIONS=$(EXT_SOURCES:%.cc=%$(EXT_SUFFIX))
29 build: $(EXTENSIONS)
31 $(EXTENSIONS): $(EXT_SOURCES)
  /external/deqp/scripts/opengl/
gen_ext_init.py 26 for extName in EXTENSIONS:
src_util.py 44 EXTENSIONS = [
88 # interface that includes both GL and ES features and extensions.
100 for extName in EXTENSIONS:
101 extension = registry.extensions[extName]
102 # Add all extensions using the ES2 api, but force even non-ES2
103 # extensions to be included.
  /external/deqp/scripts/egl/
common.py 48 EXTENSIONS = [
91 return getInterface(getEGLRegistry(), 'egl', VERSION, extensionNames = EXTENSIONS, protects = PROTECTS)
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)
  /frameworks/layoutlib/rename_font/
build_font_single.py 65 # A list of extensions to process.
66 EXTENSIONS = ['.ttf', '.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 1327 milliseconds