HomeSort by relevance Sort by last modified time
    Searched defs:ts (Results 251 - 275 of 391) sorted by null

<<111213141516

  /external/fio/
fio.h 109 struct thread_stat ts; member in struct:thread_data
  /external/icu/icu4c/source/test/intltest/
ssearch.cpp 632 UnicodeString ts = CharsToUnicodeString(test[i]); local
633 CollationElementIterator *iter = col->createCollationElementIterator(ts);
647 iter->setOffset(ts.length(), status);
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 518 struct state ts; local
522 result = tzparse(&up->buf[1], &ts, FALSE);
523 if (result == 0 && ts.typecnt == 2 &&
524 sp->charcnt + ts.charcnt <= TZ_MAX_CHARS) {
526 ts.ttis[i].tt_abbrind +=
528 for (i = 0; i < ts.charcnt; ++i)
530 ts.chars[i];
532 while (i < ts.timecnt &&
533 ts.ats[i] <=
536 while (i < ts.timecnt &
    [all...]
  /external/linux-tools-perf/src/tools/perf/
builtin-sched.c 176 struct timespec ts; local
178 clock_gettime(CLOCK_MONOTONIC, &ts);
180 return ts.tv_sec * 1000000000ULL + ts.tv_nsec;
194 struct timespec ts; local
196 ts.tv_nsec = nsecs % 999999999;
197 ts.tv_sec = nsecs / 999999999;
199 nanosleep(&ts, NULL);
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 277 unsigned ts[SVGA3D_PIXEL_SAMPLERREG_MAX][SVGA3D_TS_MAX]; member in struct:svga_hw_draw_state
  /external/mksh/src/
funcs.c 427 char ts[4]; local
429 ts[utf_wctomb(ts, c - 0x100)] = 0;
430 for (c = 0; ts[c]; ++c)
431 Xput(xs, xp, ts[c]);
1213 struct tstate ts; local
1215 for (ktwalk(&ts, t); (ap = ktnext(&ts)); ) {
    [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 1902 TimeSource *ts = local
    [all...]
  /frameworks/base/core/java/android/widget/
Switch.java 305 int ts; local
316 ts = appearance.getDimensionPixelSize(com.android.internal.R.styleable.
318 if (ts != 0) {
319 if (ts != mTextPaint.getTextSize()) {
320 mTextPaint.setTextSize(ts);
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
RttManager.java 584 public long ts; field in class:RttManager.RttResult
714 dest.writeLong(result.ts);
764 results[i].ts = in.readLong();
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 240 int ts; local
250 ts = appearance.getDimensionPixelSize(R.styleable.TextAppearance_android_textSize, 0);
251 if (ts != 0) {
252 if (ts != mTextPaint.getTextSize()) {
253 mTextPaint.setTextSize(ts);
    [all...]
  /bionic/libc/kernel/uapi/linux/
omap3isp.h 106 struct timeval ts; member in struct:omap3isp_stat_data
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java 825 long [] ts = new long[1]; local
827 while ((frame = videoDecoder.getFrame(ts)) !=null) {
832 if (use_timestamp && ts[0] == -1) {
887 timestamp = (double)ts[0] / 1e6;
891 if (LOCAL_LOGV) Log.v(TAG, String.format("Added frame %d ts = %f", i, timestamp));
    [all...]
  /development/ndk/platforms/android-21/include/linux/
omap3isp.h 106 struct timeval ts; member in struct:omap3isp_stat_data
  /external/blktrace/
blktrace.c 524 struct timespec ts; local
526 make_timespec(&ts, 50);
527 pthread_cond_timedwait(cond, mutex, &ts);
    [all...]
  /external/kernel-headers/original/uapi/linux/
omap3isp.h 160 * @ts: Timestamp of returned framestats.
167 struct timeval ts; member in struct:omap3isp_stat_data
  /external/linux-tools-perf/src/tools/lib/traceevent/
event-parse.h 42 unsigned long long ts; member in struct:pevent_record
  /external/selinux/libsepol/src/
module_to_cil.c 172 struct type_set *ts; member in union:attr_list_node::__anon17931
835 attr_list_node->set.ts = set;
851 static int typeset_to_names(struct policydb *pdb, struct type_set *ts, char ***names, uint32_t *num_names, char **generated_attribute)
854 if (ebitmap_cardinality(&ts->negset) > 0 || ts->flags != 0) {
862 rc = ebitmap_to_names(pdb->p_type_val_to_name, ts->types, names, num_names);
927 static int process_typeset(int indent, struct policydb *pdb, struct type_set *ts, struct list *attr_list, char ***type_names, uint32_t *num_type_names)
933 rc = typeset_to_names(pdb, ts, type_names, num_type_names, &generated_attribute);
944 rc = cil_print_attr_strs(indent, pdb, 1, &ts->types, &ts->negset, ts->flags, generated_attribute)
982 struct type_set *ts; local
1070 struct type_set *ts; local
1262 struct type_set *ts; local
1349 struct type_set *ts; local
1449 struct type_set *ts; local
1520 struct type_set *ts; local
1636 struct type_set *ts; local
2009 struct type_set *ts; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
BearerData.java 238 TimeStamp ts = new TimeStamp(); local
242 ts.year = year >= 96 ? year + 1900 : year + 2000;
245 ts.month = month - 1;
248 ts.monthDay = day;
251 ts.hour = hour;
254 ts.minute = minute;
257 ts.second = second;
258 return ts;
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 545 Class<?> c; Type[] ts, as; Type t; ParameterizedType p; local
548 if ((ts = c.getGenericInterfaces()) != null) {
549 for (int i = 0; i < ts.length; ++i) {
550 if (((t = ts[i]) instanceof ParameterizedType) &&
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
omap3isp.h 159 * @ts: Timestamp of returned framestats.
166 struct timeval ts; member in struct:omap3isp_stat_data
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
omap3isp.h 106 struct timeval ts; member in struct:omap3isp_stat_data
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
omap3isp.h 106 struct timeval ts; member in struct:omap3isp_stat_data
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
omap3isp.h 106 struct timeval ts; member in struct:omap3isp_stat_data
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
omap3isp.h 106 struct timeval ts; member in struct:omap3isp_stat_data
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
omap3isp.h 106 struct timeval ts; member in struct:omap3isp_stat_data

Completed in 2064 milliseconds

<<111213141516