HomeSort by relevance Sort by last modified time
    Searched full:gettimeofday (Results 676 - 700 of 1099) sorted by null

<<21222324252627282930>>

  /system/core/adb/
file_sync_client.c 41 gettimeofday(&tv, 0);
usb_linux.c 344 gettimeofday(&tv, NULL);
  /system/core/init/
devices.c 303 gettimeofday(&tv, 0);
  /system/media/audio_utils/
echo_reference.c 56 // default ALSA gettimeofday() format
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/
configure.info 306 For example, not all systems support the `gettimeofday' function.
307 If you want to use the `gettimeofday' function when it is available,
309 by putting `AC_CHECK_FUNCS(gettimeofday)' in `configure.in'.
313 `gettimeofday' function is available, and to not define the macro at
315 to test whether it is safe to call `gettimeofday'.
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/
configure.info 306 For example, not all systems support the `gettimeofday' function.
307 If you want to use the `gettimeofday' function when it is available,
309 by putting `AC_CHECK_FUNCS(gettimeofday)' in `configure.in'.
313 `gettimeofday' function is available, and to not define the macro at
315 to test whether it is safe to call `gettimeofday'.
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/
configure.info 306 For example, not all systems support the `gettimeofday' function.
307 If you want to use the `gettimeofday' function when it is available,
309 by putting `AC_CHECK_FUNCS(gettimeofday)' in `configure.in'.
313 `gettimeofday' function is available, and to not define the macro at
315 to test whether it is safe to call `gettimeofday'.
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/
configure.info 306 For example, not all systems support the `gettimeofday' function.
307 If you want to use the `gettimeofday' function when it is available,
309 by putting `AC_CHECK_FUNCS(gettimeofday)' in `configure.in'.
313 `gettimeofday' function is available, and to not define the macro at
315 to test whether it is safe to call `gettimeofday'.
    [all...]
  /external/chromium/testing/gtest/src/
gtest.cc 53 // gettimeofday().
89 // MinGW has gettimeofday() but not _ftime64().
91 // gettimeofday().
105 // Assume other platforms have gettimeofday().
107 // gettimeofday().
809 gettimeofday(&now, NULL);
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest.cc 56 // gettimeofday().
92 // MinGW has gettimeofday() but not _ftime64().
94 // gettimeofday().
108 // Assume other platforms have gettimeofday().
110 // gettimeofday().
809 gettimeofday(&now, NULL);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest.cc 53 // gettimeofday().
89 // MinGW has gettimeofday() but not _ftime64().
91 // gettimeofday().
105 // Assume other platforms have gettimeofday().
107 // gettimeofday().
809 gettimeofday(&now, NULL);
    [all...]
  /external/gtest/src/
gtest.cc 53 // gettimeofday().
89 // MinGW has gettimeofday() but not _ftime64().
91 // gettimeofday().
105 // Assume other platforms have gettimeofday().
107 // gettimeofday().
809 gettimeofday(&now, NULL);
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc 53 // gettimeofday().
89 // MinGW has gettimeofday() but not _ftime64().
91 // gettimeofday().
105 // Assume other platforms have gettimeofday().
107 // gettimeofday().
809 gettimeofday(&now, NULL);
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 53 // gettimeofday().
89 // MinGW has gettimeofday() but not _ftime64().
91 // gettimeofday().
105 // Assume other platforms have gettimeofday().
107 // gettimeofday().
809 gettimeofday(&now, NULL);
    [all...]
  /external/open-vcdiff/gtest/src/
gtest.cc 50 // gettimeofday().
87 // MinGW has gettimeofday() but not _ftime64().
89 // gettimeofday().
103 // Assume other platforms have gettimeofday().
105 // gettimeofday().
774 gettimeofday(&now, NULL);
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 50 // gettimeofday().
87 // MinGW has gettimeofday() but not _ftime64().
89 // gettimeofday().
103 // Assume other platforms have gettimeofday().
105 // gettimeofday().
774 gettimeofday(&now, NULL);
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc 56 // gettimeofday().
92 // MinGW has gettimeofday() but not _ftime64().
94 // gettimeofday().
108 // Assume other platforms have gettimeofday().
110 // gettimeofday().
809 gettimeofday(&now, NULL);
    [all...]
  /bionic/linker/
linker.cpp     [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_clientstub.c 335 if (gettimeofday(&tv, NULL) < 0)
336 { syslog(LOG_WARNING, "dnssd_clientstub create_hdr: gettimeofday failed %d %s", dnssd_errno, dnssd_strerror(dnssd_errno)); return NULL; }
    [all...]
  /external/qemu/
trace.c 211 gettimeofday(&tv, NULL);
407 gettimeofday(&tv, &tz);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 231 nStatus = gettimeofday(&newer, NULL);
    [all...]
  /prebuilts/sdk/renderscript/lib/x86/
libc.so 
  /art/runtime/hprof/
hprof.cc 631 if (gettimeofday(&now, NULL) < 0) {
    [all...]
  /dalvik/vm/
Profile.cpp 111 gettimeofday(&tv, NULL);
    [all...]

Completed in 689 milliseconds

<<21222324252627282930>>