HomeSort by relevance Sort by last modified time
    Searched full:sampletype (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
SimplePixelShader.hlsl 2 SamplerState SampleType;
22 textureColor = shaderTexture.Sample(SampleType, input.tex);
  /external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
SimplePixelShader.hlsl 2 SamplerState SampleType;
22 textureColor = shaderTexture.Sample(SampleType, input.tex);
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 203 typedef SampleT SampleType;
208 SampleType duration;
214 typedef SampleT SampleType;
668 SingleOperationStatistics calculateSingleOperationStatistics (const std::vector<T>& samples, deUint64 T::SampleType::*target)
687 template <typename StatisticsType, typename SampleType>
688 void calculateBasicStatistics (StatisticsType& stats, const LineParametersWithConfidence& fit, const std::vector<SampleType>& samples, int SampleType::*predictor)
762 template <typename StatisticsType, typename SampleType>
763 void calculateBasicTransferStatistics (StatisticsType& stats, const LineParametersWithConfidence& fit, const std::vector<SampleType>& samples)
765 calculateBasicStatistics(stats, fit, samples, &SampleType::writtenSize)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralRules.java 360 public boolean isLimited(SampleType sampleType) {
886 public enum SampleType {
955 public final SampleType sampleType;
970 * @param sampleType
973 private FixedDecimalSamples(SampleType sampleType, Set<FixedDecimalRange> samples, boolean bounded) {
975 this.sampleType = sampleType;
    [all...]
  /external/messageformat/java/com/ibm/icu/simple/
PluralRules.java 348 public boolean isLimited(SampleType sampleType) {
871 public enum SampleType {
940 public final SampleType sampleType;
955 * @param sampleType
958 private FixedDecimalSamples(SampleType sampleType, Set<FixedDecimalRange> samples, boolean bounded) {
960 this.sampleType = sampleType;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
PluralRules.java 359 public boolean isLimited(SampleType sampleType) {
919 public enum SampleType {
    [all...]
  /external/opencv3/modules/photo/src/
fast_nlmeans_denoising_invoker_commons.hpp 58 typedef T sampleType;
64 typedef ET sampleType;
69 typedef typename pixelInfo_<T>::sampleType sampleType;
71 static inline sampleType sampleMax()
73 return std::numeric_limits<sampleType>::max();
76 static inline sampleType sampleMin()
78 return std::numeric_limits<sampleType>::min();
83 return sizeof(sampleType);
181 typename pixelInfo<WT>::sampleType fixed_point_mult
    [all...]
fast_nlmeans_denoising_invoker.hpp 78 typename pixelInfo<WT>::sampleType fixed_point_mult_;
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/profile/
profile.go 22 SampleType []*ValueType
230 sampleLen := len(p.SampleType)
236 return fmt.Errorf("mismatch: sample has: %d values vs. %d types", len(s.Value), len(p.SampleType))
349 for _, s := range p.SampleType {
434 // must be compatible (same Type and SampleType).
483 if len(p.SampleType) != len(pb.SampleType) {
484 return fmt.Errorf("incompatible sample types %v and %v", p.SampleType, pb.SampleType)
487 for i := range p.SampleType {
    [all...]
encode.go 24 for _, st := range p.SampleType {
109 for _, x := range p.SampleType {
141 pp.SampleType = append(pp.SampleType, x)
239 for _, st := range p.SampleType {
legacy_profile.go 81 SampleType: []*ValueType{{Type: profileType, Unit: "count"}},
269 SampleType: []*ValueType{
376 SampleType: []*ValueType{
488 SampleType: []*ValueType{
514 SampleType: []*ValueType{
523 SampleType: []*ValueType{
535 for _, st := range p.SampleType {
539 for _, st := range p.SampleType {
707 SampleType: []*ValueType{
891 SampleType: []*ValueType{{Type: "thread", Unit: "count"}}
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/profile/
profile.go 22 SampleType []*ValueType
230 sampleLen := len(p.SampleType)
236 return fmt.Errorf("mismatch: sample has: %d values vs. %d types", len(s.Value), len(p.SampleType))
349 for _, s := range p.SampleType {
434 // must be compatible (same Type and SampleType).
483 if len(p.SampleType) != len(pb.SampleType) {
484 return fmt.Errorf("incompatible sample types %v and %v", p.SampleType, pb.SampleType)
487 for i := range p.SampleType {
    [all...]
encode.go 24 for _, st := range p.SampleType {
109 for _, x := range p.SampleType {
141 pp.SampleType = append(pp.SampleType, x)
239 for _, st := range p.SampleType {
legacy_profile.go 81 SampleType: []*ValueType{{Type: profileType, Unit: "count"}},
269 SampleType: []*ValueType{
376 SampleType: []*ValueType{
488 SampleType: []*ValueType{
514 SampleType: []*ValueType{
523 SampleType: []*ValueType{
535 for _, st := range p.SampleType {
539 for _, st := range p.SampleType {
707 SampleType: []*ValueType{
891 SampleType: []*ValueType{{Type: "thread", Unit: "count"}}
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralRulesTest.java 46 import android.icu.text.PluralRules.SampleType;
170 checkNewSamples(description, test, "one", PluralRules.SampleType.INTEGER, "@integer 3, 19", true,
172 checkNewSamples(description, test, "one", PluralRules.SampleType.DECIMAL, "@decimal 3.50~3.53, ?", false,
174 checkOldSamples(description, test, "one", SampleType.INTEGER, 3d, 19d);
175 checkOldSamples(description, test, "one", SampleType.DECIMAL, 3.5d, 3.51d, 3.52d, 3.53d);
177 checkNewSamples(description, test, "other", PluralRules.SampleType.INTEGER, "", true, null);
178 checkNewSamples(description, test, "other", PluralRules.SampleType.DECIMAL, "@decimal 99.0~99.2, 999.0, ?",
180 checkOldSamples(description, test, "other", SampleType.INTEGER);
181 checkOldSamples(description, test, "other", SampleType.DECIMAL, 99d, 99.1, 99.2d, 999d);
184 public void checkOldSamples(String description, PluralRules rules, String keyword, SampleType sampleType
    [all...]
PluralFormatUnitTest.java 28 import android.icu.text.PluralRules.SampleType;
231 list = rules.getSamples(keyword, SampleType.DECIMAL);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralRulesTest.java 45 import com.ibm.icu.text.PluralRules.SampleType;
166 checkNewSamples(description, test, "one", PluralRules.SampleType.INTEGER, "@integer 3, 19", true,
168 checkNewSamples(description, test, "one", PluralRules.SampleType.DECIMAL, "@decimal 3.50~3.53, ?", false,
170 checkOldSamples(description, test, "one", SampleType.INTEGER, 3d, 19d);
171 checkOldSamples(description, test, "one", SampleType.DECIMAL, 3.5d, 3.51d, 3.52d, 3.53d);
173 checkNewSamples(description, test, "other", PluralRules.SampleType.INTEGER, "", true, null);
174 checkNewSamples(description, test, "other", PluralRules.SampleType.DECIMAL, "@decimal 99.0~99.2, 999.0, ?",
176 checkOldSamples(description, test, "other", SampleType.INTEGER);
177 checkOldSamples(description, test, "other", SampleType.DECIMAL, 99d, 99.1, 99.2d, 999d);
180 public void checkOldSamples(String description, PluralRules rules, String keyword, SampleType sampleType
    [all...]
PluralFormatUnitTest.java 27 import com.ibm.icu.text.PluralRules.SampleType;
227 list = rules.getSamples(keyword, SampleType.DECIMAL);
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/
interactive.go 375 if ix := int(uv); ix < 0 || ix >= len(p.SampleType) {
376 return nil, fmt.Errorf("sample_index out of range [0..%d]", len(p.SampleType)-1)
459 func findSampleIndex(p *profile.Profile, prefix, sampleType string) int {
460 if !strings.HasPrefix(sampleType, prefix) {
463 sampleType = strings.TrimPrefix(sampleType, prefix)
464 for i, r := range p.SampleType {
465 if r.Type == sampleType {
driver.go 400 for _, s := range p.SampleType {
498 ret += fmt.Sprintf(" %-25s : %d (%s)\n", "sample_index", ix, p.SampleType[ix].Type)
790 si = len(p.SampleType) - 1
791 } else if si < 0 || si >= len(p.SampleType) {
792 err = fmt.Errorf("sample_index value %d out of range [0..%d]", si, len(p.SampleType)-1)
806 sampleType, option string,
815 if newSampleIndex >= len(p.SampleType) ||
816 p.SampleType[newSampleIndex].Type != sampleType {
973 return meanExtractor(valueIndex), "mean_" + p.SampleType[valueIndex].Type, p.SampleType[valueIndex].Uni
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/driver/
interactive.go 375 if ix := int(uv); ix < 0 || ix >= len(p.SampleType) {
376 return nil, fmt.Errorf("sample_index out of range [0..%d]", len(p.SampleType)-1)
459 func findSampleIndex(p *profile.Profile, prefix, sampleType string) int {
460 if !strings.HasPrefix(sampleType, prefix) {
463 sampleType = strings.TrimPrefix(sampleType, prefix)
464 for i, r := range p.SampleType {
465 if r.Type == sampleType {
driver.go 400 for _, s := range p.SampleType {
498 ret += fmt.Sprintf(" %-25s : %d (%s)\n", "sample_index", ix, p.SampleType[ix].Type)
790 si = len(p.SampleType) - 1
791 } else if si < 0 || si >= len(p.SampleType) {
792 err = fmt.Errorf("sample_index value %d out of range [0..%d]", si, len(p.SampleType)-1)
806 sampleType, option string,
815 if newSampleIndex >= len(p.SampleType) ||
816 p.SampleType[newSampleIndex].Type != sampleType {
973 return meanExtractor(valueIndex), "mean_" + p.SampleType[valueIndex].Type, p.SampleType[valueIndex].Uni
    [all...]
  /external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
Icu4jTransform.java 194 "field:android.icu.text.PluralRules$FixedDecimalSamples#sampleType",
367 "method:android.icu.text.PluralRules#computeLimited(String,SampleType)",
368 "method:android.icu.text.PluralRules#getAllKeywordValues(String,SampleType)",
369 "method:android.icu.text.PluralRules#getDecimalSamples(String,SampleType)",
370 "method:android.icu.text.PluralRules#getKeywordStatus(String,int,Set<Double>,Output<Double>,SampleType)",
372 "method:android.icu.text.PluralRules#getSamples(String,SampleType)",
375 "method:android.icu.text.PluralRules#isLimited(String,SampleType)",
494 "type:android.icu.text.PluralRules$SampleType",
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/report/
report.go 365 fmt.Fprintln(w, "events:", o.SampleType+"("+o.OutputUnit+")")
557 if o.SampleType != "" {
558 label = append(label, "Type: "+o.SampleType)
956 SampleType string
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/report/
report.go 365 fmt.Fprintln(w, "events:", o.SampleType+"("+o.OutputUnit+")")
557 if o.SampleType != "" {
558 label = append(label, "Type: "+o.SampleType)
956 SampleType string
    [all...]

Completed in 605 milliseconds

1 2 3