Home
last modified time | relevance | path

Searched defs:environment (Results 1 – 25 of 4598) sorted by relevance

12345678910>>...184

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/shaderc/src/glslc/test/
H A Dinclude.py25 environment = Directory('.', [ variable in VerifyIncludeOneSibling
47 environment = Directory('.', [ variable in VerifyIncludeNotFound
60 environment = Directory('.', [ variable in VerifyCompileIncludeOneSibling
70 environment = Directory('.', [ variable in VerifyIncludeWithoutNewline
83 environment = Directory('.', [ variable in VerifyCompileIncludeWithoutNewline
100 environment = Directory('.', [ variable in VerifyIncludeTwoSiblings
126 environment = Directory('.', [ variable in VerifyCompileIncludeTwoSiblings
145 environment = Directory('.', [ variable in VerifyNestedIncludeAmongSiblings
170 environment = Directory('.', [ variable in VerifyCompileNestedIncludeAmongSiblings
192 environment = Directory('.', [ variable in VerifyIncludeSubdir
[all …]
H A Doption_dash_M.py131 environment = EMPTY_SHADER_IN_CURDIR variable in TestDashCapMSingleInputRelativePathNoInclude
159 environment = Directory('.', [ variable in TestDashCapMSingleInputRelativePathWithInclude
176 environment = Directory('.', [ variable in TestDashCapMSingleInputRelativePathWithIncludeSubdir
193 environment = Directory('.', [ variable in TestDashCapMSingleInputRelativePathWithDashI
211 environment = Directory('.', [ variable in TestDashCapMSingleInputRelativePathWithNestedInclude
232 environment = Directory('.', [ variable in TestDashCapMMultipleInputRelativePathNoInclude
272 environment = EMPTY_SHADER_IN_CURDIR variable in TestDashCapMDashCapMT
315 environment = Directory('.', [ variable in TestDashCapMSingleInputAbsolutePathWithIncludeSubdir
342 environment = Directory('.', [ variable in TestDashCapMOverridesOtherModes
389 environment = Directory('.', [File( variable in TestDashCapMImpliesDashW
[all …]
H A Dline.py27 environment = Directory('.', [ variable in TestPoundVersion310InIncludingFile
52 environment = Directory('.', [ variable in TestPoundVersion150InIncludingFile
75 environment = Directory('.', [ variable in TestPoundVersionSyntaxErrorInIncludingFile
96 environment = Directory('.', [ variable in TestPoundVersion310InIncludedFile
114 environment = Directory('.', [ variable in TestPoundVersion150InIncludedFile
129 environment = Directory('.', [ variable in TestSpaceAroundPoundVersion310InIncludingFile
152 environment = Directory('.', [ variable in TestSpaceAroundPoundVersion150InIncludingFile
176 environment = Directory('.', [ variable in TestPoundLineWithForcedVersion310
198 environment = Directory('.', [ variable in TestPoundLineWithForcedVersion150
221 environment = Directory('.', [ variable in TestPoundLineWithForcedDifferentVersion
[all …]
/dports/graphics/shaderc/shaderc-2021.3/glslc/test/
H A Dinclude.py25 environment = Directory('.', [ variable in VerifyIncludeOneSibling
47 environment = Directory('.', [ variable in VerifyIncludeNotFound
60 environment = Directory('.', [ variable in VerifyCompileIncludeOneSibling
70 environment = Directory('.', [ variable in VerifyIncludeWithoutNewline
83 environment = Directory('.', [ variable in VerifyCompileIncludeWithoutNewline
100 environment = Directory('.', [ variable in VerifyIncludeTwoSiblings
126 environment = Directory('.', [ variable in VerifyCompileIncludeTwoSiblings
145 environment = Directory('.', [ variable in VerifyNestedIncludeAmongSiblings
170 environment = Directory('.', [ variable in VerifyCompileNestedIncludeAmongSiblings
192 environment = Directory('.', [ variable in VerifyIncludeSubdir
[all …]
H A Doption_dash_M.py131 environment = EMPTY_SHADER_IN_CURDIR variable in TestDashCapMSingleInputRelativePathNoInclude
159 environment = Directory('.', [ variable in TestDashCapMSingleInputRelativePathWithInclude
176 environment = Directory('.', [ variable in TestDashCapMSingleInputRelativePathWithIncludeSubdir
193 environment = Directory('.', [ variable in TestDashCapMSingleInputRelativePathWithDashI
211 environment = Directory('.', [ variable in TestDashCapMSingleInputRelativePathWithNestedInclude
232 environment = Directory('.', [ variable in TestDashCapMMultipleInputRelativePathNoInclude
272 environment = EMPTY_SHADER_IN_CURDIR variable in TestDashCapMDashCapMT
315 environment = Directory('.', [ variable in TestDashCapMSingleInputAbsolutePathWithIncludeSubdir
342 environment = Directory('.', [ variable in TestDashCapMOverridesOtherModes
389 environment = Directory('.', [File( variable in TestDashCapMImpliesDashW
[all …]
H A Dline.py27 environment = Directory('.', [ variable in TestPoundVersion310InIncludingFile
52 environment = Directory('.', [ variable in TestPoundVersion150InIncludingFile
75 environment = Directory('.', [ variable in TestPoundVersionSyntaxErrorInIncludingFile
96 environment = Directory('.', [ variable in TestPoundVersion310InIncludedFile
114 environment = Directory('.', [ variable in TestPoundVersion150InIncludedFile
129 environment = Directory('.', [ variable in TestSpaceAroundPoundVersion310InIncludingFile
152 environment = Directory('.', [ variable in TestSpaceAroundPoundVersion150InIncludingFile
176 environment = Directory('.', [ variable in TestPoundLineWithForcedVersion310
198 environment = Directory('.', [ variable in TestPoundLineWithForcedVersion150
221 environment = Directory('.', [ variable in TestPoundLineWithForcedDifferentVersion
[all …]
/dports/www/xcaddy/xcaddy-0.2.0/
H A Denvironment.go163 type environment struct { struct
164 caddyVersion string
165 plugins []Dependency
166 caddyModulePath string
167 tempFolder string
168 timeoutGoGet time.Duration
169 skipCleanup bool
174 func (env environment) Close() error {
183 func (env environment) newCommand(command string, args ...string) *exec.Cmd {
191 func (env environment) runCommand(ctx context.Context, cmd *exec.Cmd, timeout time.Duration) error {
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/config-0.11.0/tests/
H A Dfile_toml.rs10 use config::*;
11 use float_cmp::ApproxEqUlps;
21 favorite: bool, in test_prefix_is_removed_from_key()
32 struct AsciiCode(i8);
39 place: Place,
40 #[serde(rename = "arr")]
46 c.merge(File::new("tests/Settings", FileFormat::Toml))
57 let s: Settings = c.try_into().unwrap();
68 assert_eq!(s.place.rating, Some(4.5));
/dports/net-mgmt/librenms/librenms-21.5.1/doc/Developing/
H A DGetting-Started.md19 ### Set up your development git clone
38 ### Automated testing
60 ### Polling debug output
70 ### Inspecting variables
80 ### Inspecting web pages
87 ### Better code completion in IDEs and editors
98 ### Emulating devices
105 ### Laravel documentation
/dports/devel/py-jinja2-time/jinja2-time-0.2.0/tests/
H A Dtest_now.py10 def environment(): function
22 def test_tz_is_required(environment): argument
27 def test_utc_default_datetime_format(environment): argument
38 def test_accept_valid_timezones(environment, valid_tz): argument
46 def test_environment_datetime_format(environment): argument
54 def test_add_time(environment): argument
64 def test_substract_time(environment): argument
74 def test_offset_with_format(environment): argument
/dports/devel/libpff/libpff-20180714/jpff/
H A Djpff_jni.h36 #define jpff_jni_environment_find_class( environment, class_name ) \ argument
42 #define jpff_jni_environment_get_long_field( environment, jni_object, field_identifier ) \ argument
45 #define jpff_jni_environment_set_long_field( environment, jni_object, field_identifier, value ) \ argument
51 #define jpff_jni_environment_call_method( environment, jni_object, method_identifier ) \ argument
54 #define jpff_jni_environment_delete_local_reference( environment, jni_object ) \ argument
59 #define jpff_jni_environment_exception_clear( environment ) \ argument
62 #define jpff_jni_environment_exception_occurred( environment ) \ argument
65 #define jpff_jni_environment_throw_new( environment, execption, error_string ) \ argument
70 #define jpff_jni_environment_get_array_length( environment, array ) \ argument
80 #define jpff_jni_environment_get_string_length( environment, string ) \ argument
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/test/
H A Dconfig.ini.in8 [environment] section
9 PACKAGE_NAME=@PACKAGE_NAME@
10 PACKAGE_BUGREPORT=@PACKAGE_BUGREPORT@
11 SRCDIR=@abs_top_srcdir@
12 BUILDDIR=@abs_top_builddir@
13 EXEEXT=@EXEEXT@
14 RPCAUTH=@abs_top_srcdir@/share/rpcauth/rpcauth.py
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/test/
H A Dconfig.ini.in8 [environment] section
9 PACKAGE_NAME=@PACKAGE_NAME@
10 PACKAGE_BUGREPORT=@PACKAGE_BUGREPORT@
11 SRCDIR=@abs_top_srcdir@
12 BUILDDIR=@abs_top_builddir@
13 EXEEXT=@EXEEXT@
14 RPCAUTH=@abs_top_srcdir@/share/rpcauth/rpcauth.py
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/test/
H A Dconfig.ini.in8 [environment] section
9 PACKAGE_NAME=@PACKAGE_NAME@
10 PACKAGE_BUGREPORT=@PACKAGE_BUGREPORT@
11 SRCDIR=@abs_top_srcdir@
12 BUILDDIR=@abs_top_builddir@
13 EXEEXT=@EXEEXT@
14 RPCAUTH=@abs_top_srcdir@/share/rpcauth/rpcauth.py
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/test/
H A Dconfig.ini.in8 [environment] section
9 PACKAGE_NAME=@PACKAGE_NAME@
10 PACKAGE_BUGREPORT=@PACKAGE_BUGREPORT@
11 SRCDIR=@abs_top_srcdir@
12 BUILDDIR=@abs_top_builddir@
13 EXEEXT=@EXEEXT@
14 RPCAUTH=@abs_top_srcdir@/share/rpcauth/rpcauth.py
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/test/
H A Dconfig.ini.in8 [environment] section
9 PACKAGE_NAME=@PACKAGE_NAME@
10 PACKAGE_BUGREPORT=@PACKAGE_BUGREPORT@
11 SRCDIR=@abs_top_srcdir@
12 BUILDDIR=@abs_top_builddir@
13 EXEEXT=@EXEEXT@
14 RPCAUTH=@abs_top_srcdir@/share/rpcauth/rpcauth.py
/dports/security/vault/vault-1.8.2/sdk/helper/authmetadata/
H A Dauth_metadata_acc_test.go14 type environment struct { struct
15 ctx context.Context
16 storage logical.Storage
17 backend logical.Backend
40 func (e *environment) TestInitialFieldsAreDefault(t *testing.T) {
87 func (e *environment) TestAuthMetadataCanBeUnset(t *testing.T) {
150 func (e *environment) TestDefaultCanBeReused(t *testing.T) {
216 func (e *environment) TestDefaultPlusMoreCannotBeSelected(t *testing.T) {
234 func (e *environment) TestOnlyNonDefaultsCanBeSelected(t *testing.T) {
300 func (e *environment) TestAddingBadField(t *testing.T) {
/dports/japanese/groff/groff-1.18.1.1/src/include/
H A Dprinter.h43 struct environment { struct
44 int fontno;
45 int size;
69 void set_wchar_char(wchar c, char *s, int i0, int len, const environment *env, int *widthp = 0); argument
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker-credential-helpers/moby-0.4.1/docs/sources/concepts/
H A Dintroduction.rst93 Root filesystem
96 Environment variables
99 Process arguments
102 Networking
105 Process namespacing
108 Resource limits
111 Process monitoring
114 Logging
117 Signals
120 Pseudo-terminal allocation
[all …]
/dports/textproc/groff/groff-1.22.4/src/include/
H A Dprinter.h36 struct environment { struct
37 int fontno;
61 void set_ascii_char(unsigned char, const environment *, int * = 0); argument
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/test/
H A Dconfig.ini.in8 [environment] section
9 PACKAGE_NAME=@PACKAGE_NAME@
10 SRCDIR=@abs_top_srcdir@
11 BUILDDIR=@abs_top_builddir@
12 EXEEXT=@EXEEXT@
13 RPCAUTH=@abs_top_srcdir@/share/rpcauth/rpcauth.py
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker-credential-helpers/moby-0.4.1/docs/sources/
H A Dindex.rst95 Root filesystem
98 Environment variables
101 Process arguments
104 Networking
107 Process namespacing
110 Resource limits
113 Process monitoring
116 Logging
119 Signals
122 Pseudo-terminal allocation
[all …]
/dports/games/gtkradiant/GPL/GtkRadiant/libs/generic/
H A Dcallback.h184 static void thunk(void* environment) in thunk()
211 static void thunk(void* environment) in thunk()
234 static void thunk(void* environment, FirstArgument firstArgument) in thunk()
257 static void thunk(void* environment, FirstArgument firstArgument) in thunk()
284 static void thunk(void* environment) in thunk()
311 static void thunk(void* environment) in thunk()
334 static void thunk(void* environment, FirstArgument firstArgument) in thunk()
357 static void thunk(void* environment, FirstArgument firstArgument) in thunk()
380 static void thunk(void* environment) in thunk()
403 static void thunk(void* environment) in thunk()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/e2e/cli/command/
H A Denvironment.go23 type environment struct { struct
24 provider string // provider ex. aws
25 name string // environment name ex. generic
27 tf string // location of terraform binary
28 tfPath string // path to terraform configuration
29 tfState string // path to terraform state file
30 logger hclog.Logger
33 func (env *environment) canonicalName() string {
103 func (env *environment) provision(nomadPath string) (*envResults, error) {
181 func (env *environment) destroy() error {
/dports/sysutils/nomad/nomad-1.1.0/e2e/cli/command/
H A Denvironment.go23 type environment struct { struct
24 provider string // provider ex. aws
25 name string // environment name ex. generic
27 tf string // location of terraform binary
28 tfPath string // path to terraform configuration
29 tfState string // path to terraform state file
30 logger hclog.Logger
33 func (env *environment) canonicalName() string {
103 func (env *environment) provision(nomadPath string) (*envResults, error) {
181 func (env *environment) destroy() error {

12345678910>>...184