Home
last modified time | relevance | path

Searched refs:time (Results 1 – 25 of 56) sorted by relevance

123

/GUIX-v6.2.1/guix_studio/
Dstudio_source_writer.cpp22 time(&osTime); in WriteCommentBlock()
23 CTime time(osTime); in WriteCommentBlock() local
31 time.GetDay(), time.GetMonth(), time.GetYear(), time.GetHour(), time.GetMinute()); in WriteCommentBlock()
/GUIX-v6.2.1/test/guix_studio_test/test_view/
Dtest_utils.py6 import time
295 time.sleep(5)
425 time_start = time.time()
433 time.sleep(1)
434 interval = time.time() - time_start
441 time.sleep(1)
445 time_start = time.time()
451 time.sleep(1)
452 interval = time.time() - time_start
455 time.sleep(1)
[all …]
Dtest_color_formats.py3 import time
21 time.sleep(1)
56 time.sleep(1)
Dtest_main.py7 import time
67 logging.info(" Test date: %s", time.asctime())
213 time_start = time.time()
217 interval = time.time() - time_start
Dtest_kerning_flag.py4 import time
Dtest_range_check.py3 import time
Dtest_trigger_target_rename.py3 import time
Dtest_app_run.py3 import time
Dtest_constants.py5 import time
Dtest_bidi_text.py3 import time
Dtest_unique_bidi_text_reference_check.py3 import time
Dtest_theme_edit.py3 import time
Dtest_undo.py4 import time
Dtest_folder_edit.py3 import time
Dtest_gauge.py4 import time
Dtest_synergy_setting.py4 import time
Dtest_text_input_text_set.py4 import time
Dtest_language_edit.py3 import time
Dtest_project_display_configure.py4 import time
Dtest_resource_xml.py3 import time
Dtest_list_resize.py4 import time
Dtest_lock_unlock_widget_pos.py3 import time
Dtest_radial_slider_widget.py4 import time
/GUIX-v6.2.1/
DCONTRIBUTING.md8 real-time applications published on under a permissive license. The Eclipse
10 * ThreadX - advanced real-time operating system (RTOS) designed specifically for deeply embedded ap…
11 …grade TCP/IP network stack designed specifically for deeply embedded real-time and IoT applications
17 …tool that provides a graphical view of real-time system events to better understand the behavior o…
/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/
Dsignature.h37 …gnature_new(git_signature **out, const char *name, const char *email, git_time_t time, int offset);

123