Searched defs:Type (Results 1 - 25 of 887) sorted by last modified time

1234567891011>>

/external/webrtc/src/system_wrappers/interface/
H A Dsort.h21 enum Type enum in namespace:webrtc
42 WebRtc_Word32 Sort(void* data, WebRtc_UWord32 numOfElements, Type dataType);
61 WebRtc_UWord32 sizeOfElement, Type keyType);
/external/valgrind/main/none/tests/x86-linux/
H A Dseg_override.c24 unsigned Type : 5; member in struct:_LDT_ENTRY::__anon33252::__anon33254
/external/valgrind/main/VEX/pub/
H A Dlibvex_guest_x86.h247 UInt Type : 5; member in struct:__anon32272::__anon32273::__anon32274
/external/tinyxml/
H A Dtinyxml.h625 virtual int Type() const { return type; } function in class:TiXmlNode
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Darc.h40 static const string &Type() { // Arc type name function in struct:fst::StdArc
64 static const string &Type() { // Arc type name function in struct:fst::LogArc
89 static const string &Type() { // Arc type name function in class:fst::StringArc
123 static const string &Type() { // Arc type name function in struct:fst::GallicArc
128 "right_restricted_gallic_"))) + A::Type();
152 static const string &Type() { // Arc type name function in struct:fst::ReverseArc
153 static const string type = "reverse_" + Arc::Type();
H A Darcsort.h231 virtual const string& Type() const { return impl_->Type(); } function in class:fst::ArcSortFst
H A Dcomplement.h146 virtual const string& Type() const { return impl_->Type(); } function in class:fst::ComplementFst
H A Dcompose.h728 virtual const string& Type() const { return impl_->Type(); } function in class:fst::ComposeFst
786 << Weight::Type();
H A Dconst-fst.h269 virtual const string& Type() const { return impl_->Type(); } function in class:fst::ConstFst
H A Ddeterminize.h231 << Weight::Type();
587 virtual const string& Type() const { return impl_->Type(); } function in class:fst::DeterminizeFst
H A Dfactor-weight.h382 virtual const string& Type() const { return impl_->Type(); } function in class:fst::FactorWeightFst
H A Dfloat-weight.h130 static const string &Type() { function in class:fst::TropicalWeight
196 static const string &Type() { function in class:fst::LogWeight
H A Dfst.h102 int32 version_; // Type version #
143 virtual const string& Type() const = 0; // Fst type name
164 << "\" (arc type = \"" << A::Type()
183 LOG(ERROR) << "Fst::Write: No write method for " << Type() << " Fst type";
190 << Type() << " Fst type: "
416 const string& Type() const { return type_; } function in class:fst::FstImpl
469 if (hdr->ArcType() != A::Type()) {
471 << A::Type()
504 hdr->SetArcType(A::Type());
H A Dmap.h512 virtual const string& Type() const { return impl_->Type(); } function in class:fst::MapFst
H A Dproduct-weight.h49 static const string &Type() { function in class:fst::ProductWeight
50 static const string type = W1::Type() + "_X_" + W2::Type();
H A Dqueue.h84 QueueType Type() { return queue_type_; } function in class:fst::QueueBase
H A Drational.h219 virtual const string& Type() const { return impl_->Type(); } function in class:fst::RationalFst
H A Drelabel.h381 virtual const string& Type() const { return impl_->Type(); } function in class:fst::RelabelFst
H A Dreplace.h590 virtual const string& Type() const { function in class:fst::ReplaceFst
591 return impl_->Type();
H A Drmepsilon.h471 virtual const string& Type() const { return impl_->Type(); } function in class:fst::RmEpsilonFst
H A Dstring-weight.h93 static const string &Type() { function in class:fst::StringWeight
438 << "for the " << StringWeight<L, S>::Type() << " semiring";
H A Dsynchronize.h367 virtual const string& Type() const { return impl_->Type(); } function in class:fst::SynchronizeFst
H A Dvector-fst.h517 virtual const string& Type() const { return impl_->Type(); } function in class:fst::VectorFst
/external/skia/src/animator/
H A DSkScriptCallBack.h18 enum Type { enum in class:SkScriptCallBack
30 virtual Type getType() const = 0;
41 virtual Type getType() const { return kFunction; }
48 virtual Type getType() const { return kMember; }
56 virtual Type getType() const { return kMemberFunction; }
64 virtual Type getType() const { return kProperty; }
/external/skia/src/core/
H A DSkEdge.h21 enum Type { enum in struct:SkEdge

Completed in 5244 milliseconds

1234567891011>>