Home
last modified time | relevance | path

Searched defs:msecs (Results 1 – 25 of 130) sorted by relevance

123456

/aosp_15_r20/external/ltp/lib/
H A Dtst_process_state.c19 unsigned int msecs = 0; in tst_process_state_wait() local
74 unsigned int msecs = 0; in tst_process_exit_wait() local
H A Dtst_thread_state.c18 unsigned int msecs = 0; in tst_thread_state_wait() local
H A Dtst_checkpoint.c110 unsigned int msecs = 0, waked = 0; in tst_checkpoint_wake() local
/aosp_15_r20/tools/loganalysis/src/com/android/loganalysis/util/
H A DNumberFormattingUtil.java33 public static long getMs(long days, long hours, long mins, long secs, long msecs) { in getMs()
40 public static long getMs(long hours, long mins, long secs, long msecs) { in getMs()
/aosp_15_r20/external/jackson-databind/src/test/java/perf/
H A DObjectReaderTestBase.java129 double msecs; in doTest() local
147 private void updateStats(int type, boolean doGc, String msg, double msecs) in updateStats()
H A DObjectWriterTestBase.java66 double msecs = testSer(REPS, value, writer); in test() local
H A DManualReadWithTypeResolution.java116 private void updateStats(int type, boolean doGc, String msg, double msecs) in updateStats()
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DGestureStrokeRecognitionPoints.java238 final int msecs = time - mEventTimes.get(lastIndex); in detectFastMove() local
293 final int msecs = (int)(time - mLastMajorEventTime); in updateIncrementalRecognitionSize() local
/aosp_15_r20/external/webrtc/system_wrappers/source/
H A Dsleep.cc24 void SleepMs(int msecs) { in SleepMs()
/aosp_15_r20/external/coreboot/src/lib/
H A Ddelay.c4 void mdelay(unsigned int msecs) in mdelay()
/aosp_15_r20/external/vboot_reference/tests/
H A Dsha_benchmark.c21 uint32_t msecs; in main() local
/aosp_15_r20/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
H A Dmlos.h84 static inline void msleep(long msecs) in msleep()
/aosp_15_r20/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
H A Dmlos.h84 static inline void msleep(long msecs) in msleep()
/aosp_15_r20/external/python/cpython2/Demo/curses/
Dxmas.py42 def look_out(msecs): argument
/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/util/
DExifUtils.java146 long msecs = datetime.getTime(); in parseDateTime() local
/aosp_15_r20/external/jackson-core/src/test/java/perf/
H A DParserTestBase.java30 long msecs; in test() local
H A DManualCharAccessTest.java66 long msecs; in test() local
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/functional/semaphores/
H A Dsem_sleepingbarber.c45 static void mdelay(unsigned msecs) in mdelay()
/aosp_15_r20/external/flashrom/
H A Dfile_lock.c63 static void msecs_to_timespec(int msecs, struct timespec *tmspec) in msecs_to_timespec()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_cache.h59 unsigned msecs; member
/aosp_15_r20/external/pdfium/testing/
H A Dembedder_test_timer_handling_delegate.h40 int SetTimer(int msecs, TimerCallback fn) override { in SetTimer()
/aosp_15_r20/external/libnl/src/lib/
H A Daddr.c108 uint64_t msecs; in parse_lifetime() local
/aosp_15_r20/tools/loganalysis/src/com/android/loganalysis/parser/
H A DBatteryStatsSummaryInfoParser.java87 final int msecs = NumberFormattingUtil.parseIntOrZero(dischargeMatcher.group(5)); in parse() local
/aosp_15_r20/system/extras/tests/ext4/
H A Drand_emmc_perf.c151 int msecs; in perf_test() local
/aosp_15_r20/packages/modules/Bluetooth/system/embdrv/sbc/decoder/include/
Doi_bt_spec.h204 #define OI_MSECS_TO_BT_TICKS(msecs) (((msecs) * 8) / 5) argument

123456