HomeSort by relevance Sort by last modified time
    Searched refs:Interval (Results 1 - 15 of 15) sorted by null

  /external/webkit/WebCore/xml/
XPathFunctions.cpp 53 class Interval {
57 Interval();
58 Interval(int value);
59 Interval(int min, int max);
71 Interval args;
266 inline Interval::Interval()
271 inline Interval::Interval(int value)
276 inline Interval::Interval(int min, int max
    [all...]
  /external/v8/src/
ast.cc 218 static Interval ListCaptureRegisters(ZoneList<RegExpTree*>* children) {
219 Interval result = Interval::Empty();
226 Interval RegExpAlternative::CaptureRegisters() {
231 Interval RegExpDisjunction::CaptureRegisters() {
236 Interval RegExpLookahead::CaptureRegisters() {
241 Interval RegExpCapture::CaptureRegisters() {
242 Interval self(StartRegister(index()), EndRegister(index()));
247 Interval RegExpQuantifier::CaptureRegisters() {
jsregexp.h 676 // A simple closed interval.
677 class Interval {
679 Interval() : from_(kNone), to_(kNone) { }
680 Interval(int from, int to) : from_(from), to_(to) { }
681 Interval Union(Interval that) {
687 return Interval(Min(from_, that.from_), Max(to_, that.to_));
695 static Interval Empty() { return Interval(); }
730 static ActionNode* ClearCaptures(Interval range, RegExpNode* on_success)
    [all...]
ast.h     [all...]
jsregexp.cc 792 Interval range = static_cast<DeferredClearCaptures*>(this)->range();
835 Interval range = static_cast<DeferredClearCaptures*>(action)->range();
    [all...]
  /frameworks/base/media/libdrm/mobile1/include/parser/
parser_rel.h 64 T_DRM_DATETIME Interval; /**< The interval time */
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_api.c 236 pRights->DisplayConstraint.Interval.date;
238 pRights->DisplayConstraint.Interval.time;
252 pRights->PlayConstraint.Interval.date;
254 pRights->PlayConstraint.Interval.time;
269 pRights->ExecuteConstraint.Interval.date;
271 pRights->ExecuteConstraint.Interval.time;
286 pRights->PrintConstraint.Interval.date;
288 pRights->PrintConstraint.Interval.time;
389 if (0 != (uint8_t)(XXConstraint->Indicator & DRM_INTERVAL_CONSTRAINT)) { /* Have interval time restrict? */
394 XXConstraint->Indicator &= ~DRM_INTERVAL_CONSTRAINT; /* Write off interval right *
    [all...]
  /external/v8/test/cctest/
test-log.cc 734 class Interval {
736 Interval()
740 ~Interval() { delete next_; }
748 void CloneFrom(Interval* src) {
790 if (next_ == NULL) next_ = new Interval();
799 Interval* get_next() { return next_; }
805 Interval* next_;
871 Interval bounds;
    [all...]
  /external/bluetooth/glib/glib/
guniprop.c 418 struct Interval
427 struct Interval *interval = (struct Interval *)elt; local
429 if (c < interval->start)
431 if (c > interval->end)
452 static const struct Interval wide[] = {
497 static const struct Interval ambiguous[] = {
    [all...]
  /development/host/windows/usb/winusb/
adb_winusb_interface.cpp 268 info->polling_interval = pipe_info.Interval;
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 147 IN PLARGE_INTEGER Interval
452 LARGE_INTEGER Interval;
453 Interval.QuadPart = -5000000; // 0.5 sec. from now
455 NtDelayExecution(FALSE, &Interval);
  /external/ppp/pppd/plugins/radius/etc/
dictionary 91 ATTRIBUTE Acct-Interim-Interval 85 integer
  /frameworks/base/media/libdrm/mobile1/src/parser/
parser_rel.c 175 {"<o-dd:interval>","</o-dd:interval>"},
330 "o-ex:rights\\o-ex:agreement\\o-ex:permission\\o-dd:%s\\o-ex:constraint\\o-dd:interval",
335 if (pBuf) { /* If interval element exit then get the value */
408 YMD_HMS_2_INT(year, mon, day, pConstraint->Interval.date, hour,
409 min, sec, pConstraint->Interval.time);
  /development/host/windows/usb/legacy/driver/
android_usb_device_object.cpp 745 ret_info->polling_interval = pipe_info.Interval;
    [all...]
android_usb_pipe_file_object.cpp 194 ret_info->polling_interval = pipe_information_.Interval;

Completed in 281 milliseconds