Home
last modified time | relevance | path

Searched refs:is_googler (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/
H A Dmetrics.py97 def is_googler(self): member in _Config
122 if not self.is_googler:
282 if (not DISABLE_METRICS_COLLECTION and self.config.is_googler
289 if (not DISABLE_METRICS_COLLECTION and self.config.is_googler
H A Dgclient.py3037 if not metrics.collector.config.is_googler:
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/
H A Dheartbeat_sender_unittest.cc61 bool is_googler = false) { argument
77 ASSERT_EQ(is_googler, request->has_hostname());
86 bool is_googler = false) { argument
90 expected_host_offline_reason, is_googler); in __anonacf2a0290202()
H A Dheartbeat_sender.h94 bool is_googler);
H A Dheartbeat_sender.cc194 bool is_googler) in HeartbeatSender() argument
209 is_googler_ = is_googler; in HeartbeatSender()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/tests/
H A Dmetrics_test.py103 self.assertTrue(self.collector.config.is_googler)
117 self.assertFalse(self.collector.config.is_googler)
132 self.assertTrue(self.collector.config.is_googler)
211 self.assertFalse(self.collector.config.is_googler)
229 self.assertTrue(self.collector.config.is_googler)
247 self.assertTrue(self.collector.config.is_googler)