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

1 2 3

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
Synchronization.c 107 UINT64 Tick;
111 Tick = 0;
115 Tick = GetPerformanceCounter ();
124 Tick += Timeout;
126 Tick -= Timeout;
132 ASSERT ((Start < End) ^ (Tick <= GetPerformanceCounter ()));
SynchronizationMsc.c 112 UINT64 Tick;
116 Tick = 0;
120 Tick = GetPerformanceCounter ();
129 Tick += Timeout;
131 Tick -= Timeout;
137 ASSERT ((Start < End) ^ (Tick <= GetPerformanceCounter ()));
  /system/libhwbinder/vts/performance/
PerfTest.h 72 // Tick sta, end;
136 // Tick keeps timestamp
137 typedef std::chrono::time_point<std::chrono::high_resolution_clock> Tick;
139 // get current timestamp as a Tick
140 static inline Tick tickNow() {
152 static inline uint64_t tickDiffNS(Tick& sta, Tick& end) {
Latency.cpp 115 Tick sta, end;
203 Tick sta, end;
  /prebuilts/go/darwin-x86/src/time/
tick.go 49 // Tick is a convenience wrapper for NewTicker providing access to the ticking
50 // channel only. While Tick is useful for clients that have no need to shut down
53 // Unlike NewTicker, Tick will return nil if d <= 0.
54 func Tick(d Duration) <-chan Time {
tick_test.go 58 // Test the Tick convenience wrapper.
61 if got := Tick(-1); got != nil {
62 t.Errorf("Tick(-1) = %v; want nil", got)
  /prebuilts/go/linux-x86/src/time/
tick.go 49 // Tick is a convenience wrapper for NewTicker providing access to the ticking
50 // channel only. While Tick is useful for clients that have no need to shut down
53 // Unlike NewTicker, Tick will return nil if d <= 0.
54 func Tick(d Duration) <-chan Time {
tick_test.go 58 // Test the Tick convenience wrapper.
61 if got := Tick(-1); got != nil {
62 t.Errorf("Tick(-1) = %v; want nil", got)
  /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...]
  /frameworks/native/libs/binder/tests/
schd-dbg.cpp 204 typedef chrono::time_point<chrono::high_resolution_clock> Tick;
206 static inline Tick tickNow() {
210 static inline uint64_t tickNano(Tick& sta, Tick& end) {
286 Tick sta, end;
349 Tick sta, end;
  /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...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/
Image.c     [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) {
  /build/soong/finder/
finder_test.go 895 filesystem.Clock.Tick()
901 filesystem.Clock.Tick()
903 filesystem.Clock.Tick()
942 filesystem.Clock.Tick()
983 filesystem.Clock.Tick()
1026 filesystem.Clock.Tick()
1071 filesystem.Clock.Tick()
1126 filesystem.Clock.Tick()
1184 filesystem.Clock.Tick()
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpTimer.c 533 if (Tcb->IpInfo->IpVersion == IP_VERSION_6 && Tcb->Tick > 0) {
534 Tcb->Tick--;
TcpProto.h 92 #define TCP_TICK 200 ///< Every TCP tick is 200ms.
93 #define TCP_TICK_HZ 5 ///< The frequence of TCP tick.
341 UINT32 Tick; ///< 1 tick = 200ms
  /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)
244 STDMETHOD(Tick)(THIS_ D3DVALUE) PURE;
286 #define IDirect3DRM2_Tick(p,a) (p)->lpVtbl->Tick(p,a)
325 #define IDirect3DRM2_Tick(p,a) (p)->Tick(a)
387 STDMETHOD(Tick)(THIS_ D3DVALUE) PURE;
434 #define IDirect3DRM3_Tick(p,a) (p)->lpVtbl->Tick(p,a)
    [all...]
  /build/soong/ui/build/
signal.go 73 // In case cleanup() deadlocks, the next tick will panic.
89 timeout = time.Tick(time.Second * 2)
  /external/v8/tools/
tickprocessor-driver.js 29 // Tick Processor's code flow.
ll_prof.py 131 def Tick(self, pc):
179 # 5 spaces for tick count
770 def Tick(self, pc):
942 code.Tick(sample.ip)
951 if not library_repo.Tick(sample.ip) and not code:
986 print "%9.2fs tick processing time" % sample_time
    [all...]
  /prebuilts/go/darwin-x86/test/chan/
nonblock.go 63 var ticker = time.Tick(10 * 1000) // 10 us
  /prebuilts/go/linux-x86/test/chan/
nonblock.go 63 var ticker = time.Tick(10 * 1000) // 10 us
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Dispatcher.c 326 UINT64 Tick;
328 Tick = 0;
330 Tick = GetPerformanceCounter ();
646 PERF_START (DriverEntry->ImageHandle, "LoadImage:", NULL, Tick);
    [all...]

Completed in 408 milliseconds

1 2 3