Home
last modified time | relevance | path

Searched refs:env (Results 1751 - 1775 of 1823) sorted by relevance

1...<<717273

/third_party/node/lib/internal/readline/
H A Dinterface.js394 if (this.terminal && process.env.TERM !== 'dumb') {
/third_party/node/lib/
H A Dpath.js181 path = process.env[`=${resolvedDevice}`] || process.cwd();
/third_party/node/test/parallel/
H A Dtest-assert-deep.js14 process.env.NODE_DISABLE_COLORS = '1';
H A Dtest-assert.js36 process.env.NODE_DISABLE_COLORS = '1';
/third_party/rust/crates/glob/src/
H A Dlib.rs1094 use std::env::current_dir; in test_absolute_pattern()
/third_party/skia/third_party/externals/dawn/src/tests/
H A DDawnTest.h213 static void SetEnvironment(DawnTestEnvironment* env);
H A DDawnTest.cpp229 void DawnTestEnvironment::SetEnvironment(DawnTestEnvironment* env) { in SetEnvironment() argument
230 gTestEnv = env; in SetEnvironment()
/third_party/toybox/generated/
H A Dglobals.h1272 // toys/posix/env.c
1740 struct env_data env; member
/third_party/python/Lib/test/
H A Dtest_venv.py357 #create a file clashing with directories in the env dir
406 # symlinked to 'python3.3' in the env, even when symlinking in
605 env={"PYTHONPATH": pythonpath,
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')
/third_party/spirv-tools/test/
H A Dtext_to_binary.extension_test.cpp115 const spv_target_env& env = std::get<0>(GetParam()); in TEST_F()
119 EXPECT_THAT(CompiledInstructions(ac.input, env), Eq(ac.expected)); in TEST_F()
126 const spv_target_env& env = std::get<0>(GetParam()); in TEST_F()
130 EXPECT_THAT(CompiledInstructions(ac.input, env), Eq(ac.expected)); in TEST_F()
134 SPV_BINARY_TO_TEXT_OPTION_NONE, env), in TEST_F()
136 << "target env: " << spvTargetEnvDescription(env) << "\n"; in TEST_F()
/third_party/node/deps/v8/src/execution/
H A Disolate.cc5247 void Isolate::DetachGlobal(Handle<Context> env) { in ThrowInternal() argument
5249 env->native_context().GetErrorsThrown()); in ThrowInternal()
5252 Handle<JSGlobalProxy> global_proxy(env->global_proxy(), this); in ThrowInternal()
5259 if (FLAG_track_detached_contexts) AddDetachedContext(env); in ThrowInternal()
5262 env->native_context().set_microtask_queue(this, nullptr); in ThrowInternal()
/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/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...]
/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/mksh/
H A Dsh.h859 extern struct env { struct
862 struct env *oenv; /* link to previous environment */
868 kshjmp_buf jbuf; /* long jump back to env creator */
873 /* struct env.type values */
883 /* # indicates env has valid jbuf (see unwind()) */
885 /* struct env.flag values */
890 /* Do breaks/continues stop at env type e? */
893 /* Do returns stop at env type e? */
H A Dfuncs.c2154 struct env *ep; in c_exitreturn()
2187 struct env *ep, *last_ep = NULL; in c_brkcont()

Completed in 91 milliseconds

1...<<717273