Searched defs:Size (Results 276 - 300 of 555) sorted by relevance

<<11121314151617181920>>

/external/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp600 unsigned Size = 0; local
605 Size += MatcherSize;
612 return Size;
/external/lzma/C/
H A D7z.h97 UInt64 Size; member in struct:__anon26687
/external/lzma/CPP/7zip/Archive/7z/
H A D7zItem.h52 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()
144 UInt64 Size; member in struct:NArchive::N7z::CFileItem
[all...]
/external/openfst/src/include/fst/
H A Dbi-table.h54 // I Size() const;
104 I Size() const { return id2entry_.size(); } function in class:fst::HashBiTable
189 I Size() const { return id2entry_.size(); } function in class:fst::CompactHashBiTable
311 I Size() const { return id2entry_.size(); } function in class:fst::VectorBiTable
406 I Size() const { return id2entry_.size(); } function in class:fst::VectorHashBiTable
506 I Size() const { return id2entry_.size(); } function in class:fst::ErasableBiTable
H A Dsparse-tuple-weight.h179 size_t Size() const { function in class:fst::SparseTupleWeight
355 size_t n = w.Size();
H A Dstring-weight.h142 size_t Size() const { return first_ ? rest_.size() + 1 : 0; } function in class:fst::StringWeight
248 int32 size = Size();
259 if (Size() != 1)
298 if (w1.Size() != w2.Size())
473 if (i >= w2.Size())
503 if (i >= w2.Size())
533 if (i >= w2.Size())
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dstring-weight.h134 Label Size() const { return first_ ? rest_.size() + 1 : 0; } function in class:fst::StringWeight
240 int32 size = Size();
251 if (Size() != 1)
290 if (w1.Size() != w2.Size())
448 if (i >= w2.Size())
473 if (i >= w2.Size())
498 if (i >= w2.Size())
/external/chromium_org/base/message_loop/
H A Dmessage_loop_test.cc442 size_t Size() { function in class:base::test::TaskList
491 ASSERT_EQ(14U, order.Size());
541 ASSERT_EQ(16U, order.Size());
575 ASSERT_EQ(14U, order.Size());
609 ASSERT_EQ(6U, order.Size());
675 ASSERT_EQ(12U, order.Size());
726 ASSERT_EQ(6U, order.Size());
734 EXPECT_EQ(static_cast<size_t>(task_index), order.Size());
758 ASSERT_EQ(4U, order.Size());
764 EXPECT_EQ(static_cast<size_t>(task_index), order.Size());
[all...]
/external/chromium_org/components/policy/core/browser/
H A Durl_blacklist_manager.cc229 size_t URLBlacklist::Size() const { function in class:policy::URLBlacklist
/external/chromium_org/content/browser/gpu/
H A Dshader_disk_cache.cc572 int32 ShaderDiskCache::Size() { function in class:content::ShaderDiskCache
/external/chromium_org/content/browser/
H A Dstorage_partition_impl_unittest.cc376 EXPECT_EQ(0, cache_->Size());
386 size_t Size() { return cache_->Size(); } function in class:content::StoragePartitionShaderClearTest
403 EXPECT_EQ(1u, Size());
412 EXPECT_EQ(0u, Size());
/external/chromium_org/net/disk_cache/blockfile/
H A Dblock_files.cc254 int BlockHeader::Size() const { function in class:disk_cache::BlockHeader
656 if (file_size < file_header.Size())
668 int expected = header->entry_size * header->max_entries + file_header.Size();
670 int max_expected = header->entry_size * kMaxBlocks + file_header.Size();
677 int num_entries = (file_size - file_header.Size()) / header->entry_size;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontDescription.h106 struct Size { struct in class:blink::FontDescription
107 Size(unsigned keyword, float value, bool isAbsolute) function in struct:blink::FontDescription::Size
120 Size size() const { return Size(m_keywordSize, m_specifiedSize, m_isAbsoluteSize); }
131 static Size largerSize(const Size&);
132 static Size smallerSize(const Size&);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebThemeEngine.h59 enum Size { enum in class:blink::WebThemeEngine
83 virtual void paintScrollbarThumb(WebCanvas*, State, Size, const WebRect&, const ScrollbarInfo&) { }
/external/chromium_org/third_party/re2/re2/
H A Dprog.h22 int Size() { return Bits; } function in class:re2::Bitmap
/external/chromium_org/ui/gfx/image/
H A Dimage.cc41 gfx::Size UIImageSize(UIImage* image);
48 gfx::Size NSImageSize(NSImage* image);
93 const gfx::Size size() const {
102 size_ = gfx::Size(rep.GetWidth(), rep.GetHeight());
128 gfx::Size size_;
143 const gfx::Size& size = image_source->size();
208 virtual gfx::Size Size() const = 0;
228 return Size().width();
232 return Size()
741 gfx::Size Image::Size() const { function in class:gfx::Image
[all...]
/external/chromium_org/v8/include/
H A Dv8-util.h43 static size_t Size(Impl* impl) { return impl->size(); } function in class:v8::StdMapTraits
130 size_t Size() { return Traits::Size(&impl_); } function in class:v8::PersistentValueMap
379 static size_t Size(const Impl* impl) { function in class:v8::DefaultPersistentValueVectorTraits
438 size_t Size() const { function in class:v8::PersistentValueVector
439 return Traits::Size(&impl_);
453 size_t length = Traits::Size(&impl_);
/external/clang/include/clang/AST/
H A DAPValue.h147 APValue(UninitArray, unsigned InitElts, unsigned Size) : Kind(Uninitialized) { argument
148 MakeArray(InitElts, Size);
430 void MakeArray(unsigned InitElts, unsigned Size);
/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h370 void *Allocate(unsigned Size, unsigned Align = 8) { argument
371 return BumpAlloc.Allocate(Size, Align);
/external/clang/lib/AST/
H A DAPValue.cpp108 APValue::Arr::Arr(unsigned NumElts, unsigned Size) : argument
109 Elts(new APValue[NumElts + (NumElts != Size ? 1 : 0)]),
110 NumElts(NumElts), ArrSize(Size) {}
636 void APValue::MakeArray(unsigned InitElts, unsigned Size) { argument
638 new ((void*)(char*)Data.buffer) Arr(InitElts, Size);
/external/clang/lib/Basic/
H A DIdentifierTable.cpp539 unsigned Size = sizeof(MultiKeywordSelector) + nKeys*sizeof(IdentifierInfo *); local
541 (MultiKeywordSelector*)SelTabImpl.Allocator.Allocate(Size,
/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp150 void appendPaddingBytes(CharUnits Size) { argument
151 if (!Size.isZero())
152 FieldTypes.push_back(getByteArrayType(Size));
218 Info.Size = FD->getBitWidthValue(Context);
225 if (Info.Size > Info.StorageSize)
226 Info.Size = Info.StorageSize;
232 Info.Offset = Info.StorageSize - (Info.Offset + Info.Size);
239 // 2) Add a 1-byte capstone member at the Size of the structure.
256 CharUnits Size = NVBaseType ? Layout.getNonVirtualSize() : Layout.getSize(); local
265 return appendPaddingBytes(Size);
560 CharUnits Size = CharUnits::Zero(); local
603 MakeInfo(CodeGenTypes &Types, const FieldDecl *FD, uint64_t Offset, uint64_t Size, uint64_t StorageSize, uint64_t StorageAlignment) argument
[all...]
H A DEHScopeStack.h98 ptrdiff_t Size; member in class:clang::CodeGen::EHScopeStack::stable_iterator
100 stable_iterator(ptrdiff_t Size) : Size(Size) {} argument
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; }
378 pushCopyOfCleanup(CleanupKind Kind, const void *Cleanup, size_t Size) argument
[all...]
/external/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp157 uint64_t &Size,
163 if (Sources[i]->layoutRecordType(Record, Size, Alignment, FieldOffsets,
156 layoutRecordType(const RecordDecl *Record, uint64_t &Size, uint64_t &Alignment, llvm::DenseMap<const FieldDecl *, uint64_t> &FieldOffsets, llvm::DenseMap<const CXXRecordDecl *, CharUnits> &BaseOffsets, llvm::DenseMap<const CXXRecordDecl *, CharUnits> &VirtualBaseOffsets) argument
H A DSemaTemplateVariadic.cpp667 unsigned Size = Instantiation->get<DeclArgumentPack *>()->size(); local
668 assert((!Result || *Result == Size) && "inconsistent pack sizes");
669 Result = Size;
682 unsigned Size = TemplateArgs(Depth, Index).pack_size(); local
683 assert((!Result || *Result == Size) && "inconsistent pack sizes");
684 Result = Size;

Completed in 389 milliseconds

<<11121314151617181920>>