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.cpp381 uint32_t Signature) {
383 if (hasForEachSignatureIn(Signature)) {
386 OtherCount += hasForEachSignatureUsrData(Signature);
387 OtherCount += hasForEachSignatureX(Signature);
388 OtherCount += hasForEachSignatureY(Signature);
389 OtherCount += hasForEachSignatureZ(Signature);
390 OtherCount += hasForEachSignatureCtxt(Signature);
391 OtherCount += hasForEachSignatureOut(Signature) &&
380 calculateNumInputs(const llvm::Function *Function, uint32_t Signature) argument
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSKernelExpand.cpp153 uint32_t Signature = 0; local
154 if (SigString.getAsInteger(10, Signature)) {
158 return Signature;
533 // Signature - metadata bits for the signature of the callee
544 int ExpandSpecialArguments(uint32_t Signature, argument
555 if (bcinfo::MetadataExtractor::hasForEachSignatureCtxt(Signature)) {
561 if (bcinfo::MetadataExtractor::hasForEachSignatureX(Signature)) {
566 if (bcinfo::MetadataExtractor::hasForEachSignatureY(Signature) ||
567 bcinfo::MetadataExtractor::hasForEachSignatureZ(Signature)) {
575 if (bcinfo::MetadataExtractor::hasForEachSignatureY(Signature)) {
754 ExpandOldStyleForEach(llvm::Function *Function, uint32_t Signature) argument
895 ExpandForEach(llvm::Function *Function, uint32_t Signature) argument
1122 ExpandReduceAccumulator(llvm::Function *FnAccumulator, uint32_t Signature, size_t NumInputs) argument
1279 uint32_t Signature = mExportForEachSignatureList[i]; local
[all...]

Completed in 2083 milliseconds