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

1 2 3 4 56 7 8 9

  /external/deqp/executor/
xeTestResultParser.cpp 128 { 0xd09429e7, "Sample", ri::TYPE_SAMPLE },
254 return (ri::ValueInfo::ValueTag)getEnumValue("sample value tag", s_sampleValueTagMap, DE_LENGTH_OF_ARRAY(s_sampleValueTagMap), tag);
690 throw TestResultParseError("<Sample> outside of <SampleList>");
693 ri::Sample* sample = list->samples.allocItem<ri::Sample>(); local
695 item = sample;
702 throw TestResultParseError("<Value> outside of <Sample>");
704 ri::Sample* sample = static_cast<ri::Sample*>(parentItem) local
    [all...]
xeTestLogWriter.cpp 471 const ri::Sample& sample = static_cast<const ri::Sample&>(item); local
472 dst << Writer::BeginElement("Sample");
473 for (int ndx = 0; ndx < sample.values.getNumItems(); ndx++)
474 writeResultItem(sample.values.getItem(ndx), dst);
  /external/libchrome/base/metrics/
persistent_histogram_allocator.h 47 // Returns the object that manages the persistent-sample-map records for a
65 // Gets the object holding records for a given sample-map id when |lock_|
69 // Loads sample-map records looking for those belonging to the specified
70 // |load_id|. Records found for other sample-maps are held for later use
80 // Iterator within the allocator for finding sample records.
83 // Mapping of sample-map IDs to their sample records.
94 // This class manages sample-records used by a PersistentSampleMap container
117 // Gets the next reference to a persistent sample-map record. The type and
122 // Creates a new persistent sample-map record for sample |value| and return
    [all...]
  /external/libchrome/base/process/
process_metrics.h 412 static SystemMetrics Sample();
  /external/llvm/include/llvm/ProfileData/
SampleProf.h 11 // sample profile data.
103 /// Representation of a single sample record.
105 /// A sample record is represented by a positive integer value, which
120 /// Optionally scale sample count \p S by \p Weight.
122 /// Sample counts accumulate using saturating arithmetic, to avoid wrapping
132 /// Optionally scale sample count \p S by \p Weight.
134 /// Sample counts accumulate using saturating arithmetic, to avoid wrapping
146 /// Return true if this sample record contains function calls.
153 /// Optionally scale sample counts by \p Weight.
170 raw_ostream &operator<<(raw_ostream &OS, const SampleRecord &Sample);
    [all...]
  /external/testng/src/test/java/test/invokedmethodlistener/
InvokedMethodListenerTest.java 59 TestNG tng = create(Sample.class);
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/
driver.go 455 flagHide *string // Skips sample locations matching regexp
473 flagDivideBy *float64 // Ratio to divide sample values
475 flagSampleIndex *int // Sample value to use in reports.
662 flagSampleIndex: flag.Int("sample_index", -1, "Index of sample value to report"),
663 flagMean: flag.Bool("mean", false, "Average sample value over first value (count)"),
816 return 0, fmt.Errorf("set at most one sample value selection option")
872 "Sample value selection option (by index):\n" +
873 " -sample_index Index of sample value to display\n" +
874 " -mean Average sample value over first value\n" +
875 "Sample value selection option (for heap profiles):\n"
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/driver/
driver.go 455 flagHide *string // Skips sample locations matching regexp
473 flagDivideBy *float64 // Ratio to divide sample values
475 flagSampleIndex *int // Sample value to use in reports.
662 flagSampleIndex: flag.Int("sample_index", -1, "Index of sample value to report"),
663 flagMean: flag.Bool("mean", false, "Average sample value over first value (count)"),
816 return 0, fmt.Errorf("set at most one sample value selection option")
872 "Sample value selection option (by index):\n" +
873 " -sample_index Index of sample value to display\n" +
874 " -mean Average sample value over first value\n" +
875 "Sample value selection option (for heap profiles):\n"
    [all...]
  /external/mesa3d/src/intel/blorp/
blorp_genX_exec.h     [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/CpuIA32Lib/IA32/
CpuIA32.asm 2 ; This file contains an 'Intel Sample Driver' and is
  /development/build/tools/
mk_sdk_repo_xml.sh 9 TYPES="tool platform-tool build-tool platform sample doc add-on system-image source"
108 Sample.MinApiLevel min-api-level 2
365 # - api-level platform sample doc add-on system-image
366 # - codename platform sample doc add-on system-image
367 # - min-tools-rev platform sample
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProf.h 11 // sample profile data.
116 /// Representation of a single sample record.
118 /// A sample record is represented by a positive integer value, which
133 /// Optionally scale sample count \p S by \p Weight.
135 /// Sample counts accumulate using saturating arithmetic, to avoid wrapping
145 /// Optionally scale sample count \p S by \p Weight.
147 /// Sample counts accumulate using saturating arithmetic, to avoid wrapping
159 /// Return true if this sample record contains function calls.
166 /// Optionally scale sample counts by \p Weight.
183 raw_ostream &operator<<(raw_ostream &OS, const SampleRecord &Sample);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProf.h 11 // sample profile data.
116 /// Representation of a single sample record.
118 /// A sample record is represented by a positive integer value, which
133 /// Optionally scale sample count \p S by \p Weight.
135 /// Sample counts accumulate using saturating arithmetic, to avoid wrapping
145 /// Optionally scale sample count \p S by \p Weight.
147 /// Sample counts accumulate using saturating arithmetic, to avoid wrapping
159 /// Return true if this sample record contains function calls.
166 /// Optionally scale sample counts by \p Weight.
183 raw_ostream &operator<<(raw_ostream &OS, const SampleRecord &Sample);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProf.h 11 // sample profile data.
116 /// Representation of a single sample record.
118 /// A sample record is represented by a positive integer value, which
133 /// Optionally scale sample count \p S by \p Weight.
135 /// Sample counts accumulate using saturating arithmetic, to avoid wrapping
145 /// Optionally scale sample count \p S by \p Weight.
147 /// Sample counts accumulate using saturating arithmetic, to avoid wrapping
159 /// Return true if this sample record contains function calls.
166 /// Optionally scale sample counts by \p Weight.
183 raw_ostream &operator<<(raw_ostream &OS, const SampleRecord &Sample);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProf.h 11 // sample profile data.
116 /// Representation of a single sample record.
118 /// A sample record is represented by a positive integer value, which
133 /// Optionally scale sample count \p S by \p Weight.
135 /// Sample counts accumulate using saturating arithmetic, to avoid wrapping
145 /// Optionally scale sample count \p S by \p Weight.
147 /// Sample counts accumulate using saturating arithmetic, to avoid wrapping
159 /// Return true if this sample record contains function calls.
166 /// Optionally scale sample counts by \p Weight.
183 raw_ostream &operator<<(raw_ostream &OS, const SampleRecord &Sample);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProf.h 11 // sample profile data.
116 /// Representation of a single sample record.
118 /// A sample record is represented by a positive integer value, which
133 /// Optionally scale sample count \p S by \p Weight.
135 /// Sample counts accumulate using saturating arithmetic, to avoid wrapping
145 /// Optionally scale sample count \p S by \p Weight.
147 /// Sample counts accumulate using saturating arithmetic, to avoid wrapping
159 /// Return true if this sample record contains function calls.
166 /// Optionally scale sample counts by \p Weight.
183 raw_ostream &operator<<(raw_ostream &OS, const SampleRecord &Sample);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProf.h 11 // sample profile data.
116 /// Representation of a single sample record.
118 /// A sample record is represented by a positive integer value, which
133 /// Optionally scale sample count \p S by \p Weight.
135 /// Sample counts accumulate using saturating arithmetic, to avoid wrapping
145 /// Optionally scale sample count \p S by \p Weight.
147 /// Sample counts accumulate using saturating arithmetic, to avoid wrapping
159 /// Return true if this sample record contains function calls.
166 /// Optionally scale sample counts by \p Weight.
183 raw_ostream &operator<<(raw_ostream &OS, const SampleRecord &Sample);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProf.h 11 // sample profile data.
116 /// Representation of a single sample record.
118 /// A sample record is represented by a positive integer value, which
133 /// Optionally scale sample count \p S by \p Weight.
135 /// Sample counts accumulate using saturating arithmetic, to avoid wrapping
145 /// Optionally scale sample count \p S by \p Weight.
147 /// Sample counts accumulate using saturating arithmetic, to avoid wrapping
159 /// Return true if this sample record contains function calls.
166 /// Optionally scale sample counts by \p Weight.
183 raw_ostream &operator<<(raw_ostream &OS, const SampleRecord &Sample);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProf.h 11 // sample profile data.
116 /// Representation of a single sample record.
118 /// A sample record is represented by a positive integer value, which
133 /// Optionally scale sample count \p S by \p Weight.
135 /// Sample counts accumulate using saturating arithmetic, to avoid wrapping
145 /// Optionally scale sample count \p S by \p Weight.
147 /// Sample counts accumulate using saturating arithmetic, to avoid wrapping
159 /// Return true if this sample record contains function calls.
166 /// Optionally scale sample counts by \p Weight.
183 raw_ostream &operator<<(raw_ostream &OS, const SampleRecord &Sample);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/report/
report.go 164 // added to correspond to sample addresses
205 // offset to adjust the sample addresses.
259 for _, s := range p.Sample {
765 // tags represent sample annotations
798 // tags provide additional information about subsets of a sample.
814 func (n *node) addTags(s *profile.Sample, weight int64) {
984 SampleUnit string // Unit for the sample data from the profile.
1004 for _, sample := range prof.Sample {
1005 if sample.Location == nil
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/report/
report.go 164 // added to correspond to sample addresses
205 // offset to adjust the sample addresses.
259 for _, s := range p.Sample {
765 // tags represent sample annotations
798 // tags provide additional information about subsets of a sample.
814 func (n *node) addTags(s *profile.Sample, weight int64) {
984 SampleUnit string // Unit for the sample data from the profile.
1004 for _, sample := range prof.Sample {
1005 if sample.Location == nil
    [all...]
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 648 // Sample from given values using linear interpolation at a given position as if values were laid to range [0, 1]
999 // sample's x component and both fit lines in this range. Calculate the ratio
1036 // contains every sample's x component and both fit lines in this range. Calculate the ratio of the area between
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof.go 386 Sample: make([]*profile.Sample, 0, len(keys)),
406 prof.Sample = append(prof.Sample, &profile.Sample{
673 // convert sample counts to seconds. Instead of requiring
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof.go 386 Sample: make([]*profile.Sample, 0, len(keys)),
406 prof.Sample = append(prof.Sample, &profile.Sample{
673 // convert sample counts to seconds. Instead of requiring
  /external/deqp/framework/common/
tcuTestLog.hpp 88 static const class BeginSampleToken {} Sample;

Completed in 2228 milliseconds

1 2 3 4 56 7 8 9