/third_party/ltp/docparse/ |
H A D | testinfo.pl | 310 my $env = tag2env($tag); 312 unless (defined $ENV{$env} && $ENV{$env}) { 313 log_warn("git repository $tag not defined. Define it in \$$env"); 317 unless (-d $ENV{$env}) { 318 log_warn("\$$env does not exit ('$ENV{$env}')"); 327 chdir($ENV{$env}); 329 log_info("using '$ENV{$env}' as $env repositor [all...] |
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | sandbox.py | 487 def __init__(self, env): 488 self._env = env 502 def __init__(self, env): 503 SandboxedFormatterMixin.__init__(self, env) 508 def __init__(self, env, escape): 509 SandboxedFormatterMixin.__init__(self, env)
|
/third_party/node/test/pummel/ |
H A D | test-policy-integrity-dep.js | 45 if (!process.env.DEP_FILE) { 47 'missing required DEP_FILE env to determine dependency' 51 require(process.env.DEP_FILE) 54 if (!process.env.DEP_FILE) { 56 'missing required DEP_FILE env to determine dependency' 60 import(process.env.DEP_FILE) 140 env: { 141 ...process.env,
|
H A D | test-policy-integrity-parent-commonjs.js | 45 if (!process.env.DEP_FILE) { 47 'missing required DEP_FILE env to determine dependency' 51 require(process.env.DEP_FILE) 54 if (!process.env.DEP_FILE) { 56 'missing required DEP_FILE env to determine dependency' 60 import(process.env.DEP_FILE) 141 env: { 142 ...process.env,
|
H A D | test-policy-integrity-parent-module.js | 45 if (!process.env.DEP_FILE) { 47 'missing required DEP_FILE env to determine dependency' 51 require(process.env.DEP_FILE) 54 if (!process.env.DEP_FILE) { 56 'missing required DEP_FILE env to determine dependency' 60 import(process.env.DEP_FILE) 141 env: { 142 ...process.env,
|
H A D | test-policy-integrity-parent-no-package-json.js | 45 if (!process.env.DEP_FILE) { 47 'missing required DEP_FILE env to determine dependency' 51 require(process.env.DEP_FILE) 54 if (!process.env.DEP_FILE) { 56 'missing required DEP_FILE env to determine dependency' 60 import(process.env.DEP_FILE) 141 env: { 142 ...process.env,
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | sandbox.py | 452 def __init__(self, env): 453 self._env = env 467 def __init__(self, env): 468 SandboxedFormatterMixin.__init__(self, env) 473 def __init__(self, env, escape): 474 SandboxedFormatterMixin.__init__(self, env)
|
/third_party/rust/crates/glob/tests/ |
H A D | glob-std.rs | 19 use std::env; 40 assert!(env::set_current_dir(root.path()).is_ok()); in main() 53 if env::consts::FAMILY != "windows" { in main() 182 if env::consts::FAMILY == "windows" { in main() 291 if env::consts::FAMILY != "windows" { in main() 302 if env::consts::FAMILY == "windows" { in main()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | transformation_set_memory_operands_mask_test.cpp | 93 for (auto env : in TEST() 98 BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 287 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST() 360 for (auto env : {SPV_ENV_UNIVERSAL_1_4, SPV_ENV_UNIVERSAL_1_5, in TEST() 364 BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 535 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | operand.cpp | 51 spv_result_t spvOperandTableNameLookup(spv_target_env env, in spvOperandTableNameLookup() argument 60 const auto version = spvVersionForTargetEnv(env); in spvOperandTableNameLookup() 88 spv_result_t spvOperandTableValueLookup(spv_target_env env, in spvOperandTableValueLookup() argument 119 const auto version = spvVersionForTargetEnv(env); in spvOperandTableValueLookup() 299 void spvPushOperandTypesForMask(spv_target_env env, in spvPushOperandTypesForMask() argument 310 if (SPV_SUCCESS == spvOperandTableValueLookup(env, operandTable, type, in spvPushOperandTypesForMask()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | operand.cpp | 51 spv_result_t spvOperandTableNameLookup(spv_target_env env, in spvOperandTableNameLookup() argument 60 const auto version = spvVersionForTargetEnv(env); in spvOperandTableNameLookup() 88 spv_result_t spvOperandTableValueLookup(spv_target_env env, in spvOperandTableValueLookup() argument 119 const auto version = spvVersionForTargetEnv(env); in spvOperandTableValueLookup() 299 void spvPushOperandTypesForMask(spv_target_env env, in spvPushOperandTypesForMask() argument 310 if (SPV_SUCCESS == spvOperandTableValueLookup(env, operandTable, type, in spvPushOperandTypesForMask()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_set_memory_operands_mask_test.cpp | 93 for (auto env : in TEST() 98 BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 287 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST() 360 for (auto env : {SPV_ENV_UNIVERSAL_1_4, SPV_ENV_UNIVERSAL_1_5, in TEST() 364 BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 535 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | sandbox.py | 487 def __init__(self, env): 488 self._env = env 502 def __init__(self, env): 503 SandboxedFormatterMixin.__init__(self, env) 508 def __init__(self, env, escape): 509 SandboxedFormatterMixin.__init__(self, env)
|
/third_party/python/Lib/test/ |
H A D | test_webbrowser.py | 311 with os_helper.EnvironmentVarGuard() as env: 312 env["BROWSER"] = browser 324 with os_helper.EnvironmentVarGuard() as env: 325 env["BROWSER"] = least_preferred_browser 329 with os_helper.EnvironmentVarGuard() as env: 330 env["BROWSER"] = sys.executable
|
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_set_memory_operands_mask_test.cpp | 93 for (auto env : in TEST() 98 BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 300 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST() 373 for (auto env : {SPV_ENV_UNIVERSAL_1_4, SPV_ENV_UNIVERSAL_1_5, in TEST() 377 BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 561 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/mouseevent/ |
H A D | mouse_event_test.cpp | 20 static napi_value TestMouseEvent001(napi_env env, napi_callback_info info)
in TestMouseEvent001() argument 28 static napi_value TestMouseEvent002(napi_env env, napi_callback_info info)
in TestMouseEvent002() argument
|
/test/xts/acts/arkui/ace_c_arkui_test_api13/entry/src/main/cpp/customproperty/ |
H A D | custom_property_test.h | 27 static napi_value testAddCustomProperty001(napi_env env, napi_callback_info info); 28 static napi_value testRemoveCustomProperty002(napi_env env, napi_callback_info info);
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/scroll/ |
H A D | scroll_nestedscroll_test.h | 28 static napi_value CreateNativeNode(napi_env env, napi_callback_info info); 29 static napi_value ChangeTestType(napi_env env, napi_callback_info info);
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customproperty/ |
H A D | custom_property_test.h | 27 static napi_value testAddCustomProperty001(napi_env env, napi_callback_info info); 28 static napi_value testRemoveCustomProperty002(napi_env env, napi_callback_info info);
|
/test/xts/acts/multimedia/image/image_js_standard/imagePixelMapNDK/entry/src/main/cpp/napi/ |
H A D | pixel_map_native_test.h | 28 static napi_value JsNativeToNapi(napi_env env, napi_callback_info info); 29 static napi_value JsNapiToNative_ReturnProperty(napi_env env, napi_callback_info info);
|
/test/xts/acts/multimedia/image/image_js_standard/imagePackingNDK/entry/src/main/cpp/napi/ |
H A D | image_packer_test.h | 29 static napi_value JsPackToDataMultiFrames(napi_env env, napi_callback_info info);
30 static napi_value JsPackToFileMultiFrames(napi_env env, napi_callback_info info);
|
/third_party/node/test/fixtures/workload/ |
H A D | allocation-exit.js | 4 const total = parseInt(process.env.TEST_ALLOCATION) || 100; 8 string += util.inspect(process.env);
|
H A D | allocation.js | 4 const total = parseInt(process.env.TEST_ALLOCATION) || 100; 8 string += util.inspect(process.env);
|
/third_party/musl/libc-test/src/functionalext/supplement/setjmp/setjmp_gtest/ |
H A D | setjmp_setjmp_test.cpp | 12 * @tc.desc: Verify that the setjmp function successfully stores the calling environment in env, and returns 0 18 jmp_buf env; in HWTEST_F() local 19 EXPECT_EQ(setjmp(env), 0); in HWTEST_F()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | shebangBeforeReferences.js | 9 #!/usr/bin/env node 18 #!/usr/bin/env node
|