/external/webkit/Source/WebCore/platform/ |
D | Length.h | 39 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/ |
D | 2012-03-16-StoreAlign.cpp | 4 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/ |
D | constructor.cpp | 41 struct Length { struct 42 Length l() const { return *this; } in l() argument
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | bytebuffer.h | 46 size_t Length() const { return end_ - start_; } in Length() function
|
/external/llvm/lib/DebugInfo/ |
D | DWARFDebugArangeSet.h | 25 uint32_t Length; member 41 uint64_t Length; member
|
D | DWARFCompileUnit.h | 26 uint32_t Length; variable
|
D | DWARFDebugAranges.h | 59 uint32_t Length; // End of address range (not including this address) member
|
/external/chromium/testing/gtest/samples/ |
D | sample2.h | 77 size_t Length() const { in Length() function
|
/external/protobuf/gtest/samples/ |
D | sample2.h | 77 size_t Length() const { in Length() function
|
/external/gtest/samples/ |
D | sample2.h | 77 size_t Length() const { in Length() function
|
/external/libnfc-nxp/src/ |
D | phFriNfc_MapTools.c | 65 uint32_t Length) in phFriNfc_MapTool_SetCardState()
|
D | phFriNfc_IntNdefMap.c | 120 uint16_t Length) in phFriNfc_NdefMap_SetCardState()
|
/external/chromium/chrome/browser/parsers/ |
D | metadata_parser_filebase.cc | 66 int FileMetadataPropertyIterator::Length() { in Length() function in FileMetadataPropertyIterator
|
/external/llvm/runtime/libprofile/ |
D | CommonProfiling.c | 38 unsigned Length, i; in save_arguments() local
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
D | driver_ralink.h | 151 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
|
D | driver_ndis.c | 107 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/ |
D | scoped_bstr.cc | 62 size_t ScopedBstr::Length() const { in Length() function in base::win::ScopedBstr
|
/external/llvm/include/llvm/ADT/ |
D | StringRef.h | 53 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/ |
D | p4.cpp | 244 struct Length { struct 245 explicit constexpr Length(int i = 0) : val(i) { } in Length() function 247 int val;
|
/external/harfbuzz/src/ |
D | harfbuzz-shaper-private.h | 157 #define HB_INIT_STACKARRAY(Type, Name, Length) \ argument 161 #define HB_STACKARRAY(Type, Name, Length) \ argument
|
/external/chromium/sdch/open-vcdiff/src/ |
D | varint_bigendian.cc | 110 int VarintBE<SignedIntegerType>::Length(SignedIntegerType v) { in Length() function in open_vcdiff::VarintBE
|
/external/llvm/lib/Target/ |
D | TargetInstrInfo.cpp | 117 unsigned Length = 0; in getInlineAsmLength() local
|
/external/llvm/include/llvm/Support/ |
D | OutputBuffer.h | 110 void outstring(const std::string &S, unsigned Length) { in outstring()
|
/external/clang/include/clang/Edit/ |
D | Commit.h | 38 unsigned Length; member
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_ndis.c | 101 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 …]
|