/external/lzma/C/ |
7z.h | 97 UInt64 Size;
168 if dest == NULL, the return value specifies the required size of the buffer,
181 size_t *outBufferSize, /* buffer size for output buffer */
183 size_t *outSizeProcessed, /* size of file in *outBuffer */
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zItem.h | 52 for (int i = UnpackSizes.Size() - 1; i >= 0; i--)
61 for (int i = 0; i < Coders.Size(); i++)
68 for(int i = 0; i < BindPairs.Size(); i++)
75 for(int i = 0; i < BindPairs.Size(); i++)
82 for(int i = 0; i < PackStreams.Size(); i++)
90 for (int i = Coders.Size() - 1; i >= 0; i--)
118 if (index < Defined.Size() && Defined[index])
129 while (index >= Defined.Size())
134 while (index >= Values.Size())
139 bool CheckSize(int size) const { return Defined.Size() == size || Defined.Size() == 0; } 238 int size = Files.Size(); local [all...] |
/external/lzma/CPP/7zip/Archive/ |
LzmaHandler.cpp | 44 UInt64 Size;
49 bool HasSize() const { return (Size != (UInt64)(Int64)-1); }
61 Size = GetUi64(sig + 5);
65 (!HasSize() || Size < ((UInt64)1 << 56)) &&
85 HRESULT ReadInput(Byte *data, UInt32 size, UInt32 *processedSize)
86 { return _lzmaDecoderSpec->ReadFromInputStream(data, size, processedSize); }
150 const UInt64 *Size = header.HasSize() ? &header.Size : NULL;
151 HRESULT res = _lzmaDecoderSpec->CodeResume(outStream, Size, progress);
261 case kpidSize: if (_stream && _header.HasSize()) prop = _header.Size; break; [all...] |
/external/openfst/src/include/fst/ |
encode.h | 123 for (size_t i = 0; i < encode_tuples_.size(); ++i) { 138 encode_hash_[encode_tuples_.back()] = encode_tuples_.size(); 139 return encode_tuples_.size(); 160 if (key < 1 || key > encode_tuples_.size()) { 167 size_t Size() const { return encode_tuples_.size(); } 221 int64 size = encode_tuples_.size(); local 222 WriteType(strm, size); 223 for (size_t i = 0; i < size; ++i) 256 int64 size; local [all...] |
/frameworks/av/media/libeffects/lvm/lib/Bass/lib/ |
LVDBE.h | 144 LVDBE_TOOMANYSAMPLES = 3, /* Maximum block size exceeded */ 145 LVDBE_SIZEERROR = 4, /* Incorrect structure size */ 226 LVM_UINT32 Size; /* Region size in bytes */ 260 LVM_UINT16 MaxBlockSize; /* Maximum block size in sample pairs */ 448 /* LVDBE_TOOMANYSAMPLES NumSamples was larger than the maximum block size */
|
/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
LVM_Types.h | 44 #define LVM_MAXINT_8 127 /* Maximum positive integer size */ 154 LVM_UINT32 Size; /* Region size in bytes */
|
/frameworks/av/media/libeffects/lvm/lib/Eq/lib/ |
LVEQNB.h | 151 LVEQNB_TOOMANYSAMPLES = 3, /* Maximum block size exceeded */ 228 LVM_UINT32 Size; /* Region size in bytes */ 350 /* pointer for a memory region with a non-zero size. */ 458 /* LVEQNB_TOOMANYSAMPLES NumSamples was larger than the maximum block size */
|
/hardware/ti/omap3/dspbridge/inc/ |
qosregistry.h | 127 ULONG Size; /* size of data plus this header */
211 UINT size; /* size of memory heap */
member in struct:QOSRESOURCE_MEMORY 215 UINT allocated; /* size of heap in use (not free) */
217 UINT largestfree; /* size of largest contiguous free block */
432 Size ptr to ULONG number of entries available in array
449 struct QOSDATA **ResultList, ULONG *Size);
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
qosregistry.h | 121 ULONG Size; /* size of data plus this header */ 205 UINT size; /* size of memory heap */ member in struct:QOSRESOURCE_MEMORY 209 UINT allocated; /* size of heap in use (not free) */ 211 UINT largestfree; /* size of largest contiguous free block */ 426 Size ptr to ULONG number of entries available in array 443 struct QOSDATA **ResultList, ULONG *Size);
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_util.cc | 76 int size = Size(type, prefix_count); local 77 SBEntry *rv = static_cast<SBEntry*>(malloc(size)); 78 memset(rv, 0, size); 105 int SBEntry::Size() const { 106 return Size(type(), prefix_count()); 110 int SBEntry::Size(Type type, int prefix_count) { 376 i != host.rend() && hosts->size() < kMaxHostsToCheck; ++i) { 406 i != path.end() && paths->size() < kMaxPathsToCheck; ++i) { 420 for (size_t i = 0; i < full_hashes.size(); ++i) [all...] |
/external/chromium_org/base/message_loop/ |
message_loop_test.cc | 497 size_t Size() { 498 return task_list_.size(); 546 ASSERT_EQ(14U, order.Size()); 596 ASSERT_EQ(16U, order.Size()); 630 ASSERT_EQ(14U, order.Size()); 664 ASSERT_EQ(6U, order.Size()); 730 ASSERT_EQ(12U, order.Size()); 781 ASSERT_EQ(6U, order.Size()); 789 EXPECT_EQ(static_cast<size_t>(task_index), order.Size()); 813 ASSERT_EQ(4U, order.Size()); [all...] |
/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_util.cc | 68 int size = Size(type, prefix_count); local 69 SBEntry *rv = static_cast<SBEntry*>(malloc(size)); 70 memset(rv, 0, size); 97 int SBEntry::Size() const { 98 return Size(type(), prefix_count()); 102 int SBEntry::Size(Type type, int prefix_count) { 422 i != host.rend() && hosts->size() < kMaxHostsToCheck; ++i) { 452 i != path.end() && paths->size() < kMaxPathsToCheck; ++i) { 468 for (size_t h = 0; h < hosts.size(); ++h) [all...] |
/external/chromium_org/content/browser/ |
storage_partition_impl_unittest.cc | 193 for (size_t i = 0; i < infos_.size(); ++i) { 396 EXPECT_EQ(0, cache_->Size()); 406 size_t Size() { return cache_->Size(); } 434 EXPECT_EQ(1u, Size()); 443 EXPECT_EQ(0u, Size()); [all...] |
/external/chromium_org/content/renderer/pepper/ |
pepper_graphics_2d_host.cc | 64 rect->size.width <= 0 || rect->size.height <= 0) 69 static_cast<int64>(rect->size.width) > 73 static_cast<int64>(rect->size.height) > 78 rect->size.width, rect->size.height); 174 const PP_Size& size, 179 if (!resource_host->Init(size.width, size.height, 341 // PaintImageData verified the image is within the plugin size [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
DOMExtension.js | 207 function Size(width, height) 215 * @return {!Size} 222 var result = new Size(this.offsetWidth, this.offsetHeight);
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
stun.cc | 70 for (size_t i = 0; i < attrs_->size(); i++) 76 if (transaction_id_.size() == kStunLegacyTransactionIdLength) 78 ASSERT(transaction_id_.size() == kStunTransactionIdLength); 146 bool StunMessage::ValidateMessageIntegrity(const char* data, size_t size, 148 // Verifying the size of the message. 149 if ((size % 4) != 0) { 155 if (size != (msg_length + kStunHeaderSize)) { 162 while (current_pos < size) { 171 current_pos + attr_length > size) { 193 if (size > mi_pos + kStunAttributeHeaderSize + kStunMessageIntegritySize) 919 size_t size = talk_base::ComputeDigest( local [all...] |
/external/chromium_org/third_party/re2/re2/ |
prog.h | 17 // Simple fixed-size bitmap. 22 int Size() { return Bits; } 203 int64 size() { return size_; } function in class:re2::Prog 298 // proportional to the product of the program size and the text size. 353 int onepass_statesize_; // byte size of each OneState* node
|
/external/chromium_org/ui/gfx/image/ |
image.cc | 15 #include "ui/gfx/size.h" 44 gfx::Canvas canvas(gfx::Size(gdk_pixbuf_get_width(pixbuf), 67 for (size_t i = 0; i < image_png_reps.size(); ++i) { 79 reinterpret_cast<const guint8*>(png_bytes->front()), png_bytes->size(), 122 gfx::Size UIImageSize(UIImage* image); 129 gfx::Size NSImageSize(NSImage* image); 154 for (size_t i = 0; i < image_png_reps.size(); ++i) { 159 if (!gfx::PNGCodec::Decode(raw_data->front(), raw_data->size(), 244 virtual gfx::Size Size() const = 0 [all...] |
/external/clang/lib/AST/ |
ExprCXX.cpp | 101 AllocateArgsArray(C, arraySize != 0, placementArgs.size(), initializer != 0); 123 for (unsigned j = 0; j != placementArgs.size(); ++j) { 241 unsigned num_args = Args ? Args->size() : 0; 254 std::size_t size = sizeof(UnresolvedLookupExpr); local 256 size += ASTTemplateKWAndArgsInfo::sizeFor(NumTemplateArgs); 258 void *Mem = C.Allocate(size, llvm::alignOf<UnresolvedLookupExpr>()); 397 std::size_t size = sizeof(DependentScopeDeclRefExpr); local 399 size += ASTTemplateKWAndArgsInfo::sizeFor(Args->size()); 401 size += ASTTemplateKWAndArgsInfo::sizeFor(0) 411 std::size_t size = sizeof(DependentScopeDeclRefExpr); local 1037 size_t size = sizeof(ExprWithCleanups) local 1050 size_t size = sizeof(ExprWithCleanups) + numObjects * sizeof(CleanupObject); local 1176 std::size_t size = sizeof(CXXDependentScopeMemberExpr) local 1288 std::size_t size = sizeof(UnresolvedMemberExpr); local 1304 std::size_t size = sizeof(UnresolvedMemberExpr); local [all...] |
/external/clang/lib/Basic/ |
IdentifierTable.cpp | 405 if (name.size() < word.size()) return false; 406 return ((name.size() == word.size() || !isLowercase(name[word.size()])) && 537 // variable size array (for parameter types) at the end of them. 538 unsigned Size = sizeof(MultiKeywordSelector) + nKeys*sizeof(IdentifierInfo *); 540 (MultiKeywordSelector*)SelTabImpl.Allocator.Allocate(Size,
|
/external/clang/lib/CodeGen/ |
EHScopeStack.h | 98 ptrdiff_t Size; 100 stable_iterator(ptrdiff_t Size) : Size(Size) {} 104 stable_iterator() : Size(-1) {} 106 bool isValid() const { return Size >= 0; } 111 bool encloses(stable_iterator I) const { return Size <= I.Size; } 117 bool strictlyEncloses(stable_iterator I) const { return Size < I.Size; } [all...] |
/external/clang/lib/Lex/ |
PTHLexer.cpp | 577 Name.size())); 623 uint64_t Size; 628 PTHStatData(uint64_t Size, time_t ModTime, llvm::sys::fs::UniqueID UniqueID, 630 : HasData(true), Size(Size), ModTime(ModTime), UniqueID(UniqueID), 666 uint64_t Size = ReadUnalignedLE64(d); 667 return data_type(Size, ModTime, UniqueID, IsDirectory); 700 Data.Size = D.Size;
|
/external/llvm/include/llvm/CodeGen/ |
MachineFrameInfo.h | 88 // The size of this object on the stack. 0 means a variable sized object, 90 uint64_t Size; 119 : SPOffset(SP), Size(Sz), Alignment(Al), isImmutable(IM), 149 /// offsets for all of the fixed size objects, updating the Objects list 190 /// MaxCallFrameSize - This contains the size of the largest call frame if the 211 /// LocalFrameSize - Size of the pre-allocated local frame block. 285 int getObjectIndexEnd() const { return (int)Objects.size()-NumFixedObjects; } 292 unsigned getNumObjects() const { return Objects.size(); } 302 assert (i >= 0 && (unsigned)i < LocalFrameObjects.size() && 309 int64_t getLocalFrameObjectCount() { return LocalFrameObjects.size(); } [all...] |
/external/llvm/include/llvm/MC/ |
MCInstrDesc.h | 142 unsigned short Size; // Number of bytes in encoding. 403 /// is the same speed as the shift but has bigger code size. 556 /// or zero if the encoding size cannot be known from the opcode. 558 return Size;
|
MCRegisterInfo.h | 41 const uint16_t RegSize, Alignment; // Size & Alignment of register in bytes 84 /// getSize - Return the size of the register in bytes, which is also the size 152 uint16_t Size; 269 void mapLLVMRegsToDwarfRegs(const DwarfLLVMRegPair *Map, unsigned Size, 273 EHL2DwarfRegsSize = Size; 276 L2DwarfRegsSize = Size; 283 void mapDwarfRegsToLLVMRegs(const DwarfLLVMRegPair *Map, unsigned Size, 287 EHDwarf2LRegsSize = Size; 290 Dwarf2LRegsSize = Size; [all...] |