HomeSort by relevance Sort by last modified time
    Searched defs:kNone (Results 1 - 15 of 15) 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...]
  /external/icu4c/i18n/
digitlst.h 405 kNone=0,
441 fHave = kNone;
  /external/webp/src/enc/
backward_references.h 105 kNone
  /frameworks/base/libs/hwui/
SkiaColorFilter.h 44 kNone,
SkiaShader.h 49 kNone,
  /external/chromium/net/disk_cache/
backend_impl.h 29 kNone = 0,
  /external/icu4c/i18n/unicode/
datefmt.h 150 kNone = -1,
198 NONE = kNone,
    [all...]
  /external/icu4c/samples/ucnv/
convsamp.cpp 47 static const UChar kNone[] = { 0x0000 };
89 const UChar *uch = kNone,
  /external/v8/src/
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) {}
preparser.h 175 kNone = 0,
hydrogen-instructions.h 294 kNone,
302 Representation() : kind_(kNone) { }
304 static Representation None() { return Representation(kNone); }
315 bool IsNone() const { return kind_ == kNone; }
    [all...]
jsregexp.h 720 Interval() : from_(kNone), to_(kNone) { }
723 if (that.from_ == kNone)
725 else if (from_ == kNone)
733 bool is_empty() { return from_ == kNone; }
737 static const int kNone = -1;
    [all...]
  /external/v8/include/
v8.h     [all...]
  /external/ceres-solver/internal/ceres/gmock/
gmock.h     [all...]

Completed in 1380 milliseconds