Searched defs:kNone (Results 1 - 15 of 15) sorted by relevance

/external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/
H A Dprotobufwireadapter.h80 kNone, enumerator in enum:polo::wire::protobuf::ProtobufWireAdapter::ReadState
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-spec-builders.h245 : file_(a_file), line_(a_line), last_clause_(kNone) {}
256 kNone, enumerator in enum:testing::internal::UntypedOnCallSpecBase::Clause
275 // Initially kNone and changes as the statement is parsed.
716 kNone,
/external/icu/icu4c/source/i18n/
H A Ddigitlst.h405 kNone=0, enumerator in enum:DigitList::EHave
446 fHave = kNone;
/external/drm_hwcomposer/
H A Ddrm_hwcomposer.h204 kNone = HWC_BLENDING_NONE, member in class:android::DrmHwcBlending
215 DrmHwcBlending blending = DrmHwcBlending::kNone;
/external/skia/bench/
H A DPicturePlaybackBench.cpp147 enum BBH { kNone, kRTree }; enumerator in enum:BBH
153 case kNone: fName.append("_none" ); break;
168 case kNone: break;
216 DEF_BENCH( return new TiledPlaybackBench(kNone, kRandom); )
217 DEF_BENCH( return new TiledPlaybackBench(kNone, kTiled ); )
/external/v8/src/arm64/
H A Ddelayed-masm-arm64.h27 scratch_register_used_(false), pending_(kNone), saved_value_(0) {
66 bool pending() { return pending_ != kNone; }
86 pending_ = kNone;
133 kNone, enumerator in enum:v8::internal::BASE_EMBEDDED::Pending
/external/webp/src/enc/
H A Dbackward_references.h40 kNone enumerator in enum:Mode
/external/icu/icu4c/source/i18n/unicode/
H A Ddatefmt.h159 kNone = -1, enumerator in enum:DateFormat::EStyle
207 NONE = kNone,
/external/icu/icu4c/source/samples/ucnv/
H A Dconvsamp.cpp47 static const UChar kNone[] = { 0x0000 }; variable
89 const UChar *uch = kNone,
88 printUChars(const char *name = �, const UChar *uch = kNone, int32_t len = -1 ) argument
/external/v8/src/compiler/
H A Dschedule.h33 kNone, // Control not initialized yet. enumerator in enum:v8::internal::compiler::BasicBlockData::Control
64 control_(kNone),
230 DCHECK(block->control_ == BasicBlock::kNone);
238 DCHECK(block->control_ == BasicBlock::kNone);
252 DCHECK(block->control_ == BasicBlock::kNone);
264 DCHECK(block->control_ == BasicBlock::kNone);
/external/v8/src/
H A Ddateparser.h41 static const int kNone = kMaxInt; member in class:v8::internal::DateParser
288 TimeZoneComposer() : sign_(kNone), hour_(kNone), minute_(kNone) {}
298 return hour_ != kNone && minute_ == kNone && TimeComposer::IsMinute(n);
302 bool IsEmpty() { return hour_ == kNone; }
311 TimeComposer() : index_(0), hour_offset_(kNone) {}
345 DayComposer() : index_(0), named_month_(kNone), is_iso_date_(false) {}
H A Dproperty-details.h60 kNone, enumerator in enum:v8::internal::Representation::Kind
74 Representation() : kind_(kNone) { }
76 static Representation None() { return Representation(kNone); }
106 if (kind_ == kExternal && other.kind_ == kNone) return true;
108 if (kind_ == kNone && other.kind_ == kExternal) return false;
143 bool IsNone() const { return kind_ == kNone; }
H A Djsregexp.h699 Interval() : from_(kNone), to_(kNone) { }
702 if (that.from_ == kNone)
704 else if (from_ == kNone)
712 bool is_empty() { return from_ == kNone; }
716 static const int kNone = -1; member in class:v8::internal::Interval
H A Dpreparser.h529 kNone = 0, enumerator in enum:v8::internal::ParserBase::PropertyKind
/external/v8/include/
H A Dv8.h3279 kNone = 0, enumerator in enum:v8::RegExp::Flags

Completed in 5455 milliseconds