HomeSort by relevance Sort by last modified time
    Searched refs:environment (Results 76 - 100 of 1050) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterContext.java 59 public void initGLEnvironment(GLEnvironment environment) {
61 mGLEnvironment = environment;
63 throw new RuntimeException("Attempting to re-initialize GL Environment for " +
  /frameworks/base/tests/SmokeTest/tests/
Android.mk 12 # automatically get all of its classes loaded into our environment.
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilter.java 95 public void setEnvironment(FilterEnvironment environment) {
96 mEnvironment = environment;
  /system/connectivity/shill/
ppp_daemon.cc 92 std::map<std::string, std::string> environment; local
93 if (task->Start(base::FilePath(kDaemonPath), arguments, environment, true,
  /system/extras/simpleperf/
environment_test.cpp 23 #include "environment.h"
25 TEST(environment, GetCpusFromString) {
49 TEST(environment, ProcessKernelSymbols) {
  /external/opencv3/3rdparty/jinja2/
nodes.py 81 def __init__(self, environment, template_name=None):
82 self.environment = environment
83 if callable(environment.autoescape):
84 self.autoescape = environment.autoescape(template_name)
86 self.autoescape = environment.autoescape
99 if node.environment is None:
102 'environment.')
103 return EvalContext(node.environment)
119 two attributes: `lineno` (the line number of the node) and `environment`
    [all...]
runtime.py 31 #: the identity function. Useful for certain things in the environment
53 def new_context(environment, template_name, blocks, vars=None,
70 return Context(environment, parent, template_name, blocks)
109 __slots__ = ('parent', 'vars', 'environment', 'eval_ctx', 'exported_vars',
112 def __init__(self, environment, parent, name, blocks):
115 self.environment = environment
116 self.eval_ctx = EvalContext(self.environment, name)
132 return self.environment.undefined('there is no parent block '
154 return self.environment.undefined(name=key
    [all...]
environment.py 3 jinja2.environment
45 """Return a new spontaneous environment. A spontaneous environment is an
46 unnamed and unaccessible (in theory) environment that is used for
52 return Environment(*args)
55 _spontaneous_environments[args] = env = Environment(*args)
78 def load_extensions(environment, extensions):
79 """Load the extensions from the list and bind it to the environment.
86 result[extension.identifier] = extension(environment)
90 def _environment_sanity_check(environment)
    [all...]
bccache.py 66 def __init__(self, environment, key, checksum):
67 self.environment = environment
155 by a particular environment.
172 def get_bucket(self, environment, name, filename, source):
178 bucket = Bucket(environment, key, checksum)
filters.py 48 :class:`Environment` is passed to the filter as first argument.
54 def make_attrgetter(environment, attribute):
56 passed object with the rules of the environment. Dots are allowed
62 return lambda x: environment.getitem(x, attribute)
68 item = environment.getitem(item, part)
227 def do_sort(environment, value, reverse=False, case_sensitive=False,
262 getter = make_attrgetter(environment, attribute)
314 value = imap(make_attrgetter(eval_ctx.environment, attribute), value)
346 def do_first(environment, seq):
351 return environment.undefined('No first item, sequence was empty.'
    [all...]
  /art/compiler/optimizing/
code_generator.cc 119 HEnvironment* environment = instruction->GetEnvironment(); local
121 if (environment->GetInstructionAt(i) != nullptr) {
122 Primitive::Type type = environment->GetInstructionAt(i)->GetType();
123 DCHECK(CheckType(type, environment->GetLocationAt(i)))
124 << type << " " << environment->GetLocationAt(i);
126 DCHECK(environment->GetLocationAt(i).IsInvalid())
127 << environment->GetLocationAt(i);
729 for (HEnvironment* environment = instruction->GetEnvironment();
730 environment != nullptr;
731 environment = environment->GetParent())
787 HEnvironment* environment = instruction->GetEnvironment(); local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DeviceSuspendTestActivity.java 278 TestSensorEnvironment environment = new TestSensorEnvironment( local
286 TestSensorOperation op = TestSensorOperation.createOperation(environment,
293 op.addVerification(BatchArrivalVerification.getDefault(environment));
329 TestSensorEnvironment environment = new TestSensorEnvironment( local
337 TestSensorOperation op = TestSensorOperation.createOperation(environment,
393 TestSensorEnvironment environment = new TestSensorEnvironment( local
400 TestSensorOperation op = TestSensorOperation.createOperation(environment, MIN_TIMESTAMP_BASE_SAMPLES);
401 op.addVerification(TimestampClockSourceVerification.getDefault(environment));
423 TestSensorEnvironment environment = new TestSensorEnvironment( local
432 TestSensorOperation op = TestSensorOperation.createOperation(environment,
    [all...]
GyroscopeMeasurementTestActivity.java 155 TestSensorEnvironment environment = new TestSensorEnvironment( local
160 .createOperation(environment, ROTATION_COLLECTION_SEC, TimeUnit.SECONDS);
162 int gyroscopeAxes = environment.getSensorAxesCount();
AccelerometerMeasurementTestActivity.java 95 TestSensorEnvironment environment = new TestSensorEnvironment( local
100 TestSensorOperation.createOperation(environment, 100 /* event count */);
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
MeanVerification.java 59 * @param environment the test environment
62 public static MeanVerification getDefault(TestSensorEnvironment environment) {
63 int sensorType = environment.getSensor().getType();
79 public void verify(TestSensorEnvironment environment, SensorStats stats) {
137 // Pressure will not be exact in a controlled environment but should be relatively close to
TimestampClockSourceVerificationTest.java 168 TestSensorEnvironment environment = new TestSensorEnvironment(null, null, false, 0, 0); local
170 verification.verify(environment, stats);
174 verification.verify(environment, stats);
  /external/autotest/client/cros/cellular/
cell_tools_test_on_chromebook.py 23 import environment namespace
68 with environment.DefaultCellularTestContext(config) as c:
80 with environment.DefaultCellularTestContext(config) as c:
  /system/connectivity/shill/shims/
ppp.cc 51 #include "shill/shims/environment.h"
133 if (Environment::GetInstance()->GetVariable("LNS_ADDRESS", &lns_address)) {
153 Environment* environment = Environment::GetInstance(); local
155 if (!environment->GetVariable(kRPCTaskServiceVariable, &service) ||
156 !environment->GetVariable(kRPCTaskPathVariable, &path)) {
157 LOG(ERROR) << "Environment variables not available.";
  /external/v8/test/mjsunit/regress/
regress-1423.js 30 // Test that the Lithium environment iterator does stop iteration early.
41 // Because it's strict, f2 has an environment containing only the constants
42 // undefined, 'literal', and false. Bug 1423 would cause environment
  /ndk/sources/host-tools/make-3.81/
configure.bat 22 rem The SmallEnv trick protects against too small environment block,
24 rem goes awry. COMMAND.COM will say "Out of environment space", but
59 echo Your environment is too small. Please enlarge it and run me again.
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
command_line.py 68 def AddCommandLineArgs(cls, parser, environment):
73 def ProcessCommandLineArgs(cls, parser, args, environment):
  /libcore/ojluni/src/main/java/java/lang/
ProcessImpl.java 59 java.util.Map<String,String> environment,
84 byte[] envBlock = ProcessEnvironment.toEnvironmentBlock(environment, envc);
  /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 
  /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 */);

Completed in 951 milliseconds

1 2 34 5 6 7 8 91011>>