HomeSort by relevance Sort by last modified time
    Searched refs:environment (Results 126 - 150 of 1302) sorted by null

1 2 3 4 56 7 8 91011>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerMeasurementTestActivity.java 95 TestSensorEnvironment environment = new TestSensorEnvironment( local
100 TestSensorOperation.createOperation(environment, 100 /* event count */);
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
command_line.py 68 def AddCommandLineArgs(cls, parser, environment):
73 def ProcessCommandLineArgs(cls, parser, args, environment):
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/utils/
AABBNearFarAnalyzer.java 22 import com.badlogic.gdx.graphics.g3d.environment.BaseLight;
48 renderable.environment = null;
FixedShadowMapAllocator.java 19 import com.badlogic.gdx.graphics.g3d.environment.BaseLight;
  /libcore/ojluni/src/main/java/java/lang/
ProcessImpl.java 59 java.util.Map<String,String> environment,
84 byte[] envBlock = ProcessEnvironment.toEnvironmentBlock(environment, envc);
  /prebuilts/tools/linux-x86_64/kythe/proto/
analysis.proto 164 // An Env message represents the name and value of a single environment
165 // variable in the build environment.
171 // A collection of environment variables that the build environment expects
176 repeated Env environment = 10;
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-exec/1.2/
commons-exec-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-exec/1.1/
commons-exec-1.1.jar 
  /build/soong/cmd/soong_env/
soong_env.go 31 fmt.Fprintf(os.Stderr, "exits with success if the environment varibles in env_file match\n")
32 fmt.Fprintf(os.Stderr, "the current environment\n")
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorIntegrationTests.java 78 TestSensorEnvironment environment = new TestSensorEnvironment( local
84 TestSensorOperation.createOperation(environment, 100 /* eventCount */);
143 TestSensorEnvironment environment = new TestSensorEnvironment( local
151 TestSensorOperation.createOperation(environment, 100 /* eventCount */);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/attributes/
DirectionalLightsAttribute.java 6 import com.badlogic.gdx.graphics.g3d.environment.DirectionalLight;
PointLightsAttribute.java 6 import com.badlogic.gdx.graphics.g3d.environment.PointLight;
SpotLightsAttribute.java 6 import com.badlogic.gdx.graphics.g3d.environment.SpotLight;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/environment/
SphericalHarmonics.java 17 package com.badlogic.gdx.graphics.g3d.environment;
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/system/realistic/
RealisticShadowSystem.java 23 import com.badlogic.gdx.graphics.g3d.environment.PointLight;
  /external/proguard/src/proguard/wtk/
ProGuardObfuscator.java 23 import com.sun.kvem.environment.Obfuscator;
  /external/sl4a/Common/src/com/googlecode/android_scripting/
Process.java 70 public void putAllEnvironmentVariables(Map<String, String> environment) {
71 mEnvironment.putAll(environment);
115 Log.v("Executing " + binaryPath + " with arguments " + mArguments + " and with environment "
158 String[] environment = environmentVariables.toArray(new String[environmentVariables.size()]); local
159 return environment;
  /ndk/sources/host-tools/make-3.81/
job.h 46 char **environment; /* Environment for commands. */ member in struct:child
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
fenv.hpp 11 #error This platform does not have a floating point environment
  /prebuilts/go/darwin-x86/src/runtime/
env_posix.go 27 // Update the C environment if cgo is loaded.
38 // Update the C environment if cgo is loaded.
  /prebuilts/go/linux-x86/src/runtime/
env_posix.go 27 // Update the C environment if cgo is loaded.
38 // Update the C environment if cgo is loaded.
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
ParticleControllerTest.java 13 import com.badlogic.gdx.graphics.g3d.Environment;
20 import com.badlogic.gdx.graphics.g3d.environment.DirectionalLight;
78 Environment environment; field in class:ParticleControllerTest
93 environment = new Environment();
94 environment.set(new ColorAttribute(ColorAttribute.AmbientLight, 0f, 0f, 0.1f, 1f));
95 environment.add(new DirectionalLight().set(1f, 1f, 1f, 0, -0.5f, -1 ));
216 batch.render(billboardParticleBatch, environment);
218 batch.render(instances, environment);
    [all...]
ShaderCollectionTest.java 26 import com.badlogic.gdx.graphics.g3d.Environment;
34 import com.badlogic.gdx.graphics.g3d.environment.DirectionalLight;
118 protected Environment environment; field in class:ShaderCollectionTest
133 environment = new Environment();
134 environment.set(new ColorAttribute(ColorAttribute.AmbientLight, 0.1f, 0.1f, 0.1f, 1.f));
135 environment.add(dirLight = new DirectionalLight().set(0.8f, 0.8f, 0.8f, -0.5f, -1.0f, -0.8f));
168 if (environment.has(CubemapAttribute.EnvironmentMap)) {
169 environment.remove(CubemapAttribute.EnvironmentMap);
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/cgi/
child.go 26 // environment. This assumes the current program is being run
27 // by a web server in a CGI environment.
56 return nil, errors.New("cgi: no REQUEST_METHOD in environment")
75 return nil, errors.New("cgi: bad CONTENT_LENGTH in environment: " + lenstr)
143 // request, if any. If there's no current CGI environment
  /prebuilts/go/linux-x86/src/net/http/cgi/
child.go 26 // environment. This assumes the current program is being run
27 // by a web server in a CGI environment.
56 return nil, errors.New("cgi: no REQUEST_METHOD in environment")
75 return nil, errors.New("cgi: bad CONTENT_LENGTH in environment: " + lenstr)
143 // request, if any. If there's no current CGI environment

Completed in 532 milliseconds

1 2 3 4 56 7 8 91011>>