HomeSort by relevance Sort by last modified time
    Searched refs:extension (Results 626 - 650 of 2522) sorted by null

<<21222324252627282930>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509CRLStoreSelector.java 13 import org.bouncycastle.x509.extension.X509ExtensionUtil;
170 * extension set. Defaults to <code>false</code>.
173 * indicator extension are selected.
182 * CRL indicator CRL extension.
188 * extension must be in the CRL.
293 * which is a missing issuing distribution point extension.
311 * The issuing distribution point extension is a CRL extension which
323 * This is the DER encoded OCTET STRING extension value.
  /external/capstone/bindings/python/
setup_cython.py 6 from distutils.extension import Extension
41 ext_modules = [Extension("capstone.ccapstone",
46 ext_modules += [Extension("capstone.%s" % name,
  /external/curl/lib/
formdata.c 176 const char *extension; member in struct:ContentType
196 if(strlen(filename) >= strlen(ctts[i].extension)) {
198 strlen(filename) - strlen(ctts[i].extension),
199 ctts[i].extension)) {
  /external/golang-protobuf/proto/
text_parser.go 457 // "[extension]" or "[type/url]".
470 // Looks like an extension or an Any.
537 return p.errorf("unrecognized extension %q", extName)
550 // Read the extension structure, and set it in
584 // This is a normal, non-extension field.
706 // consumeExtName consumes extension name or expanded Any type URL and the
714 // If extension name or type url is quoted, it's a single token.
729 return "", p.errorf("unrecognized type_url or extension name: %s", tok.err)
  /external/icu/icu4c/source/i18n/
collationruleparser.h 82 * Adds a relation with strength and prefix | str / extension.
85 const UnicodeString &str, const UnicodeString &extension,
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
CompilingClassLoader.java 202 return new URI(className.replaceAll("\\.", "/") + Kind.SOURCE.extension);
  /external/llvm/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp 122 sys::path::extension(BundlePath) == ".dSYM") {
  /external/mesa3d/docs/specs/
MESA_multithread_makecurrent.spec 42 implement. This extension gives those applications that option by
94 None. The GLX extension only extends to direct rendering contexts.
  /external/oj-libjdwp/src/share/back/
ReferenceTypeImpl.c 471 char *extension; local
480 error = getSourceDebugExtension(clazz, &extension);
486 (void)outStream_writeString(out, extension);
487 jvmtiDeallocate(extension);
  /external/pdfium/core/fxcodec/gif/
cfx_gifcontext.cpp 108 uint8_t* extension = nullptr; local
109 if (!ReadData(&extension, 1))
112 switch (*extension) {
124 if (*extension == GIF_BLOCK_PTE) {
  /external/python/cpython2/Lib/distutils/command/
build_ext.py 3 Implements the Distutils 'build_ext' command, for building extension
18 from distutils.extension import Extension
26 # An extension name is just a dot-separated list of Python NAMEs (ie.
62 "directory for compiled extension modules"),
282 # Extension instances. See the documentation for Extension (in
283 # distutils.extension) for details.
289 # Extension instances do except the name, with a few things being
290 # differently named. We convert these 2-tuples to Extension
    [all...]
  /external/python/cpython2/Lib/distutils/tests/
test_install_lib.py 7 from distutils.extension import Extension
63 cmd.distribution.ext_modules = [Extension('foo', ['xxx'])]
80 cmd.distribution.ext_modules = [Extension('foo', ['xxx'])]
  /external/python/cpython3/Lib/distutils/command/
build_ext.py 3 Implements the Distutils 'build_ext' command, for building extension
16 from distutils.extension import Extension
22 # An extension name is just a dot-separated list of Python NAMEs (ie.
58 "directory for compiled extension modules"),
281 # Extension instances. See the documentation for Extension (in
282 # distutils.extension) for details.
288 # Extension instances do except the name, with a few things being
289 # differently named. We convert these 2-tuples to Extension
    [all...]
  /external/python/cpython3/Lib/distutils/tests/
test_install_lib.py 8 from distutils.extension import Extension
64 cmd.distribution.ext_modules = [Extension('foo', ['xxx'])]
84 cmd.distribution.ext_modules = [Extension('foo', ['xxx'])]
  /external/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/extension/views/
FreehandView.java 1 package com.davemorrissey.labs.subscaleview.test.extension.views;
  /external/webrtc/webrtc/base/
proxydetect_unittest.cc 48 name.append(filename.extension());
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet.h 80 int64_t timestamp = header_.extension.absoluteSendTime
  /frameworks/compile/mclinker/include/mcld/Support/
Path.h 83 Path extension() const;
  /frameworks/compile/mclinker/lib/Support/
Path.cpp 181 Path Path::extension() const { function in class:mcld::sys::fs::Path
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexServerSession.java 235 String extension, type; local
239 Log.w(TAG, "There is no file extension or mime type, reject the transfer");
243 extension = name.substring(dotIndex + 1).toLowerCase();
245 type = map.getMimeTypeFromExtension(extension);
247 Log.v(TAG, "Mimetype guessed from extension " + extension + " is " + type);
  /packages/apps/Nfc/src/com/android/nfc/beam/
BeamTransferManager.java 519 String extension = null; local
522 extension = "";
525 extension = fileName.substring(dotIndex);
532 Integer.toString(count) + extension);
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
core.py 23 from distutils.extension import Extension
54 # Legal keyword arguments for the Extension constructor
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
core.py 23 from distutils.extension import Extension
54 # Legal keyword arguments for the Extension constructor
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 229 // The number of extension ranges in this message type.
231 // Gets an extension range by index, where 0 <= index <
236 // Returns true if the number is in one of the extension ranges.
242 // Get an extension by index, where 0 <= index < extension_count().
244 const FieldDescriptor* extension(int index) const;
246 // Looks up a named extension (which extends some *other* message type)
314 // an extension, do one of the following:
399 bool is_extension() const; // Is this an extension field?
436 // extension scope's extensions array.
476 // An extension may be declared within the scope of another message. If thi
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 229 // The number of extension ranges in this message type.
231 // Gets an extension range by index, where 0 <= index <
236 // Returns true if the number is in one of the extension ranges.
242 // Get an extension by index, where 0 <= index < extension_count().
244 const FieldDescriptor* extension(int index) const;
246 // Looks up a named extension (which extends some *other* message type)
314 // an extension, do one of the following:
399 bool is_extension() const; // Is this an extension field?
436 // extension scope's extensions array.
476 // An extension may be declared within the scope of another message. If thi
    [all...]

Completed in 1727 milliseconds

<<21222324252627282930>>