Home
last modified time | relevance | path

Searched refs:env (Results 4401 - 4425 of 5855) sorted by relevance

1...<<171172173174175176177178179180>>...235

/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()
H A Dtransformation_wrap_region_in_selection_test.cpp95 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
97 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
261 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/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()
H A Dtransformation_wrap_region_in_selection_test.cpp95 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
97 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
261 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPU.cpp72 Napi::Env env, in requestAdapter()
75 env, PROMISE_INFO); in requestAdapter()
102 // Check for override from env var in requestAdapter()
146 auto adapter = GPUAdapter::Create<GPUAdapter>(env, adapters[adapterIndex], flags_); in requestAdapter()
71 requestAdapter( Napi::Env env, interop::GPURequestAdapterOptions options) requestAdapter() argument

Completed in 12 milliseconds

1...<<171172173174175176177178179180>>...235