HomeSort by relevance Sort by last modified time
    Searched defs:kNone (Results 1 - 11 of 11) sorted by null

  /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/testing/gmock/include/gmock/
gmock-spec-builders.h 244 : file_(a_file), line_(a_line), last_clause_(kNone) {}
255 kNone,
274 // Initially kNone and changes as the statement is parsed.
711 kNone,
    [all...]
  /frameworks/base/libs/hwui/
SkiaColorFilter.h 44 kNone,
SkiaShader.h 49 kNone,
  /external/chromium/net/disk_cache/
backend_impl.h 29 kNone = 0,
  /external/v8/src/
dateparser.h 64 static const int kNone = kMaxInt;
189 TimeZoneComposer() : sign_(kNone), hour_(kNone), minute_(kNone) {}
199 return hour_ != kNone && minute_ == kNone && TimeComposer::IsMinute(n);
211 TimeComposer() : index_(0), hour_offset_(kNone) {}
244 DayComposer() : index_(0), named_month_(kNone) {}
hydrogen-instructions.h 257 kNone,
265 Representation() : kind_(kNone) { }
267 static Representation None() { return Representation(kNone); }
278 bool IsNone() const { return kind_ == kNone; }
    [all...]
jsregexp.h 715 Interval() : from_(kNone), to_(kNone) { }
718 if (that.from_ == kNone)
720 else if (from_ == kNone)
728 bool is_empty() { return from_ == kNone; }
732 static const int kNone = -1;
    [all...]
  /external/icu4c/i18n/unicode/
datefmt.h 150 kNone = -1,
198 NONE = kNone,
  /external/icu4c/samples/ucnv/
convsamp.cpp 47 static const UChar kNone[] = { 0x0000 };
96 const UChar *uch = kNone,
  /external/v8/include/
v8.h     [all...]

Completed in 293 milliseconds