HomeSort by relevance Sort by last modified time
    Searched refs:Extension (Results 76 - 100 of 552) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
SingleResp.java 11 import org.bouncycastle.asn1.x509.Extension;
78 public Extension getExtension(ASN1ObjectIdentifier oid)
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
ExtensionRegistry.java 81 * privileged class by registering itself as an extension of the right type.
84 * extension until it is first requested, at which point the caller must
86 * it would require a mutex lock any time an extension was accessed, which
116 /** The extension's descriptor. */
120 * A default instance of the extension's type, if it has a message type.
144 * Find an extension for immutable APIs by fully-qualified field name,
148 * @return Information about the extension if found, or {@code null}
156 * Find an extension for mutable APIs by fully-qualified field name,
160 * @return Information about the extension if found, or {@code null}
177 * Find an extension by containing type and field number for immutable APIs
351 extensionsByName.put(extension.descriptor.getFullName(), extension); local
365 extensionsByName.put(field.getMessageType().getFullName(), extension); local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
ExtensionController.java 31 interface Extension<T> {
37 * Triggers the extension to cycle through each of the sources again because something
60 Extension build();
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
attr-gnu-4-1.d 17 ISA Extension: .*
attr-gnu-4-2.d 18 ISA Extension: .*
attr-gnu-4-3.d 18 ISA Extension: .*
attr-gnu-4-5.d 18 ISA Extension: .*
attr-gnu-4-6.d 18 ISA Extension: .*
attr-gnu-4-7.d 18 ISA Extension: .*
attr-gnu-abi-fp-1.d 17 ISA Extension: .*
attr-none-double.d 17 ISA Extension: .*
attr-none-o32-fp64-nooddspreg.d 18 ISA Extension: .*
attr-none-o32-fp64.d 18 ISA Extension: .*
attr-none-o32-fpxx.d 18 ISA Extension: .*
attr-none-single-float.d 18 ISA Extension: .*
attr-none-soft-float.d 18 ISA Extension: .*
call-nonpic-1.d 14 ISA Extension: None
elf_arch_mips1.d 18 ISA Extension: None
elf_arch_mips2.d 16 ISA Extension: None
elf_arch_mips3.d 16 ISA Extension: None
elf_arch_mips32.d 16 ISA Extension: None
elf_arch_mips32r2.d 16 ISA Extension: None
elf_arch_mips32r3.d 16 ISA Extension: None
elf_arch_mips32r5.d 16 ISA Extension: None
elf_arch_mips32r6.d 16 ISA Extension: None

Completed in 1287 milliseconds

1 2 34 5 6 7 8 91011>>