/external/chromium-trace/catapult/telemetry/telemetry/core/ |
D | cros_interface_unittest.py | 24 remote = options_for_unittests.GetCopy().cros_remote 25 remote_ssh_port = options_for_unittests.GetCopy().cros_remote_ssh_port 28 options_for_unittests.GetCopy().cros_ssh_identity) 158 options = options_for_unittests.GetCopy() 181 "testhostname", 22, options_for_unittests.GetCopy().cros_ssh_identity) 189 "testhostname", 22, options_for_unittests.GetCopy().cros_ssh_identity) 224 "testhostname", 22, options_for_unittests.GetCopy().cros_ssh_identity)
|
/external/chromium-trace/catapult/telemetry/telemetry/ |
D | benchmark_unittest.py | 44 b.Run(options_for_unittests.GetCopy()) 51 b.Run(options_for_unittests.GetCopy()) 56 b.Run(options_for_unittests.GetCopy()) 67 options = options_for_unittests.GetCopy() 149 options = options_for_unittests.GetCopy()
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/ |
D | extension_unittest.py | 26 options = options_for_unittests.GetCopy() 90 options = options_for_unittests.GetCopy() 98 options = options_for_unittests.GetCopy() 118 options = options_for_unittests.GetCopy() 158 options = options_for_unittests.GetCopy() 179 options = options_for_unittests.GetCopy()
|
D | browser_unittest.py | 172 options = options_for_unittests.GetCopy() 220 cls._options = options_for_unittests.GetCopy() 250 options = options_for_unittests.GetCopy() 265 options = options_for_unittests.GetCopy()
|
D | browser_credentials.py | 108 if (not options_for_unittests.GetCopy() and
|
/external/chromium-trace/catapult/telemetry/telemetry/page/ |
D | page_run_end_to_end_unittest.py | 170 options = options_for_unittests.GetCopy() 203 options = options_for_unittests.GetCopy() 257 options = options_for_unittests.GetCopy() 289 options = options_for_unittests.GetCopy() 316 options = options_for_unittests.GetCopy() 341 options = options_for_unittests.GetCopy() 375 options = options_for_unittests.GetCopy() 405 options = options_for_unittests.GetCopy() 442 options = options_for_unittests.GetCopy() 482 options = options_for_unittests.GetCopy() [all …]
|
D | page_test_unittest.py | 75 self._options = options_for_unittests.GetCopy()
|
/external/v8/src/profiler/ |
D | strings-storage.cc | 31 const char* StringsStorage::GetCopy(const char* src) { in GetCopy() function in v8::internal::StringsStorage 72 return GetCopy(format); in GetVFormatted() 104 return GetCopy(name); in GetFunctionName()
|
D | strings-storage.h | 21 const char* GetCopy(const char* src);
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/ |
D | cros_test_case.py | 17 options = options_for_unittests.GetCopy() 32 options = options_for_unittests.GetCopy()
|
D | android_browser_finder_unittest.py | 26 self.finder_options = options_for_unittests.GetCopy()
|
/external/v8/src/compiler/ |
D | js-inlining.cc | 89 Node* GetCopy(Node* orig) { return copies_[orig->id()]; } in GetCopy() function in v8::internal::compiler::CopyVisitor 99 Node* copy = GetCopy(orig); in CopyGraph() 117 copy->ReplaceInput(i, GetCopy(orig->InputAt(i))); in CopyGraph() 434 Node* start = visitor.GetCopy(graph.start()); in ReduceJSCall() 435 Node* end = visitor.GetCopy(graph.end()); in ReduceJSCall()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_header_extension_unittest.cc | 124 TEST_F(RtpHeaderExtensionTest, GetCopy) { in TEST_F() argument 128 map_.GetCopy(&mapOut); in TEST_F()
|
D | rtp_header_parser.cc | 58 rtp_header_extension_map_.GetCopy(&map); in Parse()
|
D | rtp_header_extension.h | 103 void GetCopy(RtpHeaderExtensionMap* map) const;
|
D | rtp_header_extension.cc | 219 void RtpHeaderExtensionMap::GetCopy(RtpHeaderExtensionMap* map) const { in GetCopy() function in webrtc::RtpHeaderExtensionMap
|
/external/chromium-trace/catapult/telemetry/telemetry/testing/ |
D | options_for_unittests.py | 25 def GetCopy(): function
|
D | browser_test_case.py | 33 options = options_for_unittests.GetCopy()
|
D | page_test_test_case.py | 52 options = options_for_unittests.GetCopy()
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/ |
D | browser_backend_unittest.py | 23 options = options_for_unittests.GetCopy()
|
D | android_command_line_backend_unittest.py | 28 serial = options_for_unittests.GetCopy().device
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/ |
D | perf_profiler_unittest.py | 16 options = options_for_unittests.GetCopy()
|
D | vtune_profiler_unittest.py | 72 options = options_for_unittests.GetCopy()
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/app/ |
D | android_app_unittest.py | 20 self._options = options_for_unittests.GetCopy()
|
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/ |
D | timeline_based_page_test_unittest.py | 45 self._options = options_for_unittests.GetCopy()
|