HomeSort by relevance Sort by last modified time
    Searched refs:collector (Results 26 - 50 of 716) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/devlib/devlib/instrument/
frames.py 21 self.collector = None
29 self.collector = self.collector_cls(self.target, self.period,
37 self.collector.start()
40 self.collector.stop()
46 self.collector.process_frames(self._raw_file)
48 self.collector.write_frames(outfile, columns=active_sites)
  /external/tensorflow/tensorflow/core/distributed_runtime/
worker_cache_logger.cc 54 delete iter.second.collector;
63 iter->second.collector->FinalizeAndSwap(ss);
64 delete iter->second.collector;
75 if (!sl->collector) {
76 sl->collector = new StepStatsCollector(&sl->step_stats);
78 sl->collector->Save(device, ns);
  /system/extras/boottime_tools/bootio/
bootio.cpp 52 std::unique_ptr <BootioCollector> collector(new BootioCollector(LOG_ROOT));
53 if (collector.get() == NULL) {
54 LOG(ERROR) << "Failed to create data collector";
57 collector->Print();
100 std::unique_ptr <BootioCollector> collector(new BootioCollector(LOG_ROOT));
101 if (collector.get() == NULL) {
102 LOG(ERROR) << "Failed to create data collector";
105 collector->StartDataCollection(timeout, samples);
  /frameworks/base/core/java/android/hardware/camera2/legacy/
GLThreadManager.java 63 public final CaptureCollector collector; field in class:GLThreadManager.ConfigureHolder
66 Size>> surfaces, CaptureCollector collector) {
69 this.collector = collector;
90 mCaptureCollector = checkNotNull(configure.collector);
209 * @param collector a {@link CaptureCollector} to retrieve requests from.
212 CaptureCollector collector) {
213 checkNotNull(collector, "collector must not be null");
217 ConfigureHolder configure = new ConfigureHolder(condition, surfaces, collector);
    [all...]
  /frameworks/base/wifi/tests/src/android/net/wifi/aware/
WifiAwareAgentNetworkSpecifierTest.java 38 public ErrorCollector collector = new ErrorCollector(); field in class:WifiAwareAgentNetworkSpecifierTest
72 collector.checkThat("No match expected", ns.satisfiedBy(dut), equalTo(false));
84 collector.checkThat("Match expected", nsThis.satisfiedBy(dut), equalTo(true));
85 collector.checkThat("No match expected", nsOther.satisfiedBy(dut), equalTo(false));
106 collector.checkThat("Match expected", nsThis.satisfiedBy(dut), equalTo(true));
108 collector.checkThat("No match expected", nsOther.satisfiedBy(dut), equalTo(false));
130 collector.checkThat("Match expected", oldNs.satisfiedBy(newNs), equalTo(true));
152 collector.checkThat("Match unexpected", oldNs.satisfiedBy(newNs), equalTo(false));
WifiAwareManagerTest.java 65 public ErrorCollector collector = new ErrorCollector(); field in class:WifiAwareManagerTest
333 collector.checkThat("match-filter-size", parsedMatchFilter.size(),
335 collector.checkThat("match-filter-entry0", parsedMatchFilter.get(0),
337 collector.checkThat("match-filter-entry1", parsedMatchFilter.get(1),
566 collector.checkThat("mClusterHigh", ConfigRequest.CLUSTER_ID_MAX,
568 collector.checkThat("mClusterLow", ConfigRequest.CLUSTER_ID_MIN,
570 collector.checkThat("mMasterPreference", 0,
572 collector.checkThat("mSupport5gBand", false, equalTo(configRequest.mSupport5gBand));
573 collector.checkThat("mDiscoveryWindowInterval.length", 2,
575 collector.checkThat("mDiscoveryWindowInterval[2.4GHz]", ConfigRequest.DW_INTERVAL_NOT_INIT
    [all...]
  /frameworks/base/tests/utils/testutils/java/android/os/test/
TestLooperTest.java 57 public ErrorCollector collector = new ErrorCollector(); field in class:TestLooperTest
89 collector.checkThat("1: messageA", messageA, equalTo(messageCaptor.getValue().what));
91 collector.checkThat("2: messageA", messageA, equalTo(messageCaptor.getValue().what));
93 collector.checkThat("3: messageB", messageB, equalTo(messageCaptor.getValue().what));
95 collector.checkThat("4: messageC", messageC, equalTo(messageCaptor.getValue().what));
147 collector.checkThat("1: messageA", messageA, equalTo(messageCaptor.getValue().what));
149 collector.checkThat("2: messageB", messageB, equalTo(messageCaptor.getValue().what));
176 collector.checkThat("1: messageA", messageA, equalTo(messageCaptor.getValue().what));
178 collector.checkThat("2: messageB", messageB, equalTo(messageCaptor.getValue().what));
180 collector.checkThat("3: messageC", messageC, equalTo(messageCaptor.getValue().what))
    [all...]
  /art/runtime/gc/
scoped_gc_critical_section.cc 40 Runtime::Current()->GetHeap()->FinishGC(self_, collector::kGcTypeNone);
reference_queue.cc 20 #include "collector/concurrent_copying.h"
81 // collector (SemiSpace) is running.
83 collector::ConcurrentCopying* concurrent_copying = heap->ConcurrentCopyingCollector();
133 collector::GarbageCollector* collector) {
139 if (!collector->IsNullOrMarkedHeapReference(referent_addr, /*do_atomic_update*/false)) {
155 collector::GarbageCollector* collector) {
161 if (!collector->IsNullOrMarkedHeapReference(referent_addr, /*do_atomic_update*/false)) {
162 ObjPtr<mirror::Object> forward_address = collector->MarkObject(referent_addr->AsMirrorPtr())
    [all...]
  /external/mockito/src/main/java/org/mockito/junit/
MockitoJUnit.java 39 public static VerificationCollector collector() { method in class:MockitoJUnit
  /art/runtime/
backtrace_helper.h 65 BacktraceCollector collector(frames_, kMaxFrames, skip_count);
66 collector.Collect();
67 num_frames_ = collector.NumFrames();
  /frameworks/base/services/tests/servicestests/src/com/android/server/storage/
AppCollectorTest.java 95 AppCollector collector = new AppCollector(mContext, volume); local
97 assertThat(collector.getPackageStats(TIMEOUT)).isEmpty();
105 AppCollector collector = new AppCollector(mContext, volume); local
107 assertThat(collector.getPackageStats(TIMEOUT)).isEmpty();
115 AppCollector collector = new AppCollector(mContext, volume); local
120 assertThat(collector.getPackageStats(TIMEOUT)).containsExactly(stats);
132 AppCollector collector = new AppCollector(mContext, volume); local
141 assertThat(collector.getPackageStats(TIMEOUT)).containsExactly(stats, otherStats);
146 AppCollector collector = new AppCollector(mContext, null); local
155 AppCollector collector = new AppCollector(mContext, volume) local
    [all...]
  /external/autotest/client/common_lib/cros/
system_metrics_collector_unittest.py 35 collector = system_metrics_collector.SystemMetricsCollector(
37 collector.collect_snapshot()
41 collector.write_metrics(_write_func)
50 collector = system_metrics_collector.SystemMetricsCollector(
52 collector.collect_snapshot()
53 collector.collect_snapshot()
54 collector.write_metrics(lambda **kwargs: None)
  /external/tensorflow/tensorflow/contrib/lite/testing/
tokenize_test.cc 38 TokenCollector collector; local
39 Tokenize(&ss, &collector);
40 return collector.Tokens();
  /art/runtime/gc/collector/
partial_mark_sweep.cc 26 namespace collector { namespace in namespace:art::gc
47 } // namespace collector
sticky_mark_sweep.h 25 namespace collector { namespace in namespace:art::gc
61 } // namespace collector
  /external/autotest/client/site_tests/video_WebRtcMainFeedSwitching/
video_WebRtcMainFeedSwitching.py 46 test.collector.write_metrics(self.output_perf_value)
  /external/autotest/client/site_tests/video_WebRtcResolutionSwitching/
video_WebRtcResolutionSwitching.py 43 test.collector.write_metrics(self.output_perf_value)
  /external/tensorflow/tensorflow/core/lib/monitoring/
collection_registry.cc 24 void Collector::CollectMetricValues(
30 std::unique_ptr<CollectedMetrics> Collector::ConsumeCollectedMetrics() {
35 void Collector::CollectMetricDescriptor(
95 internal::Collector collector(env_->NowMicros() / 1000);
100 collector.CollectMetricDescriptor(registration.second.metric_def);
103 collector.CollectMetricValues(registration.second /* collection_info */);
105 return collector.ConsumeCollectedMetrics();
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
MetricsUtilsTest.java 34 public ErrorCollector collector = new ErrorCollector(); field in class:MetricsUtilsTest
110 collector.checkThat("Number of buckets #1", phb1.length, equalTo(hist1.size()));
137 collector.checkThat("Number of buckets #2", phb2.length, equalTo(hist2.size()));
174 collector.checkThat("Number of buckets", phb.length, equalTo(hist.size()));
187 collector.checkThat(prefix + value, h.get(expectedKey), equalTo(expectedValue));
193 collector.checkThat(prefix + value, h.get(expectedKey), equalTo(expectedValue));
198 collector.checkThat(prefix + ": start", bucket.start, equalTo(start));
199 collector.checkThat(prefix + ": end", bucket.end, equalTo(end));
200 collector.checkThat(prefix + ": count", bucket.count, equalTo(count));
  /platform_testing/libraries/device-collectors/src/hostsidetests/src/com/android/collectors/
ScreenshotCollectorHostTest.java 42 * Host side tests for the screenshot collector, this ensure that we are able to use the collectors
81 FilePullerDeviceMetricCollector collector = new FilePullerDeviceMetricCollector() { local
99 OptionSetter optionSetter = new OptionSetter(collector);
102 collector.init(mContext, listener);
103 assertTrue(getDevice().runInstrumentationTests(mTestRunner, collector));
  /platform_testing/libraries/device-collectors/src/test/
Android.mk 24 collector-device-lib \
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/rtt/
RttMetricsTest.java 55 public ErrorCollector collector = new ErrorCollector(); field in class:RttMetricsTest
400 collector.checkThat("AP histogramIndividualStatus.length",
448 collector.checkThat("Aware histogramIndividualStatus.length",
474 collector.checkThat("histogramOverallStatus.length", log.histogramOverallStatus.length,
509 collector.checkThat(logPrefix + ": start", bucket.start, equalTo(start));
510 collector.checkThat(logPrefix + ": end", bucket.end, equalTo(end));
511 collector.checkThat(logPrefix + ": count", bucket.count, equalTo(count));
517 collector.checkThat(logPrefix + ": statusType", bucket.statusType, equalTo(status));
518 collector.checkThat(logPrefix + ": count", bucket.count, equalTo(count));
524 collector.checkThat(logPrefix + ": statusType", bucket.statusType, equalTo(status))
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUCurrencyMetaInfo.java 73 private <T> List<T> collect(Collector<T> collector, CurrencyFilter filter) {
81 int needed = collector.collects();
99 collectRegion(collector, filter, needed, b);
103 collectRegion(collector, filter, needed, regionInfo.at(i));
108 return collector.getList();
111 private <T> void collectRegion(Collector<T> collector, CurrencyFilter filter,
116 collector.collect(b.getKey(), null, 0, 0, -1, false);
164 collector.collect(region, currency, from, to, i, tender)
    [all...]
  /external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
ICUCurrencyMetaInfo.java 71 private <T> List<T> collect(Collector<T> collector, CurrencyFilter filter) {
79 int needed = collector.collects();
97 collectRegion(collector, filter, needed, b);
101 collectRegion(collector, filter, needed, regionInfo.at(i));
106 return collector.getList();
109 private <T> void collectRegion(Collector<T> collector, CurrencyFilter filter,
114 collector.collect(b.getKey(), null, 0, 0, -1, false);
162 collector.collect(region, currency, from, to, i, tender)
    [all...]

Completed in 777 milliseconds

12 3 4 5 6 7 8 91011>>