HomeSort by relevance Sort by last modified time
    Searched defs:dtime (Results 1 - 10 of 10) sorted by null

  /external/e2fsprogs/debugfs/
lsdel.c 28 time_t dtime; member in struct:deleted_info
47 return arg1->dtime - arg2->dtime;
168 delarray[num_delarray].dtime = inode.i_dtime;
197 time_to_string(delarray[i].dtime));
  /external/ppp/pppd/plugins/radius/
buildreq.c 296 time_t start_time, dtime; local
323 dtime = 0;
324 if ((adt_vp = rc_avpair_add(&(data.send_pairs), PW_ACCT_DELAY_TIME, &dtime, 0, VENDOR_NONE)) == NULL)
339 dtime = time(NULL) - start_time;
340 rc_avpair_assign(adt_vp, &dtime, 0);
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpegdec_test.c 40 struct timeval dtime[2]; variable in typeref:struct:timeval
118 gettimeofday(&dtime[1], NULL);
120 __func__, __LINE__, ((TIME_IN_US(dtime[1]) - TIME_IN_US(dtime[0]))/1000));
406 gettimeofday(&dtime[0], NULL);
427 ((TIME_IN_US(dtime[1]) - TIME_IN_US(dtime[0]))/1000));
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpegdec_test.c 40 struct timeval dtime[2]; variable in typeref:struct:timeval
119 gettimeofday(&dtime[1], NULL);
121 __func__, __LINE__, ((TIME_IN_US(dtime[1]) - TIME_IN_US(dtime[0]))/1000));
408 gettimeofday(&dtime[0], NULL);
429 ((TIME_IN_US(dtime[1]) - TIME_IN_US(dtime[0]))/1000));
  /external/libvncserver/x11vnc/
util.c 72 double dtime(double *);
406 double dtime(double *t_old) { function
425 /* common dtime() activities: */
428 return dtime(t_old);
  /external/toybox/toys/
e2fs.h 91 uint32_t dtime; // Deletion Time member in struct:ext2_inode
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XInput2.h 357 int dtime; member in struct:__anon30153
XI2proto.h 1070 uint32_t dtime; member in struct:__anon30081
    [all...]
  /external/strace/
defs.h 283 struct timeval dtime; /* Delta for system time usage */ member in struct:tcb
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestFmwk.java 1642 long dtime = System.currentTimeMillis() - stack.millis; local
    [all...]

Completed in 393 milliseconds