Searched refs:GetCopy (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/tools/telemetry/telemetry/unittest/
H A Doptions_for_unittests.py25 def GetCopy(): function
H A Dbrowser_test_case.py16 options = options_for_unittests.GetCopy()
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dcros_interface_unittest.py23 remote = options_for_unittests.GetCopy().cros_remote
26 options_for_unittests.GetCopy().cros_ssh_identity) as cri:
34 remote = options_for_unittests.GetCopy().cros_remote
37 options_for_unittests.GetCopy().cros_ssh_identity) as cri:
51 remote = options_for_unittests.GetCopy().cros_remote
54 options_for_unittests.GetCopy().cros_ssh_identity) as cri:
60 remote = options_for_unittests.GetCopy().cros_remote
63 options_for_unittests.GetCopy().cros_ssh_identity) as cri:
73 remote = options_for_unittests.GetCopy().cros_remote
76 options_for_unittests.GetCopy()
[all...]
/external/chromium_org/tools/perf/measurements/
H A Drecord_per_area_unittest.py21 self._options = options_for_unittests.GetCopy()
H A Dloading_trace_unittest.py12 self._options = options_for_unittests.GetCopy()
H A Dscreenshot_unittest.py18 self._options = options_for_unittests.GetCopy()
H A Dskpicture_printer_unittest.py16 self._options = options_for_unittests.GetCopy()
H A Dthread_times_unittest.py17 self._options = options_for_unittests.GetCopy()
H A Drepaint_unittest.py31 self._options = options_for_unittests.GetCopy()
H A Drasterize_and_record_micro_unittest.py24 self._options = options_for_unittests.GetCopy()
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dperf_profiler_unittest.py16 options = options_for_unittests.GetCopy()
H A Dvtune_profiler_unittest.py71 options = options_for_unittests.GetCopy()
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dextension_unittest.py25 options = options_for_unittests.GetCopy()
87 options = options_for_unittests.GetCopy()
95 options = options_for_unittests.GetCopy()
116 options = options_for_unittests.GetCopy()
157 options = options_for_unittests.GetCopy()
178 options = options_for_unittests.GetCopy()
H A Dbrowser_credentials.py105 if (not options_for_unittests.GetCopy() and
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_header_extension_unittest.cc105 TEST_F(RtpHeaderExtensionTest, GetCopy) {
109 map_.GetCopy(&mapOut);
H A Drtp_header_extension.h75 void GetCopy(RtpHeaderExtensionMap* map) const;
H A Drtp_header_parser.cc59 rtp_header_extension_map_.GetCopy(&map);
H A Drtp_header_extension.cc181 void RtpHeaderExtensionMap::GetCopy(RtpHeaderExtensionMap* map) const { function in class:webrtc::RtpHeaderExtensionMap
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dcros_test_case.py17 options = options_for_unittests.GetCopy()
29 options = options_for_unittests.GetCopy()
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage_runner_unittest.py83 options = options_for_unittests.GetCopy()
113 options = options_for_unittests.GetCopy()
135 options = options_for_unittests.GetCopy()
161 options = options_for_unittests.GetCopy()
192 options = options_for_unittests.GetCopy()
255 options = options_for_unittests.GetCopy()
325 options = options_for_unittests.GetCopy()
356 options = options_for_unittests.GetCopy()
387 options = options_for_unittests.GetCopy()
421 options = options_for_unittests.GetCopy()
[all...]
/external/chromium_org/tools/telemetry/telemetry/core/backends/
H A Dform_based_credentials_backend_unittest_base.py38 options = options_for_unittests.GetCopy()
53 options = options_for_unittests.GetCopy()
/external/chromium_org/tools/perf/benchmarks/
H A Dbenchmark_unittest.py46 options = options_for_unittests.GetCopy()
/external/chromium_org/components/policy/core/common/cloud/
H A Dcloud_policy_validator_unittest.cc52 ValidatePolicy(check_action, policy_.GetCopy());
144 policy_.GetCopy());
323 policy_.GetCopy());
333 policy_.GetCopy());
346 policy_.GetCopy());
H A Dpolicy_builder.h78 scoped_ptr<enterprise_management::PolicyFetchResponse> GetCopy();
/external/chromium_org/v8/src/compiler/
H A Djs-inlining.cc177 inputs.push_back(GetCopy(*it));
189 Node* GetCopy(Node* original) { function in class:v8::internal::compiler::CopyVisitor
424 Inlinee inlinee(visitor.GetCopy(graph.start()), visitor.GetCopy(graph.end()));

Completed in 1378 milliseconds

12