HomeSort by relevance Sort by last modified time
    Searched refs:extensions (Results 101 - 125 of 234) sorted by null

1 2 3 45 6 7 8 910

  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_wingl.c 80 static int ExtensionSupported(const char *extension, const char *extensions)
90 if ( ! extensions )
94 * OpenGL extensions string. Don't be fooled by sub-strings,
97 start = extensions;
120 const char *extensions; local
142 extensions = wglGetExtensionsStringARB(hdc);
144 extensions = NULL;
148 if( ExtensionSupported("WGL_ARB_pixel_format", extensions) ) {
638 /* This is to pick up extensions */
  /external/protobuf/python/google/protobuf/
descriptor.py 196 extensions: (list of FieldDescriptor) All extensions defined directly
199 objects as |extensions|, but indexed by "name" attribute of each
211 nested_types, enum_types, extensions, options=None,
246 self.extensions = extensions
247 for extension in self.extensions:
249 self.extensions_by_name = dict((f.name, f) for f in extensions)
285 particularly relevant for extensions.
  /external/openssl/apps/
CA.sh 134 -extensions v3_ca \
162 $CA -policy policy_anything -out newcert.pem -extensions v3_ca -infiles newreq.pem
req.c 179 char *extensions = NULL; local
368 else if (strcmp(*argv,"-extensions") == 0)
371 extensions = *(++argv);
436 BIO_printf(bio_err," -extensions .. specify certificate extension section (override value in config file)\n");
531 if (!extensions)
533 extensions = NCONF_get_string(req_conf, SECTION, V3_EXTENSIONS);
534 if (!extensions)
537 if (extensions) {
542 if(!X509V3_EXT_add_nconf(req_conf, &ctx, extensions, NULL)) {
544 "Error Loading extension section %s\n", extensions);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.h 35 #include "../Xext/extensions/xf86dga.h"
38 #include "../Xext/extensions/Xinerama.h"
41 #include <X11/extensions/Xrandr.h>
44 #include "../Xext/extensions/xf86vmode.h"
47 #include "../Xext/extensions/xme.h"
50 #include <X11/extensions/dpms.h>
  /external/v8/test/cctest/
cctest.h 164 LocalContext(v8::ExtensionConfiguration* extensions = 0,
168 : context_(v8::Context::New(extensions, global_template, global_object)) {
  /external/webkit/WebKit/mac/Misc/
WebNSFileManagerExtras.m 211 NSString *extensions = nil;
219 extensions = [lastPathComponent substringFromIndex:periodRange.location + 1];
229 path = [extensions length] ? [pathWithAppendedNumber stringByAppendingPathExtension:extensions] : pathWithAppendedNumber;
WebNSPasteboardExtras.mm 285 NSArray *extensions = [[NSArray alloc] initWithObjects:extension, nil];
286 [self setPropertyList:extensions forType:NSFilesPromisePboardType];
287 [extensions release];
  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemExtensionCall.java 25 import org.apache.xalan.extensions.ExtensionHandler;
26 import org.apache.xalan.extensions.ExtensionsTable;
ElemExtensionDecl.java 25 import org.apache.xalan.extensions.ExtensionNamespaceSupport;
26 import org.apache.xalan.extensions.ExtensionNamespacesManager;
259 String handler = "org.apache.xalan.extensions.ExtensionHandlerGeneral";
ElemExsltFunction.java 25 import org.apache.xalan.extensions.ExtensionNamespaceSupport;
  /external/nist-sip/java/gov/nist/javax/sip/header/extensions/
Join.java 4 package gov.nist.javax.sip.header.extensions;
Replaces.java 4 package gov.nist.javax.sip.header.extensions;
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.h 36 #include <X11/extensions/dpms.h>
  /external/webkit/WebCore/plugins/android/
PluginPackageAndroid.cpp 330 // Field 2 is a comma separated list of file extensions.
341 Vector<String> extensions; local
342 fields[1].split(',', true, extensions);
348 PLUGIN_LOG("extensions: \"%s\"\n", fields[1].utf8().data());
351 // Map the mime type to the vector of extensions and the description
352 if(!extensions.isEmpty())
353 m_mimeToExtensions.set(mimeType, extensions);
  /frameworks/base/opengl/libs/EGL/
getProcAddress.cpp 62 ext.extensions[_api])) \
  /frameworks/base/opengl/libs/
hooks.h 89 __eglMustCastToProperFunctionPointerType extensions[MAX_NUMBER_OF_GL_EXTENSIONS]; member in struct:android::gl_hooks_t::gl_ext_t
  /hardware/ril/mock-ril/src/generated/python/
msgheader_pb2.py 54 extensions=[ variable
  /external/bluetooth/glib/gio/
glocaldirectorymonitor.c 214 GList *extensions, *l; local
220 extensions = g_io_extension_point_get_extensions (ep);
223 for (l = extensions; l != NULL; l = l->next)
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 91 /** Get a list of top-level extensions declared in this file. */
93 return Collections.unmodifiableList(Arrays.asList(extensions));
174 * Find an extension in the file by name. Does not find extensions nested
314 * contains any extensions which might be used in the descriptor -- that
315 * is, extensions of the various "Options" messages defined in
317 * no extensions are used in the decsriptor.
327 private final FieldDescriptor[] extensions; field in class:Descriptors.FileDescriptor
357 extensions = new FieldDescriptor[proto.getExtensionCount()];
359 extensions[i] = new FieldDescriptor(
374 for (final FieldDescriptor extension : extensions) {
551 private final FieldDescriptor[] extensions; field in class:Descriptors.Descriptor
    [all...]
  /external/v8/src/
handles.h 111 current_.extensions = 0;
136 // Deallocates any extensions used by the current scope.
157 current_.extensions = 0;
164 if (current_.extensions > 0) {
  /external/webkit/WebCore/svg/
SVGElement.cpp 282 SVGDocumentExtensions* extensions = document()->accessSVGExtensions(); local
285 if (extensions->isPendingResource(resourceId)) {
286 std::auto_ptr<HashSet<SVGStyledElement*> > clients(extensions->removePendingResource(resourceId));
  /external/openssl/crypto/asn1/
x_crl.c 73 ASN1_SEQUENCE_OF_OPT(X509_REVOKED,extensions, X509_EXTENSION)
119 ASN1_EXP_SEQUENCE_OF_OPT(X509_CRL_INFO, extensions, X509_EXTENSION, 0)
123 * Check for unhandled critical CRL entry extensions.
181 /* Check for critical CRL entry extensions */
183 exts = rev->extensions;
205 /* The X509_CRL structure needs a bit of customisation. Cache some extensions
252 /* See if we have any unhandled critical CRL extensions and
260 exts = crl->crl->extensions;
  /external/protobuf/src/google/protobuf/
descriptor_database.cc 438 vector<const FieldDescriptor*> extensions;
439 pool_.FindAllExtensions(extendee, &extensions);
441 for (int i = 0; i < extensions.size(); ++i) {
442 output->push_back(extensions[i]->number());
  /packages/apps/Email/src/org/apache/commons/io/
FileUtils.java 344 * Converts an array of file extensions to suffixes for use
347 * @param extensions an array of extensions. Format: {"java", "xml"}
350 private static String[] toSuffixes(String[] extensions) {
351 String[] suffixes = new String[extensions.length];
352 for (int i = 0; i < extensions.length; i++) {
353 suffixes[i] = "." + extensions[i];
361 * which match an array of extensions.
364 * @param extensions an array of extensions, ex. {"java","xml"}. If this
    [all...]

Completed in 318 milliseconds

1 2 3 45 6 7 8 910