Searched defs:type_ (Results 1 - 25 of 329) sorted by last modified time

1234567891011>>

/external/vixl/src/a64/
H A Dinstrument-a64.h70 CounterType type_; member in class:vixl::Counter
/external/webp/src/dec/
H A Dvp8li.h36 VP8LImageTransformType type_; // transform type. member in struct:VP8LTransform
/external/webp/src/enc/
H A Dvp8enci.h231 unsigned int type_:2; // 0=i4x4, 1=i16x16 member in struct:__anon33383
/external/stressapptest/src/
H A Derror_diag.h85 ErrorInstance(): type_(SAT_ERROR_NONE), severity_(SAT_ERROR_CORRECTABLE) {}
87 SATErrorType type_; // Type of error: ECC, miscompare, sector. member in class:ErrorInstance
95 ECCErrorInstance() { type_ = SAT_ERROR_ECC; }
103 MiscompareErrorInstance() { type_ = SAT_ERROR_MISCOMPARE; }
119 HDDSectorTagErrorInstance() { type_ = SAT_ERROR_SECTOR_TAG; }
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dencode.h211 : ref_count_(1), flags_(flags), type_(type),
217 type_(mapper.type_),
224 type_(type),
232 if (type_ == ENCODE) { // labels and/or weights to single label
264 (type_ == ENCODE ? kAddSuperFinalProperties :
271 return (type_ == ENCODE && (flags_ & kEncodeWeights)) ?
276 EncodeType type() const { return type_; }
310 EncodeType type_; member in class:fst::EncodeMapper
314 : ref_count_(1), flags_(flags), type_(typ
[all...]
H A Dfst.h402 : properties_(0), type_("null"), isymbols_(0), osymbols_(0),
406 : properties_(impl.properties_), type_(impl.type_),
416 const string& Type() const { return type_; }
418 void SetType(const string &type) { type_ = type; }
464 if (hdr->FstType() != type_) {
466 << type_ << "\": " << opts.source;
477 << type_ << " Fst version: " << opts.source;
503 hdr->SetFstType(type_);
523 string type_; // Uniqu member in class:fst::FstImpl
[all...]
/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/protobuf/src/google/protobuf/
H A Ddescriptor.h499 Type type_; member in class:google::protobuf::FieldDescriptor
662 const EnumDescriptor* type_; member in class:google::protobuf::EnumValueDescriptor
1334 return this - type_->values_;
1346 return kTypeToCppTypeMap[type_];
H A Ddescriptor.pb.h889 int type_; member in class:google::protobuf::FieldDescriptorProto
3051 type_ = 1;
3055 return static_cast< ::google::protobuf::FieldDescriptorProto_Type >(type_);
3060 type_ = value;
/external/protobuf/gtest/include/gtest/
H A Dgtest-spi.h105 const TestPartResult::Type type_; member in class:testing::internal::SingleFailureChecker
H A Dgtest-test-part.h63 : type_(type),
71 Type type() const { return type_; }
88 bool passed() const { return type_ == kSuccess; }
91 bool failed() const { return type_ != kSuccess; }
94 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
97 bool fatally_failed() const { return type_ == kFatalFailure; }
99 Type type_; member in class:testing::TestPartResult
/external/openfst/src/include/fst/
H A Dencode.h311 type_(type),
317 type_(mapper.type_),
326 type_(type),
339 return (type_ == ENCODE && (flags_ & kEncodeWeights)) ?
356 (type_ == ENCODE ? kAddSuperFinalProperties :
363 const EncodeType type() const { return type_; }
410 EncodeType type_; member in class:fst::EncodeMapper
415 : flags_(flags), type_(type), table_(table) {}
421 if (type_
[all...]
H A Dfst.h609 : properties_(0), type_("null"), isymbols_(0), osymbols_(0) {}
612 : properties_(impl.properties_), type_(impl.type_),
621 const string& Type() const { return type_; }
623 void SetType(const string &type) { type_ = type; }
690 hdr->SetFstType(type_);
771 string type_; // Unique name of Fst class member in class:fst::FstImpl
795 if (hdr->FstType() != type_) {
796 LOG(ERROR) << "FstImpl::ReadHeader: Fst not of type \"" << type_
806 LOG(ERROR) << "FstImpl::ReadHeader: Obsolete " << type_
[all...]
H A Dlookahead-filter.h92 type_(type) {}
97 type_(selector.type_) {}
105 return type_ == MATCH_OUTPUT ? lmatcher2_->GetFst() :
110 return type_ == MATCH_OUTPUT ? lmatcher1_ : lmatcher2_;
116 MatchType type_; member in class:fst::LookAheadSelector
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-spi.h105 const TestPartResult::Type type_; member in class:testing::internal::SingleFailureChecker
H A Dgtest-test-part.h64 : type_(a_type),
72 Type type() const { return type_; }
89 bool passed() const { return type_ == kSuccess; }
92 bool failed() const { return type_ != kSuccess; }
95 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
98 bool fatally_failed() const { return type_ == kFatalFailure; }
100 Type type_; member in class:testing::TestPartResult
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-spi.h105 const TestPartResult::Type type_; member in class:testing::internal::SingleFailureChecker
H A Dgtest-test-part.h64 : type_(a_type),
72 Type type() const { return type_; }
89 bool passed() const { return type_ == kSuccess; }
92 bool failed() const { return type_ != kSuccess; }
95 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
98 bool fatally_failed() const { return type_ == kFatalFailure; }
100 Type type_; member in class:testing::TestPartResult
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17107 : type_(a_type),
17115 Type type() const { return type_; }
17134 bool passed() const { return type_ == kSuccess; }
17137 bool failed() const { return type_ != kSuccess; }
17140 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
17143 bool fatally_failed() const { return type_ == kFatalFailure; }
17146 Type type_; member in class:testing::TestPartResult
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc178 const TestPartResult::Type type_; member in class:testing::internal::SingleFailureChecker
2137 type_(type),
2145 EXPECT_PRED_FORMAT3(HasOneFailure, *results_, type_, substr_);
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp346 void set_type(uint64 type) { type_ = type; }
347 uint64 type() const { return type_; }
370 uint64 type_; member in class:mkvmuxer::Track
/external/jsoncpp/include/json/
H A Dreader.h112 TokenType type_; member in class:Json::Reader::Token
/external/jdiff/src/jdiff/
H A DConstructorAPI.java21 public String type_ = null; field in class:ConstructorAPI
37 type_ = type;
44 int comp = type_.compareTo(constructorAPI.type_);
62 if (type_.compareTo(((ConstructorAPI)o).type_) == 0)
H A DFieldAPI.java21 public String type_; field in class:FieldAPI
50 type_ = type;
60 type_ = f.type_;
75 comp = type_.compareTo(oFieldAPI.type_);

Completed in 489 milliseconds

1234567891011>>