Home
last modified time | relevance | path

Searched refs:env (Results 1326 - 1350 of 4971) sorted by relevance

1...<<51525354555657585960>>...199

/kernel/linux/linux-6.6/include/linux/
H A Dof_device.h31 extern void of_device_uevent(const struct device *dev, struct kobj_uevent_env *env);
32 extern int of_device_uevent_modalias(const struct device *dev, struct kobj_uevent_env *env);
52 struct kobj_uevent_env *env) { } in of_device_uevent()
61 struct kobj_uevent_env *env) in of_device_uevent_modalias()
51 of_device_uevent(const struct device *dev, struct kobj_uevent_env *env) of_device_uevent() argument
60 of_device_uevent_modalias(const struct device *dev, struct kobj_uevent_env *env) of_device_uevent_modalias() argument
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/datepicker/
H A Ddatepicker_selected_test.cpp19 static napi_value TestDatePickerSelected001(napi_env env, napi_callback_info info) in TestDatePickerSelected001() argument
29 static napi_value TestDatePickerSelected002(napi_env env, napi_callback_info info) in TestDatePickerSelected002() argument
39 static napi_value TestDatePickerSelected003(napi_env env, napi_callback_info info) in TestDatePickerSelected003() argument
49 static napi_value TestDatePickerSelected004(napi_env env, napi_callback_info info) in TestDatePickerSelected004() argument
H A Ddatepicker_start_test.cpp19 static napi_value TestDatePickerStart001(napi_env env, napi_callback_info info) in TestDatePickerStart001() argument
26 static napi_value TestDatePickerStart002(napi_env env, napi_callback_info info) in TestDatePickerStart002() argument
37 static napi_value TestDatePickerStart003(napi_env env, napi_callback_info info) in TestDatePickerStart003() argument
48 static napi_value TestDatePickerStart004(napi_env env, napi_callback_info info) in TestDatePickerStart004() argument
H A Ddatepicker_end_test.cpp19 static napi_value TestDatePickerEnd001(napi_env env, napi_callback_info info) in TestDatePickerEnd001() argument
26 static napi_value TestDatePickerEnd002(napi_env env, napi_callback_info info) in TestDatePickerEnd002() argument
37 static napi_value TestDatePickerEnd003(napi_env env, napi_callback_info info) in TestDatePickerEnd003() argument
48 static napi_value TestDatePickerEnd004(napi_env env, napi_callback_info info) in TestDatePickerEnd004() argument
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dcapabilityndk.cpp27 static napi_value Capset(napi_env env, napi_callback_info info) in Capset() argument
45 napi_create_int32(env, ret, &result); in Capset()
50 static napi_value Init(napi_env env, napi_value exports) in Init() argument
53 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
H A Dlinkndk.cpp32 static napi_value Dl_iterate_phdr(napi_env env, napi_callback_info info) in Dl_iterate_phdr() argument
37 napi_create_int32(env, ret, &result); in Dl_iterate_phdr()
42 static napi_value Init(napi_env env, napi_value exports) in Init() argument
47 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
H A Dlibgenndk.cpp27 static napi_value Basename(napi_env env, napi_callback_info info) in Basename() argument
39 napi_create_int32(env, retrunInfo, &result); in Basename()
44 static napi_value Init(napi_env env, napi_value exports) in Init() argument
49 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
H A Dmembarrierndk.cpp41 static napi_value Membarrier(napi_env env, napi_callback_info info) in Membarrier() argument
45 napi_create_int32(env, ret, &result); in Membarrier()
49 static napi_value Init(napi_env env, napi_value exports) in Init() argument
55 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
H A Dprctlndk.cpp43 static napi_value Prctl(napi_env env, napi_callback_info info) in Prctl() argument
50 napi_create_int32(env, *static_cast<int *>(pThreadResult), &result); in Prctl()
55 static napi_value Init(napi_env env, napi_value exports) in Init() argument
61 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
H A Dsemaphorendk1.cpp30 static napi_value SemUnlink(napi_env env, napi_callback_info info) in SemUnlink() argument
50 napi_create_int32(env, ret, &result); in SemUnlink()
55 static napi_value Init(napi_env env, napi_value exports) in Init() argument
60 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
H A Dtimesndk.cpp31 static napi_value Times(napi_env env, napi_callback_info info) in Times() argument
41 napi_create_int32(env, resultValue, &result); in Times()
45 static napi_value Init(napi_env env, napi_value exports) in Init() argument
50 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
H A Dlocalendk32.cpp37 static napi_value Localtime64(napi_env env, napi_callback_info info) in Localtime64() argument
48 napi_create_int32(env, ret, &result); in Localtime64()
53 static napi_value Init(napi_env env, napi_value exports) in Init() argument
58 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
/test/xts/dcts/filemanagement/fileio/client/src/main/cpp/
H A Ddevicemanager.cpp29 static napi_value DeviceOpenP2PConnection(napi_env env, napi_callback_info info) in DeviceOpenP2PConnection() argument
39 napi_create_int32(env, ret, &result); in DeviceOpenP2PConnection()
44 static napi_value Init(napi_env env, napi_value exports) in Init() argument
50 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
/third_party/node/test/parallel/
H A Dtest-child-process-fork-args.js67 env: { ...process.env, ...expectedEnv }
72 common.mustCall(({ env }) => {
73 assert.strictEqual(env.foo, expectedEnv.foo);
H A Dtest-child-process-fork-exec-path.js38 addLibraryPath(process.env);
41 if (process.env.FORK) {
54 const envCopy = { ...process.env, FORK: 'true' };
55 const child = fork(__filename, { execPath: copyPath, env: envCopy });
H A Dtest-fs-readfile-error.js37 function test(env, cb) {
40 const options = { env: { ...process.env, ...env } };
/third_party/node/src/
H A Dnode_wasm_web_api.h15 static v8::Local<v8::Function> Initialize(Environment* env);
24 Environment* env, std::shared_ptr<v8::WasmStreaming> streaming);
27 WasmStreamingObject(Environment* env, v8::Local<v8::Object> object) in WasmStreamingObject() argument
28 : BaseObject(env, object) { in WasmStreamingObject()
/third_party/node/src/permission/
H A Dpermission.h23 #define THROW_IF_INSUFFICIENT_PERMISSIONS(env, perm_, resource_, ...) \
25 if (UNLIKELY(!(env)->permission()->is_granted(perm_, resource_))) { \
27 (env), perm_, resource_); \
44 static void ThrowAccessDenied(Environment* env,
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUTexture.cpp31 Napi::Env env, in createView()
34 Errors::OperationError(env).ThrowAsJavaScriptException(); in createView()
39 Converter conv(env); in createView()
49 return interop::GPUTextureView::Create<GPUTextureView>(env, texture_.CreateView(&desc)); in createView()
30 createView( Napi::Env env, interop::GPUTextureViewDescriptor descriptor) createView() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-shaper.cc48 char *env = getenv ("HB_SHAPER_LIST"); in create() local
49 if (!env || !*env) in create()
60 char *end, *p = env; in create()
/third_party/python/Lib/test/test_importlib/extension/
H A Dtest_case_sensitivity.py26 with os_helper.EnvironmentVarGuard() as env:
27 env.unset('PYTHONCASEOK')
34 with os_helper.EnvironmentVarGuard() as env:
35 env.set('PYTHONCASEOK', '1')
/third_party/libabigail/src/
H A Dabg-ir.cc247 const environment& env = left.get_environment(); in push_composite_type_comparison_operands() local
248 env.priv_->push_composite_type_comparison_operands(&left, &right); in push_composite_type_comparison_operands()
268 const environment& env = left.get_environment(); in pop_composite_type_comparison_operands() local
269 env.priv_->pop_composite_type_comparison_operands(&left, &right); in pop_composite_type_comparison_operands()
331 const environment& env = r.get_environment(); in mark_dependant_types_compared_until() local
332 if (env.do_on_the_fly_canonicalization()) in mark_dependant_types_compared_until()
333 return env.priv_->mark_dependant_types_compared_until(&r); in mark_dependant_types_compared_until()
838 const environment&env = l->get_environment(); in try_canonical_compare() local
839 if (env.priv_->use_canonical_type_comparison_) in try_canonical_compare()
1023 const environment& env in return_comparison_result() local
1138 translation_unit(const environment& env, const std::string& path, char address_size) translation_unit() argument
1428 const environment& env = get_environment(); bind_function_type_life_time() local
4760 const environment& env = get_environment(); set_linkage_name() local
6538 const environment& env = type->get_environment(); strip_typedef() local
6664 const environment& env = t->get_environment(); strip_useless_const_qualification() local
7508 scope_decl(const environment& env, const string& name, const location& locus, visibility vis) scope_decl() argument
7524 scope_decl(const environment& env, location& l) scope_decl() argument
8520 const environment&env = d->get_environment(); get_generic_anonymous_internal_type_name() local
8607 const environment&env = d->get_environment(); get_type_name() local
8649 const environment& env = pointed_to_type.get_environment(); get_name_of_pointer_to_type() local
8672 const environment& env = pointed_to_type.get_environment(); get_name_of_reference_to_type() local
8702 const environment& env = underlying_type->get_environment(); get_name_of_qualified_type() local
8795 const environment& env = fn_type.get_environment(); get_function_type_name() local
8876 const environment& env = fn_type.get_environment(); get_method_type_name() local
10997 const environment& env = tu.get_environment(); lookup_basic_type() local
11019 const environment& env = tu.get_environment(); lookup_class_type() local
11074 const environment& env = tu.get_environment(); lookup_union_type() local
11106 const environment& env = corp.get_environment(); lookup_union_type_per_location() local
11142 const environment& env = tu.get_environment(); lookup_enum_type() local
11182 const environment& env = tu.get_environment(); lookup_typedef_type() local
11269 const environment& env = tu.get_environment(); lookup_pointer_type() local
11452 const environment&env = tu.get_environment(); lookup_type() local
12235 const environment& env = corp.get_environment(); lookup_basic_type_per_location() local
12410 const environment& env = corp.get_environment(); lookup_class_type_per_location() local
12576 const environment& env = corp.get_environment(); lookup_enum_type_per_location() local
12671 const environment& env = corp.get_environment(); lookup_typedef_type_per_location() local
13821 const environment& env = tu.get_environment(); synthesize_function_type_from_translation_unit() local
13920 type_or_void(const type_base_sptr t, const environment& env) type_or_void() argument
14084 const environment&env = canonical_type->get_environment(); compare_types_during_canonicalization() local
15058 type_decl(const environment& env, const string& name, size_t size_in_bits, size_t alignment_in_bits, const location& locus, const string& linkage_name, visibility vis) type_decl() argument
15243 const environment& env = get_environment(); get_qualified_name() local
15336 scope_type_decl(const environment& env, const string& name, size_t size_in_bits, size_t alignment_in_bits, const location& locus, visibility vis) scope_type_decl() argument
15473 namespace_decl(const environment& env, const string& name, const location& locus, visibility vis) namespace_decl() argument
15700 qualified_type_def(const environment& env, CV quals, const location& locus) qualified_type_def() argument
15876 const environment& env = get_environment(); get_qualified_name() local
16163 const environment& env = pointed_to->get_environment(); pointer_type_def() local
16183 pointer_type_def(const environment& env, size_t size_in_bits, size_t alignment_in_bits, const location& locus) pointer_type_def() argument
16211 const environment& env = t->get_environment(); set_pointed_to_type() local
16529 const environment& env = pointed_to->get_environment(); reference_type_def() local
16557 reference_type_def(const environment& env, bool lvalue, size_t size_in_bits, size_t alignment_in_bits, const location& locus) reference_type_def() argument
16599 const environment& env = pto->get_environment(); set_pointed_to_type() local
16976 subrange_type(const environment& env, const string& name, bound_value lower_bound, bound_value upper_bound, const type_base_sptr& utype, const location& loc, translation_unit::language l) subrange_type() argument
17008 subrange_type(const environment& env, const string& name, bound_value lower_bound, bound_value upper_bound, const location& loc, translation_unit::language l) subrange_type() argument
17036 subrange_type(const environment& env, const string& name, bound_value upper_bound, const location& loc, translation_unit::language l) subrange_type() argument
17391 array_type_def(const environment& env, const std::vector<subrange_sptr>& subs, const location& locus) array_type_def() argument
17727 const environment& env = get_environment(); get_qualified_name() local
18552 typedef_decl(const string& name, const environment& env, const location& locus, const string& mangled_name, visibility vis) typedef_decl() argument
18984 const environment& env = l.get_environment(); equals() local
19065 const environment& env = get_type()->get_environment(); get_id() local
19357 function_type(const environment& env, size_t size_in_bits, size_t alignment_in_bits) function_type() argument
19929 method_type(const environment& env, size_t size_in_bits, size_t alignment_in_bits) method_type() argument
20623 const environment& env = get_type()->get_environment(); get_id() local
20812 const environment& env = get_environment(); get_type_name() local
20850 const environment& env = get_environment(); get_name_id() local
21044 const environment& env = get_environment(); get_pretty_representation() local
21092 class_or_union(const environment& env, const string& name, size_t size_in_bits, size_t align_in_bits, const location& locus, visibility vis, member_types& mem_types, data_members& data_members, member_functions& member_fns) class_or_union() argument
21142 class_or_union(const environment& env, const string& name, size_t size_in_bits, size_t align_in_bits, const location& locus, visibility vis) class_or_union() argument
21164 class_or_union(const environment& env, const string& name, bool is_declaration_only) class_or_union() argument
22293 const environment& env = lhs_type.get_environment(); maybe_propagate_canonical_type() local
22362 class_decl(const environment& env, const string& name, size_t size_in_bits, size_t align_in_bits, bool is_struct, const location& locus, visibility vis, base_specs& bases, member_types& mbr_types, data_members& data_mbrs, member_functions& mbr_fns) class_decl() argument
22413 class_decl(const environment& env, const string& name, size_t size_in_bits, size_t align_in_bits, bool is_struct, const location& locus, visibility vis, base_specs& bases, member_types& mbr_types, data_members& data_mbrs, member_functions& mbr_fns, bool is_anonymous) class_decl() argument
22459 class_decl(const environment& env, const string& name, size_t size_in_bits, size_t align_in_bits, bool is_struct, const location& locus, visibility vis) class_decl() argument
22496 class_decl(const environment& env, const string& name, size_t size_in_bits, size_t align_in_bits, bool is_struct, const location& locus, visibility vis, bool is_anonymous) class_decl() argument
22534 class_decl(const environment& env, const string& name, bool is_struct, bool is_declaration_only) class_decl() argument
23490 const environment& env = t.get_environment(); maybe_cancel_propagated_canonical_type() local
24326 union_decl(const environment& env, const string& name, size_t size_in_bits, const location& locus, visibility vis, member_types& mbr_types, data_members& data_mbrs, member_functions& member_fns) union_decl() argument
24362 union_decl(const environment& env, const string& name, size_t size_in_bits, const location& locus, visibility vis, member_types& mbr_types, data_members& data_mbrs, member_functions& member_fns, bool is_anonymous) union_decl() argument
24400 union_decl(const environment& env, const string& name, size_t size_in_bits, const location& locus, visibility vis) union_decl() argument
24431 union_decl(const environment& env, const string& name, size_t size_in_bits, const location& locus, visibility vis, bool is_anonymous) union_decl() argument
24466 union_decl(const environment& env, const string& name, bool is_declaration_only) union_decl() argument
24811 template_decl(const environment& env, const string& name, const location& locus, visibility vis) template_decl() argument
25291 function_tdecl(const environment& env, const location& locus, visibility vis, binding bind) function_tdecl() argument
25465 class_tdecl(const environment& env, const location& locus, visibility vis) class_tdecl() argument
25711 const environment& env = t->get_environment(); keep_type_alive() local
25841 const environment& env = t->get_environment(); is_non_canonicalized_type() local
26742 const abigail::ir::environment& env = d->get_environment(); do_update() local
[all...]
/kernel/linux/linux-5.10/drivers/acpi/
H A Ddevice_sysfs.c243 struct kobj_uevent_env *env) in __acpi_device_uevent_modalias()
253 if (add_uevent_var(env, "MODALIAS=")) in __acpi_device_uevent_modalias()
257 len = create_of_modalias(adev, &env->buf[env->buflen - 1], in __acpi_device_uevent_modalias()
258 sizeof(env->buf) - env->buflen); in __acpi_device_uevent_modalias()
260 len = create_pnp_modalias(adev, &env->buf[env->buflen - 1], in __acpi_device_uevent_modalias()
261 sizeof(env->buf) - env in __acpi_device_uevent_modalias()
242 __acpi_device_uevent_modalias(struct acpi_device *adev, struct kobj_uevent_env *env) __acpi_device_uevent_modalias() argument
278 acpi_device_uevent_modalias(struct device *dev, struct kobj_uevent_env *env) acpi_device_uevent_modalias() argument
[all...]
/kernel/linux/linux-6.6/drivers/acpi/
H A Ddevice_sysfs.c245 struct kobj_uevent_env *env) in __acpi_device_uevent_modalias()
255 if (add_uevent_var(env, "MODALIAS=")) in __acpi_device_uevent_modalias()
259 len = create_of_modalias(adev, &env->buf[env->buflen - 1], in __acpi_device_uevent_modalias()
260 sizeof(env->buf) - env->buflen); in __acpi_device_uevent_modalias()
262 len = create_pnp_modalias(adev, &env->buf[env->buflen - 1], in __acpi_device_uevent_modalias()
263 sizeof(env->buf) - env in __acpi_device_uevent_modalias()
244 __acpi_device_uevent_modalias(const struct acpi_device *adev, struct kobj_uevent_env *env) __acpi_device_uevent_modalias() argument
282 acpi_device_uevent_modalias(const struct device *dev, struct kobj_uevent_env *env) acpi_device_uevent_modalias() argument
[all...]
/third_party/jerryscript/tools/
H A Drun-tests.py1 #!/usr/bin/env python
246 def report_command(cmd_type, cmd, env=None):
248 if env is not None:
250 for var, val in sorted(env.items())))
345 def run_check(runnable, env=None):
346 report_command('Test command:', runnable, env=env)
348 if env is not None:
350 full_env.update(env)
351 env
[all...]

Completed in 24 milliseconds

1...<<51525354555657585960>>...199