Searched refs:Environment (Results 1 - 25 of 180) sorted by relevance

12345678

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se12_1.0.0.200901281111/
H A Dfragmentj2se12.properties11 fragmentName = Environment Description for J2SE-1.2
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se13_1.0.0.200901281111/
H A Dfragmentj2se13.properties11 fragmentName = Environment Description for J2SE-1.3
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se14_1.0.0.200901281111/
H A Dfragmentj2se14.properties11 fragmentName = Environment Description for J2SE-1.4
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se15_1.0.0.200901281111/
H A Dfragmentj2se15.properties11 fragmentName = Environment Description for J2SE-1.5
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.javase16_1.0.0.200901281111/
H A Dfragmentjavase16.properties11 fragmentName = Environment Description for JavaSE-1.6
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.jre11_1.0.0.200901281111/
H A Dfragmentjre11.properties11 fragmentName = Environment Description for JRE-1.1
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.cdcfoundation10_1.0.0.200901281111/
H A Dfragmentcdcfoundation10.properties11 fragmentName = Environment Description for CDC-1.0/Foundation-1.0
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.cdcfoundation11_1.0.0.200901281111/
H A Dfragmentcdcfoundation11.properties11 fragmentName = Environment Description for CDC-1.1/Foundation-1.1
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.osgiminimum10_1.0.0.200901281111/
H A Dfragmentosgiminimum10.properties11 fragmentName = Environment Description for OSGi/Minimum-1.0
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.osgiminimum11_1.0.0.200901281111/
H A Dfragmentosgiminimum11.properties11 fragmentName = Environment Description for OSGi/Minimum-1.1
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.osgiminimum12_1.0.1.200904031014/
H A Dfragmentosgiminimum12.properties11 fragmentName = Environment Description for OSGi/Minimum-1.2
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
H A DTestFixtureBase.cs42 public static readonly string NL = Environment.NewLine;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h1 //== Environment.h - Map from Stmt* to Locations/Values ---------*- C++ -*--==//
10 // This file defined the Environment and EnvironmentManager classes.
55 class Environment { class in namespace:clang::ento
65 Environment(BindingsTy eb) function in class:clang::ento::Environment
76 /// Environment.
79 /// Profile - Profile the contents of an Environment object for use
81 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) {
91 bool operator==(const Environment& RHS) const {
104 typedef Environment::BindingsTy::Factory FactoryTy;
110 Environment getInitialEnvironmen
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dplugin.properties11 pluginName = Plug-in Development Environment Build Support
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DJSystem.cs73 return Environment.NewLine;
79 return Environment.GetFolderPath( Environment.SpecialFolder.Personal );
/external/vulkan-validation-layers/tests/
H A Dtest_environment.h40 class Environment : public ::testing::Environment { class in namespace:vk_testing
42 Environment();
/external/v8/src/compiler/
H A Dcontrol-builders.h28 typedef AstGraphBuilder::Environment Environment; typedef in class:v8::internal::compiler::ControlBuilder
31 Environment* environment() { return builder_->environment(); }
32 void set_environment(Environment* env) { builder_->set_environment(env); }
54 Environment* then_environment_; // Environment after the 'then' body.
55 Environment* else_environment_; // Environment for the 'else' body.
82 Environment* loop_environment_; // Environment o
[all...]
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DEnvironmentTest.java11 import android.os.Environment;
29 assertThat( Environment.getExternalStorageState(), equalTo("removed") );
31 assertThat( Environment.getExternalStorageState(), equalTo("mounted") );
36 assertTrue(Environment.getExternalStorageDirectory().exists());
41 File extStoragePublic = Environment.getExternalStoragePublicDirectory("Movies");
/external/v8/tools/gcmole/
H A Dgcmole.cc275 class Environment;
289 static ExprEffect NoneWithEnv(Environment* env) {
298 Environment* env() {
299 return reinterpret_cast<Environment*>(effect_ & ~kAllEffects);
307 ExprEffect(int effect, Environment* env)
319 class Environment { class in namespace:__anon18427
321 Environment() { } function in class:__anon18427::Environment
323 static Environment Unreachable() {
324 Environment env;
329 static Environment Merg
406 Environment(const Environment& l, const Environment& r) function in class:__anon18427::Environment
410 Environment(const Environment& l, int code) function in class:__anon18427::Environment
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DJSystem.cs74 return Environment.NewLine;
80 return Environment.GetFolderPath( Environment.SpecialFolder.Personal );
/external/libchrome/base/
H A Denvironment.h26 class BASE_EXPORT Environment { class in namespace:base
28 virtual ~Environment();
32 static Environment* Create();
H A Denvironment_unittest.cc17 scoped_ptr<Environment> env(Environment::Create());
24 scoped_ptr<Environment> env(Environment::Create());
53 scoped_ptr<Environment> env(Environment::Create());
58 scoped_ptr<Environment> env(Environment::Create());
73 scoped_ptr<Environment> env(Environment
[all...]
/external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
H A DInterpreterConstants.java19 import android.os.Environment;
30 Environment.getExternalStorageDirectory().getAbsolutePath() + "/";
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/
H A DStats.cs38 using Environment = System.Environment;
125 string personalFolder = Environment.GetFolderPath( Environment.SpecialFolder.Personal );
/external/chromium-trace/catapult/firefighter/default/common/
H A Djinja.py14 ENVIRONMENT = jinja2.Environment(loader=jinja2.FileSystemLoader(_TEMPLATES_DIR))

Completed in 858 milliseconds

12345678