/prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.4.2/ |
ecj-4.4.2.jar | |
/external/llvm/test/ |
Makefile | 23 $(warning GREP_OPTIONS environment variable may interfere with test results)
|
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
DevicePolicyManagerServiceTestable.java | 247 return context.environment.getUserSystemDirectory(userId);
|
/build/core/ |
config.mk | 153 # If this file doesn't exist, the environment variables will 386 # chance to update their environment. 409 # 1) PDK_FUSION_PLATFORM_ZIP is passed in from the environment 418 # 2) TARGET_BUILD_PDK is passed in from the environment 775 # environment (including Brillo) as opposed to an entirely different 776 # environment (e.g. Chrome OS). [all...] |
/prebuilts/devtools/tools/lib/ |
ecj-4.4.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/ |
ecj-4.4.jar | |
/prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.4/ |
ecj-4.4.jar | |
/art/compiler/optimizing/ |
nodes.cc | 92 for (HEnvironment* environment = instruction->GetEnvironment(); 93 environment != nullptr; 94 environment = environment->GetParent()) { 95 for (size_t i = 0, e = environment->Size(); i < e; ++i) { 96 if (environment->GetInstructionAt(i) != nullptr) { 97 environment->RemoveAsUserOfInput(i); 687 // Look at the suspend check's environment to determine if the loop was inlined. 763 // Environment should be created later. [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jdt.launching_3.5.100.v20100526.jar | |
/external/libevent/ |
event.c | 475 /** Return true iff 'method' is disabled according to the environment. */ 479 char environment[64]; local 482 evutil_snprintf(environment, sizeof(environment), "EVENT_NO%s", name); 483 for (i = 8; environment[i] != '\0'; ++i) 484 environment[i] = EVUTIL_TOUPPER(environment[i]); 485 /* Note that evutil_getenv() ignores the environment entirely if 487 return (evutil_getenv(environment) != NULL); 602 /* also obey the environment variables * [all...] |
/external/bison/djgpp/ |
config.bat | 25 Rem of the environment in stock DOS shell.
395 echo No SHELL found in the environment, using default value
402 echo No HOME found in the environment, using default value
417 echo No USERNAME and no USER found in the environment, using default values
533 echo Your environment size is too small. Enlarge it and run me again.
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/ |
MultiSelectManager.java | 129 SelectionEnvironment environment, 134 assert(environment != null); 137 mEnvironment = environment; [all...] |
/external/v8/src/crankshaft/ |
hydrogen.h | 128 // Simulate (caller's environment) 176 // instruction and updating the bailout environment. 506 // Type of stack frame an environment might refer to. 622 // Create an "inlined version" of this environment, where the original 623 // environment is the outer environment but the top expression stack 624 // elements are moved to an inner environment as parameters. 651 // Map a variable to an environment index. Parameter indices are shifted 652 // by 1 (receiver is parameter index -1 but environment index 0). 685 // Create an artificial stub environment (e.g. for argument adaptor o 1023 HEnvironment* environment() const { function in class:v8::internal::HGraphBuilder [all...] |
/external/opencv3/3rdparty/jinja2/ |
utils.py | 70 """This decorator can be used to mark a function or method as environment 72 decorator just that the first argument is the active :class:`Environment` 113 from jinja2.environment import _spontaneous_environments
|
/external/strace/ |
strace.spec | 176 - fix spurious "..." in printing of environment strings (#358241) 356 - new upstream version, new option -E to set environment variables (#82392) 500 - auto rebuild in the new build environment (release 16)
|
/libcore/ojluni/src/main/java/java/lang/ |
ProcessEnvironment.java | 37 * the parent process for any environment name or value not created by 42 * environment then looks like a Map<Variable,Value>. But we don't 68 // We cache the C environment. This means that subsequent calls 72 // Read environment variables back to front, 93 /* Only for use by ProcessBuilder.environment() */ 94 static Map<String,String> environment() { method in class:ProcessEnvironment 109 // Check that name is suitable for insertion into Environment map 114 ("Invalid environment variable name: \"" + name + "\""); 117 // Check that value is suitable for insertion into Environment map 121 ("Invalid environment variable value: \"" + value + "\"") [all...] |
/prebuilts/gradle-plugin/com/android/tools/lint/lint/22.8.0/ |
lint-22.8.0.jar | |
/prebuilts/misc/common/ecj/ |
ecj.jar | |
/external/ceres-solver/ |
Android.mk | 41 # You will have to specify the environment EIGEN_PATH to point to the
|
/external/ceres-solver/jni/ |
Android.mk | 41 # You will have to specify the environment EIGEN_PATH to point to the
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/ |
README.rst | 190 following environment variables to ascertain your credentials:
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/beanstalk/ |
response.py | 523 environment = EnvironmentDescription(member) 524 self.environments.append(environment)
|
/external/chromium-trace/catapult/third_party/html5lib-python/doc/ |
make.bat | 54 echo.installed, then set the SPHINXBUILD environment variable to point
|
/external/curl/packages/vms/ |
generate_vax_transfer.com | 35 $ default_dir = f$environment("default")
|
/external/nanohttpd/ |
README.md | 161 The coordinates for your development environment should correspond to these. When looking for an older version take care because we switched groupId from *com.nanohttpd* to *org.nanohttpd* in mid 2015.
|