HomeSort by relevance Sort by last modified time
    Searched refs:requestorName (Results 1 - 18 of 18) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/
TBSRequest.java 21 GeneralName requestorName;
29 * @param requestorName
34 GeneralName requestorName,
39 this.requestorName = requestorName;
45 GeneralName requestorName,
50 this.requestorName = requestorName;
82 requestorName = GeneralName.getInstance((ASN1TaggedObject)seq.getObjectAt(index++), true);
122 return requestorName;
    [all...]
  /frameworks/native/libs/gui/
IGraphicBufferAlloc.cpp 49 std::string requestorName, status_t* error) {
56 if (requestorName.empty()) {
57 requestorName += "[PID ";
58 requestorName += std::to_string(getpid());
59 requestorName += ']';
61 data.writeUtf8AsUtf16(requestorName);
111 std::string requestorName;
112 data.readUtf8FromUtf16(&requestorName);
114 format, usage, requestorName, &error);
GraphicBufferAlloc.cpp 36 std::string requestorName, status_t* error) {
38 width, height, format, usage, std::move(requestorName)));
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
OCSPReqBuilder.java 26 private GeneralName requestorName = null;
80 * @param requestorName a X500Principal representing the requestor name.
83 X500Name requestorName)
85 this.requestorName = new GeneralName(GeneralName.directoryName, requestorName);
91 GeneralName requestorName)
93 this.requestorName = requestorName;
127 TBSRequest tbsReq = new TBSRequest(requestorName, new DERSequence(requests), requestExtensions);
133 if (requestorName == null
    [all...]
  /frameworks/native/include/gui/
GraphicBufferAlloc.h 38 std::string requestorName, status_t* error) override;
IGraphicBufferAlloc.h 41 PixelFormat format, uint32_t usage, std::string requestorName,
  /frameworks/native/include/ui/
GraphicBufferAllocator.h 64 uint64_t graphicBufferId, std::string requestorName);
79 std::string requestorName;
GraphicBuffer.h 77 uint32_t inUsage, std::string requestorName = "<Unknown>");
163 uint32_t inUsage, std::string requestorName);
  /frameworks/native/libs/ui/
GraphicBufferAllocator.cpp 61 rec.requestorName.c_str());
66 rec.requestorName.c_str());
86 uint32_t* stride, uint64_t graphicBufferId, std::string requestorName)
145 rec.requestorName = std::move(requestorName);
GraphicBuffer.cpp 57 PixelFormat inFormat, uint32_t inUsage, std::string requestorName)
68 std::move(requestorName));
169 PixelFormat inFormat, uint32_t inUsage, std::string requestorName)
174 &handle, &outStride, mId, std::move(requestorName));
  /prebuilts/devtools/tools/lib/
bcpkix-jdk15on-1.48.jar 
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk16/1.46/
bcprov-jdk16-1.46.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 276 milliseconds