/third_party/curl/include/curl/ |
H A D | curl.h | 36 /* Compile-time deprecation macros. */ 54 #include "system.h" /* determine things run-time */ 66 #include <time.h> 96 #include <sys/time.h> 251 time for those who feel adventurous. The practical minimum is about 308 time_t time; /* always zero! */ member 317 char *time; member 544 CURLE_OPERATION_TIMEDOUT, /* 28 - the timeout time was reached */ 1079 /* CURLOPT aliases that make no run-time difference */ 1164 * during "low speed time" second [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | putil.cpp | 55 * Cygwin with GCC requires inclusion of time.h after the above disabling strict asci mode statement. 57 #include <time.h> 60 #include <sys/time.h> 246 UDate fakeClock_dt = 0; /** Offset (fake time - real time) **/ 264 fprintf(stderr,"U_DEBUG_FAKETIME was set at compile time, so the ICU clock will start at a preset value\n" in getUTCtime_fake() 265 "env variable U_FAKETIME_START=%.0f (%s) for an offset of %.0f ms from the current time %.0f\n", in getUTCtime_fake() 269 fprintf(stderr,"U_DEBUG_FAKETIME was set at compile time, but U_FAKETIME_START was not set.\n" in getUTCtime_fake() 309 /* Return UTC (GMT) time measured in milliseconds since 0:00 on 1/1/70.*/ 326 time( in uprv_getRawUTCtime() [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | putil.cpp | 55 * Cygwin with GCC requires inclusion of time.h after the above disabling strict asci mode statement. 57 #include <time.h> 60 #include <sys/time.h> 246 UDate fakeClock_dt = 0; /** Offset (fake time - real time) **/ 264 fprintf(stderr,"U_DEBUG_FAKETIME was set at compile time, so the ICU clock will start at a preset value\n" in getUTCtime_fake() 265 "env variable U_FAKETIME_START=%.0f (%s) for an offset of %.0f ms from the current time %.0f\n", in getUTCtime_fake() 269 fprintf(stderr,"U_DEBUG_FAKETIME was set at compile time, but U_FAKETIME_START was not set.\n" in getUTCtime_fake() 309 /* Return UTC (GMT) time measured in milliseconds since 0:00 on 1/1/70.*/ 326 time( in uprv_getRawUTCtime() [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | object-stats.cc | 223 double time = isolate()->time_millis_since_init(); in PrintJSON() local 229 PrintF("\"type\": \"gc_descriptor\", \"time\": %f }\n", time); in PrintJSON() 282 double time = isolate()->time_millis_since_init(); in Dump() local 288 stream << "\"time\":" << time << ","; in Dump() local
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | putil.cpp | 55 * Cygwin with GCC requires inclusion of time.h after the above disabling strict asci mode statement. 57 #include <time.h> 60 #include <sys/time.h> 246 UDate fakeClock_dt = 0; /** Offset (fake time - real time) **/ 264 fprintf(stderr,"U_DEBUG_FAKETIME was set at compile time, so the ICU clock will start at a preset value\n" in getUTCtime_fake() 265 "env variable U_FAKETIME_START=%.0f (%s) for an offset of %.0f ms from the current time %.0f\n", in getUTCtime_fake() 269 fprintf(stderr,"U_DEBUG_FAKETIME was set at compile time, but U_FAKETIME_START was not set.\n" in getUTCtime_fake() 309 /* Return UTC (GMT) time measured in milliseconds since 0:00 on 1/1/70.*/ 326 time( in uprv_getRawUTCtime() [all...] |
/third_party/python/Mac/BuildScript/ |
H A D | build-installer.py | 39 import platform, os, sys, getopt, textwrap, shutil, stat, time, pwd, grp namespace 119 # else if you don't want to re-fetch required libraries every time. 1419 # because having two version of python installed at the same time is 1631 imagepath = imagepath + '-%04d-%02d-%02d'%(time.localtime()[:3]) 1653 time.sleep(5) 1757 fp.write("# Date: %s\n" % time.ctime())
|
/third_party/python/Lib/unittest/test/testmock/ |
H A D | testhelpers.py | 2 import time namespace 930 meth = types.MethodType(time.ctime, time.time())
|
/third_party/python/Modules/ |
H A D | timemodule.c | 110 "time() -> floating point number\n\ 112 Return the current time in seconds since the Epoch.\n\ 128 Return the current time in nanoseconds since the Epoch."); 167 "the processor time used is not available " in _PyTime_GetClockWithInfo() 216 Return the time of the specified clock clk_id."); 244 Return the time of the specified clock clk_id as nanoseconds."); 275 "clock_settime(clk_id, time)\n\ 277 Set the time of the specified clock clk_id."); 308 "clock_settime_ns(clk_id, time)\n\ 310 Set the time o [all...] |
/foundation/ai/intelligent_voice_framework/utils/ |
H A D | timer_mgr.cpp | 18 #include <sys/time.h> 32 INTELL_VOICE_LOG_ERROR("gettimeoftoday time info error"); in LogTime() 157 oss << "set timer id " << id << " type " << type << " delay " << delayUs << " cookie " << cookie << " time "; in SetTimer()
|
/foundation/CastEngine/castengine_wifi_display/tests/demo/protocol/rtsp/ |
H A D | rtsp_player_demo.cpp | 97 time_t t = time(nullptr); in RecvSaveH264()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_wrapper.h | 210 void AddNodeLayoutTime(int64_t time);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | toss_animation_controller.cpp | 18 #include <sys/time.h>
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/ |
H A D | rtsp_common.cpp | 25 time_t now = time(nullptr); in GetRtspDate()
|
/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | video_element.h | 104 void IntTimeToText(uint32_t time, std::string& timeText);
|
/foundation/arkui/ace_engine/adapter/preview/entrance/samples/ |
H A D | event_adapter.cpp | 187 pointerEvent_->time = std::chrono::high_resolution_clock::now(); in RecognizePointerEvent()
|
/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | time_util.cpp | 20 #include <sys/time.h> 100 // when [hoursWest] is invalid, set current time zone to [hoursWest]. in GetTimeOfNow() 103 LOGW("hoursWest [%{public}d] is invalid, use current time zone.", timeOfNow.hoursWest_); in GetTimeOfNow() 129 // Theoretically, the time zone range should be [-12, +12], but some countries and regions that cross the in IsHoursWestValid() 155 // when [hoursWest] is invalid, set current time zone to [hoursWest]. in GetTimeOfZone() 158 LOGW("hoursWest [%{public}d] is invalid, use current time zone.", timeOfZone.hoursWest_); in GetTimeOfZone() 184 // Theoretically, the time zone range should be [-12, +12], but some countries and regions that cross the in HoursWestIsValid()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | toss_animation_controller.cpp | 18 #include <sys/time.h>
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | toss_animation_controller.cpp | 18 #include <sys/time.h> 72 TAG_LOGW(AceLogTag::ACE_DIALOG_TIMEPICKER, "toss time[%{public}lf] too small.", timeDiff); in Play()
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_video.h | 185 * @brief Obtains the current playback time. 187 * @param time Indicates the current playback time, in milliseconds. 192 bool GetCurrentTime(int64_t& time);
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_codec_thread.cpp | 17 #include <sys/time.h>
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | bt_uuid.cpp | 18 #include <sys/time.h> 25 #include "sys/time.h"
|
/foundation/graphic/graphic_surface/surface/include/ |
H A D | buffer_client_producer.h | 88 GSError GetPresentTimestamp(uint32_t sequence, GraphicPresentTimestampType type, int64_t &time) override;
|
/foundation/multimedia/audio_framework/frameworks/js/napi/audiocapturer/ |
H A D | napi_audio_capturer.h | 51 uint64_t time; member
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | animation_system.h | 70 bool Update(bool frameRenderingQueued, uint64_t time, uint64_t delta) override;
|
/foundation/multimedia/audio_lite/services/impl/audio_source/ |
H A D | audio_source.cpp | 265 ret = audioCapture_->GetCapturePosition(audioCapture_, &frame.frames, &frame.time); in ReadFrame()
|