HomeSort by relevance Sort by last modified time
    Searched refs:SampleInfo (Results 1 - 25 of 26) sorted by null

1 2

  /development/samples/AppNavigation/src/com/example/android/appnavigation/app/
AppNavHomeActivity.java 46 SampleInfo info = (SampleInfo) getListAdapter().getItem(pos);
50 protected List<SampleInfo> querySampleActivities() {
58 ArrayList<SampleInfo> samples = new ArrayList<SampleInfo>();
69 SampleInfo sample = new SampleInfo(label, target);
76 static class SampleInfo {
80 SampleInfo(String name, Intent intent) {
87 private List<SampleInfo> mItems
    [all...]
  /external/webrtc/webrtc/test/
histogram.cc 25 struct SampleInfo {
26 SampleInfo(const std::string& name) : name_(name), last_(-1), total_(0) {}
35 std::map<std::string, SampleInfo> histograms_ GUARDED_BY(histogram_crit_);
43 histograms_.insert(std::make_pair(name, SampleInfo(name)));
53 histograms_.insert(std::make_pair(name, SampleInfo(name)));
62 SampleInfo* ptr = reinterpret_cast<SampleInfo*>(histogram_pointer);
  /external/libchrome/base/metrics/
histogram_snapshot_manager.h 60 struct SampleInfo {
77 std::map<uint64_t, SampleInfo> known_histograms_;
histogram_snapshot_manager.cc 80 SampleInfo* sample_info = &known_histograms_[histogram->name_hash()];
  /external/perf_data_converter/src/quipper/
test_perf_data.h 213 class SampleInfo {
215 SampleInfo& Ip(u64 ip) { return AddField(ip); }
216 SampleInfo& Tid(u32 pid, u32 tid) {
219 SampleInfo& Tid(u32 pid) {
222 SampleInfo& Time(u64 time) { return AddField(time); }
223 SampleInfo& Id(u64 id) { return AddField(id); }
224 SampleInfo& BranchStack_nr(u64 nr) { return AddField(nr); }
225 SampleInfo& BranchStack_lbr(u64 from, u64 to, u64 flags) {
240 SampleInfo& AddField(u64 value) {
252 const SampleInfo& sample_id
    [all...]
perf_parser_test.cc 36 using SampleInfo = PerfDataProto_SampleInfo;
366 testing::SampleInfo().Tid(1001))
370 testing::SampleInfo().Tid(1001))
376 testing::SampleInfo().Tid(1002))
380 testing::SampleInfo().Tid(1002))
386 testing::SampleInfo().Ip(0x00000000001c1000).Tid(1001))
389 testing::SampleInfo().Ip(0x00000000001c100a).Tid(1001))
392 testing::SampleInfo().Ip(0x00000000001c3fff).Tid(1001))
395 testing::SampleInfo().Ip(0x00000000001c2bad).Tid(1001))
398 testing::SampleInfo().Ip(0x00000000002c100a).Tid(1002)
    [all...]
perf_reader_test.cc 28 using SampleInfo = PerfDataProto_SampleInfo;
920 const SampleInfo& sample = event.mmap_event().sample_info();
    [all...]
perf_serializer_test.cc 42 using SampleInfo = PerfDataProto_SampleInfo;
57 // Get SampleInfo from the correct type-specific event field for the event.
457 testing::SampleInfo().Tid(1001))
462 testing::SampleInfo().Tid(1002))
698 testing::SampleInfo().Tid(2010, 2020).Time(356ULL * 1000000000))
704 testing::SampleInfo().Tid(4010, 4020).Time(433ULL * 1000000000))
768 const SampleInfo& sample_info = event.fork_event().sample_info();
784 const SampleInfo& sample_info = event.exit_event().sample_info();
808 testing::SampleInfo().Tid(4010, 4020).Time(433ULL * 1000000000))
842 const SampleInfo& sample_info = event.fork_event().sample_info()
    [all...]
test_perf_data.cc 350 SampleInfo()
perf_reader.cc 31 using SampleInfo = PerfDataProto_SampleInfo;
    [all...]
  /external/deqp/modules/internal/
ditTestLogTests.cpp 52 << TestLog::SampleInfo
  /external/deqp/executor/
xeTestCaseResult.hpp 78 class SampleInfo;
476 class SampleInfo : public Item
479 SampleInfo (void) : Item(TYPE_SAMPLEINFO) {}
480 ~SampleInfo (void) {}
511 SampleInfo sampleInfo;
xeTestLogWriter.cpp 437 writeResultItem(list.sampleInfo, dst);
448 const ri::SampleInfo& info = static_cast<const ri::SampleInfo&>(item);
449 dst << Writer::BeginElement("SampleInfo");
xeTestResultParser.cpp 126 { 0xf0feae93, "SampleInfo", ri::TYPE_SAMPLEINFO },
659 throw TestResultParseError("<SampleInfo> outside of <SampleList>");
662 ri::SampleInfo* info = &list->sampleInfo;
671 throw TestResultParseError("<ValueInfo> outside of <SampleInfo>");
673 ri::SampleInfo* sampleInfo = static_cast<ri::SampleInfo*>(parentItem);
674 ri::ValueInfo* valueInfo = sampleInfo->valueInfos.allocItem<ri::ValueInfo>();
  /external/v8/src/profiler/
tick-sample.cc 154 SampleInfo info;
186 v8::SampleInfo* sample_info,
  /external/v8/include/
v8-profiler.h 103 v8::SampleInfo* sample_info,
    [all...]
v8.h     [all...]
  /external/deqp/framework/common/
tcuTestLog.hpp 86 static const class SampleInfoToken {} SampleInfo;
tcuTestLog.cpp 538 const TestLog::SampleInfoToken TestLog::SampleInfo = TestLog::SampleInfoToken();
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp     [all...]
es3pDepthTests.cpp 644 log << TestLog::SampleInfo
659 log << TestLog::SampleInfo
    [all...]
es3pShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/egl/
teglMakeCurrentPerfTests.cpp 433 << TestLog::SampleInfo << TestLog::ValueInfo("Time", "Time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE)
teglGLES2SharedRenderingPerfTests.cpp 948 << TestLog::SampleInfo << TestLog::ValueInfo("Time", "Time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE)
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp     [all...]

Completed in 1481 milliseconds

1 2