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

1 2 3

  /external/chromium_org/mojo/public/cpp/environment/tests/
logger_unittest.cc 5 #include "mojo/public/c/environment/logger.h"
6 #include "mojo/public/cpp/environment/environment.h"
13 Environment environment; local
14 const MojoLogger* const logger = Environment::GetDefaultLogger();
29 Environment environment; local
30 const MojoLogger* const logger = Environment::GetDefaultLogger();
  /external/chromium_org/content/test/gpu/
run_gpu_test.py 13 from telemetry.core import environment namespace
18 test_runner.config = environment.Environment([base_dir])
  /external/chromium_org/tools/chrome_proxy/
run_benchmark 13 from telemetry.core import environment namespace
18 test_runner.config = environment.Environment([base_dir])
  /external/chromium_org/tools/perf/
run_benchmark 12 from telemetry.core import environment namespace
24 test_runner.config = environment.Environment([base_dir], test_aliases)
run_measurement 12 from telemetry.core import environment namespace
27 test_runner.config = environment.Environment([base_dir])
  /art/compiler/optimizing/
ssa_builder.cc 26 // (with the exception of loops) in order to create the right environment for that
125 // - Instructions that require an environment: populate their environment
146 HEnvironment* environment = new (GetGraph()->GetArena()) HEnvironment( local
148 environment->Populate(*current_locals_);
149 instruction->SetEnvironment(environment);
ssa_liveness_analysis.cc 216 // All instructions in the environment must be live.
217 GrowableArray<HInstruction*>* environment = current->GetEnvironment()->GetVRegs(); local
218 for (size_t i = 0, e = environment->Size(); i < e; ++i) {
219 HInstruction* instruction = environment->Get(i);
  /external/chromium_org/chrome/common/extensions/docs/server2/
gcs_file_system_provider.py 6 import environment namespace
61 if not environment.IsReleaseServer() and not environment.IsDevServer():
72 if environment.IsDevServer() and os.path.exists(LOCAL_GCS_DEBUG_CONF):
79 if environment.IsDevServer() and use_local_fs:
content_providers.py 11 import environment namespace
59 if environment.IsDevServer() and os.path.exists(LOCAL_DEBUG_DIR):
  /external/chromium_org/cloud_print/service/win/
service_listener.cc 32 base::DictionaryValue environment; local
33 environment.Set(SetupListener::kPrintersJsonValueName, printers.release());
34 environment.SetBoolean(SetupListener::kXpsAvailableJsonValueName,
36 environment.SetString(SetupListener::kUserNameJsonValueName,
38 environment.SetString(SetupListener::kChromePathJsonValueName,
44 environment.SetString(SetupListener::kUserDataDirJsonValueName,
51 base::JSONWriter::Write(&environment, &result);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
systemhost.py 33 from webkitpy.common.system import environment, executive, filesystem, platforminfo, user, workspace namespace
49 return environment.Environment(os.environ.copy())
  /external/chromium_org/components/test/data/password_manager/
run_tests.py 12 from environment import Environment
38 environment = Environment('', '', '', None, False) variable
39 tests.Tests(environment)
53 for websitetest in environment.websitetests:
websitetest.py 16 import environment namespace
70 # The testing Environment.
71 self.environment = None
120 if self.environment.first_go_to:
121 self.environment.OpenTabAndGoToInternals(url)
122 self.environment.first_go_to = False
312 self.environment.SwitchToInternals()
313 self.environment.CheckForNewMessage(
314 environment.MESSAGE_SAVE,
319 self.environment.SwitchFromInternals(
    [all...]
  /external/chromium_org/v8/src/
hydrogen-osr.cc 43 HEnvironment *environment = builder_->environment(); local
44 int first_expression_index = environment->first_expression_index();
45 int length = environment->length();
50 = builder_->Add<HUnknownOSRValue>(environment, i);
51 environment->Bind(i, osr_value);
56 environment->Drop(length - first_expression_index);
59 = builder_->Add<HUnknownOSRValue>(environment, i);
60 environment->Push(osr_value);
66 environment->local_count() + environment->push_count()
    [all...]
  /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 121 TestSensorEnvironment environment = new TestSensorEnvironment( local
129 TestSensorOperation.createOperation(environment, testDurationSec,TimeUnit.SECONDS);
139 TestSensorEnvironment environment = new TestSensorEnvironment( local
147 .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
173 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/tests/hardware/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 39 TestSensorEnvironment environment = new TestSensorEnvironment( local
53 verification.verify(environment, stats);
65 verification.verify(environment, stats);
  /external/chromium_org/v8/src/compiler/
control-builders.h 33 typedef StructuredGraphBuilder::Environment Environment;
36 Environment* environment() { return builder_->environment(); } function in class:v8::internal::compiler::ControlBuilder
37 void set_environment(Environment* env) { builder_->set_environment(env); }
58 Environment* then_environment_; // Environment after the 'then' body.
59 Environment* else_environment_; // Environment for the 'else' body
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/
test_runner.py 22 from telemetry.core import environment namespace
354 config = environment.Environment([util.GetBaseDir()])
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorIntegrationTests.java 76 TestSensorEnvironment environment = new TestSensorEnvironment( local
82 TestSensorOperation.createOperation(environment, 100 /* eventCount */);
139 TestSensorEnvironment environment = new TestSensorEnvironment( local
146 TestSensorOperation.createOperation(environment, 100 /* eventCount */);
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
app_indicator_icon.cc 11 #include "base/environment.h"
90 scoped_ptr<base::Environment> env(base::Environment::Create());
91 base::nix::DesktopEnvironment environment = local
93 if (environment != base::nix::DESKTOP_ENVIRONMENT_KDE4 &&
94 environment != base::nix::DESKTOP_ENVIRONMENT_UNITY) {
244 scoped_ptr<base::Environment> env(base::Environment::Create());
  /external/chromium_org/remoting/host/win/
launch_process_with_token.cc 310 LPVOID environment; member in struct:__anon15112::CreateProcessRequest

Completed in 877 milliseconds

1 2 3