HomeSort by relevance Sort by last modified time
    Searched defs:extension (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/webkit/WebCore/bindings/v8/
DateExtension.h 39 class DateExtension : public v8::Extension {
50 static DateExtension* extension; member in class:WebCore::DateExtension
DateExtension.cpp 39 DateExtension* DateExtension::extension; member in class:WebCore::DateExtension
65 DateExtension::DateExtension() : v8::Extension(dateExtensionName, dateExtensionScript)
71 if (!extension)
72 extension = new DateExtension();
73 return extension;
  /external/webkit/WebKit/qt/Api/
qwebpluginfactory.cpp 110 For example, a mime type for PDF documents would return "pdf" as its file extension.
185 \enum QWebPluginFactory::Extension
188 should verify that the extension is supported by calling supportsExtension().
196 \brief The ExtensionOption class provides an extended input argument to QWebPluginFactory's extension support.
200 \sa QWebPluginFactory::extension()
206 \brief The ExtensionOption class provides an extended output argument to QWebPluginFactory's extension support.
210 \sa QWebPluginFactory::extension()
215 argument is provided as input to the extension; the output results can be stored in \a output.
217 The behaviour of this function is determined by \a extension.
219 You can call supportsExtension() to check if an extension is supported by the factory
225 bool QWebPluginFactory::extension(Extension extension, const ExtensionOption *option, ExtensionReturn *output) function in class:QWebPluginFactory
    [all...]
  /external/proguard/src/proguard/util/
ExtensionMatcher.java 24 * This StringMatcher tests whether strings end in a given extension, ignoring
31 private final String extension; field in class:ExtensionMatcher
36 * @param extension the extension against which strings will be matched.
38 public ExtensionMatcher(String extension)
40 this.extension = extension;
48 return endsWithIgnoreCase(string, extension);
  /external/webkit/WebCore/platform/brew/
MIMETypeRegistryBrew.cpp 37 const char* extension; member in struct:WebCore::ExtensionMap
69 while (e->extension) {
70 if (str == e->extension)
  /external/webkit/WebCore/platform/gtk/
MIMETypeRegistryGtk.cpp 34 const char* extension; member in struct:WebCore::ExtensionMap
67 while (e->extension) {
68 if (s == e->extension)
  /external/webkit/WebCore/platform/haiku/
MIMETypeRegistryHaiku.cpp 36 const char* extension; member in struct:WebCore::ExtensionMap
66 while (extMap->extension) {
67 if (str == extMap->extension)
  /external/webkit/WebCore/platform/qt/
MIMETypeRegistryQt.cpp 35 const char* extension; member in struct:WebCore::ExtensionMap
76 while (e->extension) {
77 if (s == e->extension)
  /external/webkit/WebCore/platform/wx/
MimeTypeRegistryWx.cpp 34 const char* extension; member in struct:WebCore::ExtensionMap
64 while (e->extension) {
65 if (s == e->extension)
  /external/chromium/net/base/
mime_util_unittest.cc 16 const FilePath::CharType* extension; member in struct:__anon2542
24 { FILE_PATH_LITERAL("not an extension / for sure"), "", false },
31 rv = net::GetMimeTypeFromExtension(tests[i].extension, &mime_type);
  /external/webkit/WebKitTools/QtLauncher/
webpage.cpp 56 bool WebPage::supportsExtension(QWebPage::Extension extension) const
58 if (extension == QWebPage::ErrorPageExtension)
63 bool WebPage::extension(Extension extension, const ExtensionOption* option, ExtensionReturn* output) function in class:WebPage
  /external/protobuf/java/src/main/java/com/google/protobuf/
ExtensionRegistry.java 78 * privileged class by registering itself as an extension of the right type.
81 * extension until it is first requested, at which point the caller must
83 * it would require a mutex lock any time an extension was accessed, which
112 /** The extension's descriptor. */
116 * A default instance of the extension's type, if it has a message type.
133 * Find an extension by fully-qualified field name, in the proto namespace.
137 * @return Information about the extension if found, or {@code null}
145 * Find an extension by containing type and field number.
147 * @return Information about the extension if found, or {@code null}
156 /** Add an extension from a generated file to the registry. *
225 extensionsByName.put(extension.descriptor.getFullName(), extension); local
239 extensionsByName.put(field.getMessageType().getFullName(), extension); local
    [all...]
  /external/bluetooth/glib/gio/
gvfs.c 181 GIOExtension *extension; local
193 extension = g_io_extension_point_get_extension_by_name (ep, use_this);
194 if (extension)
196 vfs = g_object_new (g_io_extension_get_type (extension), NULL);
207 extension = l->data;
209 vfs = g_object_new (g_io_extension_get_type (extension), NULL);
glocalfilemonitor.c 149 GIOExtension *extension = l->data; local
152 klass = G_LOCAL_FILE_MONITOR_CLASS (g_io_extension_ref_class (extension));
glocaldirectorymonitor.c 225 GIOExtension *extension = l->data; local
228 klass = G_LOCAL_DIRECTORY_MONITOR_CLASS (g_io_extension_ref_class (extension));
  /external/v8/src/
contexts.cc 98 // check extension/with object
100 Handle<JSObject> extension = Handle<JSObject>(context->extension()); local
101 // Context extension objects needs to behave as if they have no
103 // need to only do a local lookup for context extension objects.
105 extension->IsJSContextExtensionObject()) {
106 *attributes = extension->GetLocalPropertyAttribute(*name);
108 *attributes = extension->GetPropertyAttribute(*name);
113 PrintF("=> found property in context object %p\n", *extension);
115 return extension;
    [all...]
  /external/v8/test/cctest/
cctest.cc 49 // Drop the extension, if there is one.
50 char *extension = strrchr(basename, '.'); local
51 if (extension) *extension = 0;
  /external/bison/src/
muscle_tab.c 167 char *extension = NULL; local
174 extension = obstack_finish (&muscle_obstack);
175 muscle_grow (key, extension, "");
  /external/bluetooth/hcidump/parser/
bnep.c 56 /* BNEP Extension Type */
189 int extension = type & 0x80; local
196 type & 0x7f, extension ? "1" : "0", length);
202 type & 0x7f, extension ? "1" : "0", length);
208 if (extension)
216 int extension = type & 0x80; local
223 type & 0x7f, extension ? "1" : "0");
229 type & 0x7f, extension ? "1" : "0");
237 type & 0x7f, extension ? "1" : "0");
247 type & 0x7f, extension ? "1" : "0")
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/extension/
X509ExtensionUtil.java 1 package org.bouncycastle.x509.extension;
  /external/chromium/base/
file_path_unittest.cc 697 TEST_F(FilePathTest, Extension) {
701 EXPECT_EQ(jpg.Extension(), FILE_PATH_LITERAL(".jpg"));
710 EXPECT_EQ(path_no_ext.Extension(), FILE_PATH_LITERAL(""));
744 FilePath::StringType extension = path.Extension(); local
745 EXPECT_STREQ(cases[i].expected, extension.c_str()) << "i: " << i <<
    [all...]
  /external/openssl/crypto/dso/
dso_dl.c 320 static const char extension[] = ".sl"; variable
322 static const char extension[] = ".so"; variable
334 rsize += strlen(extension);/* The length of ".s?" */
348 sprintf(translated, "lib%s%s", filename, extension);
350 sprintf(translated, "%s%s", filename, extension);
  /frameworks/base/media/libmedia/
MediaScanner.cpp 84 char* extension = strrchr(path, '.'); local
85 if (!extension) return false;
86 ++extension; // skip the dot
87 if (extension[0] == 0) return false;
92 if (length == strlen(extension) && strncasecmp(extension, extensions, length) == 0) return true;
  /libcore/luni/src/main/java/libcore/net/
MimeUtils.java 357 private static void add(String mimeType, String extension) {
363 // the first extension is considered the most popular and is
367 mimeTypeToExtensionMap.put(mimeType, extension);
369 extensionToMimeTypeMap.put(extension, mimeType);
418 String extension = (String) entry.getKey(); local
420 add(mimeType, extension);
445 * Returns the MIME type for the given extension.
446 * @param extension A file extension without the leading '.'
447 * @return The MIME type for the given extension or null iff there is none
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 130 FieldDescriptor extension = local
132 assertEquals(extension, file.getExtensions().get(0));
133 assertEquals(extension,
199 FieldDescriptor extension = local
233 assertEquals("optional_int32_extension", extension.getName());
235 extension.getFullName());
236 assertEquals(1, extension.getNumber());
238 extension.getContainingType());
239 assertEquals(UnittestProto.getDescriptor(), extension.getFile());
240 assertEquals(FieldDescriptor.Type.INT32, extension.getType())
    [all...]

Completed in 528 milliseconds

1 2 3 4 5