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

  /external/chromium_org/v8/test/mjsunit/runtime-gen/
observerobjectandrecordhavesameorigin.js 6 var _record = new Object(); class
7 %ObserverObjectAndRecordHaveSameOrigin(_observer, _object, _record);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelinePresentationModel.js 446 this._record = record;
460 return this._record.startTime();
468 return this._record.endTime();
476 return this._record.selfTime();
484 return this._record;
492 return this._record.aggregatedStats();
500 return !!this._record.warnings();
TimelineView.js     [all...]
TimelineModelImpl.js 303 this._record = timelineEvent;
431 return this._record.startTime;
439 return this._record.thread;
447 return this._endTime || this._record.endTime || this._record.startTime;
463 return this._record.data;
471 return this._record.type;
479 return this._record.frameId || "";
487 if (this._record.stackTrace && this._record.stackTrace.length
    [all...]
  /external/lldb/test/unittest2/test/
support.py 133 self._record = record
139 if self._record:
151 if self._record:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
warnings.py 326 self._record = record
332 if self._record:
346 if self._record:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
warnings.py 326 self._record = record
332 if self._record:
346 if self._record:
  /frameworks/base/services/core/java/com/android/server/am/
ActiveServices.java     [all...]

Completed in 298 milliseconds