Searched full:run (Results 1 – 25 of 264) sorted by relevance
1234567891011
| /GUIX-v6.2.1/test/guix_studio_test/test_view/ |
| D | test_main.py | 80 …parser.add_argument('-c', action='store_true', dest='run_color_format_tests', help = 'Run color fo… 81 …urces_edit', action='store_true', dest='run_resources_edit_tests', help = 'Run resources edit test… 82 … parser.add_argument('-w', action='store_true', dest='run_widget_tests', help = 'Run Widget tests') 83 …'--menu_widget', action='store_true', dest='run_menu_widget_tests', help = 'Run menu widget tests') 84 …ect_import', action='store_true', dest='run_project_import_tests', help = 'Run project import test… 85 …idget', action='store_true', dest='run_scroll_wheel_widget_tests', help = 'Run scroll wheel widget… 86 …parser.add_argument('-t', action='store_true', dest='run_toolbar_tests', help = 'Run toolbar tests… 89 …parser.add_argument('-p', action='store_true', dest='run_copy_paste_tests', help = 'Run copy/paste… 90 …action='store_true', dest='run_copy_paste_between_projects_tests', help = 'Run copy/paste between … 91 …te_color', action='store_true', dest='run_copy_paste_color_tests', help = 'Run copy/paste color te… [all …]
|
| D | test_trigger_edit.py | 551 print("run trigger merge") 554 print("run trigger delete") 557 print("run trigger edit") 560 print("run notify message test") 563 print("run animation id add remove test") 571 print("run check empty screen flow test")
|
| D | test_template.py | 428 print("run template delete") 434 print("run template edit") 437 print("run template name test") 444 print("run derived widget update")
|
| D | test_app_run.py | 10 notes = "* App Run Tests *\n" 12 notes += "* Test run application in studio *\n" 36 test_utils.write_end("Test App Run")
|
| D | test_resources_edit.py | 760 print('run color add and edit') 767 print('run font add and edit') 770 print('run pixelmap add and edit') 773 print('run string add and edit')
|
| D | test_toolbar.py | 231 print('run toolbar button click') 236 print('run drag resize function') 255 print('run toolbar function')
|
| D | test_font.py | 448 print('run kerning font test') 456 print('run custom system font test') 459 print('run font height test')
|
| D | test_bidi_text.py | 71 print("Run bidi text configuration") 74 print("Run reordered bidi text generation")
|
| D | test_add_widget.py | 900 print('run widget add') 905 print('run multi-line text input test') 908 print("run string table sorting")
|
| /GUIX-v6.2.1/test/ |
| D | README.md | 4 This guide provides instructions on how to run and add GUIX and GUIX Studio regression tests, along… 11 4. [Run Regression Test](#run-regression-test) 12 5. [Run One Test Case](#run-one-test-case) 19 1. [Run GUIX Studio Test Demo](#run-guix-studio-test-demo) 24 2. [Run GUIX Studio Test View](#run-guix-studio-test-view) 36 - **run.sh:** The script that builds and runs the tests. 59 ### Run Regression Test 62 2. To build and run all the tests, use the following commands. 64 ./run.sh build all 65 ./run.sh run all [all …]
|
| /GUIX-v6.2.1/common/src/ |
| D | gx_utility_bidi_paragraph_reorder.c | 178 Will be released before level run buffer is used. */ in _gx_utility_bidi_buffer_allocate() 181 /* Size of buffer used for loading level run data. */ in _gx_utility_bidi_buffer_allocate() 184 /* Size of buffer used for loading isolate run data. */ in _gx_utility_bidi_buffer_allocate() 798 /* isolate run sequence. */ 807 /* siolate_run Pointer to isolate run */ 872 /* Internal helper function to calculate one isolate run sequence */ 873 /* start from the specified level run. */ 879 /* previous level run */ 880 /* level_run Pointer to level run structure*/ 881 /* isolate_run Buffer to load an isolate run */ [all …]
|
| /GUIX-v6.2.1/.github/workflows/ |
| D | studio_installer.yml | 5 # Controls when the action will run. 9 # A workflow run is made up of one or more jobs that can run sequentially or in parallel 19 # The type of runner that the job will run on 30 run: scripts\run-pwsh.cmd scripts\install_inno_setup.ps1 33 run: scripts\build_guix_studio.cmd 36 run: scripts\download_vc_redist.cmd 39 run: scripts\generate_studio_installer.cmd
|
| D | studio_demo_test.yml | 5 # Controls when the action will run. Triggers the workflow on push or pull request 14 # A workflow run is made up of one or more jobs that can run sequentially or in parallel 24 # The type of runner that the job will run on 35 run: scripts\build_guix_studio.cmd 38 run: scripts\test_studio_demo.cmd
|
| D | studio_view_test.yml | 5 # Controls when the action will run. Triggers the workflow on push or pull request 14 # A workflow run is made up of one or more jobs that can run sequentially or in parallel 24 # The type of runner that the job will run on 35 run: scripts\install_studio_view.cmd 38 run: scripts\test_studio_view.cmd
|
| D | studio_demo_test_compile.yml | 5 # Controls when the action will run. Triggers the workflow on push or pull request 14 # A workflow run is made up of one or more jobs that can run sequentially or in parallel 24 # The type of runner that the job will run on 35 run: scripts\build_guix.cmd 38 run: scripts\test_studio_demo_compile.cmd
|
| D | studio_msix_package.yml | 5 # Controls when the action will run. 9 # A workflow run is made up of one or more jobs that can run sequentially or in parallel 19 # The type of runner that the job will run on 30 run: scripts/build_guix_studio_msix_package.cmd
|
| D | regression_test.yml | 5 # Controls when the action will run. Triggers the workflow on push or pull request 14 # A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
| /GUIX-v6.2.1/scripts/ |
| D | win-installer-helper.psm1 | 488 Inno Setup installer packages can be run in silent mode with the options 536 DevDiv Tools installer packages can be run in silent mode with the options 895 in 1-minute intervals and a message is printed and a script block is run on each wakeup. 899 The script block to run after each sleep period. 1056 The path to the application to run. 1134 # Run-ExternalProcessWithWaitAndKill 1142 application, then waits and then kills it so that a subsequent run can succeed. 1144 The path to the application to run. 1152 function Run-ExternalProcessWithWaitAndKill in Run-ExternalProcessWithWaitAndKill() 1248 An optional script block that will be run after each wait interval. [all …]
|
| /GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/ |
| D | diff.h | 213 * `GIT_DELTA_RENAMED` and `GIT_DELTA_COPIED` will only show up if you run 972 * @param diff diff to run detection algorithms on 973 * @param options Control how detection should be run, NULL for defaults 1077 * When you run `git diff --name-status` it uses single letter codes in 1140 * Directly run a diff on two blobs. 1150 * We do run a binary content check on the blob content and if either blob 1180 * Directly run a diff between a blob and a buffer. 1218 * Directly run a diff between two buffers.
|
| D | status.h | 115 * detection should be run between the index and the working directory 238 * Gather file statuses and run a callback for each one. 258 * Gather file status information and run callbacks as requested.
|
| /GUIX-v6.2.1/test/guix_test/cmake/ |
| D | run.sh | 9 [ -f .run.sh ] || ln -sf threadx/scripts/cmake_bootstrap.sh .run.sh 10 ./.run.sh $*
|
| /GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/ |
| D | tttables.h | 170 * (slope=rise/run). 173 * The run coefficient of the cursor's slope. 288 * (slope=rise/run). 291 * The run coefficient of the cursor's slope.
|
| /GUIX-v6.2.1/test/guix_studio_test/test_demo/ |
| D | README.txt | 3 The test script is written using Python. In order to run this test suite, 12 2) Run the test script.
|
| /GUIX-v6.2.1/guix_studio/libs/libpng/include/ |
| D | png.h | 393 /* Section 2: run time configuration 396 * Run time configuration allows the application to choose between 1553 * at run time for those applications that need to handle I/O in a 2772 * read or just write; in that case you may see an error at run time. You can 3172 * run out of buffer space but return a corrected size which should work. 3190 * are detected at run time, however sometimes it may be impossible 3199 * selected at run time.
|
| /GUIX-v6.2.1/guix_studio/libs/libgit2/ |
| D | LICENSE.txt | 126 when run, you must cause it, when started running for such 567 linked with the Library has the freedom and the wherewithal to run 574 be combined with the library in order to run. 760 Library. A suitable mechanism is one that (1) uses at run time a
|
1234567891011