Home
last modified time | relevance | path

Searched defs:tick (Results 1 – 25 of 108) sorted by relevance

12345

/external/ipsec-tools/src/racoon/
Dschedule.c127 sched_new(tick, func, param) in sched_new() argument
295 test(tick) in test() argument
305 int *tick; in getstdin() local
Dschedule.h54 time_t tick; /* for debug */ member
75 time_t tick; member
/external/perfetto/infra/ci/controller/
Dqueue.yaml15 - name: tick play
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dtick.js126 function tick(t, isAnimationFrame, updatingAnimations) { function
173 testing.tick = function(t) { timeline.currentTime = t; processRafCallbacks(t); }; function
Deffect-callback.js70 function tick(t) { function
/external/llvm-project/openmp/runtime/test/api/
Domp_get_wtick.c7 double tick; in test_omp_get_wtick() local
/external/rust/crates/crossbeam-channel/src/flavors/
Dmod.rs16 pub mod tick; module
/external/toybox/toys/example/
Ddemo_scankey.c24 unsigned width, height, tick; in demo_scankey_main() local
/external/libevent/
Dbufferevent_ratelim.c118 unsigned tick; in bufferevent_update_buckets() local
396 unsigned tick; in bev_refill_callback_() local
532 unsigned tick; in bev_group_refill_callback_() local
567 ev_uint32_t tick; in bufferevent_set_rate_limit() local
643 ev_uint32_t tick; in bufferevent_rate_limit_group_new() local
/external/rust/crates/tokio/src/io/driver/
Dscheduled_io.rs444 let tick = TICK.unpack(curr) as u8; localVariable
463 let tick = TICK.unpack(curr) as u8; localVariable
514 let tick = TICK.unpack(scheduled_io.readiness.load(Acquire)) as u8; localVariable
/external/llvm-project/openmp/runtime/src/
Dkmp_stats.cpp238 void explicitTimer::start(tsc_tick_count tick) { in start()
247 void explicitTimer::stop(tsc_tick_count tick, in stop()
296 tsc_tick_count tick = tsc_tick_count::now(); in push() local
312 tsc_tick_count tick = tsc_tick_count::now(); in pop() local
326 tsc_tick_count tick = tsc_tick_count::now(); in exchange() local
/external/rust/crates/tokio/src/time/
Dinterval.rs149 pub async fn tick(&mut self) -> Instant { in tick() method
/external/python/cpython3/Lib/turtledemo/
Dclock.py96 def tick(): function
/external/python/cpython2/Demo/turtle/
Dtdemo_clock.py96 def tick(): function
/external/rust/crates/syn/tests/repo/
Dprogress.rs6 tick: Instant, field
/external/jemalloc_new/include/jemalloc/internal/
Dticker.h15 int32_t tick; member
/external/curl/src/
Dtool_cb_prg.h36 unsigned int tick; member
/external/skqp/modules/sksg/src/
DSkSGScene.cpp21 void Animator::tick(float t) { in tick() function in sksg::Animator
/external/lzma/CPP/7zip/UI/Console/
DPercentPrinter.cpp90 DWORD tick = 0; in Print() local
/external/autotest/client/tests/cgroup/
Dcgroup.py305 def tick(self): member in cgroup.test_cpuset.per_cpu_load
/external/rust/crates/tokio/src/task/
Dlocal.rs503 fn tick(&self) -> bool { in tick() method
526 let tick = self.tick.get(); in next_task() localVariable
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
DICUZDump.java49 private long tick = 1000; field in ICUZDump
64 public void setTick(int tick) { in setTick()
/external/guava/android/guava/src/com/google/common/base/
DStopwatch.java171 long tick = ticker.read(); in stop() local
/external/guava/guava/src/com/google/common/base/
DStopwatch.java173 long tick = ticker.read(); in stop() local
/external/python/httplib2/tests/
Dtest_proxy.py154 def proxy_conn(client, tick): argument

12345