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

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BERApplicationSpecificParser.java 40 return new BERApplicationSpecific(tag, parser.readVector());
BERSequenceParser.java 39 return new BERSequence(_parser.readVector());
BERSetParser.java 39 return new BERSet(_parser.readVector());
DERSequenceParser.java 39 return new DERSequence(_parser.readVector());
DERSetParser.java 39 return new DERSet(_parser.readVector(), false);
DERExternalParser.java 40 return new DLExternal(_parser.readVector());
ASN1StreamParser.java 107 ASN1EncodableVector v = readVector();
230 ASN1EncodableVector readVector() throws IOException
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
BERSequenceParser.java 41 return new BERSequence(_parser.readVector());
BERSetParser.java 41 return new BERSet(_parser.readVector());
DERSequenceParser.java 41 return new DERSequence(_parser.readVector());
DERSetParser.java 41 return new DERSet(_parser.readVector(), false);
BERApplicationSpecificParser.java 42 return new BERApplicationSpecific(tag, parser.readVector());
DERExternalParser.java 42 return new DLExternal(_parser.readVector());
ASN1StreamParser.java 109 ASN1EncodableVector v = readVector();
232 ASN1EncodableVector readVector() throws IOException
  /frameworks/av/drm/libmediadrm/
IDrm.cpp 140 readVector(reply, sessionId);
184 readVector(reply, request);
204 readVector(reply, keySetId);
272 readVector(reply, request);
290 readVector(reply, certificate);
291 readVector(reply, wrappedKey);
309 readVector(reply, secureStop);
328 readVector(reply, secureStopId);
344 readVector(reply, secureStop);
399 readVector(reply, keySetId)
    [all...]
ICrypto.cpp 208 void readVector(Parcel &reply, Vector<uint8_t> &vector) const {
226 void BnCrypto::readVector(const Parcel &data, Vector<uint8_t> &vector) const {
448 readVector(data, sessionId);
  /frameworks/av/media/libmedia/include/media/
ICrypto.h 91 void readVector(const Parcel &data, Vector<uint8_t> &vector) const;
IDrm.h 158 void readVector(const Parcel &data, Vector<uint8_t> &vector) const;
  /cts/tests/tests/binder_ndk/libbinder_ndk_test/
test_parcel.cpp 247 std::vector<std::string> readVector;
248 EXPECT_OK(::ndk::AParcel_readVector(in, &readVector));
249 EXPECT_EQ(expectedVector, readVector);
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
SoapSerializationEnvelope.java 347 protected void readVector(XmlPullParser parser, Vector v, PropertyInfo elementType)
543 readVector(parser, (Vector) obj, expected.elementType);
    [all...]
  /frameworks/av/media/libmedia/
IMediaPlayer.cpp 88 static void readVector(const Parcel& reply, Vector<uint8_t>& vector) {
    [all...]
  /external/v8/benchmarks/
earley-boyer.js     [all...]

Completed in 2592 milliseconds