Home
last modified time | relevance | path

Searched defs:Element (Results 1 – 25 of 120) sorted by relevance

12345

/external/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h45 struct Element { struct
46 Element(unsigned Priority, const Function *Func, const Value *Data) in Element() function
72 Element operator*() const; argument
/external/skia/include/core/
DSkClipStack.h55 Element() { in Element() function
62 Element(const SkRect& rect, SkRegion::Op op, bool doAA) { in Element() function
66 Element(const SkRRect& rrect, SkRegion::Op op, bool doAA) { in Element() function
70 Element(const SkPath& path, SkRegion::Op op, bool doAA) { in Element() function
207 Element(int saveCount) { in Element() function
212 Element(int saveCount, const SkRRect& rrect, SkRegion::Op op, bool doAA) { in Element() function
216 Element(int saveCount, const SkRect& rect, SkRegion::Op op, bool doAA) { in Element() function
220 Element(int saveCount, const SkPath& path, SkRegion::Op op, bool doAA) { in Element() function
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DRangeValueIterator.java58 public class Element class
86 public Element() in Element() method in RangeValueIterator.Element
DValueIterator.java44 public static final class Element class
65 public Element() in Element() method in ValueIterator.Element
/external/icu/android_icu4j/src/main/java/android/icu/util/
DRangeValueIterator.java57 public class Element class
81 public Element() in Element() method in RangeValueIterator.Element
DValueIterator.java43 public static final class Element class
61 public Element() in Element() method in ValueIterator.Element
/external/clang/lib/Tooling/
DFileMatchTrie.cpp69 StringRef Element(llvm::sys::path::filename( in insert() local
73 StringRef Element(llvm::sys::path::filename( in insert() local
108 StringRef Element(llvm::sys::path::filename(FileName.drop_back( in findEquivalent() local
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DElement.java23 public class Element { class
37 public Element(ElementType type, boolean defaultAttributes) { in Element() method in Element
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Danimation-constructor.js50 Element.prototype.animate = function(effect, timing) { class
140 window.Element.prototype.getAnimationPlayers = function() { class in window
Delement-animatable.js16 window.Element.prototype.animate = function(effectInput, timingInput) { class in window
/external/guava/guava/src/com/google/common/reflect/
DElement.java37 class Element extends AccessibleObject implements Member { class
42 <M extends AccessibleObject & Member> Element(M member) { in Element() method in Element
/external/guava/guava-tests/test/com/google/common/collect/
DCollectionBenchmarkSampleData.java112 static class Element implements Comparable<Element> { class in CollectionBenchmarkSampleData
114 Element(int hash) { in Element() method in CollectionBenchmarkSampleData.Element
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
DElement.java33 public class Element extends Node { class
41 public Element() { in Element() method in Element
/external/guice/core/src/com/google/inject/spi/
DElement.java36 public interface Element { interface
/external/guice/extensions/multibindings/src/com/google/inject/multibindings/
DElement.java34 @interface Element { annotation
/external/llvm/lib/Target/X86/Utils/
DX86ShuffleDecode.cpp333 uint64_t Element = cast<ConstantInt>(COp)->getZExtValue(); in DecodePSHUFBMask() local
407 uint64_t Element = CDS->getElementAsInteger(i); in DecodeVPERMILPMask() local
423 uint64_t Element = cast<ConstantInt>(COp)->getZExtValue(); in DecodeVPERMILPMask() local
568 uint64_t Element = cast<ConstantInt>(COp)->getZExtValue(); in DecodeVPERMVMask() local
579 uint64_t Element = cast<ConstantInt>(C)->getZExtValue(); in DecodeVPERMVMask() local
600 uint64_t Element = cast<ConstantInt>(COp)->getZExtValue(); in DecodeVPERMV3Mask() local
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-matchers.h319 Element; typedef
347 Element; typedef
374 Element; typedef
403 Element; typedef
434 Element; typedef
469 Element; typedef
506 Element; typedef
545 Element; typedef
587 Element; typedef
631 Element; typedef
/external/llvm/include/llvm/Support/
DRecycler.h97 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate()
/external/v8/src/crankshaft/
Dhydrogen-bch.cc27 class Element { class in v8::internal::BASE_EMBEDDED
67 Element() in Element() function in v8::internal::BASE_EMBEDDED::Element
/external/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp90 Value *Element = in convertMemCpyToLoop() local
175 Value *Element = LoopBuilder.CreateLoad( in convertMemMoveToLoop() local
/external/caliper/examples/src/main/java/examples/
DListModificationBenchmark.java33 private enum Element { enum in ListModificationBenchmark
/external/emma/ant/ant14/com/vladium/emma/report/
DReportCfg.java53 public static abstract class Element implements IReportEnums, IReportProperties class in ReportCfg
113 Element (final Task task, final IProperties settings) in Element() method in ReportCfg.Element
/external/skia/src/gpu/
DGrReducedClip.cpp10 typedef SkClipStack::Element Element; typedef
/external/pdfium/core/include/fpdfdoc/
Dfpdf_tagged.h31 enum { Invalid, Element, PageContent, StreamContent, Object } m_Type; enumerator
/external/pdfium/core/include/fxcrt/
Dfx_xml.h134 enum ChildType { Invalid, Element, Content }; enumerator

12345