/prebuilts/go/darwin-x86/src/syscall/ |
env_plan9.go | 5 // Plan 9 environment variables.
|
env_windows.go | 5 // Windows environment variables. 58 // Environment variables can begin with =
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/ |
go.go | 24 // These are controlled by the GOEXPERIMENT environment
|
/prebuilts/go/linux-x86/src/os/exec/ |
lp_plan9.go | 28 // in the directories named by the path environment variable.
|
lp_unix.go | 30 // in the directories named by the PATH environment variable.
|
/prebuilts/go/linux-x86/src/ |
run.bat | 6 :: Keep environment variables within this script
|
/prebuilts/go/linux-x86/src/runtime/ |
env_test.go | 18 // Restore both the real GOROOT environment variable, and runtime's copies:
|
/prebuilts/go/linux-x86/src/syscall/ |
env_plan9.go | 5 // Plan 9 environment variables.
|
env_windows.go | 5 // Windows environment variables. 58 // Environment variables can begin with =
|
/sdk/apkbuilder/etc/ |
apkbuilder.bat | 16 rem don't modify the caller's environment
|
/sdk/eclipse/monitor/ |
monitor.bat | 16 rem don't modify the caller's environment
|
/sdk/files/ |
post_tools_install.bat | 19 rem don't modify the caller's environment
|
/sdk/hierarchyviewer/etc/ |
hierarchyviewer1.bat | 16 rem don't modify the caller's environment
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/ |
tycho-packaging-plugin-0.20.0.jar | |
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/shaders/ |
DefaultShader.java | 26 import com.badlogic.gdx.graphics.g3d.Environment;
39 import com.badlogic.gdx.graphics.g3d.environment.AmbientCubemap;
40 import com.badlogic.gdx.graphics.g3d.environment.DirectionalLight;
41 import com.badlogic.gdx.graphics.g3d.environment.PointLight;
42 import com.badlogic.gdx.graphics.g3d.environment.SpotLight;
352 if (renderable.environment == null)
528 this.lighting = renderable.environment != null;
531 this.shadowMap = lighting && renderable.environment.shadowMap != null;
635 if (renderable.environment != null) tmpAttributes.set(renderable.environment);
[all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
client.py | 78 # The environment variable pointing the file with local 84 # The environment variable name which can replace ~/.config if set. 91 'if running in Google Compute Engine. Otherwise, the environment variable ' 951 """Determine if the current environment is Compute Engine. 957 Boolean indicating whether or not the current environment is Google 980 """Detect the environment the code is being run on. 1017 the environment where the code is being run. [all...] |
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/ |
FrustumCullingTest.java | 235 world.render(modelBatch, environment, visibleEntities); 236 world.render(modelBatch, environment, frustumEntity); 238 world.render(modelBatch, environment);
|
/external/v8/src/crankshaft/arm64/ |
lithium-codegen-arm64.h | 253 void RegisterEnvironmentForDeoptimization(LEnvironment* environment, 260 // Emit frame translation commands for an environment. 261 void WriteTranslation(LEnvironment* environment, Translation* translation); 263 void AddToTranslation(LEnvironment* environment,
|
/external/v8/src/crankshaft/ppc/ |
lithium-codegen-ppc.h | 122 // Emit frame translation commands for an environment. 123 void WriteTranslation(LEnvironment* environment, Translation* translation); 200 void RegisterEnvironmentForDeoptimization(LEnvironment* environment, 208 void AddToTranslation(LEnvironment* environment, Translation* translation,
|
/external/v8/src/crankshaft/x87/ |
lithium-codegen-x87.h | 146 // Emit frame translation commands for an environment. 147 void WriteTranslation(LEnvironment* environment, Translation* translation); 229 void RegisterEnvironmentForDeoptimization(LEnvironment* environment, 241 void AddToTranslation(LEnvironment* environment,
|
/external/vixl/tools/ |
test.py | 58 # Environment options influence the environment. They can be used for example to 182 environment, build options, and runtime options configurations.''', 239 # Create a copy of the environment. We do not want to pollute the environment 241 environment = os.environ 242 # Configure the environment. 249 environment[opt] = val 266 env=environment)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
NotificationData.java | 44 private final Environment mEnvironment; 237 public NotificationData(Environment environment) { 238 mEnvironment = environment; 239 mGroupManager = environment.getGroupManager(); 243 * Returns the sorted list of active notifications (depending on {@link Environment} 247 * when the environment changes. 351 // TODO: This should not be public. Instead the Environment should notify this class when 465 public interface Environment {
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
help.go | 24 compiler. The CC or CXX environment variables may be set to determine 45 environment variable (see 'go help gopath'). 241 listed in the GOPATH environment variable (see 'go help gopath'). 275 Short: "GOPATH environment variable", 280 The GOPATH environment variable lists places to look for Go code. 308 installed commands. If the GOBIN environment variable is 370 often referred to as vendoring. Setting the environment variable 424 UsageLine: "environment", 425 Short: "environment variables", 429 environment variables. For many of these, you can see the defaul [all...] |
/prebuilts/go/linux-x86/src/cmd/go/ |
help.go | 24 compiler. The CC or CXX environment variables may be set to determine 45 environment variable (see 'go help gopath'). 241 listed in the GOPATH environment variable (see 'go help gopath'). 275 Short: "GOPATH environment variable", 280 The GOPATH environment variable lists places to look for Go code. 308 installed commands. If the GOBIN environment variable is 370 often referred to as vendoring. Setting the environment variable 424 UsageLine: "environment", 425 Short: "environment variables", 429 environment variables. For many of these, you can see the defaul [all...] |
/art/runtime/interpreter/mterp/mips64/ |
footer.S | 88 bnezc v0, MterpFallback # Something in the environment changed, switch interpreters
|