HomeSort by relevance Sort by last modified time
    Searched defs:environment (Results 1 - 25 of 568) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/contrib/ffmpeg/default/
ffmpeg_lib_utility_test.cc 40 Env* environment = Env::Default(); local
41 thread::ThreadPool pool(environment, "test", kNumThreads);
50 pool.Schedule([&mu, &temp_filenames, environment]() {
54 TF_QCHECK_OK(environment->DeleteFile(buffer[j]));
  /art/compiler/optimizing/
nodes_test.cc 30 * and environment lists.
54 HEnvironment* environment = new (GetAllocator()) HEnvironment( local
56 null_check->SetRawEnvironment(environment);
57 environment->SetRawEnvAt(0, parameter);
130 HEnvironment* environment = new (GetAllocator()) HEnvironment( local
134 environment->CopyFrom(ArrayRef<HInstruction* const>(array));
135 with_environment->SetRawEnvironment(environment);
155 environment->SetAndCopyParentChain(GetAllocator(), parent1);
code_sinking.cc 343 // Check environment users of the instruction. Some of these users require
347 HEnvironment* environment = use.GetUser(); local
348 HInstruction* user = environment->GetHolder();
373 // Drop the environment use not in the list of post-dominated block. This is
377 HEnvironment* environment = use.GetUser(); local
378 HInstruction* user = environment->GetHolder();
380 environment->RemoveAsUserOfInput(use.GetIndex());
381 environment->SetRawEnvAt(use.GetIndex(), nullptr);
prepare_for_register_allocation.cc 56 // Add a fake environment for String.charAt() inline info as we want the exception
61 HEnvironment* environment = new (allocator) HEnvironment(allocator, local
66 check->InsertRawEnvironment(environment);
242 // Now do a thorough environment check that this is really coming from the same instruction in
243 // the same inlined graph. Unfortunately, we have to go through the whole environment chain.
248 // Different environment chain length. This happens when a method is called
register_allocation_resolver.cc 360 // Walk over the environment uses, and update their locations.
366 HEnvironment* environment = env_use.GetEnvironment(); local
367 environment->SetLocationAt(env_use.GetInputIndex(), source);
scheduler_test.cc 138 HEnvironment* environment = new (GetAllocator()) HEnvironment(GetAllocator(), local
143 div_check->SetRawEnvironment(environment);
144 environment->SetRawEnvAt(0, add2);
146 environment->SetRawEnvAt(1, mul);
superblock_cloner_test.cc 129 HEnvironment* environment = new (GetAllocator()) HEnvironment( local
136 environment->CopyFrom(ArrayRef<HInstruction* const>(*current_locals));
137 instruction->SetRawEnvironment(environment);
138 return environment;
  /external/v8/src/crankshaft/
hydrogen-osr.cc 45 HEnvironment *environment = builder_->environment(); local
46 int first_expression_index = environment->first_expression_index();
47 int length = environment->length();
52 = builder_->Add<HUnknownOSRValue>(environment, i);
53 environment->Bind(i, osr_value);
58 environment->Drop(length - first_expression_index);
61 = builder_->Add<HUnknownOSRValue>(environment, i);
62 environment->Push(osr_value);
68 environment->local_count() + environment->push_count()
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
IconLoader.java 23 GraphicsEnvironment environment = GraphicsEnvironment.getLocalGraphicsEnvironment(); local
24 return environment.getDefaultScreenDevice().getDefaultConfiguration();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerMeasurementTestActivity.java 95 TestSensorEnvironment environment = new TestSensorEnvironment( local
100 TestSensorOperation.createOperation(environment, 100 /* event count */);
BatchingTestActivity.java 128 TestSensorEnvironment environment = new TestSensorEnvironment( local
136 TestSensorOperation.createOperation(environment, testDurationSec,TimeUnit.SECONDS);
146 TestSensorEnvironment environment = new TestSensorEnvironment( local
154 .createFlushOperation(environment, flushDurationSec, TimeUnit.SECONDS);
MagneticFieldMeasurementTestActivity.java 76 TestSensorEnvironment environment = new TestSensorEnvironment( local
81 TestSensorOperation.createOperation(environment, 100 /* event count */);
121 TestSensorEnvironment environment = new TestSensorEnvironment( local
126 TestSensorOperation.createOperation(environment, 100 /* event count */);
168 TestSensorEnvironment environment = new TestSensorEnvironment( local
178 TestSensorEventListener listener = new TestSensorEventListener(environment) {
193 TestSensorManager magnetometer = new TestSensorManager(environment);
GyroscopeMeasurementTestActivity.java 155 TestSensorEnvironment environment = new TestSensorEnvironment( local
160 .createOperation(environment, ROTATION_COLLECTION_SEC, TimeUnit.SECONDS);
162 int gyroscopeAxes = environment.getSensorAxesCount();
  /cts/tests/sensor/src/android/hardware/cts/
SensorBatchingFifoTest.java 90 TestSensorEnvironment environment = new TestSensorEnvironment(getContext(), local
97 int postFlushMs = environment.getExpectedSamplingPeriodUs() * 100 /1000;
99 environment.getSensor().getFifoReservedEventCount() *
100 environment.getExpectedSamplingPeriodUs() / (int)(1000 / 1.2); // 120%
103 environment, new int [] { preFlushMs, testFlushMs, postFlushMs }, -1);
105 op.addVerification(FifoLengthVerification.getDefault(environment));
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 */);
  /cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
EventGapVerificationTest.java 72 TestSensorEnvironment environment = new TestSensorEnvironment(null, null, false, 0, 0); local
74 verification.verify(environment, stats);
78 verification.verify(environment, stats);
JitterVerificationTest.java 38 TestSensorEnvironment environment = new TestSensorEnvironment( local
52 verification.verify(environment, stats);
64 verification.verify(environment, stats);
TimestampClockSourceVerificationTest.java 168 TestSensorEnvironment environment = new TestSensorEnvironment(null, null, false, 0, 0); local
170 verification.verify(environment, stats);
174 verification.verify(environment, stats);
  /external/syslinux/dos/
mystuff.h 32 uint16_t environment; member in struct:psp
  /external/autotest/site_utils/sponge_lib/
acts_job_info.py 153 def environment(self): member in class:ACTSTaskInfo
168 """Extra environment info about the task."""
238 """Extra details about the environment for this test."""
  /external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/
RobolectricProcessor.java 67 public synchronized void init(ProcessingEnvironment environment) {
68 super.init(environment);
69 processOptions(environment.getOptions());
70 model = new RobolectricModel(environment.getElementUtils(), environment.getTypeUtils());
72 addValidator(new ImplementationValidator(model, environment));
73 addValidator(new ImplementsValidator(model, environment));
74 addValidator(new RealObjectValidator(model, environment));
75 addValidator(new ResetterValidator(model, environment));
77 generators.add(new ShadowProviderGenerator(model, environment, shadowPackage, shouldInstrumentPackages))
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
run_config.py 49 class Environment(object):
76 `TF_CONFIG` environment variable, if the pertinent information is
77 present. The `TF_CONFIG` environment variable is a JSON object with
78 attributes: `cluster`, `environment`, and `task`.
84 `environment` specifies the runtime environment for the job (usually one of
85 the `Environment` enums). Defaults to `LOCAL`.
101 `environment`.
125 # environment variable is present, load cluster_spec from TF_CONFIG.
128 # Set task_type and task_id if the TF_CONFIG environment variable i
163 def environment(self): member in class:ClusterConfig
    [all...]
  /external/v8/src/compiler/
control-builders.h 28 typedef AstGraphBuilder::Environment Environment;
31 Environment* environment() { return builder_->environment(); } function in class:v8::internal::compiler::ControlBuilder
32 void set_environment(Environment* env) { builder_->set_environment(env); }
54 Environment* then_environment_; // Environment after the 'then' body.
55 Environment* else_environment_; // Environment for the 'else' body
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
ProcessBuilder.java 59 * <li>an <i>environment</i>, which is a system-dependent mapping from
61 * the environment of the current process (see {@link System#getenv()}).
143 * and environment is easy:
150 * directory and environment, and redirects standard output and error
156 * Map<String, String> env = pb.environment();
170 * <p>To start a process with an explicit set of environment
172 * before adding environment variables.
182 private Map<String,String> environment; field in class:ProcessBuilder
272 * Returns a string map view of this process builder's environment.
274 * Whenever a process builder is created, the environment i
339 public Map<String,String> environment() { method in class:ProcessBuilder
353 ProcessBuilder environment(String[] envp) { method in class:ProcessBuilder
    [all...]
  /frameworks/base/services/core/java/com/android/server/storage/
DiskStatsLoggingService.java 29 import android.os.Environment;
30 import android.os.Environment.UserEnvironment;
74 UserEnvironment environment = new UserEnvironment(userId); local
77 environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS));

Completed in 682 milliseconds

1 2 3 4 5 6 7 8 91011>>