HomeSort by relevance Sort by last modified time
    Searched refs:GetEnvironment (Results 1 - 24 of 24) sorted by null

  /system/connectivity/shill/
rpc_task_unittest.cc 66 TEST_F(RPCTaskTest, GetEnvironment) {
67 map<string, string> env = task_.GetEnvironment();
rpc_task.cc 54 map<string, string> RPCTask::GetEnvironment() const {
rpc_task.h 65 virtual std::map<std::string, std::string> GetEnvironment() const;
external_task.cc 65 map<string, string> env = local_rpc_task->GetEnvironment();
  /art/compiler/optimizing/
licm.cc 42 for (HEnvironment* environment = instruction->GetEnvironment();
139 UpdateLoopPhisIn(instruction->GetEnvironment(), loop_info);
prepare_for_register_allocation.cc 136 !instruction->GetEnvironment()->IsFromInlinedInvoke() &&
205 HEnvironment* user_environment = user->GetEnvironment();
206 HEnvironment* input_environment = input->GetEnvironment();
code_generator.cc 119 HEnvironment* environment = instruction->GetEnvironment();
656 if (!suspend_check->GetEnvironment()->IsFromInlinedInvoke()) {
729 for (HEnvironment* environment = instruction->GetEnvironment();
734 if (environment != instruction->GetEnvironment()) {
770 EmitEnvironment(instruction->GetEnvironment(), slow_path);
784 EmitEnvironment(instruction->GetEnvironment(), slow_path);
787 HEnvironment* environment = instruction->GetEnvironment();
    [all...]
nodes_test.cc 58 parameter->AddEnvUseAt(null_check->GetEnvironment(), 0);
code_generator.h 765 HEnvironment* e1 = i1->GetEnvironment();
766 HEnvironment* e2 = i2->GetEnvironment();
graph_checker.cc 432 for (HEnvironment* environment = instruction->GetEnvironment();
463 HEnvironment* environment = instruction->GetEnvironment();
    [all...]
nodes.cc 92 for (HEnvironment* environment = instruction->GetEnvironment();
689 if (!suspend_check_->GetEnvironment()->IsFromInlinedInvoke()) {
    [all...]
ssa_liveness_analysis.cc 263 for (HEnvironment* environment = current->GetEnvironment();
inliner.cc 458 deoptimize->CopyEnvironmentFrom(invoke_instruction->GetEnvironment());
724 deoptimize->CopyEnvironmentFrom(invoke_instruction->GetEnvironment());
    [all...]
bounds_check_elimination.cc     [all...]
graph_visualizer.cc 505 for (HEnvironment* environment = instruction->GetEnvironment();
ssa_liveness_analysis.h 128 HEnvironment* GetEnvironment() const { return environment_; }
    [all...]
nodes.h     [all...]
register_allocator.cc     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/
service_handlers_test.py 284 def GetEnvironment(self):
286 environ = super(ServiceHandlerTest, self).GetEnvironment()
774 def GetEnvironment(self):
775 environment = super(MissingContentLengthTests, self).GetEnvironment()
788 def GetEnvironment(self):
789 environment = super(MissingContentTypeTests, self).GetEnvironment()
857 def GetEnvironment(self):
865 environment = super(RPCMapperTest, self).GetEnvironment()
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
webapp_test_util.py 104 To change the environment for that handler override GetEnvironment.
111 def GetEnvironment(self):
178 environment = self.GetEnvironment()
  /system/connectivity/shill/vpn/
openvpn_driver.h 141 FRIEND_TEST(OpenVPNDriverTest, GetEnvironment);
219 std::map<std::string, std::string> GetEnvironment();
openvpn_driver.cc 334 GetEnvironment(),
    [all...]
openvpn_driver_unittest.cc     [all...]
  /external/libchrome/base/process/
launch_posix.cc 74 char** GetEnvironment() {
312 char* const* old_environ = GetEnvironment();

Completed in 731 milliseconds