HomeSort by relevance Sort by last modified time
    Searched defs:get_time (Results 1 - 25 of 29) sorted by null

1 2

  /external/eigen/bench/btl/generic_bench/timers/
STL_timer.hh 60 double get_time( void ) function in class:STL_Timer
  /external/markdown/markdown/extensions/
rss.py 22 def get_time(heading): function
  /toolchain/binutils/binutils-2.25/gold/
timer.cc 51 this->get_time(&this->start_time_);
60 this->get_time(&thispass);
93 Timer::get_time(TimeStats *now) function in class:gold::Timer
112 this->get_time(&now);
  /external/autotest/client/site_tests/graphics_dEQP/
generate_controlfiles.py 114 def get_time(test): function
137 time = get_time(test)
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10x11main.cpp 39 double get_time() function
114 double start_time = get_time();
141 double ctime = get_time() - start_time;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11x11main.cpp 13 double get_time() function
74 double start_time = get_time();
101 double ctime = get_time() - start_time;
  /external/libcups/filter/
rasterbench.c 45 static double get_time(void);
99 start_secs = get_time();
103 write_secs = get_time();
110 read_secs = get_time();
155 * 'get_time()' - Get the current time in seconds.
159 get_time(void) function
  /external/libyuv/files/unit_test/
unit_test.h 82 static inline double get_time() { function
89 static inline double get_time() { function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
uuid.py 248 def get_time(self): member in class:UUID
252 time = property(get_time)
  /external/bison/lib/
timevar.c 190 static void get_time (struct timevar_time_def *);
200 get_time (now) function
302 get_time (&now);
350 get_time (&now);
390 get_time (&tv->start_time);
410 get_time (&now);
430 get_time (&now);
436 get_time (&now);
464 get_time (&now);
  /external/iproute2/tc/
tc_util.c 275 int get_time(unsigned *time, const char *str) function
  /prebuilts/gdb/darwin-x86/lib/python2.7/
uuid.py 248 def get_time(self): member in class:UUID
252 time = property(get_time)
  /prebuilts/gdb/linux-x86/lib/python2.7/
uuid.py 248 def get_time(self): member in class:UUID
252 time = property(get_time)
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_time_facets.h 140 iter_type get_time(iter_type __s, iter_type __end, ios_base& __str, function in class:time_get
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_time_facets.h 140 iter_type get_time(iter_type __s, iter_type __end, ios_base& __str, function in class:time_get
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_time_facets.h 140 iter_type get_time(iter_type __s, iter_type __end, ios_base& __str, function in class:time_get
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uuid.py 248 def get_time(self): member in class:UUID
252 time = property(get_time)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uuid.py 248 def get_time(self): member in class:UUID
252 time = property(get_time)
  /system/core/toolbox/
getevent.c 519 int get_time = 0; local
540 get_time = 1;
668 if(get_time) {
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_screen.c 117 get_time(void) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
gcmodule.c 852 get_time(void) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
gcmodule.c 801 get_time(void) function
846 t1 = get_time();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets_nonio.h 431 get_time(iter_type __beg, iter_type __end, ios_base& __io, function in class:time_get
566 * derived classes to change the value returned. @see get_time() for
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets_nonio.h 431 get_time(iter_type __beg, iter_type __end, ios_base& __io, function in class:time_get
566 * derived classes to change the value returned. @see get_time() for
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_facets_nonio.h 431 get_time(iter_type __beg, iter_type __end, ios_base& __io, function in class:time_get
566 * derived classes to change the value returned. @see get_time() for
    [all...]

Completed in 1147 milliseconds

1 2