Searched defs:Signature (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DSignature.java41 public class Signature implements Parcelable { class in inherits:Parcelable
49 * Create Signature from an existing raw byte array.
51 public Signature(byte[] signature) { method in class:Signature
63 public Signature(Certificate[] certificateChain) throws CertificateEncodingException { method in class:Signature
83 * Create Signature from a text representation previously returned by
90 public Signature(String text) { method in class:Signature
111 * Encode the Signature as ASCII text.
118 * Encode the Signature as ASCII text in to an existing array.
169 * @throws CertificateException when Signature isn't a valid X.509
187 public Signature[] getChainSignature
244 private Signature(Parcel source) { method in class:Signature
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DSignature.java26 * A Signature holds the specification for a filter's input and output ports.
28 * A Signature instance must be returned by the filter's {@link Filter#getSignature()} method. It
30 * are required, how data for those ports are accessed, and more. A Signature does not change over
38 * If ports other than the ones in the Signature are allowed, they default to the most generic
40 * a frame's data, it must be specified in the Signature.
42 public class Signature { class
80 * Creates a new empty Signature.
82 public Signature() { method in class:Signature
86 * Adds an input port to the Signature.
91 * @return this Signature instanc
[all...]
/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp365 uint32_t Signature = 0; local
366 if (SigString.getAsInteger(10, Signature)) {
370 TmpSigList[i] = Signature;
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp111 uint32_t Signature = 0; local
112 if (SigString.getAsInteger(10, Signature)) {
116 return Signature;
344 bool ExpandFunction(llvm::Function *Function, uint32_t Signature) { argument
348 if (!Signature) {
349 Signature = getRootSignature(Function);
350 if (!Signature) {
389 if (bcinfo::MetadataExtractor::hasForEachSignatureIn(Signature)) {
398 if (bcinfo::MetadataExtractor::hasForEachSignatureOut(Signature)) {
406 if (bcinfo::MetadataExtractor::hasForEachSignatureUsrData(Signature)) {
484 ExpandKernel(llvm::Function *Function, uint32_t Signature) argument
767 uint32_t Signature = mExportForEachSignatureList[i]; local
[all...]

Completed in 673 milliseconds