Home
last modified time | relevance | path

Searched defs:Length (Results 1 – 25 of 88) sorted by relevance

1234

/external/webkit/Source/WebCore/platform/
DLength.h39 struct Length { struct
42 Length() in Length() argument
47 Length(LengthType t) in Length() argument
57 Length(float v, LengthType t, bool q = false) argument
62 Length(double v, LengthType t, bool q = false) argument
68 …bool operator==(const Length& o) const { return (getFloatValue() == o.getFloatValue()) && (m_type … argument
91 LengthType type() const { return static_cast<LengthType>(m_type); } in type() argument
94 void setValue(LengthType t, int value) in setValue() argument
106 void setValue(LengthType t, float value) in setValue() argument
115 *this = Length(value, Fixed); in setValue() argument
[all …]
/external/clang/test/CodeGenCXX/
D2012-03-16-StoreAlign.cpp4 struct Length { struct
5 Length(double v) { in Length() function
9 bool operator==(const Length& o) const { in operator ==() argument
12 bool operator!=(const Length& o) const { return !(*this == o); } in operator !=() argument
22 static Length inchLength(double inch); argument
/external/clang/test/SemaCXX/
Dconstructor.cpp41 struct Length { struct
42 Length l() const { return *this; } in l() argument
/external/chromium/third_party/libjingle/source/talk/base/
Dbytebuffer.h46 size_t Length() const { return end_ - start_; } in Length() function
/external/llvm/lib/DebugInfo/
DDWARFDebugArangeSet.h25 uint32_t Length; member
41 uint64_t Length; member
DDWARFCompileUnit.h26 uint32_t Length; variable
DDWARFDebugAranges.h59 uint32_t Length; // End of address range (not including this address) member
/external/chromium/testing/gtest/samples/
Dsample2.h77 size_t Length() const { in Length() function
/external/protobuf/gtest/samples/
Dsample2.h77 size_t Length() const { in Length() function
/external/gtest/samples/
Dsample2.h77 size_t Length() const { in Length() function
/external/libnfc-nxp/src/
DphFriNfc_MapTools.c65 uint32_t Length) in phFriNfc_MapTool_SetCardState()
DphFriNfc_IntNdefMap.c120 uint16_t Length) in phFriNfc_NdefMap_SetCardState()
/external/chromium/chrome/browser/parsers/
Dmetadata_parser_filebase.cc66 int FileMetadataPropertyIterator::Length() { in Length() function in FileMetadataPropertyIterator
/external/llvm/runtime/libprofile/
DCommonProfiling.c38 unsigned Length, i; in save_arguments() local
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
Ddriver_ralink.h151 ULONG Length; // Length of structure member
159 ULONG Length; // Length of structure member
172 UINT Length; // Length of this structure member
182 UINT Length; // Length of this structure member
189 UINT Length; // Length of this structure member
216 ULONG Length; member
264 ULONG Length; // Length of this structure member
286 ULONG Length; // Length of this structure member
362 ULONG Length; member
Ddriver_ndis.c107 ULONG Length; member
114 ULONG Length; member
164 ULONG Length; member
190 ULONG Length; member
200 ULONG Length; member
209 ULONG Length; member
227 ULONG Length; member
244 ULONG Length; member
260 ULONG Length; member
289 ULONG Length; member
[all …]
/external/chromium/base/win/
Dscoped_bstr.cc62 size_t ScopedBstr::Length() const { in Length() function in base::win::ScopedBstr
/external/llvm/include/llvm/ADT/
DStringRef.h53 size_t Length; variable
63 static int compareMemory(const char *Lhs, const char *Rhs, size_t Length) { in compareMemory()
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp4.cpp244 struct Length { struct
245 explicit constexpr Length(int i = 0) : val(i) { } in Length() function
247 int val;
/external/harfbuzz/src/
Dharfbuzz-shaper-private.h157 #define HB_INIT_STACKARRAY(Type, Name, Length) \ argument
161 #define HB_STACKARRAY(Type, Name, Length) \ argument
/external/chromium/sdch/open-vcdiff/src/
Dvarint_bigendian.cc110 int VarintBE<SignedIntegerType>::Length(SignedIntegerType v) { in Length() function in open_vcdiff::VarintBE
/external/llvm/lib/Target/
DTargetInstrInfo.cpp117 unsigned Length = 0; in getInlineAsmLength() local
/external/llvm/include/llvm/Support/
DOutputBuffer.h110 void outstring(const std::string &S, unsigned Length) { in outstring()
/external/clang/include/clang/Edit/
DCommit.h38 unsigned Length; member
/external/wpa_supplicant_8/src/drivers/
Ddriver_ndis.c101 ULONG Length; member
108 ULONG Length; member
158 ULONG Length; member
184 ULONG Length; member
194 ULONG Length; member
203 ULONG Length; member
221 ULONG Length; member
238 ULONG Length; member
254 ULONG Length; member
283 ULONG Length; member
[all …]

1234