Home
last modified time | relevance | path

Searched full:notest (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Tools/msi/
Duploadrelease.bat14 set NOTEST= variable
28 if "%1" EQU "--skip-test" (set NOTEST=true) && shift && goto CheckOpts variable
29 if "%1" EQU "-T" (set NOTEST=true) && shift && goto CheckOpts variable
70 if not defined NOTEST (
/third_party/rust/crates/clap/tests/builder/
Dpossible_values.rs48 .try_get_matches_from(vec!["myprog", "notest"]); in possible_values_of_positional_fail()
89 .try_get_matches_from(vec!["myprog", "test123", "notest"]); in possible_values_of_positional_multiple_fail()
127 .try_get_matches_from(vec!["myprog", "--option", "notest"]); in possible_values_of_option_fail()
170 .try_get_matches_from(vec!["", "--option", "test123", "--option", "notest"]); in possible_values_of_option_multiple_fail()
/third_party/glslang/Test/baseResults/
Dspv.for-notest.vert.out1 spv.for-notest.vert
/third_party/vixl/tools/
Dtest.py168 general_arguments.add_argument('--notest', action='store_true',
424 if not (args.notest and args.nobench):
436 if not args.notest:
/third_party/rust/crates/minimal-lexical/.github/workflows/
DCross.yml63 notest:
/third_party/ltp/testcases/kernel/sched/tool/
Dtime-schedule.c110 "time-schedule [-h] [-thread] [-notest] [-pipe] [-fpu] [num_running]"; in main()
129 else if (strcmp(argv[count], "-notest") == 0) in main()
/third_party/lwip/contrib/apps/LwipMibCompiler/Mibs/
DIF-MIB1628 noTest OBJECT IDENTIFIER ::= { 0 0 }
1630 When the value noTest is written to this object, no action
1641 on the agent, a value of noTest is returned."
/third_party/glslang/gtests/
DSpv.FromFile.cpp274 "spv.for-notest.vert",