Searched refs:Size (Results 51 - 75 of 973) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/chromeos/
H A Dwebui_menu_control.h10 class Size;
61 virtual void SetSize(const gfx::Size& size) = 0;
H A Dwm_overview_snapshot.h23 void Init(const gfx::Size& size, Browser* browser, int index);
31 gfx::Size size() const {
H A Dwm_overview_title.h16 class Size;
29 void Init(const gfx::Size& size, WmOverviewSnapshot* snapshot);
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dpage_action_with_badge_view.cc22 gfx::Size PageActionWithBadgeView::GetPreferredSize() {
23 return gfx::Size(Extension::kPageActionIconMaxSize,
H A Dselected_keyword_view.cc35 gfx::Size SelectedKeywordView::GetPreferredSize() {
36 gfx::Size size(GetNonLabelSize());
41 gfx::Size SelectedKeywordView::GetMinimumSize() {
42 gfx::Size size(GetNonLabelSize());
H A Dkeyword_hint_view.cc98 gfx::Size KeywordHintView::GetPreferredSize() {
101 gfx::Size prefsize = leading_label_->GetPreferredSize();
106 return gfx::Size(width, prefsize.height());
109 gfx::Size KeywordHintView::GetMinimumSize() {
112 return gfx::Size(kTabButtonBitmap->width(), 0);
122 gfx::Size pref;
/external/clang/include/clang/Frontend/
H A DLayoutOverrideSource.h29 uint64_t Size; member in struct:clang::LayoutOverrideSource::Layout
52 uint64_t &Size, uint64_t &Alignment,
/external/clang/lib/AST/
H A DDeclGroup.cpp22 unsigned Size = sizeof(DeclGroup) + sizeof(Decl*) * NumDecls; local
23 void* Mem = C.Allocate(Size, llvm::AlignOf<DeclGroup>::Alignment);
H A DDeclFriend.cpp49 std::size_t Size = sizeof(FriendDecl) local
51 void *Mem = C.Allocate(Size);
60 std::size_t Size = sizeof(FriendDecl) local
62 void *Mem = AllocateDeserializedDecl(C, ID, Size);
/external/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h20 // component specifies the base memory address of the region. The Size specifies
27 // alias, regardless of the value of the Size component.
109 /// Size - The maximum size of the location, in address-units, or
114 uint64_t Size; member in struct:llvm::AliasAnalysis::Location
121 : Ptr(P), Size(S), TBAATag(N) {}
131 Copy.Size = NewSize;
372 const Value *P, uint64_t Size) {
373 return getModRefInfo(I, Location(P, Size));
383 const Value *P, uint64_t Size) {
384 return getModRefInfo(CS, Location(P, Size));
371 getModRefInfo(const Instruction *I, const Value *P, uint64_t Size) argument
382 getModRefInfo(ImmutableCallSite CS, const Value *P, uint64_t Size) argument
394 getModRefInfo(const CallInst *C, const Value *P, uint64_t Size) argument
406 getModRefInfo(const InvokeInst *I, const Value *P, uint64_t Size) argument
416 getModRefInfo(const LoadInst *L, const Value *P, uint64_t Size) argument
425 getModRefInfo(const StoreInst *S, const Value *P, uint64_t Size) argument
438 getModRefInfo(const FenceInst *S, const Value *P, uint64_t Size) argument
447 getModRefInfo(const AtomicCmpXchgInst *CX, const Value *P, unsigned Size) argument
457 getModRefInfo(const AtomicRMWInst *RMW, const Value *P, unsigned Size) argument
467 getModRefInfo(const VAArgInst* I, const Value* P, uint64_t Size) argument
485 callCapturesBefore(const Instruction *I, const Value *P, uint64_t Size, DominatorTree *DT) argument
499 canBasicBlockModify(const BasicBlock &BB, const Value *P, uint64_t Size) argument
511 canInstructionRangeModify(const Instruction &I1, const Instruction &I2, const Value *Ptr, uint64_t Size) argument
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp31 SDValue Dst, SDValue Src, SDValue Size, unsigned Align,
37 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
30 EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
/external/llvm/tools/lli/
H A DRecordingMemoryManager.cpp30 allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID) { argument
35 sys::MemoryBlock Block = allocateSection(Size);
41 allocateDataSection(uintptr_t Size, unsigned Alignment, argument
47 sys::MemoryBlock Block = allocateSection(Size);
52 sys::MemoryBlock RecordingMemoryManager::allocateSection(uintptr_t Size) { argument
54 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(Size,
90 uint8_t *RecordingMemoryManager::allocateSpace(intptr_t Size, unsigned Alignment) { argument
94 uint8_t *RecordingMemoryManager::allocateGlobal(uintptr_t Size, unsigned Alignment) { argument
H A DRecordingMemoryManager.h38 sys::MemoryBlock allocateSection(uintptr_t Size);
52 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
55 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment,
75 uint8_t *allocateSpace(intptr_t Size, unsigned Alignment);
76 uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment);
/external/llvm/include/llvm/Support/
H A Draw_ostream.h96 void SetBufferSize(size_t Size) { argument
98 SetBufferAndMode(new char[Size], Size, InternalBuffer);
156 size_t Size = Str.size(); local
159 if (OutBufCur+Size > OutBufEnd)
160 return write(Str.data(), Size);
162 memcpy(OutBufCur, Str.data(), Size);
163 OutBufCur += Size;
202 raw_ostream &write(const char *Ptr, size_t Size);
248 /// by subclasses. This writes the \p Size byte
274 SetBuffer(char *BufferStart, size_t Size) argument
[all...]
H A Draw_os_ostream.h29 virtual void write_impl(const char *Ptr, size_t Size) LLVM_OVERRIDE;
H A DAllocator.h36 void *Allocate(size_t Size, size_t /*Alignment*/) { return malloc(Size); } argument
55 size_t Size; member in class:llvm::MemSlab
67 virtual MemSlab *Allocate(size_t Size) = 0;
82 virtual MemSlab *Allocate(size_t Size) LLVM_OVERRIDE;
150 void *Allocate(size_t Size, size_t Alignment);
207 (char *)Slab + Slab->Size;
226 inline void *operator new(size_t Size, llvm::BumpPtrAllocator &Allocator) { argument
236 return Allocator.Allocate(Size, std::min((size_t)llvm::NextPowerOf2(Size),
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp137 << ", Size: " << Size << "\n"; local
144 O << "Size: " << Size << "\n"; local
194 unsigned Size = ~0U; local
204 case dwarf::DW_FORM_data1: Size = 1; break;
206 case dwarf::DW_FORM_data2: Size = 2; break;
209 case dwarf::DW_FORM_data4: Size = 4; break;
211 case dwarf::DW_FORM_data8: Size = 8; break;
217 Size
[all...]
/external/chromium/chrome/browser/notifications/
H A Dnotification_test_util.cc20 gfx::Size MockBalloonView::GetSize() const {
/external/chromium/webkit/glue/
H A Dwebthemeengine_impl_mac.h18 WebKit::WebThemeEngine::Size,
/external/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h131 void setVariadicGPRSize(unsigned Size) { VariadicGPRSize = Size; } argument
137 void setVariadicFPRSize(unsigned Size) { VariadicFPRSize = Size; } argument
/external/llvm/lib/Target/R600/MCTargetDesc/
H A DAMDGPUMCAsmInfo.h26 const char* getDataASDirective(unsigned int Size, unsigned int AS) const;
/external/webkit/Source/WebKit/chromium/public/
H A DWebSize.h81 WebSize(const gfx::Size& s)
87 WebSize& operator=(const gfx::Size& s)
94 operator gfx::Size() const
96 return gfx::Size(width, height);
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Ddragged_tab_gtk.h28 const gfx::Size& contents_size,
61 const gfx::Size& attached_tab_size() const { return attached_tab_size_; }
75 gfx::Size GetPreferredSize();
129 gfx::Size attached_tab_size_;
132 gfx::Size contents_size_;
/external/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h51 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
59 virtual uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment,
102 uint8_t *allocateSection(MemoryGroup &MemGroup, uintptr_t Size,
148 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) { argument
152 virtual uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) { argument
/external/llvm/lib/Support/
H A DFoldingSet.cpp31 return static_cast<unsigned>(hash_combine_range(Data, Data+Size));
35 if (Size != RHS.Size) return false;
36 return memcmp(Data, RHS.Data, Size*sizeof(*Data)) == 0;
42 if (Size != RHS.Size)
43 return Size < RHS.Size;
44 return memcmp(Data, RHS.Data, Size*sizeof(*Data)) < 0;
88 unsigned Size local
[all...]

Completed in 1206 milliseconds

1234567891011>>