/cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
SensorCtsHelper.java | 167 * @param environment the environment of the test 171 public static String formatAssertionMessage(String label, TestSensorEnvironment environment) { 172 return formatAssertionMessage(label, environment, "Failed"); 179 * @param environment the environment of the test 187 TestSensorEnvironment environment, 190 return formatAssertionMessage(label, environment, String.format(format, params)); 197 * @param environment the environment of the tes [all...] |
TestSensorManager.java | 60 public TestSensorManager(TestSensorEnvironment environment) { 62 (SensorManager) environment.getContext().getSystemService(Context.SENSOR_SERVICE); 63 mEnvironment = environment;
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
ChildTestIterator.java | 124 public void setRoot(int context, Object environment) 126 super.setRoot(context, environment);
|
OneStepIteratorForward.java | 88 public void setRoot(int context, Object environment) 90 super.setRoot(context, environment);
|
FilterExprIterator.java | 68 public void setRoot(int context, Object environment) 70 super.setRoot(context, environment);
|
/external/autotest/client/site_tests/cellular_Smoke/ |
cellular_Smoke.py | 9 from autotest_lib.client.cros.cellular import cellular, cell_tools, environment namespace 35 # * A cellular test environment context, which lets us 38 with environment.DefaultCellularTestContext(config) as c:
|
/external/autotest/client/site_tests/cellular_Throughput/ |
cellular_Throughput.py | 10 from autotest_lib.client.cros.cellular import cellular, cell_tools, environment namespace 20 with environment.DefaultCellularTestContext(config) as c:
|
/external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/ |
mako.py | 29 """Wrapper for configurable and cached Mako environment. 72 self.environment = lookup.TemplateLookup(directories=directories, 87 template = self.environment.get_template(_filename)
|
jinja2.py | 33 #: Keyword arguments used to instantiate the Jinja2 environment. By 40 #: Extra global variables for the Jinja2 environment. 43 #: Extra filters for the Jinja2 environment. 61 """Wrapper for configurable and cached Jinja2 environment. 119 # Parse templates for every new environment instances. 122 # Initialize the environment. 123 env = jinja2.Environment(**kwargs) 145 self.environment = env 158 return self.environment.get_template(_filename).render(**context) 181 template = self.environment.get_template(filename [all...] |
/external/v8/test/mjsunit/compiler/ |
regress-468727.js | 5 // Flags: --noanalyze-environment-liveness
|
/external/v8/test/mjsunit/regress/ |
regress-crbug-489293.js | 6 // Flags: --noanalyze-environment-liveness
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/ |
IconLoader.java | 23 GraphicsEnvironment environment = GraphicsEnvironment.getLocalGraphicsEnvironment(); local 24 return environment.getDefaultScreenDevice().getDefaultConfiguration();
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
SensorTest.java | 345 TestSensorEnvironment environment = new TestSensorEnvironment( local 350 mTestSensorManager = new TestSensorManager(environment); 355 TestSensorEventListener listener = new TestSensorEventListener(environment, handler); 381 TestSensorEnvironment environment = new TestSensorEnvironment( local 386 mTestSensorManager = new TestSensorManager(environment); 388 TestSensorEventListener listener = new TestSensorEventListener(environment, null); 419 TestSensorEnvironment environment = new TestSensorEnvironment( local 425 FlushExecutor executor = new FlushExecutor(environment, 500 /* eventCount */); 426 parallelSensorOperation.add(new TestSensorOperation(environment, executor)); 489 TestSensorEnvironment environment = new TestSensorEnvironment local 528 TestSensorEnvironment environment = new TestSensorEnvironment( local [all...] |
/art/compiler/optimizing/ |
nodes_test.cc | 27 * and environment lists. 54 HEnvironment* environment = new (&allocator) HEnvironment( local 56 null_check->SetRawEnvironment(environment); 57 environment->SetRawEnvAt(0, parameter); 139 HEnvironment* environment = new (&allocator) HEnvironment( local 144 environment->CopyFrom(array); 145 with_environment->SetRawEnvironment(environment); 165 environment->SetAndCopyParentChain(&allocator, parent1);
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/ |
StandardDeviationVerification.java | 66 * @param environment the test environment 69 public static StandardDeviationVerification getDefault(TestSensorEnvironment environment) { 70 int sensorType = environment.getSensor().getType(); 73 float currOperatingFreq = (float) environment.getFrequencyHz(); 75 environment.getSensor().getMinDelay(), TimeUnit.MICROSECONDS); 77 environment.getSensor().getMaxDelay(), TimeUnit.MICROSECONDS); 102 boolean hasHifiSensors = environment.getContext().getPackageManager().hasSystemFeature( 126 public void verify(TestSensorEnvironment environment, SensorStats stats) {
|
EventOrderingVerification.java | 46 * @param environment the test environment 50 public static EventOrderingVerification getDefault(TestSensorEnvironment environment) { 51 int reportingMode = environment.getSensor().getReportingMode(); 65 public void verify(TestSensorEnvironment environment, SensorStats stats) {
|
JitterVerificationTest.java | 38 TestSensorEnvironment environment = new TestSensorEnvironment( local 52 verification.verify(environment, stats); 64 verification.verify(environment, stats);
|
MagnitudeVerification.java | 65 * @param environment the test environment 68 public static MagnitudeVerification getDefault(TestSensorEnvironment environment) { 69 int sensorType = environment.getSensor().getType(); 85 public void verify(TestSensorEnvironment environment, SensorStats stats) {
|
/system/connectivity/shill/ |
external_task.cc | 57 const map<string, string>& environment, 63 // Setup full environment variables. 66 env.insert(environment.begin(), environment.end());
|
/external/opencv3/3rdparty/jinja2/ |
__init__.py | 8 an optional sandboxed environment. 33 from jinja2.environment import Environment, Template 60 'Environment', 'Template', 'BaseLoader', 'FileSystemLoader',
|
/external/webrtc/webrtc/modules/audio_device/android/ |
build_info.cc | 18 : j_environment_(JVM::GetInstance()->environment()),
|
/libcore/ |
Android.mk | 37 # Disable test modules if LIBCORE_SKIP_TESTS environment variable is set. 42 $(info * libcore tests are skipped because environment variable LIBCORE_SKIP_TESTS=$(LIBCORE_SKIP_TESTS))
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
ImagePreset.java | 439 public Bitmap apply(Bitmap original, FilterEnvironment environment) { 441 bitmap = applyFilters(bitmap, -1, -1, environment); 442 return applyBorder(bitmap, environment); 470 public Bitmap applyGeometry(Bitmap bitmap, FilterEnvironment environment) { 477 environment.cache(bitmap); 484 public Bitmap applyBorder(Bitmap bitmap, FilterEnvironment environment) { 489 bitmap = environment.applyRepresentation(border, bitmap); 490 if (environment.getQuality() == FilterEnvironment.QUALITY_FINAL) { 500 public Bitmap applyFilters(Bitmap bitmap, int from, int to, FilterEnvironment environment) { 521 bitmap = environment.applyRepresentation(representation, bitmap) [all...] |
/development/samples/ApiDemos/tests/ |
Android.mk | 14 # automatically get all of its classes loaded into our environment.
|
/external/chromium-libpac/test/js-unittest/ |
dns_fail.js | 1 // This script should be run in an environment where all DNS resolution are
|