Home
last modified time | relevance | path

Searched refs:datetime (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/pyb/
A Drtc.py9 rtc.datetime((2014, 1, 1, 1, 0, 0, 0, 0))
11 print(rtc.datetime()[:7])
14 def set_and_print(datetime): argument
15 rtc.datetime(datetime)
16 print(rtc.datetime()[:7])
/AliOS-Things-master/components/py_engine/
A Dpy_engine_prepare.py6 import datetime
8 from datetime import datetime
103 build_date = datetime.now()
105 build_date = datetime.datetime.utcfromtimestamp(
/AliOS-Things-master/components/py_engine/engine/py/
A Dmakeversionhdr.py11 import datetime
83 build_date = datetime.date.today()
85 build_date = datetime.datetime.utcfromtimestamp(
/AliOS-Things-master/solutions/py_engine_demo/
A Dcp_solutions_res.py6 import datetime
8 from datetime import datetime
/AliOS-Things-master/components/py_engine/tests/wipy/
A Drtc.py17 rtc = RTC(datetime=(2015, 8, 29, 9, 0, 0, 0, None))
45 def set_and_print(datetime): argument
46 rtc.init(datetime)
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/ras/
A Dras2tif.c103 static char *datetime = "1990:01:01 12:00:00"; local
108 sprintf(datetime, "%04d:%02d:%02d %02d:%02d:%02d",
215 TIFFSetField(tif, TIFFTAG_DATETIME, datetime);
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/compatibility/
A Dconvert_binary_to_cc_source.py26 import datetime
95 """.format(year=datetime.date.today().year)
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/cmake/
A Dbazel_to_cmake.py38 import datetime
/AliOS-Things-master/components/py_engine/engine/drivers/display/
A Dlcd160cr_test.py123 t = rtc.datetime()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiff2pdf.c4271 char* datetime; in t2p_pdf_tifftime() local
4274 && (strlen(datetime) >= 19) ){ in t2p_pdf_tifftime()
4277 t2p->pdf_datetime[2]=datetime[0]; in t2p_pdf_tifftime()
4278 t2p->pdf_datetime[3]=datetime[1]; in t2p_pdf_tifftime()
4279 t2p->pdf_datetime[4]=datetime[2]; in t2p_pdf_tifftime()
4280 t2p->pdf_datetime[5]=datetime[3]; in t2p_pdf_tifftime()
4281 t2p->pdf_datetime[6]=datetime[5]; in t2p_pdf_tifftime()
4282 t2p->pdf_datetime[7]=datetime[6]; in t2p_pdf_tifftime()
4283 t2p->pdf_datetime[8]=datetime[8]; in t2p_pdf_tifftime()
4284 t2p->pdf_datetime[9]=datetime[9]; in t2p_pdf_tifftime()
[all …]
/AliOS-Things-master/components/jsoncpp/doc/
A Ddoxyfile.in1614 # $datetime, $date, $doxygenversion, $projectname, $projectnumber. Doxygen will
A Dweb_doxyfile.in1614 # $datetime, $date, $doxygenversion, $projectname, $projectnumber. Doxygen will
/AliOS-Things-master/components/littlevgl/scripts/
A DDoxyfile1695 # $datetime, $date, $doxygenversion, $projectname, $projectnumber,
/AliOS-Things-master/documentation/doxygen/
A DDoxyfile-AOS1995 # $datetime, $date, $doxygenversion, $projectname, $projectnumber,

Completed in 33 milliseconds