HomeSort by relevance Sort by last modified time
    Searched refs:kNone (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /art/runtime/
dex_instruction_list.h 21 V(0x00, NOP, "nop", k10x, false, kNone, kContinue, kVerifyNone) \
22 V(0x01, MOVE, "move", k12x, true, kNone, kContinue, kVerifyRegA | kVerifyRegB) \
23 V(0x02, MOVE_FROM16, "move/from16", k22x, true, kNone, kContinue, kVerifyRegA | kVerifyRegB) \
24 V(0x03, MOVE_16, "move/16", k32x, true, kNone, kContinue, kVerifyRegA | kVerifyRegB) \
25 V(0x04, MOVE_WIDE, "move-wide", k12x, true, kNone, kContinue, kVerifyRegAWide | kVerifyRegBWide) \
26 V(0x05, MOVE_WIDE_FROM16, "move-wide/from16", k22x, true, kNone, kContinue, kVerifyRegAWide | kVerifyRegBWide) \
27 V(0x06, MOVE_WIDE_16, "move-wide/16", k32x, true, kNone, kContinue, kVerifyRegAWide | kVerifyRegBWide) \
28 V(0x07, MOVE_OBJECT, "move-object", k12x, true, kNone, kContinue, kVerifyRegA | kVerifyRegB) \
29 V(0x08, MOVE_OBJECT_FROM16, "move-object/from16", k22x, true, kNone, kContinue, kVerifyRegA | kVerifyRegB) \
30 V(0x09, MOVE_OBJECT_16, "move-object/16", k32x, true, kNone, kContinue, kVerifyRegA | kVerifyRegB)
    [all...]
instruction_set.h 25 kNone,
  /external/chromium_org/v8/src/
dateparser.cc 43 int month = kNone;
44 int day = kNone;
46 if (named_month_ == kNone) {
99 if (hour_offset_ != kNone) {
117 if (sign_ != kNone) {
118 if (hour_ == kNone) hour_ = 0;
119 if (minute_ == kNone) minute_ = 0;
dateparser.h 64 static const int kNone = kMaxInt;
311 TimeZoneComposer() : sign_(kNone), hour_(kNone), minute_(kNone) {}
321 return hour_ != kNone && minute_ == kNone && TimeComposer::IsMinute(n);
325 bool IsEmpty() { return hour_ == kNone; }
334 TimeComposer() : index_(0), hour_offset_(kNone) {}
368 DayComposer() : index_(0), named_month_(kNone), is_iso_date_(false) {}
property-details.h 84 kNone,
94 Representation() : kind_(kNone) { }
96 static Representation None() { return Representation(kNone); }
141 bool IsNone() const { return kind_ == kNone; }
  /external/v8/src/
dateparser.cc 43 int month = kNone;
44 int day = kNone;
46 if (named_month_ == kNone) {
99 if (hour_offset_ != kNone) {
116 if (sign_ != kNone) {
117 if (hour_ == kNone) hour_ = 0;
118 if (minute_ == kNone) minute_ = 0;
dateparser.h 64 static const int kNone = kMaxInt;
311 TimeZoneComposer() : sign_(kNone), hour_(kNone), minute_(kNone) {}
321 return hour_ != kNone && minute_ == kNone && TimeComposer::IsMinute(n);
325 bool IsEmpty() { return hour_ == kNone; }
334 TimeComposer() : index_(0), hour_offset_(kNone) {}
368 DayComposer() : index_(0), named_month_(kNone), is_iso_date_(false) {}
  /external/chromium/chrome/browser/extensions/
extension_omnibox_unittest.cc 12 const int kNone = ACMatchClassification::NONE;
51 styles_expected.push_back(ACMatchClassification(0, kNone));
53 styles_expected.push_back(ACMatchClassification(5, kNone));
55 styles_expected.push_back(ACMatchClassification(9, kNone));
90 styles_expected.push_back(ACMatchClassification(5, kNone));
127 styles_expected.push_back(ACMatchClassification(5, kNone));
  /external/chromium_org/chrome/browser/component_updater/
component_patcher_operation.cc 71 if (parse_result != ComponentUnpacker::kNone)
81 if (run_result != ComponentUnpacker::kNone)
106 return ComponentUnpacker::kNone;
122 return ComponentUnpacker::kNone;
131 return ComponentUnpacker::kNone;
147 return ComponentUnpacker::kNone;
156 return ComponentUnpacker::kNone;
177 return ComponentUnpacker::kNone;
209 return ComponentUnpacker::kNone;
component_unpacker.h 33 kNone,
component_patcher.cc 75 if (result != ComponentUnpacker::kNone)
79 return ComponentUnpacker::kNone;
  /external/chromium_org/chrome/test/perf/rendering/
throughput_tests.cc 50 kNone = 0,
526 RunTest("compositing_huge_div", kNone);
531 RunTest("compositing_huge_div", kNone);
535 RunTest("canvas2d_balls_with_shadow", kNone);
539 RunTest("canvas2d_balls_with_shadow", kNone | kIsGpuCanvasTest);
543 RunTest("canvas2d_balls_with_shadow", kNone | kIsGpuCanvasTest);
550 RunTest("canvas2d_balls_draw_from_canvas", kNone);
557 RunTest("canvas2d_balls_draw_from_canvas", kNone | kIsGpuCanvasTest);
565 RunTest("canvas2d_balls_text", kNone);
569 RunTest("canvas2d_balls_text", kNone | kIsGpuCanvasTest)
    [all...]
  /external/chromium_org/chromeos/network/onc/
onc_constants.cc 103 const char kNone[] = "None";
123 const char kNone[] = "None";
146 const char kNone[] = "None";
239 const char kNone[] = "none";
onc_constants.h 134 CHROMEOS_EXPORT extern const char kNone[];
145 CHROMEOS_EXPORT extern const char kNone[];
168 CHROMEOS_EXPORT extern const char kNone[];
260 CHROMEOS_EXPORT extern const char kNone[];
  /external/chromium/base/
tracked.cc 69 static Location kNone("NoFunctionName", "NeedToSetBirthPlace", -1);
70 return kNone;
  /external/chromium_org/chrome/browser/component_updater/test/
component_patcher_unittest.cc 52 return ComponentUnpacker::kNone;
59 return ComponentUnpacker::kNone;
86 EXPECT_EQ(ComponentUnpacker::kNone, result);
113 EXPECT_EQ(ComponentUnpacker::kNone, result);
145 EXPECT_EQ(ComponentUnpacker::kNone, result);
176 EXPECT_EQ(ComponentUnpacker::kNone, result);
  /external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_unittest.cc 20 const int kNone = ACMatchClassification::NONE;
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/third_party/icu/source/i18n/
windtfmt.cpp 168 if (fDateStyle != DateFormat::kNone && fTimeStyle != DateFormat::kNone) {
185 } else if (fDateStyle != DateFormat::kNone) {
187 } else if (fTimeStyle != DateFormat::kNone) {
204 if (fDateStyle != DateFormat::kNone && fTimeStyle != DateFormat::kNone) {
  /external/icu4c/i18n/
windtfmt.cpp 168 if (fDateStyle != DateFormat::kNone && fTimeStyle != DateFormat::kNone) {
185 } else if (fDateStyle != DateFormat::kNone) {
187 } else if (fTimeStyle != DateFormat::kNone) {
204 if (fDateStyle != DateFormat::kNone && fTimeStyle != DateFormat::kNone) {
digitlst.h 405 kNone=0,
441 fHave = kNone;
  /external/chromium_org/native_client_sdk/src/examples/api/input_event/
custom_events.cc 84 case kNone:
101 case kNone:
custom_events.h 75 // Specify a mouse button, with kNone available for initialization.
77 kNone,
152 kNone,
  /art/compiler/dex/
compiler_ir.h 61 instruction_set(kNone),
  /external/chromium_org/chrome/common/extensions/permissions/
permission_message.h 26 kNone,
  /frameworks/base/libs/hwui/
SkiaColorFilter.h 44 kNone,

Completed in 1140 milliseconds

1 2 3 4