Searched defs:kUnknown (Results 1 - 20 of 20) sorted by relevance

/external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/
H A Doptionsmessage.h33 kUnknown = 0, enumerator in enum:polo::pairing::message::OptionsMessage::ProtocolRole
H A Dpolomessage.h30 kUnknown = 0, enumerator in enum:polo::pairing::message::PoloMessage::PoloMessageType
/external/skia/include/core/
H A DSkEncodedImageFormat.h18 kUnknown, member in class:SkEncodedImageFormat
/external/v8/tools/clang/blink_gc_plugin/
H A DNeedsTracing.h14 static NeedsTracing Unknown() { return kUnknown; }
17 bool IsUnknown() { return value_ == kUnknown; }
26 enum Value { kUnneeded, kUnknown, kNeeded }; enumerator in enum:NeedsTracing::Value
H A DTracingStatus.h32 static TracingStatus Unknown() { return kUnknown; }
36 bool IsUnknown() const { return status_ == kUnknown; }
45 enum Status { kIllegal, kUnneeded, kUnknown, kNeeded }; enumerator in enum:TracingStatus::Status
/external/webrtc/webrtc/common_video/libyuv/include/
H A Dwebrtc_libyuv.h29 kUnknown, enumerator in enum:webrtc::VideoType
/external/google-tv-pairing-protocol/cpp/src/polo/encoding/
H A Dencodingoption.h34 kUnknown = 0, enumerator in enum:polo::encoding::EncodingOption::EncodingType
/external/dng_sdk/source/
H A Ddng_orientation.h46 kUnknown = 8 enumerator in enum:dng_orientation::__anon5006
135 return AdobeToDNG (kUnknown);
140 return fAdobeOrientation < kUnknown;
/external/v8/src/compiler/
H A Dscheduler.h48 // kUnknown ----+------> kCoupled ----+ /
52 // 1) GetPlacement(): kUnknown -> kCoupled|kSchedulable|kFixed
54 enum Placement { kUnknown, kSchedulable, kFixed, kCoupled, kScheduled }; enumerator in enum:v8::internal::compiler::Scheduler::Placement
H A Descape-analysis.cc43 kUnknown = 0u, enumerator in enum:v8::internal::compiler::EscapeStatusAnalysis::Status
631 status_.resize(graph()->NodeCount() * 1.1, kUnknown);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.h35 static const uptr kUnknown = ~(uptr)0; member in struct:__sanitizer::AddressInfo
/external/skia/experimental/svg/model/
H A DSkSVGAttribute.h51 kUnknown, member in class:SkSVGAttribute
H A DSkSVGTypes.h54 kUnknown, member in class:SkSVGLength::Unit
67 constexpr SkSVGLength() : fValue(0), fUnit(Unit::kUnknown) {}
/external/sfntly/cpp/src/sfntly/
H A Dfont.h39 kUnknown = -1, enumerator in enum:sfntly::PlatformId::__anon17881
52 kUnknown = -1, enumerator in enum:sfntly::UnicodeEncodingId::__anon17882
66 kUnknown = 0xffffffff, enumerator in enum:sfntly::WindowsEncodingId::__anon17883
83 kUnknown = -1, enumerator in enum:sfntly::MacintoshEncodingId::__anon17884
/external/skia/src/gpu/
H A DGrReducedClip.cpp121 kUnknown = -1, member in class:InitialTriState
124 } initialTriState = InitialTriState::kUnknown;
138 while (InitialTriState::kUnknown == initialTriState) {
437 SkASSERT(InitialTriState::kUnknown != initialTriState);
/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader.h567 enum EntryKind { kUnknown, kCIE, kFDE, kTerminator }; enumerator in enum:dwarf2reader::CallFrameInfo::EntryKind
674 // offset, and start fields are valid, although kind may be kUnknown.
974 // indicates what kind of entry it is; KIND can be kUnknown if we
/external/protobuf/src/google/protobuf/
H A Dmap.h1359 enum IteratorStyle { kUnknown, kOld, kNew }; enumerator in enum:google::protobuf::Map::iterator_base::IteratorStyle
1363 GOOGLE_DCHECK_NE(iterator_style_, kUnknown);
1367 return iterator_style_ == kUnknown;
1385 const_iterator() : iterator_base(iterator_base::kUnknown) {}
1430 iterator() : iterator_base(iterator_base::kUnknown) {}
/external/sfntly/cpp/src/sfntly/table/core/
H A Dname_table.h40 kUnknown = -1, enumerator in enum:sfntly::NameId::__anon17903
70 kUnknown = -1, enumerator in enum:sfntly::UnicodeLanguageId::__anon17904
78 kUnknown = -1, enumerator in enum:sfntly::MacintoshLanguageId::__anon17905
203 kUnknown = -1, enumerator in enum:sfntly::WindowsLanguageId::__anon17906
/external/v8/src/
H A Dglobals.h518 enum class Decision : uint8_t { kUnknown, kTrue, kFalse }; member in class:v8::internal::Decision
526 case Decision::kUnknown:
/external/v8/src/heap/
H A Dheap.h353 kUnknown = 0, member in class:v8::internal::GarbageCollectionReason

Completed in 963 milliseconds