Searched refs:Size (Results 351 - 375 of 839) sorted by relevance

<<11121314151617181920>>

/external/llvm/lib/Analysis/
H A DAliasAnalysis.cpp256 uint64_t Size = UnknownSize; local
258 Size = C->getValue().getZExtValue();
264 return Location(MTI->getRawSource(), Size, TBAATag);
269 uint64_t Size = UnknownSize; local
271 Size = C->getValue().getZExtValue();
277 return Location(MTI->getRawDest(), Size, TBAATag);
/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp71 uint64_t Size, uint32_t Offset,
82 outs() << " ('size', " << Size << ")\n";
114 StringRef Data = Obj.getData(Offset, Size);
152 Sect->Size, Sect->Offset, Sect->Align,
188 Sect->Size, Sect->Offset, Sect->Align,
342 << " ('size', " << LCI.Command.Size << ")\n";
69 DumpSectionData(MachOObject &Obj, unsigned Index, StringRef Name, StringRef SegmentName, uint64_t Address, uint64_t Size, uint32_t Offset, uint32_t Align, uint32_t RelocationTableOffset, uint32_t NumRelocationTableEntries, uint32_t Flags, uint32_t Reserved1, uint32_t Reserved2, uint64_t Reserved3 = ~0ULL) argument
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp291 uint64_t Size = TD->getTypeAllocSize(GV->getType()->getElementType()); local
300 if (Size == 0) Size = 1; // .comm Foo, 0 is undefined, avoid it.
309 OutStreamer.EmitCommonSymbol(GVSym, Size, Align);
318 OutStreamer.EmitZerofill(TheSection, GVSym, Size, Align);
325 OutStreamer.EmitLocalCommonSymbol(GVSym, Size, Align);
335 OutStreamer.EmitCommonSymbol(GVSym, Size, Align);
345 if (Size == 0) Size = 1; // zerofill of 0 bytes is undefined.
350 OutStreamer.EmitZerofill(TheSection, GVSym, Size,
1703 unsigned Size = TD.getTypeAllocSize(CDS->getType()); local
1733 unsigned Size = TD.getTypeAllocSize(CV->getType()); local
1744 unsigned Size = TD->getTypeAllocSize(CS->getType()); local
1872 uint64_t Size = TD->getTypeAllocSize(CV->getType()); local
1936 uint64_t Size = TM.getTargetData()->getTypeAllocSize(CV->getType()); local
[all...]
/external/chromium/base/win/
H A Devent_trace_provider.h45 header.Size = sizeof(Super);
55 header.Size = sizeof(Super);
/external/chromium/chrome/browser/chromeos/login/
H A Dpassword_changed_view.cc68 gfx::Size PasswordChangedView::GetPreferredSize() {
70 return gfx::Size(views::Window::GetLocalizedContentsSize(
/external/chromium/chrome/browser/extensions/
H A Dimage_loading_tracker_unittest.cc105 gfx::Size max_size(Extension::EXTENSION_ICON_SMALLISH,
155 gfx::Size(Extension::EXTENSION_ICON_SMALLISH,
/external/chromium/chrome/browser/ui/gtk/extensions/
H A Dextension_popup_gtk.cc149 const gfx::Size& new_size) {
153 view->render_view_host()->view()->SetSize(gfx::Size(width, height));
/external/chromium/chrome/browser/ui/views/
H A Dabout_chrome_view.h52 virtual gfx::Size GetPreferredSize();
125 gfx::Size dialog_dimensions_;
/external/chromium/chrome/browser/ui/views/frame/
H A Dopaque_browser_frame_view.h37 virtual gfx::Size GetMinimumSize() OVERRIDE;
79 virtual void GetWindowMask(const gfx::Size& size, gfx::Path* window_mask)
/external/chromium/chrome/browser/ui/views/infobars/
H A Dextension_infobar.cc62 gfx::Size menu_size = menu_->GetPreferredSize();
99 gfx::Size(image_size, image_size), ImageLoadingTracker::DONT_CACHE);
/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab.cc138 gfx::Size Tab::GetMinimumUnselectedSize() {
141 gfx::Size minimum_size;
150 gfx::Size Tab::GetMinimumSelectedSize() {
151 gfx::Size minimum_size = GetMinimumUnselectedSize();
157 gfx::Size Tab::GetStandardSize() {
158 gfx::Size standard_size = GetMinimumUnselectedSize();
237 gfx::Size close_button_size(close_button()->GetPreferredSize());
240 // Size the Favicon.
266 // Size the Close button.
283 // Size th
[all...]
/external/clang/include/clang/AST/
H A DRecordLayout.h36 /// Size - Size of record in characters.
37 CharUnits Size; member in class:clang::ASTRecordLayout
39 /// DataSize - Size of record in characters without tail padding.
121 CharUnits getSize() const { return Size; }
/external/freetype/src/pfr/
H A Dpfrload.c864 FT_UInt n, count, Size; local
873 Size = 1 + 1 + 2;
875 Size += 1;
878 Size += 2;
881 Size += 1;
884 Size += 1;
887 Size += 1;
889 PFR_CHECK( count * Size );
/external/llvm/include/llvm/ADT/
H A DDenseSet.h36 /// Grow the denseset so that it has at least Size buckets. Does not shrink
37 void resize(size_t Size) { TheMap.resize(Size); } argument
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h139 unsigned short Size; // Number of bytes in encoding. member in class:llvm::MCInstrDesc
517 return Size;
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp206 int64_t Offset, uint64_t Size) {
210 MMO->getFlags(), Size,
443 int MachineFrameInfo::CreateFixedObject(uint64_t Size, int64_t SPOffset, argument
445 assert(Size != 0 && "Cannot allocate zero size fixed stack objects!");
452 Objects.insert(Objects.begin(), StackObject(Size, Align, SPOffset, Immutable,
500 if (SO.Size == ~0ULL) {
504 if (SO.Size == 0)
507 OS << "size=" << SO.Size;
205 getMachineMemOperand(const MachineMemOperand *MMO, int64_t Offset, uint64_t Size) argument
/external/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp210 const unsigned int Size) {
215 return WriteNativeCodeFunc(Agent, Name, Addr, Code, Size);
207 op_write_native_code(const char* Name, uint64_t Addr, void const* Code, const unsigned int Size) argument
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h42 size_t Size; member in class:llvm::SectionEntry
53 : Address(address), Size(size), LoadAddress((uintptr_t)address),
/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp535 int64_t Size; local
537 if (getParser().ParseAbsoluteExpression(Size))
554 if (Size < 0)
570 Sym, Size, 1 << Pow2Alignment);
618 int64_t Size; local
620 if (getParser().ParseAbsoluteExpression(Size))
637 if (Size < 0)
651 // Create the zerofill Symbol with Size and Pow2Alignment
657 Sym, Size, 1 << Pow2Alignment);
/external/llvm/lib/Support/
H A DIntervalMap.cpp19 void Path::replaceRoot(void *Root, unsigned Size, IdxPair Offsets) { argument
21 path.front() = Entry(Root, Size, Offsets.first);
/external/llvm/lib/Target/Hexagon/
H A DHexagonCallingConvLower.h165 unsigned AllocateStack(unsigned Size, unsigned Align) { argument
169 StackOffset += Size;
/external/llvm/unittests/ADT/
H A DHashingTest.cpp178 for (unsigned Idx = 1, Size = all_one_c.size(); Idx < Size; ++Idx) {
186 for (unsigned Idx = 1, Size = all_zero_c.size(); Idx < Size; ++Idx) {
194 for (unsigned Idx = 1, Size = all_one_int.size(); Idx < Size; ++Idx) {
202 for (unsigned Idx = 1, Size = all_zero_int.size(); Idx < Size; ++Idx) {
/external/openfst/src/include/fst/
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/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
H A DCameraConfigurationManager.java139 for (Camera.Size supportedPreviewSize : parameters.getSupportedPreviewSizes()) {
157 Camera.Size defaultSize = parameters.getPreviewSize();

Completed in 2615 milliseconds

<<11121314151617181920>>