/third_party/node/lib/internal/readline/ |
H A D | interface.js | 394 if (this.terminal && process.env.TERM !== 'dumb') {
|
/third_party/node/lib/ |
H A D | path.js | 181 path = process.env[`=${resolvedDevice}`] || process.cwd();
|
/third_party/node/test/parallel/ |
H A D | test-assert-deep.js | 14 process.env.NODE_DISABLE_COLORS = '1';
|
H A D | test-assert.js | 36 process.env.NODE_DISABLE_COLORS = '1';
|
/third_party/rust/crates/glob/src/ |
H A D | lib.rs | 1094 use std::env::current_dir; in test_absolute_pattern()
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
H A D | DawnTest.h | 213 static void SetEnvironment(DawnTestEnvironment* env);
|
H A D | DawnTest.cpp | 229 void DawnTestEnvironment::SetEnvironment(DawnTestEnvironment* env) { in SetEnvironment() argument 230 gTestEnv = env; in SetEnvironment()
|
/third_party/toybox/generated/ |
H A D | globals.h | 1272 // toys/posix/env.c 1740 struct env_data env; member
|
/third_party/python/Lib/test/ |
H A D | test_venv.py | 357 #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 D | test_argparse.py | 75 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 D | text_to_binary.extension_test.cpp | 115 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 D | isolate.cc | 5247 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 D | wasm-debug.cc | 273 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 D | input.py | 1193 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 D | input.py | 1183 env = {"__builtins__": {}, "v": Version} 1184 if eval(ast_code, env, variables):
|
/third_party/node/deps/undici/src/lib/ |
H A D | client.js | 492 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 D | EmitMetal.cpp | 905 const TStructure &env = mSymbolEnv.getTextureEnv(basicType); in emitBareTypeName() local 906 emitNameOf(env); in emitBareTypeName()
|
/third_party/libdrm/ |
H A D | xf86drm.c | 590 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 D | val_builtins_test.cpp | 214 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 D | catch.hpp | 6919 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 D | ffplay.c | 2481 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 D | pipeline.cc | 1622 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 D | bytecode-graph-builder.cc | 110 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 D | sh.h | 859 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 D | funcs.c | 2154 struct env *ep; in c_exitreturn() 2187 struct env *ep, *last_ep = NULL; in c_brkcont()
|