/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 2132 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 | 645 struct timespec ts; local 646 TIMEVAL_TO_TIMESPEC(&end_time, &ts); 648 int result = sem_timedwait(&sem_, &ts);
|
platform-macos.cc | 717 mach_timespec_t ts; local 718 ts.tv_sec = timeout / 1000000; 719 ts.tv_nsec = (timeout % 1000000) * 1000; 720 return semaphore_timedwait(semaphore_, ts) != KERN_OPERATION_TIMED_OUT;
|
platform-solaris.cc | 611 #define TIMEVAL_TO_TIMESPEC(tv, ts) do { \ 612 (ts)->tv_sec = (tv)->tv_sec; \ 613 (ts)->tv_nsec = (tv)->tv_usec * 1000; \ 649 struct timespec ts; local 650 TIMEVAL_TO_TIMESPEC(&end_time, &ts); 653 int result = sem_timedwait(&sem_, &ts);
|
/frameworks/av/libvideoeditor/lvpp/ |
PreviewPlayer.cpp | 924 TimeSource *ts = (mFlags & AUDIO_AT_EOS) ? &mSystemTimeSource : mTimeSource; local 926 if(ts == NULL) { 936 mTimeSourceDeltaUs = ts->getRealTimeUs() - timeUs; 945 int64_t nowUs = ts->getRealTimeUs() - mTimeSourceDeltaUs; 954 ts->getRealTimeUs(),timeUs); [all...] |
/frameworks/base/core/jni/ |
android_util_Process.cpp | 889 struct timespec ts; local 891 int res = clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts); 897 nsecs_t when = seconds_to_nanoseconds(ts.tv_sec) + ts.tv_nsec;
|
/frameworks/opt/net/voip/src/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);
|
/hardware/invensense/65xx/libsensors_iio/ |
MPLSensor.cpp | 2538 struct timespec ts; local [all...] |
/hardware/qcom/audio/visualizer/ |
offload_visualizer.c | 530 struct timespec ts; local 531 if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0) { 532 time_t secs = ts.tv_sec - visu_ctxt->buffer_update_time.tv_sec; 533 long nsec = ts.tv_nsec - visu_ctxt->buffer_update_time.tv_nsec; [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/ |
video_encoder_device.cpp | 389 struct timespec ts; local 396 if (clock_gettime(CLOCK_REALTIME, &ts) < 0) 401 ts.tv_sec += 1; 405 &loaded_start_stop_mlock, &ts); 421 struct timespec ts; local 428 if (clock_gettime(CLOCK_REALTIME, &ts) < 0) 433 ts.tv_sec += 1; 437 &loaded_start_stop_mlock, &ts); [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/ |
video_encoder_device.cpp | 385 struct timespec ts; local 393 if (clock_gettime(CLOCK_REALTIME, &ts) < 0) { 398 ts.tv_sec += 1; 402 &loaded_start_stop_mlock, &ts); 419 struct timespec ts; local 427 if (clock_gettime(CLOCK_REALTIME, &ts) < 0) { 432 ts.tv_sec += 1; 436 &loaded_start_stop_mlock, &ts); [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ConcurrentHashMap.java | 1464 int ss, ts; typedefs [all...] |
ForkJoinTask.java | 786 List<? extends ForkJoinTask<?>> ts = local 789 int last = ts.size() - 1; 791 ForkJoinTask<?> t = ts.get(i); 802 ForkJoinTask<?> t = ts.get(i); [all...] |
/libcore/luni/src/test/java/libcore/java/util/ |
OldCollectionsTest.java | 838 TreeSet ts = new TreeSet<Integer>(); local 840 SortedSet ss = Collections.checkedSortedSet(ts, Integer.class);
|
/packages/apps/Camera/src/com/android/camera/ui/ |
Switch.java | 151 int ts = res.getDimensionPixelSize(R.dimen.thumb_text_size); local 152 if (ts != mTextPaint.getTextSize()) { 153 mTextPaint.setTextSize(ts);
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
Switch.java | 144 int ts = res.getDimensionPixelSize(R.dimen.thumb_text_size); local 145 if (ts != mTextPaint.getTextSize()) { 146 mTextPaint.setTextSize(ts);
|
/system/core/adb/ |
commandline.c | 514 const char *ts; local 519 ts = s; 523 for( ;*ts != '\0'; ts++) { 525 if (*ts == ' ' || *ts == '"' || *ts == '\\' || *ts == '(' || *ts == ')') { 532 ts = s [all...] |
/bionic/libc/netbsd/resolv/ |
res_cache.c | 1319 struct timespec ts = {0,0}; local [all...] |
/bionic/libc/tzcode/ |
localtime.c | 525 struct state ts; local 529 result = tzparse(&up->buf[1], &ts, FALSE); 530 if (result == 0 && ts.typecnt == 2 && 531 sp->charcnt + ts.charcnt <= TZ_MAX_CHARS) { 533 ts.ttis[i].tt_abbrind += 535 for (i = 0; i < ts.charcnt; ++i) 537 ts.chars[i]; 539 while (i < ts.timecnt && 540 ts.ats[i] <= 543 while (i < ts.timecnt & [all...] |