Home
last modified time | relevance | path

Searched refs:env (Results 1976 - 2000 of 4633) sorted by relevance

1...<<71727374757677787980>>...186

/third_party/ltp/docparse/
H A Dtestinfo.pl310 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 Dsandbox.py487 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 Dtest-policy-integrity-dep.js45 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 Dtest-policy-integrity-parent-commonjs.js45 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 Dtest-policy-integrity-parent-module.js45 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 Dtest-policy-integrity-parent-no-package-json.js45 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 Dsandbox.py452 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 Dglob-std.rs19 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 Dtransformation_set_memory_operands_mask_test.cpp93 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 Doperand.cpp51 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 Doperand.cpp51 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 Dtransformation_set_memory_operands_mask_test.cpp93 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 Dsandbox.py487 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 Dtest_webbrowser.py311 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 Dtransformation_set_memory_operands_mask_test.cpp93 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 Dmouse_event_test.cpp20 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 Dcustom_property_test.h27 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 Dscroll_nestedscroll_test.h28 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 Dcustom_property_test.h27 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 Dpixel_map_native_test.h28 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 Dimage_packer_test.h29 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 Dallocation-exit.js4 const total = parseInt(process.env.TEST_ALLOCATION) || 100;
8 string += util.inspect(process.env);
H A Dallocation.js4 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 Dsetjmp_setjmp_test.cpp12 * @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 DshebangBeforeReferences.js9 #!/usr/bin/env node
18 #!/usr/bin/env node

Completed in 16 milliseconds

1...<<71727374757677787980>>...186