Searched defs:Size (Results 1 - 25 of 503) sorted by relevance

1234567891011>>

/external/chromium_org/webkit/browser/fileapi/
H A Dfile_system_file_util.cc13 int64 FileSystemFileUtil::EmptyFileEnumerator::Size() { function in class:fileapi::FileSystemFileUtil::EmptyFileEnumerator
/external/llvm/lib/MC/
H A DMCInstrAnalysis.cpp14 uint64_t Size, uint64_t &Target) const {
20 Target = Addr+Size+Imm;
13 evaluateBranch(const MCInst &Inst, uint64_t Addr, uint64_t Size, uint64_t &Target) const argument
/external/llvm/lib/Support/
H A Dcircular_raw_ostream.cpp18 void circular_raw_ostream::write_impl(const char *Ptr, size_t Size) { argument
20 TheStream->write(Ptr, Size);
25 while (Size != 0) {
27 std::min(unsigned(Size), unsigned(BufferSize - (Cur - BufferArray)));
29 Size -= Bytes;
H A DStringRefMemoryObject.cpp22 uint64_t Size,
25 if (Addr >= Base + getExtent() || Offset + Size > getExtent() || Addr < Base)
27 memcpy(Buf, Bytes.data() + Offset, Size);
21 readBytes(uint64_t Addr, uint64_t Size, uint8_t *Buf) const argument
H A Draw_os_ostream.cpp26 void raw_os_ostream::write_impl(const char *Ptr, size_t Size) { argument
27 OS.write(Ptr, Size);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
H A DAMDGPUMCAsmInfo.cpp81 AMDGPUMCAsmInfo::getDataASDirective(unsigned int Size, unsigned int AS) const argument
/external/clang/include/clang/Basic/
H A DAllDiagnostics.h33 enum { Size = SizeOfStr }; enumerator in enum:clang::StringSizerHelper::__anon15864
38 fieldTy>::Size
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
H A DAMDGPUMCAsmInfo.cpp81 AMDGPUMCAsmInfo::getDataASDirective(unsigned int Size, unsigned int AS) const argument
/external/chromium_org/ui/gfx/
H A Dsize.h26 class GFX_EXPORT Size : public SizeBase<Size, int> { class in namespace:gfx
28 Size() : SizeBase<Size, int>(0, 0) {} function in class:gfx::Size
29 Size(int width, int height) : SizeBase<Size, int>(width, height) {} function in class:gfx::Size
31 explicit Size(const CGSize& s);
34 ~Size() {}
37 Size& operator=(const CGSize& s);
53 inline bool operator==(const Size
[all...]
H A Dsize.cc15 template class SizeBase<Size, int>;
18 Size::Size(const CGSize& s) function in class:gfx::Size
19 : SizeBase<Size, int>(s.width, s.height) {
22 Size& Size::operator=(const CGSize& s) {
30 SIZE Size::ToSIZE() const {
37 CGSize Size::ToCGSize() const {
42 std::string Size::ToString() const {
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglarray.h44 EGLint Size; member in struct:_egl_array
81 return (array) ? array->Size : 0;
/external/chromium_org/ui/gfx/image/
H A Dimage_png_rep.cc28 gfx::Size ImagePNGRep::Size() const { function in class:gfx::ImagePNGRep
36 return gfx::Size(0, 0);
38 return gfx::Size(bitmap.width(), bitmap.height());
/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);
/external/clang/test/Sema/
H A Doffsetof-64.c5 const unsigned long Size = (1l << 60); variable
8 char padding[Size];
9 char more_padding[1][Size];
16 char padding[Size][Size][Size]; // expected-error 2{{array is too large}}
/external/mesa3d/src/egl/main/
H A Deglarray.h44 EGLint Size; member in struct:_egl_array
81 return (array) ? array->Size : 0;
/external/chromium_org/ppapi/cpp/
H A Dsize.h18 class Size { class in namespace:pp
22 Size() { function in class:pp::Size
28 /// converting the <code>PP_Size</code> to a <code>Size</code>. This is an
32 Size(const PP_Size& s) { // Implicit. function in class:pp::Size
39 /// converting them to a <code>Size</code>.
43 Size(int w, int h) { function in class:pp::Size
50 ~Size() {
53 /// PP_Size() allows implicit conversion of a <code>Size</code> to a
56 /// @return A Size.
77 /// @return The value of width for this <code>Size</cod
[all...]
/external/chromium/base/win/
H A Dscoped_hglobal.h29 size_t Size() const { return GlobalSize(glob_); } function in class:base::win::ScopedHGlobal
/external/chromium_org/base/win/
H A Dscoped_hglobal.h28 size_t Size() const { return GlobalSize(glob_); } function in class:base::win::ScopedHGlobal
/external/chromium_org/cc/test/
H A Dordered_texture_map.cc44 size_t OrderedTextureMap::Size() { return ordered_textures_.size(); } function in class:cc::OrderedTextureMap
58 DCHECK(index < Size());
/external/chromium_org/chrome/browser/media_galleries/linux/
H A Dmtp_device_object_enumerator.cc30 int64 MTPDeviceObjectEnumerator::Size() { function in class:MTPDeviceObjectEnumerator
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_object_enumerator.cc36 int64 MTPDeviceObjectEnumerator::Size() { function in class:MTPDeviceObjectEnumerator
/external/chromium_org/chrome/installer/mini_installer/
H A Dpe_resource.cc20 size_t PEResource::Size() { function in class:PEResource
35 size_t resource_size = Size();
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dmd5digest.h43 virtual size_t Size() const { function in class:talk_base::Md5Digest
H A Dsha1digest.h43 virtual size_t Size() const { function in class:talk_base::Sha1Digest

Completed in 766 milliseconds

1234567891011>>