Home
last modified time | relevance | path

Searched refs:os (Results 1 – 25 of 49) sorted by relevance

12

/GUIX-v6.4.1/test/guix_studio_test/test_demo/
Dtest_main.py1 import os
13 from os.path import basename
15 sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)) + '\\..\\test_view')
69 if not os.path.isfile(project_sln_path):
73 if os.system("msbuild " + project_sln_path + " /p:Configuration=Release") != 0:
83 if not os.path.isfile(project_sln_path):
87 if os.system("msbuild " + project_sln_path + " /p:Configuration=" + configuration) != 0:
95 project_pathname = os.path.abspath(file)
96 (project_path, project_name) = os.path.split(project_pathname)
104 test_file_list = os.listdir(project_path)
[all …]
Dcompare_two_files.py1 import os
7 …logging.debug('Comparing: %s and %s', os.path.basename(file_name_1), os.path.basename(file_name_2))
10 if os.path.exists(file_name_1) is False:
14 if os.path.exists(file_name_2) is False:
179 file_list = os.listdir(test_output_path)
Dset_project_lib_version.py1 import os
39 absolute_path = os.path.abspath(project)
41 if not os.path.isfile(absolute_path):
44 (project_path, project_name) = os.path.split(absolute_path)
Dsearch_gxps.py1 import os
7 for root, dirnames, filenames in os.walk(directory):
10 gxps.append(os.path.join(root, filename))
/GUIX-v6.4.1/test/guix_studio_test/test_view/
Dtest_utils.py2 import os
157 if not os.path.isfile(msbuild_exe_path):
161 if not os.path.isfile(msbuild_exe_path):
164 os.system("msbuild " + project_sln_path + " /p:Configuration=Release")
168 path = os.path.realpath(DEFAULT_OUTPUT_FILE_PATH)
170 if os.path.exists(path) == False:
171 os.makedirs(path)
173 if not os.path.isfile(gxp_project):
176 if not os.path.isfile(studio_release):
179 absolute_path = os.path.abspath(gxp_project)
[all …]
Dtest_string_import_export.py2 import os
94 studio_release = os.path.abspath(studio_release)
95 project_pathname = os.path.abspath(project_pathname)
99os.system(os.path.abspath(studio_release) + " -p " + project_pathname + " -n -r -i ../EnglishtoJap…
Dtest_guix_lib_version_set.py2 import os
12 if not os.path.isfile(test_project):
Dtest_project_import.py2 import os
257 …import_project_name = os.path.abspath(test_utils.DEFAULT_OUTPUT_FILE_PATH) + '\\test_project_impor…
291 …import_project_name = os.path.abspath(test_utils.DEFAULT_OUTPUT_FILE_PATH) + '\\test_project_impor…
340 …import_project_name = os.path.abspath(test_utils.DEFAULT_OUTPUT_FILE_PATH) + "\\test_compile_impor…
Dtest_widget_name.py2 import os
104 …import_project_name = os.path.abspath(test_utils.DEFAULT_OUTPUT_FILE_PATH) + '\\test_widget_name.g…
Dtest_kerning_flag.py2 import os
Dtest_range_check.py1 import os
Dtest_trigger_target_rename.py1 import os
Dtest_app_run.py1 import os
Dtest_constants.py1 import os
Dtest_bidi_text.py1 import os
Dtest_unique_bidi_text_reference_check.py1 import os
Dtest_theme_edit.py1 import os
Dtest_undo.py2 import os
Dtest_folder_edit.py1 import os
Dtest_gauge.py2 import os
Dtest_synergy_setting.py2 import os
Dtest_text_input_text_set.py2 import os
Dtest_language_edit.py1 import os
Dtest_project_display_configure.py2 import os
/GUIX-v6.4.1/guix_studio/libs/libgit2/include/git2/
Doid.h262 GIT_EXTERN(int) git_oid_shorten_add(git_oid_shorten *os, const char *text_id);
269 GIT_EXTERN(void) git_oid_shorten_free(git_oid_shorten *os);

12