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

1234

/external/chromium_org/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; }
/external/chromium_org/components/component_updater/
H A Dcomponent_patcher_operation.cc82 if (parse_result != ComponentUnpacker::kNone) {
101 if (error == ComponentUnpacker::kNone)
127 return ComponentUnpacker::kNone;
151 return ComponentUnpacker::kNone;
158 callback.Run(ComponentUnpacker::kNone, 0);
178 return ComponentUnpacker::kNone;
185 callback.Run(ComponentUnpacker::kNone, 0);
214 return ComponentUnpacker::kNone;
249 callback.Run(ComponentUnpacker::kNone, 0);
256 callback.Run(ComponentUnpacker::kNone,
[all...]
H A Dcomponent_patcher.cc78 DonePatching(ComponentUnpacker::kNone, 0);
109 if (error != ComponentUnpacker::kNone) {
H A Dcomponent_unpacker.cc117 error_(kNone),
231 kNone,
241 if (error_ != kNone) {
270 DCHECK(error_ == kNone);
H A Dcomponent_unpacker.h73 kNone, enumerator in enum:component_updater::ComponentUnpacker::Error
H A Dcrx_downloader.h43 enum Downloader { kNone = 0, kUrlFetcher, kBits }; enumerator in enum:component_updater::CrxDownloader::DownloadMetrics::Downloader
/external/chromium_org/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/chromium_org/extensions/common/permissions/
H A Dextensions_api_permissions.cc54 APIPermissionInfo::kFlagCannotBeOptional, 0, PermissionMessage::kNone,
68 PermissionMessage::kNone, &CreateAPIPermission<UsbDevicePermission>},
H A Dpermission_message.h26 kNone, enumerator in enum:extensions::PermissionMessage::ID
95 COMPILE_ASSERT(PermissionMessage::kNone > PermissionMessage::kUnknown,
H A Dapi_permission.cc24 return info()->message_id() > PermissionMessage::kNone;
121 message_id_(info.message_id ? info.message_id : PermissionMessage::kNone),
H A Dsettings_override_permission.cc21 return info()->message_id() > PermissionMessage::kNone;
/external/chromium_org/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/chromium_org/chrome/browser/extensions/api/omnibox/
H A Domnibox_unittest.cc20 const int kNone = ACMatchClassification::NONE; member in namespace:extensions::__anon3788
61 styles_expected.push_back(ACMatchClassification(0, kNone));
63 styles_expected.push_back(ACMatchClassification(5, kNone));
65 styles_expected.push_back(ACMatchClassification(9, kNone));
140 styles_expected.push_back(ACMatchClassification(5, kNone));
226 styles_expected.push_back(ACMatchClassification(5, kNone));
/external/chromium_org/media/filters/
H A Dskcanvas_video_renderer_unittest.cc41 kNone, enumerator in enum:media::SkCanvasVideoRendererTest::Color
220 case kNone:
254 kNone,
266 kNone,
319 Paint(cropped_frame(), target_canvas(), kNone); local
354 Paint(cropped_frame(), &canvas, kNone); local
373 kNone, local
388 kNone, local
403 kNone, local
/external/chromium_org/third_party/icu/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 Ddatefmt.cpp307 return create(style, kNone, aLocale);
318 if(style != kNone)
322 return create(kNone, (EStyle) (style), aLocale);
332 if(dateStyle != kNone)
370 if(/*((timeStyle!=UDAT_NONE)&&(timeStyle & UDAT_RELATIVE)) || */((dateStyle!=kNone)&&((dateStyle-kDateOffset) & UDAT_RELATIVE))) {
H A Ddigitlst.h405 kNone=0, enumerator in enum:DigitList::EHave
441 fHave = kNone;
/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 create(style, kNone, aLocale);
323 if(style != kNone)
327 return create(kNone, (EStyle) (style), aLocale);
337 if(dateStyle != kNone)
375 if(/*((timeStyle!=UDAT_NONE)&&(timeStyle & UDAT_RELATIVE)) || */((dateStyle!=kNone)&&((dateStyle-kDateOffset) & UDAT_RELATIVE))) {
/external/chromium_org/components/component_updater/test/
H A Dcomponent_patcher_unittest.cc100 EXPECT_EQ(ComponentUnpacker::kNone, callback.error_);
130 EXPECT_EQ(ComponentUnpacker::kNone, callback.error_);
165 EXPECT_EQ(ComponentUnpacker::kNone, callback.error_);
200 EXPECT_EQ(ComponentUnpacker::kNone, callback.error_);
/external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/
H A Dprotobufwireadapter.h80 kNone, enumerator in enum:polo::wire::protobuf::ProtobufWireAdapter::ReadState

Completed in 808 milliseconds

1234