HomeSort by relevance Sort by last modified time
    Searched defs:Sizes (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/PerformanceTests/DOM/resources/dom-perf/
clonenodes.js 86 Sizes: ['small', 'medium'],
93 CloneNodes.prototype.Sizes.forEach(function(size) {
domdivwalk.js 39 // Various tree sizes are tested:
57 this.name = (this.Sizes.length > 1 ? (me.size + ", ") : "") + me.appendStyle + ", " + me.traverseStyle;
151 // Different sizes are possible, but we try to keep the runtime and memory
153 Sizes: ["medium"],
167 DDWalkTest.prototype.Sizes.forEach(function(size) {
getelement.js 38 this.name = (this.Sizes.length > 1 ? (me.size + ", ") : "") + me.appendStyle + ", " + me.treeStyle;
189 // Different sizes are possible, but we try to keep the runtime and memory
191 Sizes: ["medium"],
199 GetElementTest.prototype.Sizes.forEach(function(size) {
  /external/lzma/CPP/7zip/Archive/7z/
7zFolderInStream.h 39 CRecordVector<UInt64> Sizes;
50 for (int i = 0; i < Sizes.Size(); i++)
51 size += Sizes[i];
  /external/llvm/tools/lli/
lli.cpp 218 SmallVector<unsigned, 16> Sizes;
230 Sizes.push_back(I->first.size());
247 Sizes.push_back(I->first.size());
274 T->loadCode(Addr, Offsets[i].first, Sizes[i]);
279 T->loadData(Addr, Offsets[i].first, Sizes[i]);
  /external/clang/test/Index/
print-type-size.cpp 211 namespace Sizes {
213 // CHECK64: StructDecl=A:[[@LINE+2]]:8 (Definition) [type=Sizes::A] [typekind=Record] [sizeof=8] [alignof=4]
214 // CHECK32: StructDecl=A:[[@LINE+1]]:8 (Definition) [type=Sizes::A] [typekind=Record] [sizeof=8] [alignof=4]
220 // CHECK64: StructDecl=B:[[@LINE+2]]:8 (Definition) [type=Sizes::B] [typekind=Record] [sizeof=12] [alignof=4]
221 // CHECK32: StructDecl=B:[[@LINE+1]]:8 (Definition) [type=Sizes::B] [typekind=Record] [sizeof=12] [alignof=4]
226 // CHECK64: StructDecl=C:[[@LINE+2]]:8 (Definition) [type=Sizes::C] [typekind=Record] [sizeof=8] [alignof=4]
227 // CHECK32: StructDecl=C:[[@LINE+1]]:8 (Definition) [type=Sizes::C] [typekind=Record] [sizeof=8] [alignof=4]
235 // CHECK64: StructDecl=D:[[@LINE+2]]:8 (Definition) [type=Sizes::D] [typekind=Record] [sizeof=8] [alignof=4]
236 // CHECK32: StructDecl=D:[[@LINE+1]]:8 (Definition) [type=Sizes::D] [typekind=Record] [sizeof=8] [alignof=4]
241 // CHECK64: StructDecl=E:[[@LINE+2]]:32 (Definition) [type=Sizes::E] [typekind=Record] [sizeof=5] [alignof=1
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 67 CRecordVector<UInt64> Sizes;
140 if (index >= Sizes.Size())
141 index = Sizes.Size() - 1;
142 UInt64 volSize = Sizes[index];
452 volStreamSpec->Sizes = volumesSizes;

Completed in 236 milliseconds