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

1 2

  /external/chromium/chrome/common/net/
x509_certificate_model.h 86 struct Extension {
91 typedef std::vector<Extension> Extensions;
  /external/e2fsprogs/contrib/python-uuid/
setup.py 2 from distutils.core import setup, Extension
4 uuid = Extension('e2fsprogs_uuid',
  /external/linux-tools-perf/util/
setup.py 3 from distutils.core import setup, Extension
9 perf = Extension('perf',
  /external/webkit/Source/WebKit/qt/Api/
qwebpluginfactory.h 62 enum Extension {
68 virtual bool extension(Extension extension, const ExtensionOption* option = 0, ExtensionReturn* output = 0);
69 virtual bool supportsExtension(Extension extension) const;
qwebkitplatformplugin.h 148 enum Extension {
156 virtual bool supportsExtension(Extension extension) const = 0;
157 virtual QObject* createExtension(Extension extension) const = 0;
qwebpage.h 322 enum Extension {
362 virtual bool extension(Extension extension, const ExtensionOption *option = 0, ExtensionReturn *output = 0);
363 virtual bool supportsExtension(Extension extension) const;
  /external/harfbuzz_ng/contrib/python/
setup.py 6 from Pyrex.Distutils.extension import Extension
29 Extension("harfbuzz", ["lib/harfbuzz.pyx"], libraries=["harfbuzz"], library_dirs=["../../%s/src/.libs" % opts.build], include_dirs=["/usr/include/freetype2", "../../src", "../../%s/src" % opts.build]),
30 Extension("fontconfig", ["lib/fontconfig.pyx"], libraries=["fontconfig"])
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
Extension.java 13 * an object for the elements in the X.509 V3 extension block.
15 public class Extension
158 * Audit identity extension in attribute certificates.
163 * NoRevAvail extension in attribute certificates.
168 * TargetInformation extension in attribute certificates.
177 public Extension(
185 public Extension(
193 public Extension(
236 if (!(o instanceof Extension))
241 Extension other = (Extension)o
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 236 ISD::LoadExtType Extension;
243 Extension = ISD::NON_EXTLOAD;
246 Extension = ISD::ZEXTLOAD;
249 Extension = ISD::SEXTLOAD;
252 Extension = ISD::NON_EXTLOAD;
268 return CurDAG->getExtLoad(Extension, DL, DestType, CurDAG->getEntryNode(),
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 220 /// extension is present, try all extensions in PATHEXT.
227 // Check for the program without an extension (in case it already has one).
235 LPCSTR Extension = NULL;
237 Extension = ext.c_str();
240 Extension,
  /external/markdown/markdown/
__init__.py 194 If they are a subclass of markdown.Extension, they will be used
196 * extension-configs: Configuration setting for extensions.
330 if isinstance(ext, Extension):
336 message(ERROR, 'Extension "%s.%s" must be of type: "markdown.Extension".' \
339 def registerExtension(self, extension):
340 """ This gets called by the extension """
341 self.registeredExtensions.append(extension)
350 for extension in self.registeredExtensions:
351 extension.reset(
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
libEGL.cpp 1087 struct Extension
1093 static const Extension eglExtensions[] =
1098 for (int ext = 0; ext < sizeof(eglExtensions) / sizeof(Extension); ext++)
  /external/webkit/Source/WebKit/qt/examples/platformplugin/
qwebkitplatformplugin.h 143 enum Extension {
151 virtual bool supportsExtension(Extension extension) const = 0;
152 virtual QObject* createExtension(Extension extension) const = 0;
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
Extension.java 38 * with the Extension part of X.509 certificate
45 * Extension ::= SEQUENCE {
52 public final class Extension {
57 // constants: the extension OIDs
95 // the ASN.1 encoded form of Extension
99 // the decoded extension value
101 // tells whether extension value has been decoded or not
104 public Extension(String extnID, boolean critical,
114 public Extension(String extnID, boolean critical, byte[] extnValue) {
121 public Extension(int[] extnID, boolean critical, byte[] extnValue)
194 Extension extension = (Extension) ext; local
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set.h 77 // ExtensionSet::Extension small.
89 // Information about a registered extension.
110 // The descriptor for this extension, if one exists and is known. May be
111 // NULL. Must not be NULL if the descriptor for the extension does not
116 // Abstract interface for an object which looks up extension definitions. Used
122 // Find the extension with the given containing type and number.
153 // inside one of the message type's extension ranges, the tag is passed
192 // When calling any of these accessors, the extension number requested
199 // linked-in extension types as parameters, while the Reflection interface
200 // requires you to provide the FieldDescriptor describing the extension
    [all...]
  /external/chromium/base/
file_path.cc 114 // Find the position of the '.' that separates the extension from the rest
116 // This allows a second extension component of up to 4 characters when the
117 // rightmost extension component is a common double extension (gz, bz2, Z).
118 // For example, foo.tar.gz or foo.tar.Z would have extension components of
120 // extension.
129 // No extension, or the extension is the whole filename.
133 // Special case .<extension1>.<extension2>, but only if the final extension
135 StringType extension(path, last_dot + 1)
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 894 struct ExtensionSubst : Extension<ExtensionSubst>
1068 Extension = 7,
1117 ExtensionSubst extension; member in union:OT::SubstLookupSubTable::__anon8448
    [all...]
hb-ot-layout-gpos-table.hh 1425 ExtensionPos extension; member in union:OT::PosLookupSubTable::__anon8441
    [all...]
hb-ot-layout-gsubgpos-private.hh     [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 129 ExtensionKind Extension;
133 return V == Other.V && Extension == Other.Extension &&
153 ExtensionKind &Extension,
175 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, Extension,
180 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, Extension,
186 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, Extension,
198 if ((isa<SExtInst>(V) && Extension != EK_ZeroExt) ||
199 (isa<ZExtInst>(V) && Extension != EK_SignExt)) {
205 Extension = isa<SExtInst>(V) ? EK_SignExt : EK_ZeroExt
    [all...]
  /external/chromium/chrome/common/extensions/
extension.cc 5 #include "chrome/common/extensions/extension.h"
108 const char kExtensionModuleName[] = "extension";
141 // A singleton object containing global data needed by the extension objects.
148 Extension::PermissionMessage::MessageId GetPermissionMessageId(
150 return Extension::kPermissions[permission_map_[permission]].message_id;
153 Extension::ScriptingWhitelist* whitelist() { return &scripting_whitelist_; }
159 for (size_t i = 0; i < Extension::kNumPermissions; ++i)
160 permission_map_[Extension::kPermissions[i].name] = i;
171 Extension::ScriptingWhitelist scripting_whitelist_;
178 // Rank extension locations in a way that allow
425 scoped_refptr<Extension> extension = new Extension(path, location); local
    [all...]
extension.h 36 // Represents a Chrome extension.
37 class Extension : public base::RefCountedThreadSafe<Extension> {
43 // What an extension was loaded from.
53 LOAD, // --load-extension.
55 // happens to be implemented as an extension. We don't
68 // An external extension that the user uninstalled. We should not reinstall
103 // An NPAPI plugin included in the extension.
106 bool is_public; // False if only this extension can load this plugin.
109 // An NaCl module included in the extension
977 const Extension* extension; member in struct:UnloadedExtensionInfo
    [all...]
  /external/v8/include/
v8.h     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
libGLESv2.cpp     [all...]
  /external/v8/src/
d8.js 95 Extension: 1,
938 request.arguments.types = ScriptTypeFlag(Debug.ScriptType.Extension);
945 ScriptTypeFlag(Debug.ScriptType.Extension);
    [all...]

Completed in 782 milliseconds

1 2