| /frameworks/media/libvideoeditor/lvpp/ |
| PreviewPlayerBase.cpp | 1445 TimeSource *ts = (mFlags & AUDIO_AT_EOS) ? &mSystemTimeSource : mTimeSource; local [all...] |
| /libcore/luni/src/test/java/libcore/java/util/ |
| OldCollectionsTest.java | 738 TreeSet ts = new TreeSet<Integer>(); local 740 SortedSet ss = Collections.checkedSortedSet(ts, Integer.class);
|
| /bionic/libc/bionic/ |
| pthread.c | 1243 struct timespec ts; local 1306 struct timespec ts; local 1489 struct timespec ts; local 1537 struct timespec ts; local [all...] |
| /bionic/libc/tzcode/ |
| localtime.c | 654 struct state ts; local 658 result = tzparse(&u.buf[1], &ts, FALSE); 659 if (result == 0 && ts.typecnt == 2 && 660 sp->charcnt + ts.charcnt <= TZ_MAX_CHARS) { 662 ts.ttis[i].tt_abbrind += 664 for (i = 0; i < ts.charcnt; ++i) 666 ts.chars[i]; 668 while (i < ts.timecnt && 669 ts.ats[i] <= 672 while (i < ts.timecnt & [all...] |
| /external/blktrace/btreplay/ |
| btreplay.c | 285 static inline __u64 ts2ns(struct timespec *ts) 287 return ((__u64)(ts->tv_sec) * NS_TICKS) + (__u64)(ts->tv_nsec); 345 struct timespec ts = { local 349 clock_settime(CLOCK_MONOTONIC, &ts); 354 struct timespec ts; local 355 clock_gettime(CLOCK_MONOTONIC, &ts); 356 return ts2ns(&ts); [all...] |
| /external/bluetooth/glib/glib/ |
| gtestutils.c | 1017 GTestSuite *ts; local 1021 ts = g_slice_new0 (GTestSuite); 1022 ts->name = g_strdup (suite_name); 1023 return ts; 1186 GTestSuite *ts = slist->data; local [all...] |
| /external/chromium/chrome/browser/ui/gtk/ |
| gtk_util.cc | 939 struct timespec ts; local [all...] |
| /external/dbus/dbus/ |
| dbus-sysdeps-unix.c | 2518 struct timespec ts; local [all...] |
| /external/icu4c/test/intltest/ |
| ssearch.cpp | 987 UnicodeString ts = CharsToUnicodeString(test[i]); local 988 CollationElementIterator *iter = col->createCollationElementIterator(ts); 1002 iter->setOffset(ts.length(), status); [all...] |
| /external/icu4c/tools/tzcode/ |
| localtime.c | 526 struct state ts; local 530 result = tzparse(&u.buf[1], &ts, FALSE); 531 if (result == 0 && ts.typecnt == 2 && 532 sp->charcnt + ts.charcnt <= TZ_MAX_CHARS) { 534 ts.ttis[i].tt_abbrind += 536 for (i = 0; i < ts.charcnt; ++i) 538 ts.chars[i]; 540 while (i < ts.timecnt && 541 ts.ats[i] <= 544 while (i < ts.timecnt & [all...] |
| /external/mksh/src/ |
| funcs.c | 673 char ts[4]; local 675 c = utf_wctomb(ts, c - 0x100); 676 ts[c] = 0; 677 for (c = 0; ts[c]; ++c) 678 Xput(xs, xp, ts[c]); 1390 struct tstate ts; local [all...] |
| edit.c | 665 struct tstate ts; local 668 ktwalk(&ts, tp); 669 while ((te = ktnext(&ts))) [all...] |
| /external/qemu/ |
| net.c | 1943 } ts; member in struct:pcap_sf_pkthdr 1952 int64_t ts; local [all...] |
| net-android.c | 2047 } ts; member in struct:pcap_sf_pkthdr 2056 int64_t ts; local [all...] |
| /external/quake/quake/src/WinQuake/ |
| snd_gus.cpp | 357 char ts[INI_STRING_SIZE*2];
local 388 stripped_fgets(ts,INI_STRING_SIZE*2,f);
390 if (is_section(ts,"*"))
391 current_section=add_section(ts,ftell(f));
393 if (is_section(ts,section))
413 stripped_fgets(ts,INI_STRING_SIZE*2,f);
414 get_field_string(s,ts);
426 stripped_fgets(ts,INI_STRING_SIZE*2,f);
428 if (is_field(ts,"*"))
429 add_field(ts,current_section,string_start_pos); [all...] |
| /external/v8/src/ |
| platform-linux.cc | 762 #define TIMEVAL_TO_TIMESPEC(tv, ts) do { \ 763 (ts)->tv_sec = (tv)->tv_sec; \ 764 (ts)->tv_nsec = (tv)->tv_usec * 1000; \ 787 struct timespec ts; local 788 TIMEVAL_TO_TIMESPEC(&end_time, &ts); 791 int result = sem_timedwait(&sem_, &ts);
|
| /frameworks/base/media/libstagefright/ |
| AwesomePlayer.cpp | 1696 TimeSource *ts = local [all...] |
| /frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/ |
| BearerData.java | 239 TimeStamp ts = new TimeStamp(); local 243 ts.year = year >= 96 ? year + 1900 : year + 2000; 246 ts.month = month - 1; 249 ts.monthDay = day; 252 ts.hour = hour; 255 ts.minute = minute; 258 ts.second = second; 259 return ts; [all...] |
| /packages/apps/Nfc/jni/ |
| com_android_nfc_NativeNfcManager.cpp | 134 struct timespec ts; local 157 clock_gettime(CLOCK_REALTIME, &ts); 158 ts.tv_sec += 5; 161 if(sem_timedwait(&cb_data.sem, &ts)) 362 struct timespec ts; local 997 struct timespec ts; local 1827 struct timespec ts; local 2450 struct timespec ts; local [all...] |
| /system/core/libcutils/ |
| tztime.c | 580 struct state ts; local 584 result = tzparse(&u.buf[1], &ts, FALSE); 585 if (result == 0 && ts.typecnt == 2 && 586 sp->charcnt + ts.charcnt <= TZ_MAX_CHARS) { 588 ts.ttis[i].tt_abbrind += 590 for (i = 0; i < ts.charcnt; ++i) 592 ts.chars[i]; 594 while (i < ts.timecnt && 595 ts.ats[i] <= 598 while (i < ts.timecnt & [all...] |
| /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
| CollectionsTest.java | 396 TreeSet ts = new TreeSet(); local 397 ts.addAll(s); 398 Enumeration e = Collections.enumeration(ts); [all...] |
| /external/blktrace/ |
| blktrace.c | 524 struct timespec ts; local 526 make_timespec(&ts, 50); 527 pthread_cond_timedwait(cond, mutex, &ts); [all...] |
| /libcore/luni/src/test/java/tests/api/java/util/ |
| CollectionsTest.java | 418 TreeSet ts = new TreeSet(); local 419 ts.addAll(s); 420 Enumeration e = Collections.enumeration(ts); [all...] |
| /external/chromium/third_party/libevent/ |
| evdns.c | 1046 struct timespec ts; local 1051 if (clock_gettime(CLOCK_MONOTONIC, &ts) != -1) 1055 if (clock_gettime(clkid, &ts) == -1) 1057 trans_id = ts.tv_nsec & 0xffff; [all...] |
| /external/nist-sip/java/gov/nist/javax/sip/stack/ |
| SIPDialog.java | 2239 TimeStamp ts = new TimeStamp(); local [all...] |