/system/connectivity/shill/ |
external_task.h | 69 // arguments |arguments|, and the environment variables specified in 70 // |environment|. 79 // |environment| SHOULD NOT contain kRPCTaskServiceVariable or 84 const std::map<std::string, std::string>& environment,
|
/tools/test/connectivity/acts/tests/google/bt/setup/ |
BtPreFlightTest.py | 39 self.log.info("*ENVIRONMENT DETAILS*") 40 self.log.info(pprint.pformat(d.environment()))
|
/build/kati/ |
var.go | 295 // usedEnvs tracks what environment variables are used. 301 if strings.HasPrefix(v.Origin(), "environment") { 310 // override / environment override 313 // environment 318 "environment override": 4, 321 "environment": 2,
|
/external/mesa3d/docs/ |
MESA_texture_signed_rgba.spec | 143 fixed-function texture environment clamping appropriately. If the 145 for the texture environment applies where intermediate values 150 Otherwise, the conventional core texture environment clamps 153 This implies that the conventional texture environment 157 by this extension because the conventional texture environment 161 zero by the core texture environment functionality. The
|
/external/snakeyaml/ |
mvnw.bat | 62 echo Error: JAVA_HOME not found in your environment. >&2 63 echo Please set the JAVA_HOME variable in your environment to match the >&2 74 echo Please set the JAVA_HOME variable in your environment to match the >&2 86 echo Error: M2_HOME not found in your environment. >&2 87 echo Please set the M2_HOME variable in your environment to match the >&2 105 echo Please set the M2_HOME variable in your environment to match the >&2
|
/prebuilts/eclipse/maven/apache-maven-3.2.1/bin/ |
mvn.bat | 59 echo Error: JAVA_HOME not found in your environment. >&2
60 echo Please set the JAVA_HOME variable in your environment to match the >&2
71 echo Please set the JAVA_HOME variable in your environment to match the >&2
84 echo Error: M2_HOME not found in your environment. >&2
85 echo Please set the M2_HOME variable in your environment to match the >&2
103 echo Please set the M2_HOME variable in your environment to match the >&2
|
mvnDebug.bat | 63 echo Error: JAVA_HOME not found in your environment. >&2
64 echo Please set the JAVA_HOME variable in your environment to match the >&2
75 echo Please set the JAVA_HOME variable in your environment to match the >&2
88 echo Error: M2_HOME not found in your environment. >&2
89 echo Please set the M2_HOME variable in your environment to match the >&2
107 echo Please set the M2_HOME variable in your environment to match the >&2
|
/art/compiler/optimizing/ |
graph_checker.cc | 377 // Ensure the environment uses entries are consistent. 382 AddError(StringPrintf("Environment user of %s:%d has a wrong " 423 AddError(StringPrintf("Instruction %s:%d in block %d requires an environment " 430 // Ensure an instruction having an environment is dominated by the 431 // instructions contained in the environment. 432 for (HEnvironment* environment = instruction->GetEnvironment(); 433 environment != nullptr; 434 environment = environment->GetParent()) { 435 for (size_t i = 0, e = environment->Size(); i < e; ++i) 463 HEnvironment* environment = instruction->GetEnvironment(); local [all...] |
ssa_liveness_analysis.cc | 193 input->GetLiveInterval()->AddUse(current, /* environment */ nullptr, i, actual_user); 223 // Inputs of catch phis will be kept alive through their environment 261 // Process the environment first, because we know their uses come after 263 for (HEnvironment* environment = current->GetEnvironment(); 264 environment != nullptr; 265 environment = environment->GetParent()) { 266 // Handle environment uses. See statements (b) and (c) of the 268 for (size_t i = 0, e = environment->Size(); i < e; ++i) { 269 HInstruction* instruction = environment->GetInstructionAt(i) [all...] |
/external/curl/packages/vms/ |
clean_gnv_curl.com | 5 $! The GNV environment leaves behind some during the configure and build 15 $! This removes all build products and brings the environment back to 37 $ default_dir = f$environment("default")
|
backup_gnv_curl_src.com | 39 $ default_dir = f$environment("DEFAULT") 104 $ current_default = f$environment("DEFAULT")
|
pcsi_product_gnv_curl.com | 27 $ default_dir = f$environment("DEFAULT") 141 $ current_default = f$environment("DEFAULT")
|
/external/google-tv-pairing-protocol/cpp/ |
main.scons | 37 root_env = Environment( 48 DeclareBit('64bit', 'Target environment is 64-bit') 52 # Setup the linux environment 88 # Add 64-bit linux environment if supported by build platform 120 # Mac OSX Build Environment 170 # Windows Build Environment
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
LocPathIterator.java | 150 * Set the environment in which this iterator operates, which should provide: 157 * <p>At this time the exact implementation of this environment is application 160 * @param environment The environment object. 162 public void setEnvironment(Object environment) 357 public void setRoot(int context, Object environment) 362 XPathContext xctxt = (XPathContext)environment;
|
NodeSequence.java | 259 public void setRoot(int nodeHandle, Object environment) 263 XPathContext xctxt = (XPathContext)environment; 265 m_iter.setRoot(nodeHandle, environment);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/ |
service_handlers_test.py | 502 """Make sure missing state environment values are handled gracefully.""" 768 """Test for when content-length is not set in the environment. 770 This test moves CONTENT_LENGTH from the environment to the 775 environment = super(MissingContentLengthTests, self).GetEnvironment() 776 content_length = str(environment.pop('CONTENT_LENGTH', '0')) 777 environment['HTTP_CONTENT_LENGTH'] = content_length 778 return environment 782 """Test for when content-type is not set in the environment. 784 This test moves CONTENT_TYPE from the environment to the 789 environment = super(MissingContentTypeTests, self).GetEnvironment( [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
webapp_test_util.py | 20 GetDefaultEnvironment: Method for easily setting up CGI environment. 52 """Function for creating a default CGI environment.""" 104 To change the environment for that handler override GetEnvironment. 112 """Get environment. 117 dict of CGI environment. 169 """Reset this tests environment with environment changes. 172 the default request environment. 176 environment. 178 environment = self.GetEnvironment( [all...] |
/external/v8/src/crankshaft/arm/ |
lithium-codegen-arm.h | 131 // Emit frame translation commands for an environment. 132 void WriteTranslation(LEnvironment* environment, Translation* translation); 226 void RegisterEnvironmentForDeoptimization(LEnvironment* environment, 234 void AddToTranslation(LEnvironment* environment,
|
/external/v8/src/crankshaft/ia32/ |
lithium-codegen-ia32.h | 111 // Emit frame translation commands for an environment. 112 void WriteTranslation(LEnvironment* environment, Translation* translation); 201 void RegisterEnvironmentForDeoptimization(LEnvironment* environment, 213 void AddToTranslation(LEnvironment* environment,
|
/external/v8/src/crankshaft/x64/ |
lithium-codegen-x64.h | 107 // Emit frame translation commands for an environment. 108 void WriteTranslation(LEnvironment* environment, Translation* translation); 200 void RegisterEnvironmentForDeoptimization(LEnvironment* environment, 212 void AddToTranslation(LEnvironment* environment,
|
/prebuilts/go/darwin-x86/src/net/http/cgi/ |
host.go | 46 // Handler runs an executable in a subprocess with a CGI environment. 57 Env []string // extra environment variables to set, if any, as "key=value" 58 InheritEnv []string // environment variables to inherit from host, as "key" 74 // It's possible to override environment like following. 375 // the environment in any case, as Go represents the 376 // environment as a slice of "key=value" strings.
|
/prebuilts/go/linux-x86/src/net/http/cgi/ |
host.go | 46 // Handler runs an executable in a subprocess with a CGI environment. 57 Env []string // extra environment variables to set, if any, as "key=value" 58 InheritEnv []string // environment variables to inherit from host, as "key" 74 // It's possible to override environment like following. 375 // the environment in any case, as Go represents the 376 // environment as a slice of "key=value" strings.
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
SingleSensorTests.java | 44 * event values, where applicable for a device in a static environment. 547 TestSensorEnvironment environment = new TestSensorEnvironment( local 553 TestSensorOperation.createOperation(environment, 5, TimeUnit.SECONDS); 564 SensorStats.getSanitizedSensorName(environment.getSensor()), 565 environment.getFrequencyString());
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/shaders/ |
BaseShader.java | 96 final long envFlags = (renderable != null && renderable.environment != null) ? renderable.environment.getMask() : 0;
230 if (renderable.environment != null) combinedAttributes.set(renderable.environment);
|
/external/opencv3/3rdparty/jinja2/ |
compiler.py | 55 def generate(node, environment, name, filename, stream=None, 60 generator = CodeGenerator(environment, name, filename, stream, defer_init) 366 def __init__(self, environment, name, filename, stream=None, 370 self.environment = environment 587 self.writeline('%s = environment.%s[%r]' % 737 self.write('Macro(environment, macro, %r, (%s), (' % 759 eval_ctx = EvalContext(self.environment, self.name) 768 # environment into a local name 769 envenv = not self.defer_init and ', environment=environment' or ' [all...] |