Searched defs:Blob (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/sync/syncable/
H A Dblob.h15 typedef std::vector<uint8> Blob; typedef in namespace:syncer::syncable
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DBlob.cpp32 #include "core/fileapi/Blob.h"
57 Blob* blob = static_cast<Blob*>(registrableObject);
74 Blob::Blob(PassRefPtr<BlobDataHandle> dataHandle) function in class:blink::Blob
80 Blob::~Blob()
84 void Blob::clampSliceOffsets(long long size, long long& start, long long& end)
108 PassRefPtrWillBeRawPtr<Blob> Blob
[all...]
H A DBlob.h48 class Blob : public RefCountedWillBeGarbageCollectedFinalized<Blob>, public ScriptWrappable, public URLRegistrable { class in namespace:blink
51 static PassRefPtrWillBeRawPtr<Blob> create()
53 return adoptRefWillBeNoop(new Blob(BlobDataHandle::create()));
56 static PassRefPtrWillBeRawPtr<Blob> create(PassRefPtr<BlobDataHandle> blobDataHandle)
58 return adoptRefWillBeNoop(new Blob(blobDataHandle));
61 virtual ~Blob();
64 virtual PassRefPtrWillBeRawPtr<Blob> slice(long long start, long long end, const String& contentType, ExceptionState&) const;
67 PassRefPtrWillBeRawPtr<Blob> slice(ExceptionState& exceptionState) const
71 PassRefPtrWillBeRawPtr<Blob> slic
[all...]
/external/clang/test/Index/
H A Dprint-type.cpp45 struct Blob { struct
48 int Blob::*member_pointer;
118 // CHECK: StructDecl=Blob:45:8 (Definition) [type=Blob] [typekind=Record] [isPOD=1]
120 // CHECK: VarDecl=member_pointer:48:12 (Definition) [type=int Blob::*] [typekind=MemberPointer] [isPOD=1]
/external/javasqlite/src/main/java/SQLite/
H A DBlob.java13 * Blob instance
16 private Blob blob;
28 BlobR(Blob blob) {
159 * Blob instance
162 private Blob blob;
174 BlobW(Blob blob) {
247 public class Blob { class
/external/chromium_org/third_party/WebKit/Source/platform/blob/
H A DBlobData.h106 // Constructor for Blob type.
108 : type(Blob)
132 Blob, enumerator in enum:blink::BlobDataItem::__anon11275
139 RefPtr<BlobDataHandle> blobDataHandle; // For Blob type.
185 // The value of the size property for a Blob who has this data.
186 // BlobDataItem::toEndOfFile if the Blob has a file whose size was not yet determined.
/external/llvm/lib/Bitcode/Reader/
H A DBitstreamReader.cpp99 case BitCodeAbbrevOp::Blob:
119 case BitCodeAbbrevOp::Blob:
155 Op.getEncoding() != BitCodeAbbrevOp::Blob) {
174 assert(Op.getEncoding() == BitCodeAbbrevOp::Blob);
175 // Blob case. Read the number of bytes as a vbr6.
196 StringRef *Blob) {
224 Op.getEncoding() != BitCodeAbbrevOp::Blob) {
243 assert(Op.getEncoding() == BitCodeAbbrevOp::Blob);
244 // Blob case. Read the number of bytes as a vbr6.
265 if (Blob) {
194 readRecord(unsigned AbbrevID, SmallVectorImpl<uint64_t> &Vals, StringRef *Blob) argument
[all...]
/external/chromium_org/third_party/smhasher/src/
H A DTypes.h192 class Blob class
196 Blob() function in class:Blob
204 Blob ( int x ) function in class:Blob
214 Blob ( const Blob & k ) function in class:Blob
222 Blob & operator = ( const Blob & k )
232 Blob ( uint64_t a, uint64_t b ) function in class:Blob
268 bool operator < ( const Blob & k ) const
279 bool operator == ( const Blob
[all...]
/external/llvm/include/llvm/Bitcode/
H A DBitCodes.h96 Blob = 5 // 32-bit aligned array of 8-bit characters. enumerator in enum:llvm::BitCodeAbbrevOp::Encoding
124 case Blob:
H A DBitstreamWriter.h311 /// data that should be emitted as part of the Blob or Array operand that is
315 StringRef Blob) {
316 const char *BlobData = Blob.data();
317 unsigned BlobLen = (unsigned) Blob.size();
341 "Blob data and record entries specified for array!");
359 } else if (Op.getEncoding() == BitCodeAbbrevOp::Blob) {
367 "Blob data and record entries specified for blob operand!");
401 "Blob data specified for record that doesn't use it!");
443 StringRef Blob) {
444 EmitRecordWithAbbrevImpl(Abbrev, Vals, Blob);
314 EmitRecordWithAbbrevImpl(unsigned Abbrev, SmallVectorImpl<uintty> &Vals, StringRef Blob) argument
[all...]
/external/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp417 StringRef Blob; local
418 unsigned Code = Stream.readRecord(Entry.ID, Record, &Blob);
449 if (Blob.data()) {
452 for (unsigned i = 0, e = Blob.size(); i != e; ++i)
453 if (!isprint(static_cast<unsigned char>(Blob[i]))) {
459 outs() << "'" << Blob << "'";
461 outs() << "unprintable, " << Blob.size() << " bytes.";
/external/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp50 const char *copyString(StringRef Blob) { argument
51 char *mem = Alloc.Allocate<char>(Blob.size() + 1);
52 memcpy(mem, Blob.data(), Blob.size());
53 mem[Blob.size()] = '\0';
226 StringRef Blob,
233 StringRef Blob,
448 StringRef Blob,
452 if (Blob.size() > 65536) {
458 if (allowEmptyString && Record.size() >= 1 && Blob
444 readString(CXLoadedDiagnosticSetImpl &TopDiags, const char *&RetStr, llvm::StringRef errorContext, RecordData &Record, StringRef Blob, bool allowEmptyString) argument
473 readString(CXLoadedDiagnosticSetImpl &TopDiags, Strings &strings, llvm::StringRef errorContext, RecordData &Record, StringRef Blob, bool allowEmptyString) argument
580 StringRef Blob; local
[all...]
/external/chromium_org/chrome/browser/password_manager/
H A Dnative_backend_kwallet_x_unittest.cc44 typedef std::basic_string<uint8_t> Blob; // std::string is binary-safe. typedef in class:__anon4369::TestKWallet
77 Blob* value) const {
102 const Blob& value) {
110 typedef std::map<std::string, Blob> Folder;
544 TestKWallet::Blob value;
568 TestKWallet::Blob(bytes, length)) ? 0 : 1);
584 TestKWallet::Blob value;
/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp169 StringRef Blob; local
170 switch ((IndexRecordTypes)Cursor.readRecord(Entry.ID, Record, &Blob)) {
222 (const unsigned char *)Blob.data() + Record[0],
223 (const unsigned char *)Blob.data() + sizeof(uint32_t),
224 (const unsigned char *)Blob.data(), IdentifierIndexReaderTrait());
574 StringRef Blob; local
575 unsigned Code = InStream.readRecord(Entry.ID, Record, &Blob);
623 (const unsigned char *)Blob.data() + Record[0],
624 (const unsigned char *)Blob.data() + sizeof(uint32_t),
625 (const unsigned char *)Blob
[all...]
H A DASTReader.cpp959 StringRef Blob; local
961 unsigned RecCode = Cursor.readRecord(Code, Record, &Blob);
967 Info.LexicalDecls = reinterpret_cast<const KindDeclIDPair*>(Blob.data());
968 Info.NumLexicalDecls = Blob.size() / sizeof(KindDeclIDPair);
976 StringRef Blob; local
978 unsigned RecCode = Cursor.readRecord(Code, Record, &Blob);
984 (const unsigned char *)Blob.data() + Record[0],
985 (const unsigned char *)Blob.data() + sizeof(uint32_t),
986 (const unsigned char *)Blob.data(),
1102 StringRef Blob; local
1171 StringRef Blob; local
2027 StringRef Blob; local
2310 StringRef Blob; local
3985 StringRef Blob; local
4090 StringRef Blob; local
4161 StringRef Blob; local
4220 StringRef Blob; local
4749 StringRef Blob; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c23929 /* 30 */ "Blob" OpHelp("r[P2]=P4 (len=P1)"),
140301 typedef struct Blob Blob; typedef in typeref:struct:Blob
140310 struct Blob { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c23929 /* 30 */ "Blob" OpHelp("r[P2]=P4 (len=P1)"),
140333 typedef struct Blob Blob; typedef in typeref:struct:Blob
140342 struct Blob { struct
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 735 milliseconds