/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/ |
H A D | js_object_wrapper.cpp | 40 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 D | datashare_uv_queue.cpp | 27 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 D | dm_native_event.cpp | 22 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 D | dm_native_event.cpp | 22 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 D | ext_backup_js_mock.cpp | 82 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 D | debuginfod-subr.sh | 114 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 D | process-util.c | 145 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 D | tool_findfile.c | 45 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 D | gtest_test_utils.py | 197 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 D | test-diff-dwarf.cc | 387 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 D | print-diff-tree.cc | 106 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 D | test-inspector-open.js | 17 if (process.env.BE_CHILD) 21 { env: { ...process.env, BE_CHILD: 1 } });
|
/third_party/node/src/ |
H A D | node_mem-inl.h | 62 manager->env()->isolate()->AdjustAmountOfExternalAllocatedMemory( in ReallocImpl() 68 manager->env()->isolate()->AdjustAmountOfExternalAllocatedMemory( in ReallocImpl() 102 manager->env()->isolate()->AdjustAmountOfExternalAllocatedMemory( in StopTrackingMemory()
|
H A D | stream_wrap.h | 80 static LibuvStreamWrap* From(Environment* env, v8::Local<v8::Object> object); 83 LibuvStreamWrap(Environment* env, 91 Environment* env);
|
H A D | string_bytes.h | 30 #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 D | transportparams.h | 6 #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 D | binding.cc | 60 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 D | mmap03.c | 65 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 D | pcre2_dftables.c | 100 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 D | transformation_add_local_variable_test.cpp | 79 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 D | transformation_add_type_array_test.cpp | 54 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 D | transformation_add_type_pointer_test.cpp | 97 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 D | transformation_permute_phi_operands_test.cpp | 69 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 D | transformation_replace_load_store_with_copy_memory_test.cpp | 110 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 D | transformation_set_function_control_test.cpp | 119 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()
|