Home
last modified time | relevance | path

Searched refs:env (Results 3576 - 3600 of 5299) sorted by relevance

1...<<141142143144145146147148149150>>...212

/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
H A Djs_object_wrapper.cpp40 bool JSObjectWrapper::AddWatch(napi_env env, const char *type, napi_value handler) in AddWatch() argument
44 watcher_ = std::make_shared<JSWatcher>(env, objectStore_, object_); in AddWatch()
53 void JSObjectWrapper::DeleteWatch(napi_env env, const char *type, napi_value handler) in DeleteWatch() argument
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
H A Ddatashare_uv_queue.cpp27 DataShareUvQueue::DataShareUvQueue(napi_env env) in DataShareUvQueue() argument
28 : env_(env) in DataShareUvQueue()
30 napi_get_uv_event_loop(env, &loop_); in DataShareUvQueue()
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H A Ddm_native_event.cpp22 DmNativeEvent::DmNativeEvent(napi_env env, napi_value thisVar) in DmNativeEvent() argument
24 env_ = env; in DmNativeEvent()
26 napi_create_reference(env, thisVar, 1, &thisVarRef_); in DmNativeEvent()
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H A Ddm_native_event.cpp22 DmNativeEvent::DmNativeEvent(napi_env env, napi_value thisVar) in DmNativeEvent() argument
24 env_ = env; in DmNativeEvent()
26 napi_create_reference(env, thisVar, 1, &thisVarRef_); in DmNativeEvent()
/foundation/filemanagement/app_file_service/tests/mock/backup_ext/src/
H A Dext_backup_js_mock.cpp82 function<bool(napi_env env, vector<napi_value> &argv)> ExtBackupJs::ParseBackupExInfo() in ParseBackupExInfo()
87 function<bool(napi_env env, vector<napi_value> &argv)> ExtBackupJs::ParseRestoreExInfo() in ParseRestoreExInfo()
92 function<bool(napi_env env, vector<napi_value> &argv)> ExtBackupJs::ParseRestoreInfo() in ParseRestoreInfo()
/third_party/elfutils/tests/
H A Ddebuginfod-subr.sh114 buildid=`env LD_LIBRARY_PATH=$ldpath ${abs_builddir}/../src/readelf \
122 buildid=`env LD_LIBRARY_PATH=$ldpath ${abs_builddir}/../src/readelf \
128 buildid=`env LD_LIBRARY_PATH=$ldpath ${abs_builddir}/../src/readelf \
/third_party/eudev/src/shared/
H A Dprocess-util.c145 int get_process_environ(pid_t pid, char **env) { in get_process_environ() argument
153 assert(env); in get_process_environ()
172 *env = outcome; in get_process_environ()
/third_party/curl/src/
H A Dtool_findfile.c45 const char *env; member
112 for(i = 0; conf_list[i].env; i++) { in findfile()
113 char *home = curl_getenv(conf_list[i].env); in findfile()
/third_party/googletest/googletest/test/
H A Dgtest_test_utils.py197 def __init__(self, command, working_dir=None, capture_stderr=True, env=None):
207 env: Dictionary with environment to pass to the subprocess.
228 cwd=working_dir, universal_newlines=True, env=env)
/third_party/libabigail/tests/
H A Dtest-diff-dwarf.cc387 environment env; in main() local
392 env, /*load_all_types=*/false, status); in main()
397 env, /*load_all_types=*/false, status); in main()
H A Dprint-diff-tree.cc106 environment env; in main() local
108 c1 = dwarf::read_corpus_from_elf(opts.elf1, di_roots, env, in main()
117 c2 = dwarf::read_corpus_from_elf(opts.elf2, di_roots, env, in main()
/third_party/node/test/parallel/
H A Dtest-inspector-open.js17 if (process.env.BE_CHILD)
21 { env: { ...process.env, BE_CHILD: 1 } });
/third_party/node/src/
H A Dnode_mem-inl.h62 manager->env()->isolate()->AdjustAmountOfExternalAllocatedMemory( in ReallocImpl()
68 manager->env()->isolate()->AdjustAmountOfExternalAllocatedMemory( in ReallocImpl()
102 manager->env()->isolate()->AdjustAmountOfExternalAllocatedMemory( in StopTrackingMemory()
H A Dstream_wrap.h80 static LibuvStreamWrap* From(Environment* env, v8::Local<v8::Object> object);
83 LibuvStreamWrap(Environment* env,
91 Environment* env);
H A Dstring_bytes.h30 #include "env-inl.h"
40 inline v8::Maybe<bool> Decode(Environment* env, in Decode() argument
44 if (!StringBytes::StorageSize(env->isolate(), string, enc).To(&storage)) in Decode()
48 StringBytes::Write(env->isolate(), out(), storage, string, enc); in Decode()
/third_party/node/src/quic/
H A Dtransportparams.h6 #include <env.h>
114 static v8::Maybe<const Options> From(Environment* env,
149 Store Encode(Environment* env);
/third_party/node/test/addons/new-isolate-addon/
H A Dbinding.cc60 node::LoadEnvironment(setup->env(), *code); in RunInSeparateIsolate()
63 (void)node::SpinEventLoop(setup->env()); in RunInSeparateIsolate()
65 node::Stop(setup->env()); in RunInSeparateIsolate()
/third_party/ltp/testcases/kernel/syscalls/mmap/
H A Dmmap03.c65 static sigjmp_buf env; variable
116 if (sigsetjmp(env, 1) == 0) { in main()
220 siglongjmp(env, 1); in sig_handler()
/third_party/pcre2/pcre2/src/
H A Dpcre2_dftables.c100 char *env = (char *)"C"; in main() local
124 env = getenv("LC_ALL"); in main()
186 "/* This set of tables was written in the %s locale. */\n\n", env); in main()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dtransformation_add_local_variable_test.cpp79 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
81 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
227 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
H A Dtransformation_add_type_array_test.cpp54 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
56 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
153 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
H A Dtransformation_add_type_pointer_test.cpp97 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
99 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
222 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
H A Dtransformation_permute_phi_operands_test.cpp69 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
71 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
193 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
H A Dtransformation_replace_load_store_with_copy_memory_test.cpp110 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
112 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
282 ASSERT_TRUE(IsEqual(env, after_transformations, context.get())); in TEST()
H A Dtransformation_set_function_control_test.cpp119 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST()
121 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
258 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()

Completed in 10 milliseconds

1...<<141142143144145146147148149150>>...212