/external/chromium/base/gfx/ |
D | size.cc | 19 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 <<()
|
D | size.h | 23 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);
|
D | rect.h | 40 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/ |
D | cipher_tv.txt | 7 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/ |
D | sample3_unittest.cc | 102 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()
|
D | sample5_unittest.cc | 174 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/ |
D | sample3_unittest.cc | 102 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()
|
D | sample5_unittest.cc | 174 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/ |
D | CircularBuffer.cs | 37 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()
|
D | UnitTests.cs | 51 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/ |
D | jpgfile.c | 170 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/ |
D | WebSize.h | 81 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/ |
D | test_extent.in | 10 # 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/ |
D | expect | 26 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/ |
D | pyobjc-tc.c | 15 typedef struct Size { struct 18 } Size; argument 22 Size s;
|
/external/chromium/net/disk_cache/ |
D | bitmap_unittest.cc | 20 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/ |
D | string-weight.h | 134 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/ |
D | spaces.h | 302 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 …]
|
D | heap-profiler.cc | 61 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()
|
D | spaces.cc | 740 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 …]
|
D | heap.cc | 149 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/ |
D | vfwsetting.hpp | 41 Size = 16 enumerator 71 mutable unsigned char m_p_data[Size];
|
/external/zlib/contrib/delphi/ |
D | ZLib.pas | 19 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/ |
D | output_string_test.cc | 65 TEST_F(OutputStringTest, Size) { in TEST_F() argument 105 TEST_F(OutputCRopeTest, Size) { in TEST_F() argument
|
/external/protobuf/python/google/protobuf/internal/ |
D | reflection_test.py | 1435 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 …]
|