Home
last modified time | relevance | path

Searched refs:time (Results 3351 - 3375 of 4888) sorted by relevance

1...<<131132133134135136137138139140>>...196

/third_party/curl/include/curl/
H A Dcurl.h36 /* 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 Dputil.cpp55 * 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 Dputil.cpp55 * 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 Dobject-stats.cc223 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 Dputil.cpp55 * 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 Dbuild-installer.py39 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 Dtesthelpers.py2 import time namespace
930 meth = types.MethodType(time.ctime, time.time())
/third_party/python/Modules/
H A Dtimemodule.c110 "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 Dtimer_mgr.cpp18 #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 Drtsp_player_demo.cpp97 time_t t = time(nullptr); in RecvSaveH264()
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper.h210 void AddNodeLayoutTime(int64_t time);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Dtoss_animation_controller.cpp18 #include <sys/time.h>
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_common.cpp25 time_t now = time(nullptr); in GetRtspDate()
/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.h104 void IntTimeToText(uint32_t time, std::string& timeText);
/foundation/arkui/ace_engine/adapter/preview/entrance/samples/
H A Devent_adapter.cpp187 pointerEvent_->time = std::chrono::high_resolution_clock::now(); in RecognizePointerEvent()
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dtime_util.cpp20 #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 Dtoss_animation_controller.cpp18 #include <sys/time.h>
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtoss_animation_controller.cpp18 #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 Dui_video.h185 * @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 Da2dp_codec_thread.cpp17 #include <sys/time.h>
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_uuid.cpp18 #include <sys/time.h>
25 #include "sys/time.h"
/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_client_producer.h88 GSError GetPresentTimestamp(uint32_t sequence, GraphicPresentTimestampType type, int64_t &time) override;
/foundation/multimedia/audio_framework/frameworks/js/napi/audiocapturer/
H A Dnapi_audio_capturer.h51 uint64_t time; member
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Danimation_system.h70 bool Update(bool frameRenderingQueued, uint64_t time, uint64_t delta) override;
/foundation/multimedia/audio_lite/services/impl/audio_source/
H A Daudio_source.cpp265 ret = audioCapture_->GetCapturePosition(audioCapture_, &frame.frames, &frame.time); in ReadFrame()

Completed in 28 milliseconds

1...<<131132133134135136137138139140>>...196