Searched refs:kNone (Results 1 - 25 of 36) sorted by relevance

12

/external/v8/src/
H A Ddateparser.cc20 int month = kNone;
21 int day = kNone;
23 if (named_month_ == kNone) {
76 if (hour_offset_ != kNone) {
94 if (sign_ != kNone) {
95 if (hour_ == kNone) hour_ = 0;
96 if (minute_ == kNone) minute_ = 0;
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 Dhydrogen-types.h75 LAST_KIND = kNone
H A Dtypes.cc129 return kNone;
141 int bitset = kNone;
158 return kNone;
255 return kNone;
341 int lub = kNone;
612 if (!BitsetType::IsInhabited(bits)) bits = BitsetType::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 Ddateparser-inl.h145 tz.SetAbsoluteMinute(kNone);
/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
H A Ddelayed-masm-arm64.cc165 DCHECK((pending_ == kNone) || (pending_pc_ == masm_->pc_offset()));
167 case kNone:
/external/v8/src/compiler/
H A Dschedule.cc17 case BasicBlockData::kNone:
65 if (control != BasicBlock::kNone) {
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/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/icu/icu4c/source/i18n/
H A Dwindtfmt.cpp169 if (fDateStyle != DateFormat::kNone && fTimeStyle != DateFormat::kNone) {
186 } else if (fDateStyle != DateFormat::kNone) {
188 } else if (fTimeStyle != DateFormat::kNone) {
205 if (fDateStyle != DateFormat::kNone && fTimeStyle != DateFormat::kNone) {
H A Ddigitlst.h405 kNone=0, enumerator in enum:DigitList::EHave
446 fHave = kNone;
H A Ddatefmt.cpp312 return createDateTimeInstance(kNone, style, aLocale);
321 return createDateTimeInstance(style, kNone, aLocale);
331 if(dateStyle != kNone)
439 if(/*((timeStyle!=UDAT_NONE)&&(timeStyle & UDAT_RELATIVE)) || */((dateStyle!=kNone)&&((dateStyle-kDateOffset) & UDAT_RELATIVE))) {
/external/drm_hwcomposer/
H A Ddrm_hwcomposer.h204 kNone = HWC_BLENDING_NONE, member in class:android::DrmHwcBlending
215 DrmHwcBlending blending = DrmHwcBlending::kNone;
H A Ddrmdisplaycomposition.cpp432 case DrmHwcBlending::kNone:
H A Dglworker.cpp389 if (layer.blending == DrmHwcBlending::kNone) {
/external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/
H A Dprotobufwireadapter.h80 kNone, enumerator in enum:polo::wire::protobuf::ProtobufWireAdapter::ReadState
H A Dprotobufwireadapter.cc32 : PoloWireAdapter(interface), read_state_(kNone) {
36 if (read_state_ != kNone) {
157 read_state_ = kNone;
/external/icu/icu4c/source/i18n/unicode/
H A Ddatefmt.h159 kNone = -1, enumerator in enum:DateFormat::EStyle
207 NONE = kNone,
/external/webp/src/enc/
H A Dbackward_references.h40 kNone enumerator in enum:Mode
/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/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/test/intltest/
H A Ddtfmttst.cpp4210 UnicodeString pattern; // ignored unless style == DateFormat::kNone
4254 { "zh@calendar=chinese", DateFormat::kNone, CharsToUnicodeString("rU\\u5E74MMMd"), cafti_zh_chinese_custU },
4255 { "zh@calendar=chinese", DateFormat::kNone, CharsToUnicodeString("r\\u5E74MMMd"), cafti_zh_chinese_custNoU },
4256 { "ja@calendar=japanese", DateFormat::kNone, CharsToUnicodeString("r(Gy)\\u5E74M\\u6708d\\u65E5"), cafti_ja_japanese_custGy },
4257 { "ja@calendar=japanese", DateFormat::kNone, CharsToUnicodeString("r\\u5E74M\\u6708d\\u65E5"), cafti_ja_japanese_custNoGy },
4258 { "en@calendar=islamic", DateFormat::kNone, UnicodeString("d MMM y G, r"), cafti_en_islamic_cust },
4259 { NULL, DateFormat::kNone, UnicodeString(""), NULL } // terminator
4266 if (itemPtr->style != DateFormat::kNone) {

Completed in 2589 milliseconds

12