Home
last modified time | relevance | path

Searched defs:Environment (Results 1 – 18 of 18) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/audio/
DEnvironment.java41 public class Environment { class
78 public Environment(){ in Environment() method in Environment
81 public Environment(Environment source) { in Environment() method in Environment
97 public Environment(float density, float diffusion, float gain, float gainHf, in Environment() method in Environment
112 public Environment(float[] e){ in Environment() method in Environment
/external/v8/src/compiler/
Dgraph-builder.cc102 StructuredGraphBuilder::Environment::Environment( in Environment() function in v8::internal::compiler::StructuredGraphBuilder::Environment
110 StructuredGraphBuilder::Environment::Environment(const Environment& copy) in Environment() function in v8::internal::compiler::StructuredGraphBuilder::Environment
Dcontrol-builders.h33 typedef StructuredGraphBuilder::Environment Environment; typedef
Dgraph-builder.h105 friend class Environment; variable
Dast-graph-builder.h40 class Environment; variable
Dast-graph-builder.cc158 AstGraphBuilder::Environment::Environment(AstGraphBuilder* builder, in Environment() function in v8::internal::compiler::AstGraphBuilder::Environment
188 AstGraphBuilder::Environment::Environment(const Environment& copy) in Environment() function in v8::internal::compiler::AstGraphBuilder::Environment
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/
DStats.cs38 using Environment = System.Environment; typedef
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DEnvironment.h65 Environment(BindingsTy eb) in Environment() function
/external/v8/tools/gcmole/
Dgcmole.cc319 class Environment { class
321 Environment() { } in Environment() function in __anonda09e63f0111::Environment
406 Environment(const Environment& l, const Environment& r) in Environment() function in __anonda09e63f0111::Environment
410 Environment(const Environment& l, int code) in Environment() function in __anonda09e63f0111::Environment
/external/llvm/lib/Support/
DTriple.cpp551 EnvironmentType Environment = UnknownEnvironment; in normalize() local
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DProfiler.cs43 using Environment = System.Environment; typedef
/external/llvm/include/llvm/ADT/
DTriple.h190 EnvironmentType Environment; variable
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DProfiler.cs44 using Environment = System.Environment; typedef
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h359 enum Environment { IsMachO, IsELF, IsCOFF }; enum
/external/protobuf/gtest/test/
Dgtest-param-test_test.cc630 typedef TestGenerationEnvironment<PARAMETER_COUNT> Environment; typedef in TestGenerationTest
/external/google-breakpad/src/testing/gtest/test/
Dgtest-param-test_test.cc631 typedef TestGenerationEnvironment<PARAMETER_COUNT> Environment; typedef in TestGenerationTest
/external/gtest/test/
Dgtest-param-test_test.cc631 typedef TestGenerationEnvironment<PARAMETER_COUNT> Environment; typedef in TestGenerationTest
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp557 class Environment class