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

/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dremote_method_type.h23 typedef typename Traits::Signature Signature; typedef in struct:android::pdx::rpc::RemoteMethodType
/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.cpp391 uint32_t Signature) {
393 if (hasForEachSignatureIn(Signature)) {
396 OtherCount += hasForEachSignatureUsrData(Signature);
397 OtherCount += hasForEachSignatureX(Signature);
398 OtherCount += hasForEachSignatureY(Signature);
399 OtherCount += hasForEachSignatureZ(Signature);
400 OtherCount += hasForEachSignatureCtxt(Signature);
401 OtherCount += hasForEachSignatureOut(Signature) &&
390 calculateNumInputs(const llvm::Function *Function, uint32_t Signature) argument
/frameworks/compile/libbcc/lib/
H A DRSKernelExpand.cpp176 uint32_t Signature = 0; local
177 if (SigString.getAsInteger(10, Signature)) {
181 return Signature;
556 // Signature - metadata bits for the signature of the callee
567 int ExpandSpecialArguments(uint32_t Signature, argument
578 if (bcinfo::MetadataExtractor::hasForEachSignatureCtxt(Signature)) {
584 if (bcinfo::MetadataExtractor::hasForEachSignatureX(Signature)) {
589 if (bcinfo::MetadataExtractor::hasForEachSignatureY(Signature) ||
590 bcinfo::MetadataExtractor::hasForEachSignatureZ(Signature)) {
598 if (bcinfo::MetadataExtractor::hasForEachSignatureY(Signature)) {
777 ExpandOldStyleForEach(llvm::Function *Function, uint32_t Signature) argument
918 ExpandForEach(llvm::Function *Function, uint32_t Signature) argument
1145 ExpandReduceAccumulator(llvm::Function *FnAccumulator, uint32_t Signature, size_t NumInputs) argument
1302 uint32_t Signature = mExportForEachSignatureList[i]; local
[all...]

Completed in 2539 milliseconds