Home
last modified time | relevance | path

Searched refs:Size (Results 1 – 25 of 125) sorted by relevance

12345

/external/chromium/base/gfx/
Dsize.cc19 Size::Size(int width, int height) { in Size() function in gfx::Size
25 Size::Size(const CGSize& s) { in Size() function in gfx::Size
30 Size& Size::operator=(const CGSize& s) { in operator =()
38 SIZE Size::ToSIZE() const { in ToSIZE()
45 CGSize Size::ToCGSize() const { in ToCGSize()
50 void Size::set_width(int width) { in set_width()
58 void Size::set_height(int height) { in set_height()
68 std::ostream& operator<<(std::ostream& out, const gfx::Size& s) { in operator <<()
Dsize.h23 class Size {
25 Size() : width_(0), height_(0) {} in Size() function
26 Size(int width, int height);
28 explicit Size(const CGSize& s);
31 ~Size() {} in ~Size()
34 Size& operator=(const CGSize& s);
55 bool operator==(const Size& s) const {
59 bool operator!=(const Size& s) const {
81 std::ostream& operator<<(std::ostream& out, const gfx::Size& s);
Drect.h40 Rect(const gfx::Point& origin, const gfx::Size& size);
67 const gfx::Size& size() const { return size_; } in size()
68 void set_size(const gfx::Size& size) { size_ = size; } in set_size()
158 gfx::Size size_;
/external/dropbear/libtomcrypt/notes/
Dcipher_tv.txt7 Key Size: 16 bytes
59 Key Size: 24 bytes
111 Key Size: 32 bytes
165 Key Size: 8 bytes
217 Key Size: 32 bytes
269 Key Size: 56 bytes
323 Key Size: 16 bytes
377 Key Size: 8 bytes
429 Key Size: 68 bytes
481 Key Size: 128 bytes
[all …]
/external/gtest/samples/
Dsample3_unittest.cc102 ASSERT_EQ(q->Size(), new_q->Size()); in MapTester()
125 EXPECT_EQ(0, q0_.Size()); in TEST_F()
136 EXPECT_EQ(0, q1_.Size()); in TEST_F()
142 EXPECT_EQ(1, q2_.Size()); in TEST_F()
Dsample5_unittest.cc174 EXPECT_EQ(0, q0_.Size()); in TEST_F()
185 EXPECT_EQ(0, q1_.Size()); in TEST_F()
191 EXPECT_EQ(1, q2_.Size()); in TEST_F()
/external/protobuf/gtest/samples/
Dsample3_unittest.cc102 ASSERT_EQ(q->Size(), new_q->Size()); in MapTester()
125 EXPECT_EQ(0, q0_.Size()); in TEST_F()
136 EXPECT_EQ(0, q1_.Size()); in TEST_F()
142 EXPECT_EQ(1, q2_.Size()); in TEST_F()
Dsample5_unittest.cc174 EXPECT_EQ(0, q0_.Size()); in TEST_F()
185 EXPECT_EQ(0, q1_.Size()); in TEST_F()
191 EXPECT_EQ(1, q2_.Size()); in TEST_F()
/external/zlib/contrib/dotzlib/DotZLib/
DCircularBuffer.cs37 public int Size { get { return _size; } } property in DotZLib.CircularBuffer
42 int trueCount = Math.Min(count, _capacity - Size); in Put()
53 if (Size == _capacity) // no room in Put()
63 int trueCount = Math.Min(count,Size); in Get()
74 if (Size == 0) in Get()
DUnitTests.cs51 Assert.AreEqual( 0, buf.Size ); in SinglePutGet()
55 Assert.AreEqual( 1, buf.Size ); in SinglePutGet()
57 Assert.AreEqual( 0, buf.Size ); in SinglePutGet()
67 Assert.AreEqual( 10, buf.Size ); in BlockPutGet()
/external/jhead/
Djpgfile.c170 Sections[SectionsRead].Size = itemlen; in ReadJpegSections()
222 Sections[SectionsRead].Size = size; in ReadJpegSections()
468 ExifSection->Size = NewExifSize; in ReplaceThumbnail()
565 nWrite = fwrite(Sections[a].Data, 1, Sections[a].Size, outfile); in WriteJpegFile()
566 writeOk = (nWrite == Sections[a].Size); in WriteJpegFile()
568 LOGE("write section %d failed expect %d actual %d",a,Sections[a].Size,nWrite); in WriteJpegFile()
575 nWrite = fwrite(Sections[a].Data, 1,Sections[a].Size, outfile); in WriteJpegFile()
576 writeOk = (nWrite == Sections[a].Size); in WriteJpegFile()
578 LOGE("write section %d failed expect %d actual %d",a,Sections[a].Size,nWrite); in WriteJpegFile()
674 Section_t * CreateSection(int SectionType, unsigned char * Data, int Size) in CreateSection() argument
[all …]
/external/webkit/WebKit/chromium/public/
DWebSize.h81 WebSize(const gfx::Size& s) in WebSize()
87 WebSize& operator=(const gfx::Size& s)
94 operator gfx::Size() const in Size() function
96 return gfx::Size(width, height); in Size()
/external/e2fsprogs/resize/
Dtest_extent.in10 # Num=3, Size=10, Cursor=0, Sorted=1
17 # Num=3, Size=10, Cursor=0, Sorted=1
53 # Num=5, Size=10, Cursor=0, Sorted=1
/external/e2fsprogs/tests/f_swapfs/
Dexpect26 User: 0 Group: 0 Size: 5
29 Fragment: Address: 0 Number: 0 Size: 0
36 User: 0 Group: 0 Size: 348960
39 Fragment: Address: 0 Number: 0 Size: 0
88 User: 0 Group: 0 Size: 5
91 Fragment: Address: 0 Number: 0 Size: 0
98 User: 0 Group: 0 Size: 348960
101 Fragment: Address: 0 Number: 0 Size: 0
/external/libffi/testsuite/libffi.call/
Dpyobjc-tc.c15 typedef struct Size { struct
18 } Size; argument
22 Size s;
/external/chromium/net/disk_cache/
Dbitmap_unittest.cc20 EXPECT_EQ(0, map.Size()); in TEST()
30 EXPECT_EQ(80, bitmap.Size()); in TEST()
74 EXPECT_EQ(kSize1, map.Size()); in TEST()
82 EXPECT_EQ(kSize2, map.Size()); in TEST()
86 EXPECT_EQ(kSize3, map.Size()); in TEST()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dstring-weight.h134 Label Size() const { return first_ ? rest_.size() + 1 : 0; } in Size() function
240 int32 size = Size(); in Write()
251 if (Size() != 1) in Member()
290 if (w1.Size() != w2.Size())
448 if (i >= w2.Size()) in Divide()
473 if (i >= w2.Size()) in Divide()
498 if (i >= w2.Size()) in Divide()
/external/v8/src/
Dspaces.h302 virtual int Size() = 0;
485 static int Size() { return size_; } in Size() function
668 int obj_size = (size_func_ == NULL) ? obj->Size() : size_func_(obj); in FromCurrentPage()
791 int Size() { return size_; } in Size() function
892 virtual int Size() { return accounting_stats_.Size(); } in Size() function
1158 virtual int Size() { in Size() function
1227 int size = (size_func_ == NULL) ? object->Size() : size_func_(object); in next()
1295 virtual int Size() { return static_cast<int>(top() - bottom()); } in Size() function
1310 int Available() { return Capacity() - Size(); } in Available()
1838 accounting_stats_.DeallocateBytes(accounting_stats_.Size()); in FinishCompaction()
[all …]
Dheap-profiler.cc61 CalculateNetworkSize(JSObject::cast(obj)) : obj->Size(); in GetObjectSize()
110 int size = obj->Size(); in CalculateNetworkSize()
114 size += obj->properties()->Size(); in CalculateNetworkSize()
117 size += obj->elements()->Size(); in CalculateNetworkSize()
123 size += f->context()->Size(); in CalculateNetworkSize()
126 size += f->literals()->Size(); in CalculateNetworkSize()
593 info[type].increment_bytes(obj->Size()); in CollectStats()
Dspaces.cc740 Address next = cur + obj->Size(); in FindObject()
981 int size = object->Size(); in Verify()
1120 int new_capacity = Max(InitialCapacity(), 2 * Size()); in Shrink()
1192 int size = object->Size(); in Verify()
1402 heap_histograms[type].increment_bytes(obj->Size()); in CollectHistogramInfo()
1408 return obj->Size(); in CollectHistogramInfo()
1525 allocated_histogram_[type].increment_bytes(obj->Size()); in RecordAllocation()
1533 promoted_histogram_[type].increment_bytes(obj->Size()); in RecordPromotion()
1572 ASSERT(Size() >= kNextOffset + kPointerSize); in next()
1583 ASSERT(Size() >= kNextOffset + kPointerSize); in set_next()
[all …]
Dheap.cc149 lo_space_->Size(); in CommittedMemory()
203 if (MemoryAllocator::MaxAvailable() <= new_space_.Size()) { in SelectGarbageCollector()
248 MemoryAllocator::Size(), in PrintShortHeapStatistics()
251 Heap::new_space_.Size(), in PrintShortHeapStatistics()
254 old_pointer_space_->Size(), in PrintShortHeapStatistics()
258 old_data_space_->Size(), in PrintShortHeapStatistics()
262 code_space_->Size(), in PrintShortHeapStatistics()
266 map_space_->Size(), in PrintShortHeapStatistics()
270 cell_space_->Size(), in PrintShortHeapStatistics()
274 lo_space_->Size(), in PrintShortHeapStatistics()
[all …]
/external/libvpx/vp8/common/
Dvfwsetting.hpp41 Size = 16 enumerator
71 mutable unsigned char m_p_data[Size];
/external/zlib/contrib/delphi/
DZLib.pas19 TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl; in ppData()
218 function _malloc(Size: Integer): Pointer; cdecl; in _malloc()
220 Result := AllocMem(Size);
254 function zlibAllocMem(AppData: Pointer; Items, Size: Integer): Pointer; cdecl; in zlibAllocMem()
257 Result := AllocMem(Items * Size);
/external/chromium/sdch/open-vcdiff/src/
Doutput_string_test.cc65 TEST_F(OutputStringTest, Size) { in TEST_F() argument
105 TEST_F(OutputCRopeTest, Size) { in TEST_F() argument
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py1435 def Size(self): member in ByteSizeTest
1447 self.assertEqual(expected_varint_size + 1, self.Size())
1459 self.assertEqual(2, self.Size())
1463 self.assertEqual(2 + len(self.proto.optional_string), self.Size())
1467 self.assertEqual(3 + len(self.proto.optional_string), self.Size())
1472 self.assertEqual(5, self.Size())
1477 self.assertEqual(9, self.Size())
1482 self.assertEqual(5, self.Size())
1487 self.assertEqual(9, self.Size())
1492 self.assertEqual(3, self.Size())
[all …]

12345