/prebuilts/go/linux-x86/src/ |
run.bat | 6 :: Keep environment variables within this script
|
/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/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/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 | 45 private final Environment mEnvironment; 238 public NotificationData(Environment environment) { 239 mEnvironment = environment; 240 mGroupManager = environment.getGroupManager(); 244 * Returns the sorted list of active notifications (depending on {@link Environment} 248 * when the environment changes. 353 // TODO: This should not be public. Instead the Environment should notify this class when 467 public interface Environment {
|
/art/runtime/interpreter/mterp/mips64/ |
footer.S | 88 bnezc v0, MterpFallback # Something in the environment changed, switch interpreters
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
KeyTable.java | 137 public void setRoot(int nodeHandle, Object environment) {
|
/external/libvpx/libvpx/build/make/ |
iosbuild.sh | 211 --verbose: Output information about the environment and each stage of the
|
/device/generic/goldfish/opengl/ |
Android.mk | 4 # You must define BUILD_EMULATOR_OPENGL to 'true' in your environment to
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
NodeSetDTM.java | 193 * Set the environment in which this iterator operates, which should provide: 200 * <p>At this time the exact implementation of this environment is application 203 * @param environment The environment object. 205 public void setEnvironment(Object environment) 235 public void setRoot(int context, Object environment) [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
UnionPathIterator.java | 67 public void setRoot(int context, Object environment) 69 super.setRoot(context, environment);
|
/external/curl/packages/vms/ |
build_vms.com | 162 $ orig_def = f$environment("DEFAULT") 167 $ proc = f$environment("PROCEDURE") 216 $ base_dev_dir = f$environment("default") [all...] |
/external/libunwind/doc/ |
unw_is_signal_frame.tex | 25 In a kernel-environment, a signal frame might, for example, correspond
|
/external/v8/src/compiler/ |
bytecode-graph-builder.h | 31 class Environment; 62 void set_environment(Environment* env) { environment_ = env; } 63 const Environment* environment() const { return environment_; } function in class:v8::internal::compiler::BytecodeGraphBuilder 64 Environment* environment() { return environment_; } function in class:v8::internal::compiler::BytecodeGraphBuilder 226 Environment* environment_; 229 // Merge environments are snapshots of the environment at a particular 230 // bytecode offset to be merged into a later environment. 231 ZoneMap<int, Environment*> merge_environments_ [all...] |
/external/v8/test/mjsunit/regress/ |
regress-2987.js | 32 // that are still needed to replay the environment correctly.
|
/prebuilts/devtools/tools/lib/ |
ninepatch.jar | |
/prebuilts/devtools/tools/ |
lint.bat | 16 rem don't modify the caller's environment
|
monkeyrunner.bat | 16 rem don't modify the caller's environment
|