Searched defs:Element (Results 26 - 50 of 63) sorted by relevance

123

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-bind.cpp132 // Element access
136 typedef typename tuple_element<I-1, tuple<Values...> >::type Element; typedef in class:get_impl
137 typedef typename add_reference<Element>::type RJ;
138 typedef typename add_const_reference<Element>::type PJ;
/external/openfst/src/include/fst/
H A Dfactor-weight.h175 struct Element { struct in class:fst::FactorWeightFstImpl
176 Element() {} function in struct:fst::FactorWeightFstImpl::Element
178 Element(StateId s, Weight w) : state(s), weight(w) {} function in struct:fst::FactorWeightFstImpl::Element
225 StateId start = FindState(Element(fst_->Start(), Weight::One()));
233 const Element &e = elements_[s];
283 StateId FindState(const Element &e) {
299 element_map_.insert(pair<const Element, StateId>(e, s));
308 Element e = elements_[s];
317 StateId d = FindState(Element(arc.nextstate, Weight::One()));
322 StateId d = FindState(Element(ar
[all...]
H A Dsynchronize.h71 struct Element { struct in class:fst::SynchronizeFstImpl
72 Element() {} function in struct:fst::SynchronizeFstImpl::Element
74 Element(StateId s, const String *i, const String *o) function in struct:fst::SynchronizeFstImpl::Element
122 StateId start = FindState(Element(fst_->Start(), empty, empty));
130 const Element &e = elements_[s];
224 StateId FindState(const Element &e) {
231 element_map_.insert(pair<const Element, StateId>(e, s));
240 Element e = elements_[s];
250 StateId d = FindState(Element(arc.nextstate, istring, ostring));
256 StateId d = FindState(Element(ar
[all...]
H A Drmepsilon.h99 struct Element { struct in class:fst::RmEpsilonState
104 Element() {} function in struct:fst::RmEpsilonState::Element
106 Element(Label i, Label o, StateId s) function in struct:fst::RmEpsilonState::Element
112 size_t operator()(const Element& e) const {
124 bool operator()(const Element &e1, const Element &e2) const {
130 typedef unordered_map<Element, pair<StateId, size_t>,
190 Element element(arc.ilabel, arc.olabel, arc.nextstate);
194 pair<Element, pair<StateId, size_t> >
H A Dcompact-fst.h70 // // Element is the type of the compacted transitions.
71 // typedef ... Element;
74 // Element Compact(StateId s, const Arc &arc);
77 // Arc Expand(StateId s, const Element &e);
456 typedef typename C::Element CompactElement;
929 typedef typename C::Element CompactElement;
1089 typedef typename A::Label Element; typedef in class:fst::StringCompactor
1094 Element Compact(StateId s, const A &arc) const { return arc.ilabel; }
1096 Arc Expand(StateId s, const Element &p, uint32 f = kArcValueFlags) const {
1132 typedef pair<Label, Weight> Element; typedef in class:fst::WeightedStringCompactor
1175 typedef pair<Label, StateId> Element; typedef in class:fst::UnweightedAcceptorCompactor
1217 typedef pair< pair<Label, Weight>, StateId > Element; typedef in class:fst::AcceptorCompactor
1259 typedef pair< pair<Label, Label>, StateId > Element; typedef in class:fst::UnweightedCompactor
[all...]
H A Ddeterminize.h248 struct Element { struct in class:fst::DeterminizeFsaImpl
249 Element() {} function in struct:fst::DeterminizeFsaImpl::Element
251 Element(StateId s, Weight w) : state_id(s), weight(w) {} function in struct:fst::DeterminizeFsaImpl::Element
256 typedef slist<Element> Subset;
316 Element element(s, Weight::One());
328 Element &element = *siter;
374 const Element &element = *siter;
406 Element &src_element = *siter;
411 Element dest_element(arc.nextstate,
432 Element
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfactor-weight.h153 struct Element { struct in class:fst::FactorWeightFstImpl
154 Element() {} function in struct:fst::FactorWeightFstImpl::Element
156 Element(StateId s, Weight w) : state(s), weight(w) {} function in struct:fst::FactorWeightFstImpl::Element
182 StateId start = FindState(Element(fst_->Start(), Weight::One()));
190 const Element &e = elements_[s];
231 StateId FindState(const Element &e) {
247 element_map_.insert(pair<const Element, StateId>(e, s));
256 Element e = elements_[s];
265 StateId d = FindState(Element(arc.nextstate, Weight::One()));
270 StateId d = FindState(Element(ar
[all...]
H A Dsynchronize.h58 struct Element { struct in class:fst::SynchronizeFstImpl
59 Element() {} function in struct:fst::SynchronizeFstImpl::Element
61 Element(StateId s, const String *i, const String *o) function in struct:fst::SynchronizeFstImpl::Element
100 StateId start = FindState(Element(fst_->Start(), empty, empty));
108 const Element &e = elements_[s];
193 StateId FindState(const Element &e) {
200 element_map_.insert(pair<const Element, StateId>(e, s));
209 Element e = elements_[s];
219 StateId d = FindState(Element(arc.nextstate, istring, ostring));
225 StateId d = FindState(Element(ar
[all...]
H A Drmepsilon.h78 struct Element { struct in class:fst::RmEpsilonState
83 Element() {} function in struct:fst::RmEpsilonState::Element
85 Element(Label i, Label o, StateId s) function in struct:fst::RmEpsilonState::Element
91 size_t operator()(const Element& e) const {
105 bool operator()(const Element &e1, const Element &e2) const {
112 typedef hash_map<Element, pair<StateId, ssize_t>,
163 Element element(arc.ilabel, arc.olabel, arc.nextstate);
167 pair<Element, pair<StateId, ssize_t> >
H A Ddeterminize.h213 struct Element { struct in class:fst::DeterminizeFsaImpl
214 Element() {} function in struct:fst::DeterminizeFsaImpl::Element
216 Element(StateId s, Weight w) : state_id(s), weight(w) {} function in struct:fst::DeterminizeFsaImpl::Element
221 typedef slist<Element> Subset;
245 Element element(s, Weight::One());
257 Element &element = *siter;
310 Element &src_element = *siter;
315 Element dest_element(arc.nextstate,
336 Element &dest_element = *diter;
342 Element *matching_elemen
[all...]
/external/webkit/Source/WebCore/dom/
H A DElement.h50 class Element : public ContainerNode { class in namespace:WebCore
52 static PassRefPtr<Element> create(const QualifiedName&, Document*);
53 virtual ~Element();
157 Element* offsetParent();
204 PassRefPtr<Element> cloneElementWithChildren();
205 PassRefPtr<Element> cloneElementWithoutChildren();
225 virtual void copyNonAttributeProperties(const Element* /*source*/) { }
286 Element* firstElementChild() const;
287 Element* lastElementChild() const;
288 Element* previousElementSiblin
355 Element(const QualifiedName& tagName, Document* document, ConstructionType type) function in class:WebCore::Element
[all...]
H A DElement.cpp27 #include "Element.h"
76 StyleSelectorParentPusher(Element* parent)
104 Element* m_parent;
108 PassRefPtr<Element> Element::create(const QualifiedName& tagName, Document* document)
110 return adoptRef(new Element(tagName, document, CreateElement));
113 Element::~Element()
120 inline ElementRareData* Element::rareData() const
126 inline ElementRareData* Element
[all...]
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-generated-matchers.h319 Element; typedef
327 const Matcher<const Element&> matcher =
328 MatcherCast<const Element&>(e1_);
347 Element; typedef
349 const Matcher<const Element&> matchers[] = {
350 MatcherCast<const Element&>(e1_),
351 MatcherCast<const Element&>(e2_),
374 Element; typedef
376 const Matcher<const Element&> matchers[] = {
377 MatcherCast<const Element
403 Element; typedef
434 Element; typedef
469 Element; typedef
506 Element; typedef
545 Element; typedef
587 Element; typedef
631 Element; typedef
[all...]
H A Dgmock-matchers.h2091 typedef typename StlContainer::value_type Element; typedef in class:testing::internal::QuantifierMatcherImpl
2096 testing::SafeMatcherCast<const Element&>(inner_matcher)) {}
2122 const Matcher<const Element&> inner_matcher_;
2399 typedef typename StlContainer::value_type Element; typedef in class:testing::internal::ElementsAreMatcherImpl
2408 matchers_.push_back(MatcherCast<const Element&>(*it));
2502 std::vector<Matcher<const Element&> > matchers_;
2516 Element; typedef
2518 const Matcher<const Element&>* const matchers = NULL;
2534 Element; typedef
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DArraysTest.java1409 Element[] array = new Element[11];
1410 array[0] = new Element(122);
1411 array[1] = new Element(146);
1412 array[2] = new Element(178);
1413 array[3] = new Element(208);
1414 array[4] = new Element(117);
1415 array[5] = new Element(146);
1416 array[6] = new Element(173);
1417 array[7] = new Element(20
1438 public static class Element { class in class:ArraysTest
1445 public Element(int value) { method in class:ArraysTest.Element
[all...]
/external/clang/lib/AST/
H A DStmtPrinter.cpp1755 ObjCDictionaryElement Element = E->getKeyValueElement(I); local
1756 Visit(Element.Key);
1758 Visit(Element.Value);
1759 if (Element.isPackExpansion())
H A DVTableBuilder.cpp221 const CXXBasePathElement &Element = Path[I]; local
223 if (Element.Base->isVirtual()) {
227 QualType VBaseType = Element.Base->getType();
235 const CXXBasePathElement &Element = Path[I]; local
238 const ASTRecordLayout &Layout = Context.getASTRecordLayout(Element.Class);
240 const RecordType *BaseType = Element.Base->getType()->getAs<RecordType>();
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp1469 llvm::Constant *Element = EmitNullConstant(ElementTy); local
1472 if (Element->isNullValue())
1475 SmallVector<llvm::Constant *, 8> Array(NumElements, Element);
/external/clang/lib/Parse/
H A DParseObjc.cpp2682 ObjCDictionaryElement Element = { local
2685 Elements.push_back(Element);
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp803 ObjCDictionaryElement Element = E->getKeyValueElement(i); local
804 Writer.AddStmt(Element.Key);
805 Writer.AddStmt(Element.Value);
807 Writer.AddSourceLocation(Element.EllipsisLoc, Record);
809 if (Element.NumExpansions)
810 NumExpansions = *Element.NumExpansions + 1;
/external/dbus/bus/
H A Dconfig-parser.c77 } Element; typedef in typeref:struct:__anon4405
88 DBusList *stack; /**< stack of Element */
124 static Element*
128 Element *e;
132 e = dbus_new0 (Element, 1);
148 element_free (Element *e)
159 Element *e;
166 static Element*
169 Element *e;
179 Element *
[all...]
/external/llvm/include/llvm/TableGen/
H A DRecord.h1059 unsigned Element; member in class:llvm::VarListElementInit
1063 TI(T), Element(E) {
1081 unsigned getElementNum() const { return Element; }
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp306 uint64_t Element = DV->getAddrElement(i); local
307 if (Element == DIBuilder::OpPlus) {
310 } else if (Element == DIBuilder::OpDeref) {
404 DIDescriptor Element = Fields.getElement(i); local
405 DIDerivedType DT = DIDerivedType(Element);
408 forwardingField = Element;
410 varField = Element;
580 DIDescriptor Element = TParams.getElement(i); local
581 if (Element.isTemplateTypeParameter())
583 DITemplateTypeParameter(Element)));
823 DIDescriptor Element = Elements.getElement(i); local
1290 DIDescriptor Element = Elements.getElement(i); local
[all...]
H A DDwarfDebug.cpp115 DIDescriptor Element = Elements.getElement(i); local
116 DIDerivedType DT = DIDerivedType(Element);
2048 uint64_t Element = DV.getAddrElement(i); local
2049 if (Element == DIBuilder::OpPlus) {
2052 } else if (Element == DIBuilder::OpDeref)
/external/tinyxml/
H A Dtinyxml.h138 A Document can contain: Element (container or leaf)
143 An Element can contain: Element (container or leaf)
441 Element: name of the element
462 Element: name of the element
590 Calls NextSibling and ToElement. Will skip all non-Element
597 Calls NextSibling and ToElement. Will skip all non-Element
804 The set can be changed transparent to the Element and Declaration
987 /// Creates a new Element and returns it - the returned element is a copy.
989 // Print the Element t
1496 TiXmlElement* Element() const { return ( ( node && node->ToElement() ) ? node->ToElement() : 0 ); } function in class:TiXmlHandle
[all...]

Completed in 466 milliseconds

123