Home
last modified time | relevance | path

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

123456789

/external/clang/test/CodeGenCXX/
D2012-03-16-StoreAlign.cpp4 struct Length { struct
5 Length(double v) { in Length() argument
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/CodeGen/
Dpragma-loop.cpp4 void while_test(int *List, int Length) { in while_test()
20 void do_test(int *List, int Length) { in do_test()
32 void for_test(int *List, int Length) { in for_test()
55 void disable_test(int *List, int Length) { in disable_test()
68 void for_define_test(int *List, int Length, int Value) { in for_define_test()
79 void for_template_test(A *List, int Length, A Value) { in for_template_test()
90 void for_template_define_test(A *List, int Length, A Value) { in for_template_define_test()
104 void template_test(double *List, int Length) { in template_test()
/external/llvm/tools/llvm-readobj/
DARMWinEHPrinter.cpp237 unsigned Length, bool Prologue) { in opcode_0xxxxxxx()
248 unsigned Length, bool Prologue) { in opcode_10Lxxxxx()
267 unsigned Length, bool Prologue) { in opcode_1100xxxx()
279 unsigned Length, bool Prologue) { in opcode_11010Lxx()
296 unsigned Length, bool Prologue) { in opcode_11011Lxx()
313 unsigned Length, bool Prologue) { in opcode_11100xxx()
327 unsigned Length, bool Prologue) { in opcode_111010xx()
340 unsigned Length, bool Prologue) { in opcode_1110110L()
354 unsigned Length, bool Prologue) { in opcode_11101110()
370 unsigned Length, bool Prologue) { in opcode_11101111()
[all …]
/external/clang/test/PCH/
Dpragma-loop.cpp22 inline void run1(int *List, int Length) { in run1()
33 inline void run2(int *List, int Length) { in run2()
44 inline void run3(int *List, int Length) { in run3()
/external/llvm/lib/DebugInfo/
DDWARFDebugFrame.cpp29 FrameEntry(FrameKind K, uint64_t Offset, uint64_t Length) in FrameEntry()
58 uint64_t Length; member in llvm::FrameEntry
201 CIE(uint64_t Offset, uint64_t Length, uint8_t Version, in CIE()
247 FDE(uint64_t Offset, uint64_t Length, int64_t LinkedCIEOffset, in FDE()
289 uint32_t Offset, int Length) { in dumpDataAux()
306 uint64_t Length = Data.getU32(&Offset); in parse() local
DDWARFDebugArangeSet.h26 uint32_t Length; member
42 uint64_t Length; member
/external/clang/test/SemaCXX/
Dconstructor.cpp43 struct Length { struct
44 Length l() const { return *this; } in l() argument
/external/chromium_org/third_party/WebKit/Source/platform/
DLength.h69 Length() in Length() function
74 Length(LengthType t) in Length() function
106 Length(const Length& length) in Length() function
124 Length(Length&& length) in Length() function
DLengthFunctions.h33 class Length; variable
/external/clang/include/clang/Tooling/
DRefactoring.h39 Range(unsigned Offset, unsigned Length) : Offset(Offset), Length(Length) {} in Range()
63 unsigned Length; variable
/external/clang/test/Misc/
Dast-print-pragmas.cpp9 void test(int *List, int Length) { in test()
Dast-print-pragmas-xfail.cpp6 void run1(int *List, int Length) { in run1()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStylePendingImage.h57 …virtual void computeIntrinsicDimensions(const RenderObject*, Length& /* intrinsicWidth */ , Length… in computeIntrinsicDimensions() argument
/external/clang/test/Parser/
Dpragma-loop.cpp6 void test(int *List, int Length) { in test()
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
Dstringutil.h98 size_t Length() const { in Length() function
/external/llvm/lib/Support/
DLineIterator.cpp63 size_t Length = 0; in advance() local
/external/chromium_org/ui/gfx/geometry/
Dvector2d.cc31 float Vector2d::Length() const { in Length() function in gfx::Vector2d
/external/protobuf/gtest/samples/
Dsample2.h77 size_t Length() const { in Length() function
/external/chromium_org/testing/gtest/samples/
Dsample2.h76 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/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfEncryptionCommonDictionary_autogen.cpp35 int64_t SkPdfEncryptionCommonDictionary::Length(SkPdfNativeDoc* doc) { in Length() function in SkPdfEncryptionCommonDictionary
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfEncryptionCommonDictionary_autogen.cpp35 int64_t SkPdfEncryptionCommonDictionary::Length(SkPdfNativeDoc* doc) { in Length() function in SkPdfEncryptionCommonDictionary
/external/chromium_org/ui/base/l10n/
Dtime_format.h29 enum Length { enum
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
Dmkvreader.cpp86 int MkvReader::Length(long long* total, long long* available) { in Length() function in mkvparser::MkvReader

123456789