HomeSort by relevance Sort by last modified time
    Searched refs:time (Results 226 - 250 of 6477) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/system/include/
ctime 34 * Standard C++ Library wrapper around the C time.h header file.
38 #include <time.h>
53 using ::time;
  /packages/apps/Nfc/nci/jni/
IntervalTimer.h 21 #include <time.h>
  /packages/inputmethods/LatinIME/native/jni/src/utils/
time_keeper.cpp 28 sCurrentTime = time(0);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
select.h 32 #include <sys/time.h>
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
select.h 32 #include <sys/time.h>
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
select.h 32 #include <sys/time.h>
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
ctime 34 * Standard C++ Library wrapper around the C time.h header file.
38 #include <time.h>
51 using ::time;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
select.h 32 #include <sys/time.h>
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
select.h 32 #include <sys/time.h>
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
ctime 34 * Standard C++ Library wrapper around the C time.h header file.
38 #include <time.h>
51 using ::time;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
select.h 32 #include <sys/time.h>
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
ctime 34 * Standard C++ Library wrapper around the C time.h header file.
38 #include <time.h>
53 using ::time;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
ctime 34 * Standard C++ Library wrapper around the C time.h header file.
38 #include <time.h>
53 using ::time;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
ctime 34 * Standard C++ Library wrapper around the C time.h header file.
38 #include <time.h>
53 using ::time;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
ctime 34 * Standard C++ Library wrapper around the C time.h header file.
38 #include <time.h>
53 using ::time;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
ctime 34 * Standard C++ Library wrapper around the C time.h header file.
38 #include <time.h>
53 using ::time;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
ctime 34 * Standard C++ Library wrapper around the C time.h header file.
38 #include <time.h>
53 using ::time;
  /prebuilts/ndk/9/sources/android/support/include/
time.h 33 #include_next <time.h>
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
ctime 34 * Standard C++ Library wrapper around the C time.h header file.
38 #include <time.h>
53 using ::time;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
ctime 34 * Standard C++ Library wrapper around the C time.h header file.
38 #include <time.h>
53 using ::time;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
ctime 34 * Standard C++ Library wrapper around the C time.h header file.
38 #include <time.h>
53 using ::time;
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
TimeUtils.cpp 20 #include <time.h>
24 #include <sys/time.h>
25 #include <time.h>
28 #include <sys/time.h>
  /external/chromium_org/chrome/common/media/
webrtc_logging_message_data.cc 11 WebRtcLoggingMessageData::WebRtcLoggingMessageData(base::Time time,
13 : timestamp(time), message(message) {}
16 WebRtcLoggingMessageData::Format(base::Time start_time) const {
  /external/chromium_org/components/domain_reliability/
test_util.h 70 // never be run if MockTime is destroyed before the mock time is advanced
71 // to their scheduled time.
75 virtual base::Time Now() OVERRIDE;
89 // Key used to store tasks in the task map. Includes the time the task should
90 // run and a sequence number to disambiguate tasks with the same time.
92 TaskKey(base::TimeTicks time, int sequence_number)
93 : time(time),
96 base::TimeTicks time; member in struct:domain_reliability::MockTime::TaskKey
100 // Comparator for TaskKey; sorts by time, then by sequence number
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
ostime.h 21 #include <time.h>
23 #include <sys/time.h>

Completed in 989 milliseconds

1 2 3 4 5 6 7 8 91011>>