HomeSort by relevance Sort by last modified time
    Searched defs:ts (Results 126 - 150 of 188) sorted by null

1 2 3 4 56 7 8

  /hardware/invensense/libsensors/
MPLSensor.cpp 981 struct timespec ts; local
983 clock_gettime(CLOCK_MONOTONIC, &ts);
984 //LOGV("Time %lld", (int64_t)ts.tv_sec * 1000000000 + ts.tv_nsec);
985 return (int64_t) ts.tv_sec * 1000000000 + ts.tv_nsec;
    [all...]
  /hardware/ril/reference-ril/
atchannel.c 114 struct timespec ts; local
117 ts.tv_sec = (msec / 1000);
118 ts.tv_nsec = (msec % 1000) * 1000 * 1000;
121 err = nanosleep (&ts, &ts);
255 // See eg. TS 27.005 4.3
727 struct timespec ts; local
748 setTimespecRelative(&ts, timeoutMsec);
757 err = pthread_cond_timedwait(&s_commandcond, &s_commandmutex, &ts);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppManager.java 366 Long ts = System.currentTimeMillis(); local
380 values.put(BluetoothShare.TIMESTAMP, ts);
  /system/core/adb/
commandline.c 418 const char *ts; local
423 ts = s;
427 for( ;*ts != '\0'; ts++) {
429 if (*ts == ' ' || *ts == '"' || *ts == '\\' || *ts == '(' || *ts == ')') {
436 ts = s
    [all...]
  /external/bluetooth/bluez/audio/
liba2dp.c 968 struct timespec ts; local
977 ts.tv_sec = tv.tv_sec + (timeout / 1000);
978 ts.tv_nsec = (tv.tv_usec + (timeout % 1000) * 1000L ) * 1000L;
990 err = pthread_cond_timedwait(&data->client_wait, &data->mutex, &ts);
  /external/bluetooth/bluez/test/
hciemu.c 108 uint64_t ts; /* Timestamp microseconds */ member in struct:btsnoop_pkt
206 uint64_t ts; local
213 ts = (tv.tv_sec - 946684800ll) * 1000000ll + tv.tv_usec;
219 pkt.ts = hton64(ts + 0x00E03AB44A676000ll);
  /external/dhcpcd/
dhcpcd.c 723 struct timespec ts; local
733 ts.tv_sec = RELEASE_DELAY_S;
734 ts.tv_nsec = RELEASE_DELAY_NS;
735 nanosleep(&ts, NULL);
1751 struct timespec ts; local
    [all...]
  /external/dropbear/
scp.c 772 struct timespec ts, rm; local
808 TIMEVAL_TO_TIMESPEC(&bwend, &ts);
809 while (nanosleep(&ts, &rm) == -1) {
812 ts = rm;
  /external/e2fsprogs/misc/
badblocks.c 8 * Copyright 1995, 1996, 1997, 1998, 1999 by Theodore Ts'o
354 struct timespec ts; local
355 ts.tv_sec = tv2.tv_sec - tv1.tv_sec;
356 ts.tv_nsec = (tv2.tv_usec - tv1.tv_usec) * MILISEC;
357 if (ts.tv_nsec < 0) {
358 ts.tv_nsec += NANOSEC;
359 ts.tv_sec -= 1;
362 ts.tv_sec = ts.tv_sec * d_flag / 100;
363 ts.tv_nsec = ts.tv_nsec * d_flag / 100
    [all...]
tune2fs.c 8 * Copyright 1995, 1996, 1997, 1998, 1999, 2000 by Theodore Ts'o.
565 struct tm ts; local
570 memset(&ts, 0, sizeof(ts));
572 strptime(str, "%Y%m%d%H%M%S", &ts);
574 sscanf(str, "%4d%2d%2d%2d%2d%2d", &ts.tm_year, &ts.tm_mon,
575 &ts.tm_mday, &ts.tm_hour, &ts.tm_min, &ts.tm_sec)
    [all...]
  /external/mksh/src/
eval.c 1426 XString ts; local
    [all...]
lex.c 560 char ts[4]; local
566 c = utf_wctomb(ts, c2 - 0x100);
567 ts[c] = 0;
568 for (c = 0; ts[c]; ++c) {
570 *wp++ = ts[c];
    [all...]
  /external/opencv/cv/src/
cvstereogc.cpp 59 int ts; member in struct:GCVtx
149 v->ts = 0;
188 u->ts = v->ts;
204 if( u->dist > v->dist+1 && u->ts <= v->ts )
208 u->ts = v->ts;
293 if( u->ts == curr_ts )
306 u->ts = curr_ts
    [all...]
  /external/ppp/pppd/
eap.c 434 struct t_server *ts; local
448 ts = (struct t_server *)esp->es_server.ea_session;
449 if (ts != NULL) {
450 t_serverclose(ts);
553 if ((ts = t_serveropenraw(&tpw.pebuf, tce)) == NULL)
555 esp->es_server.ea_session = (void *)ts;
559 t_serveraddexdata(ts, vals, 2);
561 t_servergenexp(ts);
570 ts = (struct t_server *)esp->es_server.ea_session;
571 if (ts != NULL && status != 0)
650 struct t_server *ts; local
1734 struct t_server *ts; local
    [all...]
  /external/qemu/
gdbstub.c 1861 TaskState *ts = s->c_cpu->opaque; local
    [all...]
qemu-io.c 105 char s1[64], s2[64], ts[64]; local
107 timestr(t, ts, sizeof(ts), Cflag ? VERBOSE_FIXED_TIME : 0);
114 s1, cnt, ts, s2, tdiv((double)cnt, *t));
117 total, cnt, ts,
    [all...]
qemu-timer.c 531 QEMUTimer *ts; local
533 ts = qemu_mallocz(sizeof(QEMUTimer));
534 ts->clock = clock;
535 ts->cb = cb;
536 ts->opaque = opaque;
537 ts->scale = scale;
538 return ts;
541 void qemu_free_timer(QEMUTimer *ts)
543 qemu_free(ts);
547 void qemu_del_timer(QEMUTimer *ts)
626 QEMUTimer **ptimer_head, *ts; local
    [all...]
  /external/qemu/tcg/
tcg.c 298 TCGTemp *ts; local
309 ts = &s->temps[s->nb_globals];
310 ts->base_type = type;
311 ts->type = type;
312 ts->fixed_reg = 1;
313 ts->reg = reg;
314 ts->name = name;
341 TCGTemp *ts; local
349 ts = &s->temps[s->nb_globals];
350 ts->base_type = type
418 TCGTemp *ts; local
489 TCGTemp *ts; local
766 TCGTemp *ts; local
789 TCGTemp *ts; local
1193 TCGTemp *ts; local
1380 TCGTemp *ts; local
1419 TCGTemp *ts; local
1452 TCGTemp *ts; local
1466 TCGTemp *ts; local
1514 TCGTemp *ts; local
1559 TCGTemp *ts; local
1604 TCGTemp *ts, *ots; local
1668 TCGTemp *ts; local
1832 TCGTemp *ts; local
2123 TCGTemp *ts; local
    [all...]
  /external/v8/src/
platform-cygwin.cc 555 #define TIMEVAL_TO_TIMESPEC(tv, ts) do { \
556 (ts)->tv_sec = (tv)->tv_sec; \
557 (ts)->tv_nsec = (tv)->tv_usec * 1000; \
580 struct timespec ts; local
581 TIMEVAL_TO_TIMESPEC(&end_time, &ts);
584 int result = sem_timedwait(&sem_, &ts);
platform-freebsd.cc 602 struct timespec ts; local
603 TIMEVAL_TO_TIMESPEC(&end_time, &ts);
605 int result = sem_timedwait(&sem_, &ts);
platform-macos.cc 638 mach_timespec_t ts; local
639 ts.tv_sec = timeout / 1000000;
640 ts.tv_nsec = (timeout % 1000000) * 1000;
641 return semaphore_timedwait(semaphore_, ts) != KERN_OPERATION_TIMED_OUT;
platform-solaris.cc 535 #define TIMEVAL_TO_TIMESPEC(tv, ts) do { \
536 (ts)->tv_sec = (tv)->tv_sec; \
537 (ts)->tv_nsec = (tv)->tv_usec * 1000; \
573 struct timespec ts; local
574 TIMEVAL_TO_TIMESPEC(&end_time, &ts);
577 int result = sem_timedwait(&sem_, &ts);
  /frameworks/base/core/java/android/widget/
Switch.java 178 int ts; local
189 ts = appearance.getDimensionPixelSize(com.android.internal.R.styleable.
191 if (ts != 0) {
192 if (ts != mTextPaint.getTextSize()) {
193 mTextPaint.setTextSize(ts);
  /frameworks/base/core/jni/
android_util_Process.cpp 809 struct timespec ts; local
811 int res = clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts);
817 nsecs_t when = seconds_to_nanoseconds(ts.tv_sec) + ts.tv_nsec;
  /frameworks/base/voip/jni/rtp/
AudioGroup.cpp 656 timespec ts; local
657 ts.tv_sec = 0;
658 ts.tv_nsec = 100000000;
660 nanosleep(&ts, NULL);
666 nanosleep(&ts, NULL);

Completed in 1746 milliseconds

1 2 3 4 56 7 8