HomeSort by relevance Sort by last modified time
    Searched defs:ts (Results 726 - 750 of 1050) sorted by null

<<21222324252627282930>>

  /libcore/ojluni/src/main/java/java/util/
HashMap.java 347 Class<?> c; Type[] ts, as; Type t; ParameterizedType p; local
350 if ((ts = c.getGenericInterfaces()) != null) {
351 for (int i = 0; i < ts.length; ++i) {
352 if (((t = ts[i]) instanceof ParameterizedType) &&
    [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 89 struct timeval ts; member in struct:omap3isp_stat_data
  /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...]
  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/
ufs.h 419 } ts; member in struct:query_upiu
440 } ts; member in struct:query_resp_upiu
  /external/adhd/cras/src/libcras/
cras_client.c 1060 struct timespec ts; local
1073 cras_timespec_to_timespec(&ts, &stream->capture_shm.area->ts);
1081 &ts,
1089 &ts,
1135 struct timespec ts; local
    [all...]
  /external/blktrace/
blktrace.c 524 struct timespec ts; local
526 make_timespec(&ts, 50);
527 pthread_cond_timedwait(cond, mutex, &ts);
    [all...]
  /external/fio/
fio.h 152 struct thread_stat ts; member in struct:thread_data
  /external/kernel-headers/original/uapi/linux/
omap3isp.h 161 * @ts: Timestamp of returned framestats.
168 struct timeval ts; member in struct:omap3isp_stat_data
  /external/ltp/testcases/kernel/fs/doio/
doio.c 3832 struct timeval ts; local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 344 unsigned ts[SVGA3D_PIXEL_SAMPLERREG_MAX][SVGA3D_TS_MAX]; member in struct:svga_hw_draw_state
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_ff.c 110 } ts[8]; member in struct:nine_ff_ps_key::__anon30208::__anon30209
    [all...]
  /external/mksh/src/
funcs.c 304 char ts[4]; member in struct:__anon30686
471 po.ts[utf_wctomb(po.ts, po.wc)] = 0;
474 Xput(xs, xp, po.ts[c]);
475 } while (po.ts[++c]);
503 po.ts[utf_wctomb(po.ts, c - 0x100)] = 0;
506 Xput(xs, xp, po.ts[c]);
507 } while (po.ts[++c]);
965 struct tstate ts; local
    [all...]
  /external/selinux/libsepol/src/
module_to_cil.c 809 struct type_set *ts; local
819 ts = (struct type_set *)set;
820 pos = &ts->types;
821 neg = &ts->negset;
822 flags = ts->flags;
1047 static int process_typeset(struct policydb *pdb, struct type_set *ts, struct list *attr_list, char ***names, int *num_names)
1054 if (ebitmap_length(&ts->negset) > 0 || ts->flags != 0) {
1055 rc = set_to_names(pdb, 1, ts, attr_list, names, num_names);
1060 rc = ebitmap_to_names(&ts->types, pdb->p_type_val_to_name, names, num_names)
1084 struct type_set *ts; local
1184 struct type_set *ts; local
1439 struct type_set *ts; local
1535 struct type_set *ts; local
1606 struct type_set *ts; local
1724 struct type_set *ts; local
2103 struct type_set *ts; local
    [all...]
  /external/syslinux/lzo/src/
lzo_supp.h 2956 struct timespec ts; local
2987 struct timespec ts; local
3001 struct timespec ts; local
3055 struct timespec ts; local
3069 struct timespec ts; local
    [all...]
  /external/tensorflow/tensorflow/c/
c_api.cc 1803 std::vector<Tensor> ts; local
    [all...]
  /frameworks/base/core/java/android/service/notification/
ZenModeConfig.java 1088 protected static String ts(long time) { method in class:ZenModeConfig.ScheduleInfo
    [all...]
  /frameworks/base/core/java/android/widget/
Switch.java 313 int ts; local
324 ts = appearance.getDimensionPixelSize(com.android.internal.R.styleable.
326 if (ts != 0) {
327 if (ts != mTextPaint.getTextSize()) {
328 mTextPaint.setTextSize(ts);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
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/main/java/androidx/appcompat/widget/
SwitchCompat.java 301 int ts; local
311 ts = appearance.getDimensionPixelSize(R.styleable.TextAppearance_android_textSize, 0);
312 if (ts != 0) {
313 if (ts != mTextPaint.getTextSize()) {
314 mTextPaint.setTextSize(ts);
    [all...]
  /packages/apps/TV/tuner/src/com/android/tv/tuner/ts/
SectionParser.java 17 package com.android.tv.tuner.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
  /system/bt/btif/src/
btif_dm.cc 3237 uint64_t ts = local
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWI.cpp 5136 struct timespec ts; local
    [all...]

Completed in 1158 milliseconds

<<21222324252627282930>>