/external/chromium/testing/gtest/samples/ |
sample2.h | 77 size_t Length() const {
|
/external/chromium_org/testing/gtest/samples/ |
sample2.h | 76 size_t Length() const {
|
/external/chromium_org/ui/gfx/ |
vector2d.cc | 31 float Vector2d::Length() const {
|
vector2d_f.cc | 35 float Vector2dF::Length() const {
|
vector3d_f.cc | 56 float Vector3dF::Length() const {
|
/external/gtest/samples/ |
sample2.h | 77 size_t Length() const {
|
/external/protobuf/gtest/samples/ |
sample2.h | 77 size_t Length() const {
|
/ndk/sources/third_party/googletest/googletest/samples/ |
sample2.h | 76 size_t Length() const {
|
/external/chromium/third_party/libjingle/source/talk/base/ |
bytebuffer.h | 46 size_t Length() const { return end_ - start_; }
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/ |
font_data.cc | 29 bool FontData::Bound(int32_t offset, int32_t length) { 30 if (offset + length > Size() || offset < 0 || length < 0) 34 bound_length_ = length; 46 int32_t FontData::Length() const { 47 return std::min<int32_t>(array_->Length() - bound_offset_, bound_length_); 54 FontData::FontData(FontData* data, int32_t offset, int32_t length) { 56 Bound(data->bound_offset_ + offset, length); 78 int32_t FontData::BoundLength(int32_t offset, int32_t length) { 79 return std::min<int32_t>(length, bound_length_ - offset) [all...] |
byte_array.cc | 29 int32_t ByteArray::Length() { return filled_length_; } 49 int32_t length) { 54 int32_t actual_length = std::min<int32_t>(length, filled_length_ - index); 79 int32_t length) { 89 int32_t actual_length = std::min<int32_t>(length, Size() - index); 96 return CopyTo(array, 0, Length()); 99 int32_t ByteArray::CopyTo(ByteArray* array, int32_t offset, int32_t length) { 100 return CopyTo(0, array, offset, length); 104 int32_t src_offset, int32_t length) { 106 if (array->Size() < dst_offset + length) { // insufficient spac [all...] |
/external/clang/test/CodeGenCXX/ |
2012-03-16-StoreAlign.cpp | 4 struct Length { 5 Length(double v) { 9 bool operator==(const Length& o) const { 12 bool operator!=(const Length& o) const { return !(*this == o); } 22 static Length inchLength(double inch); 23 static bool getPageSizeFromName(const Length &A) { 24 static const Length legalWidth = inchLength(8.5); 30 // CHECK: @_ZZN3Foo19getPageSizeFromNameERK6LengthE10legalWidth = linkonce_odr global %struct.Length zeroinitializer, align 4 31 // CHECK: store float %{{.*}}, float* getelementptr inbounds (%struct.Length* @_ZZN3Foo19getPageSizeFromNameERK6LengthE10legalWidth, i32 0, i32 0), align 1 33 bool bar(Length &b) [all...] |
/external/sfntly/cpp/src/sfntly/data/ |
font_data.cc | 29 bool FontData::Bound(int32_t offset, int32_t length) { 30 if (offset + length > Size() || offset < 0 || length < 0) 34 bound_length_ = length; 46 int32_t FontData::Length() const { 47 return std::min<int32_t>(array_->Length() - bound_offset_, bound_length_); 54 FontData::FontData(FontData* data, int32_t offset, int32_t length) { 56 Bound(data->bound_offset_ + offset, length); 78 int32_t FontData::BoundLength(int32_t offset, int32_t length) { 79 return std::min<int32_t>(length, bound_length_ - offset) [all...] |
/external/chromium/chrome/browser/parsers/ |
metadata_parser_filebase.cc | 66 int FileMetadataPropertyIterator::Length() {
|
/external/chromium/sdch/open-vcdiff/src/ |
varint_bigendian.cc | 29 // Reads a variable-length integer from **varint_ptr 30 // and returns it in a fixed-length representation. Increments 69 int length = 1; local 77 ++length; 80 return length; 86 const int length = EncodeInternal(v, varint_buf); local 87 memcpy(ptr, &varint_buf[kMaxBytes - length], length); 88 return length; 95 const int length = EncodeInternal(value, varint_buf) local 104 const int length = EncodeInternal(value, varint_buf); local 117 int length = 0; local [all...] |
/external/chromium_org/chrome/browser/parsers/ |
metadata_parser_filebase.cc | 66 int FileMetadataPropertyIterator::Length() {
|
/external/chromium_org/sdch/open-vcdiff/src/ |
varint_bigendian.cc | 29 // Reads a variable-length integer from **varint_ptr 30 // and returns it in a fixed-length representation. Increments 69 int length = 1; local 77 ++length; 80 return length; 86 const int length = EncodeInternal(v, varint_buf); local 87 memcpy(ptr, &varint_buf[kMaxBytes - length], length); 88 return length; 95 const int length = EncodeInternal(value, varint_buf) local 104 const int length = EncodeInternal(value, varint_buf); local 117 int length = 0; local [all...] |
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
stringutil.h | 98 size_t Length() const {
|
/external/clang/lib/Parse/ |
ParseAST.cpp | 65 unsigned Length = Tok.getLength(); 71 OS << ": current parser token '" << StringRef(Spelling, Length) << "'\n";
|
/external/llvm/lib/ExecutionEngine/ |
RTDyldMemoryManager.cpp | 48 uint32_t Length = *((const uint32_t *)P); 53 return P + Length;
|
/external/open-vcdiff/src/ |
varint_bigendian.cc | 29 // Reads a variable-length integer from **varint_ptr 30 // and returns it in a fixed-length representation. Increments 69 int length = 1; local 77 ++length; 80 return length; 86 const int length = EncodeInternal(v, varint_buf); local 87 memcpy(ptr, &varint_buf[kMaxBytes - length], length); 88 return length; 95 const int length = EncodeInternal(value, varint_buf) local 104 const int length = EncodeInternal(value, varint_buf); local 117 int length = 0; local [all...] |
/external/chromium/base/win/ |
scoped_bstr.cc | 62 size_t ScopedBstr::Length() const {
|
/external/chromium_org/base/win/ |
scoped_bstr.cc | 62 size_t ScopedBstr::Length() const {
|
/external/chromium_org/content/common/dom_storage/ |
dom_storage_map.cc | 14 return (key.length() + value.length()) * sizeof(char16); 38 unsigned DOMStorageMap::Length() const {
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
bytebuffer.h | 58 size_t Length() const { return end_ - start_; } 100 // Clears the contents of the buffer. After this, Length() will be 0.
|