Home
last modified time | relevance | path

Searched refs:environment (Results 1 – 25 of 779) sorted by relevance

12345678910>>...32

/external/v8/src/compiler/
Dcontrol-builders.cc14 else_environment_ = environment()->CopyForConditional(); in If()
23 then_environment_ = environment(); in Else()
30 then_environment_->Merge(environment()); in End()
37 loop_environment_ = environment()->CopyForLoop(); in BeginLoop()
38 continue_environment_ = environment()->CopyAsUnreachable(); in BeginLoop()
39 break_environment_ = environment()->CopyAsUnreachable(); in BeginLoop()
44 continue_environment_->Merge(environment()); in Continue()
45 environment()->MarkAsUnreachable(); in Continue()
50 break_environment_->Merge(environment()); in Break()
51 environment()->MarkAsUnreachable(); in Break()
[all …]
Dast-graph-builder.cc109 environment()->UpdateControlDependency(exit_control()); in CreateGraph()
240 original_height_ = environment()->stack_height(); in AstContext()
251 DCHECK(environment()->stack_height() == original_height_); in ~AstEffectContext()
256 DCHECK(environment()->stack_height() == original_height_ + 1); in ~AstValueContext()
261 DCHECK(environment()->stack_height() == original_height_ + 1); in ~AstTestContext()
271 environment()->Push(value); in ProduceValue()
276 environment()->Push(owner()->BuildToBoolean(value)); in ProduceValue()
284 return environment()->Pop(); in ConsumeValue()
289 return environment()->Pop(); in ConsumeValue()
297 owner_->environment()->Drop(current->drop_extra_); in FindBreakable()
[all …]
/external/v8/src/
Dhydrogen-osr.cc43 HEnvironment *environment = builder_->environment(); in BuildOsrLoopEntry() local
44 int first_expression_index = environment->first_expression_index(); in BuildOsrLoopEntry()
45 int length = environment->length(); in BuildOsrLoopEntry()
50 = builder_->Add<HUnknownOSRValue>(environment, i); in BuildOsrLoopEntry()
51 environment->Bind(i, osr_value); in BuildOsrLoopEntry()
56 environment->Drop(length - first_expression_index); in BuildOsrLoopEntry()
59 = builder_->Add<HUnknownOSRValue>(environment, i); in BuildOsrLoopEntry()
60 environment->Push(osr_value); in BuildOsrLoopEntry()
66 environment->local_count() + environment->push_count(); in BuildOsrLoopEntry()
70 environment = environment->Copy(); in BuildOsrLoopEntry()
[all …]
/external/llvm/utils/lit/lit/
DTestingConfig.py19 environment = {
33 environment[var] = val
36 environment.update({
48 environment.update({
65 environment = environment,
119 environment, substitutions, unsupported, argument
126 self.environment = dict(environment)
140 self.environment = dict(self.environment)
/external/skia/site/dev/runtime/
Dconfig.md9 environment variable: skia_images_gif_suppressDecoderWarnings
16 environment variable: skia_images_jpeg_suppressDecoderWarnings
22 environment variable: skia_images_jpeg_suppressDecoderErrors
28 environment variable: skia_images_png_suppressDecoderWarnings
36 environment variable: skia_bitmap_filter
43 environment variable: skia_mask_filter_analyticNinePatch
49 environment variable: skia_gpu_deferContext
55 environment variable: skia_gpu_dumpFontCache
61 environment variable: skia_bitmap_filter_highQualitySSE
80 Or by setting the corresponding environment variable before starting the
/external/llvm/test/MC/Mips/
Dset-push-pop-directives.s3 # .set push creates a copy of the current environment.
4 # .set pop restores the previous environment.
8 # The first environment on the stack (with initial values).
13 # Create a new environment.
23 # Switch back to the first environment.
/external/llvm/test/
Dlit.cfg21 config.environment['PATH'],
25 config.environment['PATH']))
26 config.environment['PATH'] = path
29 # LIT_USE_INTERNAL_SHELL is in the environment, we use that as an override.
64 path = os.path.pathsep.join((llvm_tools_dir, config.environment['PATH']))
65 config.environment['PATH'] = path
67 # Propagate 'HOME' through the environment.
69 config.environment['HOME'] = os.environ['HOME']
71 # Propagate 'INCLUDE' through the environment.
73 config.environment['INCLUDE'] = os.environ['INCLUDE']
[all …]
/external/libvncserver/
Drfbconfig.h.in21 /* Avahi/mDNS client build environment present */
33 /* DPMS extension build environment present */
36 /* FBPM extension build environment present */
117 /* XDAMAGE extension build environment present */
120 /* XFIXES extension build environment present */
123 /* XINERAMA extension build environment present */
126 /* XRANDR extension build environment present */
129 /* DEC-XTRAP extension build environment present */
135 /* linux fb device build environment present */
141 /* linux uinput device build environment present */
[all …]
/external/compiler-rt/unittests/
Dlit.common.unit.cfg22 path = os.path.pathsep.join((llvm_tools_dir, config.environment['PATH']))
23 config.environment['PATH'] = path
28 config.environment['TMP'] = os.environ['TMP']
30 config.environment['TEMP'] = os.environ['TEMP']
/external/skia/
Dmake.bat7 rem Launches make.py on Windows, after setting Visual Studio environment variables.
10 rem Skip environment setup on bots.
21 rem Visual Studio environment variables aren't set yet, so run vcvars32.bat
33 echo ERROR: Neither VS100COMNTOOLS nor VS110COMNTOOLS environment variable is set.
/external/compiler-rt/test/
Dlit.common.cfg39 # Clear some environment variables that might affect Clang.
53 if name in config.environment:
54 del config.environment[name]
60 path = os.path.pathsep.join((llvm_tools_dir, config.environment['PATH']))
61 config.environment['PATH'] = path
66 config.environment['LIB'] = os.environ['LIB']
/external/clang/test/
Dlit.cfg22 config.environment['PATH'],
26 config.environment['PATH']))
27 config.environment['PATH'] = path
30 # LIT_USE_INTERNAL_SHELL is in the environment, we use that as an override.
66 # Clear some environment variables that might affect Clang.
91 if name in config.environment:
92 del config.environment[name]
103 clang_tools_dir, llvm_tools_dir, config.environment['PATH']))
104 config.environment['PATH'] = path
109 config.environment.get('LD_LIBRARY_PATH','')))
[all …]
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/
Dvirtualenv.rst6 "virtual environment" that allows you to run different projects with separate
13 a "sandboxed environment" that serves almost the same purposes.
33 environment using the following command:
39 **3.** Activate the environment. On Linux of Mac, use:
/external/linux-tools-perf/src/tools/perf/Documentation/
Dandroid.txt4 I. Set the Android NDK environment
13 2. Set cross-compiling environment variables for NDK toolchain and sysroot.
28 Set the environment for the target you want using:
33 NDK sysroot environment variable.
42 3. Set the NDK toolchain environment variable.
70 Some perf features need environment variables to run properly.
/external/llvm/test/Unit/
Dlit.cfg29 config.environment['TMP'] = os.environ['TMP']
31 config.environment['TEMP'] = os.environ['TEMP']
36 config.environment[symbolizer] = os.environ[symbolizer]
40 config.environment['PATH'] = os.path.pathsep.join((
41 config.shlibdir, config.environment['PATH']))
66 llvm_config = lit.util.which('llvm-config', config.environment['PATH'])
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
Denvset.cmd18 SET environment variables
25 , parameters should be comma separated in the environment variable
27 Other values mean that the first parameter is missing and the environment
30 Second parameter: name of the environment variable
44 environment variable as it existed before envset was invoked.
46 For other parameters the batch looks for the environment variable with the
48 the environment variable with such a name does not exist, the expanded_name
/external/clang/test/Unit/
Dlit.cfg31 config.environment['TMP'] = os.environ['TMP']
33 config.environment['TEMP'] = os.environ['TEMP']
38 config.environment[symbolizer] = os.environ[symbolizer]
63 llvm_config = lit.util.which('llvm-config', config.environment['PATH'])
102 config.environment.get(shlibpath_var,'')))
108 config.environment[shlibpath_var] = shlibpath
/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
Djinja2.py145 self.environment = env
158 return self.environment.get_template(_filename).render(**context)
181 template = self.environment.get_template(filename)
Dmako.py72 self.environment = lookup.TemplateLookup(directories=directories,
87 template = self.environment.get_template(_filename)
/external/llvm/docs/
DPackaging.rst31 by setting ``DISABLE_ASSERTIONS=0|1`` in ``make``'s environment. This
37 ``make``'s environment. This defaults to disabled when optimizing, so you
43 ``make``'s environment. This defaults to enabled when not in a
50 LLVM disables RTTI by default. Add ``REQUIRES_RTTI=1`` to your environment
/external/llvm/lib/Fuzzer/test/
Dlit.cfg12 path = os.path.pathsep.join((llvm_tools_dir, config.environment['PATH']))
13 config.environment['PATH'] = path
/external/llvm/test/Bindings/Go/
Dlit.local.cfg55 config.environment['CC'] = fixup_compiler_path(config.host_cc)
56 config.environment['CXX'] = fixup_compiler_path(config.host_cxx)
57 config.environment['CGO_LDFLAGS'] = config.host_ldflags
/external/android-mock/src/com/google/android/testing/mocking/
DUsesMocksProcessor.java71 public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment environment) { in process() argument
74 List<Class<?>> classesToMock = getClassesToMock(environment); in process()
112 private List<Class<?>> getClassesToMock(RoundEnvironment environment) { in getClassesToMock() argument
116 findClassesToMock(environment.getElementsAnnotatedWith(UsesMocks.class))); in getClassesToMock()
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DOneStepIteratorForward.java88 public void setRoot(int context, Object environment) in setRoot() argument
90 super.setRoot(context, environment); in setRoot()
DChildTestIterator.java124 public void setRoot(int context, Object environment) in setRoot() argument
126 super.setRoot(context, environment); in setRoot()

12345678910>>...32