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

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
NinePatchedImage.java 73 private final List<Tick> mHorizontalPatches = new ArrayList<Tick>();
74 private final List<Tick> mVerticalPatches = new ArrayList<Tick>();
76 private final List<Tick> mHorizontalContents = new ArrayList<Tick>();
77 private final List<Tick> mVerticalContents = new ArrayList<Tick>();
360 public List<Tick> getHorizontalPatches() {
364 public List<Tick> getVerticalPatches()
    [all...]
  /external/v8/src/
cpu-profiler-inl.h 60 generator_->Tick();
platform.h 132 // Get a tick counter normalized to one tick per microsecond.
718 virtual void Tick(TickSample* sample) = 0;
profile-generator.h 367 void Tick();
370 // Instead of querying current wall time each tick,
428 INLINE(void Tick()) { sample_rate_calc_.Tick(); }
    [all...]
platform-cygwin.cc 726 sampler->Tick(sample);
platform-macos.cc 856 sampler->Tick(sample);
platform-solaris.cc 700 sampler->Tick(sample);
platform-freebsd.cc 716 sampler->Tick(sample);
platform-linux.cc 1072 sampler->Tick(sample);
    [all...]
platform-openbsd.cc 777 sampler->Tick(sample);
  /external/chromium_org/v8/src/
sampler.h 120 virtual void Tick(TickSample* sample) = 0;
sampler.cc 705 Tick(sample);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
NinePatchedImageTest.java 30 import com.android.ide.eclipse.adt.internal.editors.draw9patch.graphics.NinePatchedImage.Tick;
97 List<Tick> horizontalPatches = image.getHorizontalPatches();
98 List<Tick> verticalPatches = image.getVerticalPatches();
103 List<Tick> horizontalContentsArea = image.getHorizontalContents();
104 List<Tick> verticalContentsArea = image.getVerticalContents();
212 List<Tick> horizontalPatches = image.getHorizontalPatches();
213 List<Tick> verticalPatches = image.getVerticalPatches();
317 List<Tick> horizontalPatches = image.getHorizontalPatches();
318 List<Tick> verticalPatches = image.getVerticalPatches();
634 List<Tick> horizontalContentsArea = image.getHorizontalContents()
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdataengine.h 78 void Tick(double now, int* seq_num, uint32* timestamp);
rtpdataengine.cc 120 void RtpClock::Tick(
354 rtp_clock_by_send_ssrc_[header.ssrc]->Tick(
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
ImageViewer.java 22 import com.android.ide.eclipse.adt.internal.editors.draw9patch.graphics.NinePatchedImage.Tick;
572 List<Tick> verticalPatches = mNinePatchedImage.getVerticalPatches();
573 for (Tick t : verticalPatches) {
586 List<Tick> horizontalPatches = mNinePatchedImage.getHorizontalPatches();
587 for (Tick t : horizontalPatches) {
600 List<Tick> horizontalContentArea = mNinePatchedImage.getHorizontalContents();
601 for (Tick t : horizontalContentArea) {
615 List<Tick> verticalContentArea = mNinePatchedImage.getVerticalContents();
616 for (Tick t : verticalContentArea) {
  /external/chromium_org/content/browser/renderer_host/
smooth_scroll_gesture_controller_unittest.cc 153 TEST_F(SmoothScrollGestureControllerTest, Tick) {
  /external/chromium_org/v8/tools/
tickprocessor-driver.js 29 // Tick Processor's code flow.
ll_prof.py 131 def Tick(self, pc):
781 def Tick(self, pc):
964 code.Tick(sample.ip)
973 if not library_repo.Tick(sample.ip) and not code:
    [all...]
  /external/v8/tools/
tickprocessor-driver.js 29 // Tick Processor's code flow.
ll_prof.py 115 def Tick(self, pc):
756 def Tick(self, pc):
919 code.Tick(sample.ip)
922 if not library_repo.Tick(sample.ip) and not code:
948 print "%9.2fs tick processing time" % sample_time
  /external/chromium_org/v8/test/cctest/
test-log.cc 296 void Tick(v8::internal::TickSample*) { semaphore_->Signal(); }
  /external/chromium_org/v8/tools/profviz/
composer.js 51 var kTickHalfDuration = 0.5; // Duration of half a tick in ms.
91 function Tick(tick) {
92 this.tick = tick;
166 var tick = ticks[i].tick;
168 new Range(tick - kTickHalfDuration, tick + kTickHalfDuration));
341 var tick = new Tick(timer)
    [all...]
  /external/v8/test/cctest/
test-log.cc 267 void Tick(v8::internal::TickSample*) { semaphore_->Signal(); }
  /external/chromium_org/tools/stats_viewer/
stats_viewer.cs 35 timer_.Tick += new EventHandler(PollTimerTicked);

Completed in 1883 milliseconds

1 2