HomeSort by relevance Sort by last modified time
    Searched defs:ts (Results 401 - 425 of 635) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/widget/
Switch.java 309 int ts; local
320 ts = appearance.getDimensionPixelSize(com.android.internal.R.styleable.
322 if (ts != 0) {
323 if (ts != mTextPaint.getTextSize()) {
324 mTextPaint.setTextSize(ts);
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
RttManager.java 613 public long ts; field in class:RttManager.RttResult
750 dest.writeLong(result.ts);
802 results[i].ts = in.readLong();
    [all...]
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/ts/
SectionParser.java 17 package com.android.usbtuner.ts;
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/testdata/
testregex.c 1073 #define TABS(n) &ts[7-((n)&7)]
1075 static char ts[] = "\t\t\t\t\t\t\t"; variable
    [all...]
  /prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c 1073 #define TABS(n) &ts[7-((n)&7)]
1075 static char ts[] = "\t\t\t\t\t\t\t"; variable
    [all...]
  /bionic/libc/kernel/uapi/linux/
omap3isp.h 106 struct timeval ts; member in struct:omap3isp_stat_data
  /bionic/libc/tzcode/
localtime.c 578 struct state *ts = &lsp->u.st; local
581 if (tzparse(&up->buf[1], ts, false)
582 && ts->typecnt == 2) {
588 AHDT YST AKDT AKST) and ts->charcnt equals 10
594 char *tsabbr = ts->chars + ts->ttis[i].tt_abbrind;
598 ts->ttis[i].tt_abbrind = j;
607 ts->ttis[i].tt_abbrind = j;
614 for (i = 0; i < ts->timecnt; i++)
615 if (sp->ats[sp->timecnt - 1] < ts->ats[i]
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java 832 long [] ts = new long[1]; local
834 while ((frame = videoDecoder.getFrame(ts)) !=null) {
839 if (use_timestamp && ts[0] == -1) {
895 timestamp = (double)ts[0] / 1e6;
899 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/mksh/src/
funcs.c 433 char ts[4]; local
435 ts[utf_wctomb(ts, c - 0x100)] = 0;
438 Xput(xs, xp, ts[c]);
439 } while (ts[++c]);
1235 struct tstate ts; local
1237 for (ktwalk(&ts, t); (ap = ktnext(&ts)); ) {
    [all...]
  /external/selinux/libsepol/src/
module_to_cil.c 172 struct type_set *ts; member in union:attr_list_node::__anon22021
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/base/core/java/android/service/notification/
ZenModeConfig.java 904 protected static String ts(long time) { method in class:ZenModeConfig.ScheduleInfo
    [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...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 289 int ts; local
299 ts = appearance.getDimensionPixelSize(R.styleable.TextAppearance_android_textSize, 0);
300 if (ts != 0) {
301 if (ts != mTextPaint.getTextSize()) {
302 mTextPaint.setTextSize(ts);
    [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/current/platforms/android-21/arch-arm/usr/include/linux/
omap3isp.h 106 struct timeval ts; member in struct:omap3isp_stat_data
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
omap3isp.h 106 struct timeval ts; member in struct:omap3isp_stat_data
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
omap3isp.h 106 struct timeval ts; member in struct:omap3isp_stat_data
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
omap3isp.h 106 struct timeval ts; member in struct:omap3isp_stat_data
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
omap3isp.h 106 struct timeval ts; member in struct:omap3isp_stat_data
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
omap3isp.h 106 struct timeval ts; member in struct:omap3isp_stat_data
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
omap3isp.h 106 struct timeval ts; member in struct:omap3isp_stat_data
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
omap3isp.h 106 struct timeval ts; member in struct:omap3isp_stat_data

Completed in 820 milliseconds

<<11121314151617181920>>