HomeSort by relevance Sort by last modified time
    Searched refs:Sample (Results 176 - 200 of 225) sorted by null

1 2 3 4 5 6 78 9

  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.1.0-beta3/
chartlib-25.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.1.0-rc1/
chartlib-25.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.1.2/
chartlib-25.1.2.jar 
  /system/extras/simpleperf/scripts/
pprof_proto_generator.py 68 print('%d samples' % len(p.sample))
69 for i in range(len(p.sample)):
70 print('sample[%d]:' % i)
71 self.show_sample(p.sample[i], sub_space)
104 def show_sample(self, sample, space=''):
106 for i in range(len(sample.location_id)):
107 print('%slocation_id[%d]: id %d' % (space, i, sample.location_id[i]))
108 self.show_location_id(sample.location_id[i], sub_space)
109 for i in range(len(sample.value)):
110 print('%svalue[%d] = %d' % (space, i, sample.value[i])
    [all...]
  /external/deqp/framework/common/
tcuTestLog.cpp 523 const TestLog::BeginSampleToken TestLog::Sample = TestLog::BeginSampleToken();
  /external/deqp/modules/egl/
teglMakeCurrentPerfTests.cpp 417 log << TestLog::Message << "Sample count: " << m_spec.sampleCount << TestLog::EndMessage;
437 log << TestLog::Sample << deInt64(m_samples[sampleNdx]) << TestLog::EndSample;
teglGLES2SharedRenderingPerfTests.cpp 948 log << TestLog::Sample << deInt64(resultsUs[resultNdx]) << TestLog::EndSample;
    [all...]
  /external/swiftshader/src/Reactor/
Main.cpp 36 TEST(SubzeroReactorTest, Sample)
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof_test.go 97 for _, sample := range p.Sample {
98 count := uintptr(sample.Value[0])
99 stk := make([]uintptr, len(sample.Location))
100 for i := range sample.Location {
101 stk[i] = uintptr(sample.Location[i].Address)
232 // make sure we got at least one sample.
732 for _, s := range prof.Sample {
733 // The count is the single value in the sample
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof_test.go 97 for _, sample := range p.Sample {
98 count := uintptr(sample.Value[0])
99 stk := make([]uintptr, len(sample.Location))
100 for i := range sample.Location {
101 stk[i] = uintptr(sample.Location[i].Address)
232 // make sure we got at least one sample.
732 for _, s := range prof.Sample {
733 // The count is the single value in the sample
  /system/extras/simpleperf/
cmd_report_sample.cpp 63 "report-sample", "report raw sample information in perf.data",
65 "Usage: simpleperf report-sample [options]\n"
68 " `simpleperf report-sample --protobuf -o <file>`.\n"
277 auto& sample = proto_record.sample(); local
279 FprintIndented(report_fp_, 0, "sample %zu:\n", ++sample_count);
280 FprintIndented(report_fp_, 1, "time: %" PRIu64 "\n", sample.time());
281 FprintIndented(report_fp_, 1, "event_count: %" PRIu64 "\n", sample.event_count());
282 FprintIndented(report_fp_, 1, "thread_id: %d\n", sample.thread_id())
368 proto::Sample* sample = proto_record.mutable_sample(); local
    [all...]
  /compatibility/cdd/5_multimedia/
5_1_media-codecs.md 126 <td>Mono/Stereo (no multichannel). Sample rates up to 48 kHz (but up to 44.1
  /prebuilts/go/darwin-x86/src/net/
dnsmsg_test.go 284 // Sample DNS query.
  /prebuilts/go/linux-x86/src/net/
dnsmsg_test.go 284 // Sample DNS query.
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 172 struct Sample {
181 Vector<Sample> mCurrentSamples;
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmscgats.c 261 {"SAMPLE_BACKING", WRITE_STRINGIFY}, // Identifies the backing material used behind the sample during
307 // Predefined sample types on dataset
309 "SAMPLE_ID", // Identifies sample that data represents
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 241 up (not 0). Column numbers are indexed from 0 up. Thus, examining sample text:
731 === Sample Usage
    [all...]
token.rb 450 === Sample TokenScheme Construction
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp     [all...]
  /external/blktrace/btt/doc/
btt.tex 48 This document will discuss \texttt{btt} usage, provide some sample output,
292 sample shows a sample of both unplug sections:
315 in the sample output in the immediately preceding table one can see
328 Here is a sample output of this sections:
368 Here is a sample portion of this type of chart, showing Q2Q times
569 Figure~\ref{fig:qhist} is a sample graph generated from data used during
585 Figure~\ref{fig:dhist} is a sample graph generated from data used during
774 in the times present for the current sample, then the second columns
    [all...]
  /external/guice/extensions/persist/lib/
javassist.jar 
  /build/make/tools/droiddoc/templates-sac/assets/js/
docs.js     [all...]
  /external/pdfium/third_party/lcms2-2.6/include/
lcms2.h 662 // B: bytes per sample
    [all...]
  /external/guice/extensions/struts2/lib/
javassist.jar 

Completed in 1886 milliseconds

1 2 3 4 5 6 78 9