Searched refs:Type (Results 1 - 25 of 3758) sorted by last modified time

1234567891011>>

/external/zlib/src/as400/
H A Dzlib.inc201 D flush 10I 0 value Type of flush
/external/zlib/src/
H A Dmake_vms.com75 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
/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/webrtc/src/system_wrappers/source/
H A Dsort.cc337 WebRtc_Word32 Sort(void* data, WebRtc_UWord32 numOfElements, Type type)
421 WebRtc_UWord32 sizeOfElement, Type keyType)
/external/webrtc/src/system_wrappers/test/TestSort/
H A DTestSort.cpp73 const char* TypeEnumToString(webrtc::Type type)
103 template<typename Type>
104 Type TypedRand()
106 if (std::numeric_limits<Type>::is_integer)
109 if (std::numeric_limits<Type>::is_signed)
116 return static_cast<Type>(floatRand * std::numeric_limits<Type>::max());
122 return static_cast<Type>((static_cast<Type>(rand()) / RAND_MAX) - 0.5);
127 void RunSortTest(webrtc::Type sortTyp
[all...]
/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/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c7741 ldt[6].LdtEnt.Bits.Type = 0x12; // ACC_DATA_W
H A Dsyswrap-x86-linux.c727 info->contents = ( gdt[idx].LdtEnt.Bits.Type >> 2 ) & 0x3;
728 info->read_exec_only = ( gdt[idx].LdtEnt.Bits.Type & 0x1 ) ^ 0x1;
/external/tinyxml/
H A Dtinyxml.h625 virtual int Type() const { return type; } function in class:TiXmlNode
/external/stlport/
H A Dconfigure.bat367 REM Type from evc3 and/or PocketPC 2002 SDK reported here
/external/stlport/stlport/stl/
H A Dconcept_checks.h491 /* Associated Type Requirements */
767 template <class Type> \
769 typedef typename Type::__REQUIREMENT __REQUIREMENT; \
H A Dtype_traits.h273 # define _STLP_DEFINE_TYPE_TRAITS_FOR(Type) \
274 _STLP_TEMPLATE_NULL struct __type_traits< Type > : __type_traits_aux<__true_type> {}; \
275 _STLP_TEMPLATE_NULL struct __type_traits< const Type > : __type_traits_aux<__true_type> {}; \
276 _STLP_TEMPLATE_NULL struct __type_traits< volatile Type > : __type_traits_aux<__true_type> {}; \
277 _STLP_TEMPLATE_NULL struct __type_traits< const volatile Type > : __type_traits_aux<__true_type> {}
279 # define _STLP_DEFINE_TYPE_TRAITS_FOR(Type) \
280 _STLP_TEMPLATE_NULL struct __type_traits< Type > : __type_traits_aux<__true_type> {};
/external/srec/tools/grxmlcompile/
H A Dgrxmldoc.cpp151 if(node.Type() == TiXmlNode::ELEMENT)
153 else if(node.Type() == TiXmlNode::DOCUMENT)
155 else if(node.Type() == TiXmlNode::TEXT)
157 else if(node.Type() == TiXmlNode::DECLARATION)
162 printf("processing node type %d text %s\n", node.Type(), text);
189 // XMLNode::Type type = node.getType();
190 if ( node.Type() == TiXmlNode::TEXT) // isCData()
199 else if ( node.Type()== TiXmlNode::ELEMENT /*isNode()*/ || node.NoChildren() /*isLeaf()*/)
210 } else if(node.Type() == TiXmlNode::COMMENT) {
212 } else if(node.Type()
[all...]
/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 Dcache.h61 using FstImpl<typename S::Arc>::Type;
276 VLOG(2) << "CacheImpl: Enter GC: object = " << Type() << "(" << this
305 VLOG(2) << "CacheImpl: Exit GC: object = " << Type() << "(" << this
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 Dexpanded-fst.h57 << "\" (arc type = \"" << A::Type()
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());

Completed in 268 milliseconds

1234567891011>>