HomeSort by relevance Sort by last modified time
    Searched defs:Length (Results 1 - 25 of 225) sorted by null

1 2 3 4 5 6 7 8 9

  /external/llvm/lib/Support/
LineIterator.cpp 63 size_t Length = 0;
65 ++Length;
66 } while (Pos[Length] != '\0' && Pos[Length] != '\n');
68 CurrentLine = StringRef(Pos, Length);
Unicode.cpp 345 unsigned Length;
346 for (size_t i = 0, e = Text.size(); i < e; i += Length) {
347 Length = getNumBytesForUTF8(Text[i]);
348 if (Length <= 0 || i + Length > Text.size())
353 if (conversionOK != ConvertUTF8toUTF32(&Start, Start + Length, &Target,
  /external/chromium_org/testing/gtest/samples/
sample2.h 76 size_t Length() const {
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfEncryptionCommonDictionary_autogen.cpp 35 int64_t SkPdfEncryptionCommonDictionary::Length(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("Length", "");
44 return get("Length", "") != NULL;
  /external/chromium_org/ui/gfx/geometry/
vector2d.cc 31 float Vector2d::Length() const {
vector2d_f.cc 35 float Vector2dF::Length() const {
vector3d_f.cc 56 float Vector3dF::Length() const {
  /external/protobuf/gtest/samples/
sample2.h 77 size_t Length() const {
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfEncryptionCommonDictionary_autogen.cpp 35 int64_t SkPdfEncryptionCommonDictionary::Length(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("Length", "");
44 return get("Length", "") != NULL;
  /ndk/sources/third_party/googletest/googletest/samples/
sample2.h 76 size_t Length() const {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
eapmethodtypes.h 17 BYTE Length[2];
winusb.h 64 USHORT Length;
  /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...]
  /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_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/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvreader.cpp 86 int MkvReader::Length(long long* total, long long* available) {
  /external/chromium_org/ui/base/l10n/
time_format.h 29 enum Length {
32 LENGTH_COUNT // Enum size counter, not a length. Must be last.
37 // of format and length except (FORMAT_ELAPSED, LENGTH_LONG) are implemented
40 Length length,
62 // Currently, the only combination of format and length that is implemented is
72 Length length,
  /external/clang/include/clang/Tooling/
ReplacementsYaml.h 36 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
40 Length(R.getLength()), ReplacementText(R.getReplacementText()) {}
43 return clang::tooling::Replacement(FilePath, Offset, Length,
49 unsigned int Length;
58 Io.mapRequired("Length", Keys->Length);
  /external/clang/lib/Parse/
ParseAST.cpp 65 unsigned Length = Tok.getLength();
71 OS << ": current parser token '" << StringRef(Spelling, Length) << "'\n";
  /external/libvpx/libvpx/third_party/libwebm/
mkvreader.cpp 95 int MkvReader::Length(long long* total, long long* available)
  /external/llvm/lib/DebugInfo/
DWARFDebugLoc.h 62 uint32_t Length;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvreader.cpp 80 int MkvReader::Length(long long* total, long long* available)
  /external/chromium_org/base/win/
scoped_bstr.cc 62 size_t ScopedBstr::Length() const {

Completed in 920 milliseconds

1 2 3 4 5 6 7 8 9