HomeSort by relevance Sort by last modified time
    Searched refs:Tick (Results 1 - 25 of 28) 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/profiler/
sampler.h 29 // Internal profiling (with --prof + tools/$OS-tick-processor) wants to
30 // include the runtime function we're calling. Externally exposed tick
115 virtual void Tick(TickSample* sample) = 0;
sampler.cc 805 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/webrtc/talk/media/base/
rtpdataengine.h 77 void Tick(double now, int* seq_num, uint32_t* timestamp);
rtpdataengine.cc 106 void RtpClock::Tick(double now, int* seq_num, uint32_t* timestamp) {
346 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) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3drm.h 104 STDMETHOD(Tick)(THIS_ D3DVALUE) PURE;
145 #define IDirect3DRM_Tick(p,a) (p)->lpVtbl->Tick(p,a)
183 #define IDirect3DRM_Tick(p,a) (p)->Tick(a)
243 STDMETHOD(Tick)(THIS_ D3DVALUE) PURE;
285 #define IDirect3DRM2_Tick(p,a) (p)->lpVtbl->Tick(p,a)
324 #define IDirect3DRM2_Tick(p,a) (p)->Tick(a)
385 STDMETHOD(Tick)(THIS_ D3DVALUE) PURE;
432 #define IDirect3DRM3_Tick(p,a) (p)->lpVtbl->Tick(p,a)
    [all...]
  /external/v8/tools/
tickprocessor-driver.js 29 // Tick Processor's code flow.
ll_prof.py 131 def Tick(self, pc):
823 def Tick(self, pc):
    [all...]
  /external/v8/test/cctest/
test-log.cc 233 void Tick(v8::internal::TickSample*) { semaphore_->Signal(); }
  /external/v8/tools/profviz/
composer.js 52 var kTickHalfDuration = 0.5; // Duration of half a tick in ms.
92 function Tick(tick) {
93 this.tick = tick;
173 var tick = ticks[i].tick;
175 new Range(tick - kTickHalfDuration, tick + kTickHalfDuration));
298 var tick = new Tick(timer)
    [all...]
  /external/v8/src/
log.cc 668 // Tells whether we are currently recording tick samples.
685 virtual void Tick(TickSample* sample) {
    [all...]
  /external/chromium-trace/catapult/third_party/flot/
NEWS.md 15 - Fixed a regression introduced in 0.8.1, where the last tick label would
71 - Fixed an unexpected change in behavior that resulted in duplicate tick
72 labels when using a plugin, like flot-tickrotor, that overrode tick labels.
119 sides of the plot where there was no last tick label.
200 Axis tick labels now use the class 'flot-tick-label' instead of 'tickLabel'.
206 In previous versions the axis 'color' option was used to set the color of tick
209 for the tick-mark color. The color of tick label text is now set either by
210 overriding the 'flot-tick-label' CSS rule or via the axis 'font' option
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.10.0/
builder-0.10.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.11.2/
builder-0.11.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.12.1/
builder-0.12.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.12.2/
builder-0.12.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.13.0/
builder-0.13.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.13.3/
builder-0.13.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.13.4/
builder-0.13.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.9.1/
builder-0.9.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.9.3/
builder-0.9.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.14.0/
builder-0.14.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.14.1/
builder-0.14.1.jar 

Completed in 415 milliseconds

1 2