Home
last modified time | relevance | path

Searched refs:env (Results 4876 - 4900 of 4971) sorted by relevance

1...<<191192193194195196197198199

/kernel/linux/linux-6.6/drivers/hv/
H A Dvmbus_drv.c653 static int vmbus_uevent(const struct device *device, struct kobj_uevent_env *env) in vmbus_uevent() argument
658 return add_uevent_var(env, format, UUID_SIZE, &dev->dev_type); in vmbus_uevent()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-kvm.c1237 cpuid = kvm->session->header.env.cpuid; in cpu_isa_config()
1625 symbol__init(&kvm->session->header.env); in read_events()
H A Dbuiltin-sched.c1856 symbol__init(&session->header.env); in perf_sched__read_events()
3064 symbol__init(&session->header.env); in perf_sched__timehist()
3095 sched->max_cpu.cpu = session->header.env.nr_cpus_online; in perf_sched__timehist()
H A Dbuiltin-trace.c34 #include "util/env.h"
2472 struct perf_env *env = evsel__env(evsel); local
2473 const char *arch_name = perf_env__arch(env);
4152 if (symbol__init(&session->header.env) < 0)
4267 const char *arch_name = perf_env__arch(trace->host->env);
/third_party/node/deps/v8/src/wasm/
H A Dwasm-debug.cc273 CompilationEnv env = native_module_->CreateCompilationEnv(); in RecompileLiftoffWithBreakpoints() local
284 &env, body, func_index, for_debugging, in RecompileLiftoffWithBreakpoints()
/third_party/node/tools/gyp/pylib/gyp/
H A Dinput.py1193 env = {"__builtins__": {}, "v": StrictVersion}
1194 if eval(ast_code, env, variables):
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dinput.py1183 env = {"__builtins__": {}, "v": Version}
1184 if eval(ast_code, env, variables):
/third_party/node/deps/undici/src/lib/
H A Dclient.js492 const llhttpWasmData = process.env.JEST_WORKER_ID ? require('./llhttp/llhttp-wasm.js') : undefined
508 env: {
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DEmitMetal.cpp905 const TStructure &env = mSymbolEnv.getTextureEnv(basicType); in emitBareTypeName() local
906 emitNameOf(env); in emitBareTypeName()
/third_party/skia/third_party/externals/dawn/src/tests/
H A DDawnTest.cpp229 void DawnTestEnvironment::SetEnvironment(DawnTestEnvironment* env) { in SetEnvironment() argument
230 gTestEnv = env; in SetEnvironment()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-sched.c1813 symbol__init(&session->header.env); in perf_sched__read_events()
3026 symbol__init(&session->header.env); in perf_sched__timehist()
3059 sched->max_cpu = session->header.env.nr_cpus_online; in perf_sched__timehist()
H A Dbuiltin-trace.c29 #include "util/env.h"
2417 struct perf_env *env = evsel__env(evsel); local
2418 const char *arch_name = perf_env__arch(env);
4229 if (symbol__init(&session->header.env) < 0)
4346 const char *arch_name = perf_env__arch(trace->host->env);
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi.c361 static int spi_uevent(struct device *dev, struct kobj_uevent_env *env) in spi_uevent() argument
366 rc = acpi_device_uevent_modalias(dev, env); in spi_uevent()
370 return add_uevent_var(env, "MODALIAS=%s%s", SPI_MODULE_PREFIX, spi->modalias); in spi_uevent()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi.c399 static int spi_uevent(const struct device *dev, struct kobj_uevent_env *env) in spi_uevent() argument
404 rc = acpi_device_uevent_modalias(dev, env); in spi_uevent()
408 return add_uevent_var(env, "MODALIAS=%s%s", SPI_MODULE_PREFIX, spi->modalias); in spi_uevent()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dasus-wmi.c1363 static int kbd_led_read(struct asus_wmi *asus, int *level, int *env) in kbd_led_read() argument
1385 if (env) in kbd_led_read()
1386 *env = (retval >> 8) & 0x7F; in kbd_led_read()
/third_party/libdrm/
H A Dxf86drm.c590 const char *env; in drmMsg() local
591 if (((env = getenv("LIBGL_DEBUG")) && strstr(env, "verbose")) || in drmMsg()
/third_party/spirv-tools/test/val/
H A Dval_builtins_test.cpp214 const spv_target_env env = std::get<0>(GetParam()); in TEST_P() local
228 CompileSuccessfully(generator.Build(), env); in TEST_P()
229 ASSERT_EQ(test_result.validation_result, ValidateInstructions(env)); in TEST_P()
/third_party/libabigail/tests/lib/
H A Dcatch.hpp6919 std::vector<FloatDuration<Clock>> run(const IConfig &cfg, Environment<FloatDuration<Clock>> env) const {
6925 std::generate_n(std::back_inserter(times), cfg.benchmarkSamples(), [this, env] {
6928 auto sample_time = model.elapsed() - env.clock_cost.mean;
7170 static Environment<FloatDuration<Clock>>* env = nullptr;
7171 if (env) {
7172 return *env;
7179 env = new Environment<FloatDuration<Clock>>{ resolution, cost };
7180 return *env;
7308 ExecutionPlan<FloatDuration<Clock>> prepare(const IConfig &cfg, Environment<FloatDuration<Clock>> env) const {
7309 auto min_time = env
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H A Dhandlers.c1249 char *env[3] = {NULL, NULL, NULL}; in send_display_ready_uevent() local
1254 env[0] = display_ready_str; in send_display_ready_uevent()
1257 env[1] = vmid_str; in send_display_ready_uevent()
1259 return kobject_uevent_env(kobj, KOBJ_ADD, env); in send_display_ready_uevent()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dintel-pt.c1293 struct perf_env *env = pt->machine->env; in intel_pt_alloc_queue() local
1379 if (env->cpuid && !strncmp(env->cpuid, "GenuineIntel,6,92,", 18)) in intel_pt_alloc_queue()
H A Devsel.c33 #include "util/env.h"
3061 if (evsel && evsel->evlist && evsel->evlist->env) in evsel__env()
3062 return evsel->evlist->env; in evsel__env()
/third_party/ffmpeg/fftools/
H A Dffplay.c2481 const char *env; in audio_open() local
2487 env = SDL_getenv("SDL_AUDIO_CHANNELS"); in audio_open()
2488 if (env) { in audio_open()
2489 wanted_nb_channels = atoi(env); in audio_open()
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc1622 void Run(PipelineData* data, Zone* temp_zone, wasm::CompilationEnv* env, in Run()
1634 WasmInliner inliner(&graph_reducer, env, function_index, in Run()
3117 OptimizedCompilationInfo* info, wasm::CompilationEnv* env, in GenerateCodeForWasmFunction()
3149 pipeline.Run<WasmInliningPhase>(env, function_index, wire_bytes_storage, in GenerateCodeForWasmFunction()
3116 GenerateCodeForWasmFunction( OptimizedCompilationInfo* info, wasm::CompilationEnv* env, const wasm::WireBytesStorage* wire_bytes_storage, MachineGraph* mcgraph, CallDescriptor* call_descriptor, SourcePositionTable* source_positions, NodeOriginTable* node_origins, wasm::FunctionBody function_body, const wasm::WasmModule* module, int function_index, std::vector<compiler::WasmLoopInfo>* loop_info) GenerateCodeForWasmFunction() argument
H A Dbytecode-graph-builder.cc110 void set_environment(Environment* env) { environment_ = env; } in set_environment() argument
1146 Environment env(this, bytecode_array().register_count(), in CreateGraph()
1150 set_environment(&env); in CreateGraph()
/third_party/python/Lib/test/
H A Dtest_argparse.py75 env = self.enterContext(os_helper.EnvironmentVarGuard())
76 env['COLUMNS'] = '80'
3459 env = self.enterContext(os_helper.EnvironmentVarGuard())
3460 env.set("COLUMNS", '15')

Completed in 132 milliseconds

1...<<191192193194195196197198199