Home
last modified time | relevance | path

Searched refs:Sample (Results 1 – 25 of 79) sorted by relevance

1234

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
DEnumTest.java29 enum Sample { enum in EnumTest
33 Sample larry = Sample.LARRY;
35 Sample moe = Sample.MOE;
60 assertTrue(0 < Sample.MOE.compareTo(Sample.LARRY)); in test_compareToLjava_lang_Enum()
61 assertEquals(0, Sample.MOE.compareTo(Sample.MOE)); in test_compareToLjava_lang_Enum()
62 assertTrue(0 > Sample.MOE.compareTo(Sample.CURLY)); in test_compareToLjava_lang_Enum()
64 Sample.MOE.compareTo((Sample)null); in test_compareToLjava_lang_Enum()
76 assertTrue(moe.equals(Sample.MOE)); in test_equalsLjava_lang_Object()
77 assertFalse(Sample.LARRY.equals(Sample.CURLY)); in test_equalsLjava_lang_Object()
78 assertTrue(Sample.LARRY.equals(larry)); in test_equalsLjava_lang_Object()
[all …]
DMockEnum2.java25 enum Sample { enum in MockEnum2
37 Sample samEnum;
39 Sample larry = Sample.LARRY;
DMockEnum.java24 enum Sample { enum in MockEnum
38 Sample larry = Sample.LARRY;
/external/guava/guava-tests/test/com/google/common/base/
DThrowablesTest.java39 Sample sample = new Sample() { in testPropagateIfPossible_NoneDeclared_NoneThrown()
55 Sample sample = new Sample() { in testPropagateIfPossible_NoneDeclared_UncheckedThrown()
75 Sample sample = new Sample() { in testPropagateIfPossible_NoneDeclared_UndeclaredThrown()
96 Sample sample = new Sample() { in testPropagateIfPossible_OneDeclared_NoneThrown()
115 Sample sample = new Sample() { in testPropagateIfPossible_OneDeclared_UncheckedThrown()
135 Sample sample = new Sample() { in testPropagateIfPossible_OneDeclared_CheckedThrown()
156 Sample sample = new Sample() { in testPropagateIfPossible_OneDeclared_UndeclaredThrown()
177 Sample sample = new Sample() { in testPropagateIfPossible_TwoDeclared_NoneThrown()
196 Sample sample = new Sample() { in testPropagateIfPossible_TwoDeclared_UncheckedThrown()
219 Sample sample = new Sample() { in testPropagateIfPossible_TwoDeclared_CheckedThrown()
[all …]
/external/chromium/base/metrics/
Dhistogram.h268 typedef int Sample; // Used for samples (and ranges of samples). typedef
270 static const Sample kSampleType_MAX = INT_MAX;
275 typedef std::vector<Sample> Ranges;
318 Sample sample;
335 void Accumulate(Sample value, Count count, size_t index);
377 Sample minimum,
378 Sample maximum,
441 Sample declared_min() const { return declared_min_; } in declared_min()
442 Sample declared_max() const { return declared_max_; } in declared_max()
443 virtual Sample ranges(size_t i) const;
[all …]
Dhistogram.cc77 Sample minimum, in FactoryGet()
78 Sample maximum, in FactoryGet()
311 Sample previous_range = -1; // Bottom range is always 0. in FindCorruption()
356 Histogram::Sample Histogram::ranges(size_t i) const { in ranges()
371 bool Histogram::HasConstructorArguments(Sample minimum, in HasConstructorArguments()
372 Sample maximum, in HasConstructorArguments()
390 Histogram::Histogram(const std::string& name, Sample minimum, in Histogram()
391 Sample maximum, size_t bucket_count) in Histogram()
440 Sample current = declared_min(); in InitializeBucketRange()
466 size_t Histogram::BucketIndex(Sample value) const { in BucketIndex()
[all …]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DSimpleTimeLimiterTest.java121 Sample proxy = service.newProxy( in testGoodMethodWithEnoughTime()
122 target, Sample.class, ENOUGH_MS, TimeUnit.MILLISECONDS); in testGoodMethodWithEnoughTime()
131 Sample proxy = service.newProxy( in testGoodMethodWithNotEnoughTime()
132 target, Sample.class, NOT_ENOUGH_MS, TimeUnit.MILLISECONDS); in testGoodMethodWithNotEnoughTime()
149 Sample proxy = service.newProxy( in testBadMethodWithEnoughTime()
150 target, Sample.class, ENOUGH_MS, TimeUnit.MILLISECONDS); in testBadMethodWithEnoughTime()
162 Sample proxy = service.newProxy( in testBadMethodWithNotEnoughTime()
163 target, Sample.class, NOT_ENOUGH_MS, TimeUnit.MILLISECONDS); in testBadMethodWithNotEnoughTime()
180 public interface Sample { interface in SimpleTimeLimiterTest
188 public static class SampleImpl implements Sample {
/external/chromium-trace/trace-viewer/src/model/
Dsample.js22 function Sample(category, title, colorId, ts, args) { class
30 Sample.prototype = { class
41 Sample: Sample
/external/llvm/lib/Target/R600/
DSIIntrinsics.td23 …class Sample : Intrinsic <[llvm_v4f32_ty], [llvm_i32_ty, llvm_anyvector_ty, llvm_v32i8_ty, llvm_v1…
25 def int_SI_sample : Sample;
26 def int_SI_sampleb : Sample;
27 def int_SI_samplel : Sample;
/external/chromium/net/disk_cache/
Dstats_histogram.h33 explicit StatsHistogram(const std::string& name, Sample minimum, in StatsHistogram()
34 Sample maximum, size_t bucket_count) in StatsHistogram()
43 virtual Sample ranges(size_t i) const;
Dstats_histogram.cc28 Sample minimum = 1; in StatsHistogramFactoryGet()
29 Sample maximum = disk_cache::Stats::kDataSizesLength - 1; in StatsHistogramFactoryGet()
66 Histogram::Sample StatsHistogram::ranges(size_t i) const { in ranges()
/external/chromium/chrome/browser/
Dprocess_info_snapshot_mac_unittest.cc28 ASSERT_TRUE(snapshot.Sample(pid_list)); in TEST_F()
69 ASSERT_TRUE(snapshot.Sample(pid_list)); in TEST_F()
125 ASSERT_TRUE(snapshot.Sample(pid_list)); in TEST_F()
Dprocess_info_snapshot.h39 bool Sample(std::vector<base::ProcessId> pid_list);
/external/icu4c/samples/layout/
DLayoutSample.rc41 MENUITEM "&New Sample\tCtrl+N", IDM_FILE_NEWSAMPLE
49 MENUITEM "&About Layout Sample...", IDM_HELP_ABOUTLAYOUTSAMPLE
/external/llvm/projects/sample/tools/sample/
DMakefile11 TOOLNAME=Sample
/external/javassist/sample/evolve/
DSample.java6 public class Sample { class
/external/javassist/sample/vector/
DSample.java3 public class Sample extends java.util.Vector { class
/external/javassist/src/main/javassist/tools/rmi/
DSample.java23 public class Sample { class
/external/llvm/examples/ModuleMaker/
DREADME.txt2 // ModuleMaker Sample project
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/sample-input/
Dtemplate-group1 group Sample
/external/javassist/src/main/javassist/tools/reflect/
DSample.java21 public class Sample { class
/external/webkit/Source/JavaScriptCore/bytecode/
DSamplingTool.h238 class Sample {
240 Sample(volatile intptr_t sample, CodeBlock* volatile codeBlock) in Sample() function
/external/linux-tools-perf/Documentation/
Dperf-record.txt112 Sample addresses.
116 Sample timestamps. Use it with 'perf report -D' to see the timestamps,
/external/icu4c/samples/legacy/
DREADME36 Sample won't compile: this is quite unlikely, but the most probable reason is that include files ca…
37 Sample won't link: The path for 1.8.1. libraries is broken. Edit it so that it reflects the path t…
/external/dhcpcd/dhcpcd-hooks/
D50-ypbind1 # Sample dhcpcd hook for ypbind

1234