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

  /external/v8/src/snapshot/
snapshot-source-sink.cc 42 int SnapshotByteSource::GetBlob(const byte** data) {
snapshot-source-sink.h 61 int GetBlob(const byte** data);
natives-external.cc 99 int id_length = bytes->GetBlob(&id);
100 int source_length = bytes->GetBlob(&source);
  /external/opencv/cvaux/include/
cvvidsurv.hpp 467 virtual CvBlob* GetBlob(int BlobIndex)
475 if(BlobID == CV_BLOB_ID(GetBlob(i)))
476 return GetBlob(i);
488 if(BlobID == CV_BLOB_ID(GetBlob(i)))
783 virtual CvBlob* GetBlob(int BlobIndex) = 0;
802 pB = GetBlob(BlobIndex);
820 CvBlob* pB = pBlobList->GetBlob(b);
835 CvBlob* pB=GetBlob(i-1);
847 CvBlob* pB=GetBlob(i-1);
854 virtual CvBlob* GetBlobByID(int BlobID){return GetBlob(GetBlobIndexByID(BlobID));}
    [all...]
  /external/libchrome/base/
values_unittest.cc 105 EXPECT_EQ(std::vector<char>({0xF, 0x0, 0x0, 0xB, 0xA, 0x2}), value.GetBlob());
186 EXPECT_EQ(value.GetBlob(), copied_value.GetBlob());
192 EXPECT_EQ(value.GetBlob(), blank.GetBlob());
306 EXPECT_EQ(buffer, moved_value.GetBlob());
312 EXPECT_EQ(buffer, blank.GetBlob());
    [all...]
values.cc 230 const std::vector<char>& Value::GetBlob() const {
236 return GetBlob().size();
240 return GetBlob().data();
    [all...]
values.h 131 const std::vector<char>& GetBlob() const;
133 size_t GetSize() const; // DEPRECATED, use GetBlob().size() instead.
134 const char* GetBuffer() const; // DEPRECATED, use GetBlob().data() instead.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfidl.h 249 HRESULT (STDMETHODCALLTYPE *GetBlob)(
436 #define IMFTopologyNode_GetBlob(This,guidKey,pBuf,cbBufSize,pcbBlobSize) (This)->lpVtbl->GetBlob(This,guidKey,pBuf,cbBufSize,pcbBlobSize)
520 return This->lpVtbl->GetBlob(This,guidKey,pBuf,cbBufSize,pcbBlobSize);
    [all...]
mfobjects.h 273 virtual HRESULT STDMETHODCALLTYPE GetBlob(
431 HRESULT (STDMETHODCALLTYPE *GetBlob)(
543 #define IMFAttributes_GetBlob(This,guidKey,pBuf,cbBufSize,pcbBlobSize) (This)->lpVtbl->GetBlob(This,guidKey,pBuf,cbBufSize,pcbBlobSize)
610 return This->lpVtbl->GetBlob(This,guidKey,pBuf,cbBufSize,pcbBlobSize);
    [all...]
wmcontainer.h     [all...]
cor.h     [all...]
  /system/keymaster/tests/
authorization_set_test.cpp 548 TEST(GetValue, GetBlob) {
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-codecommit/1.11.18/
aws-java-sdk-codecommit-1.11.18.jar 

Completed in 345 milliseconds