/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
D | EnumTest.java | 29 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 …]
|
D | MockEnum2.java | 25 enum Sample { enum in MockEnum2 37 Sample samEnum; 39 Sample larry = Sample.LARRY;
|
D | MockEnum.java | 24 enum Sample { enum in MockEnum 38 Sample larry = Sample.LARRY;
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | ThrowablesTest.java | 39 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/ |
D | histogram.h | 268 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 …]
|
D | histogram.cc | 77 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/ |
D | SimpleTimeLimiterTest.java | 121 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/ |
D | sample.js | 22 function Sample(category, title, colorId, ts, args) { class 30 Sample.prototype = { class 41 Sample: Sample
|
/external/llvm/lib/Target/R600/ |
D | SIIntrinsics.td | 23 …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/ |
D | stats_histogram.h | 33 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;
|
D | stats_histogram.cc | 28 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/ |
D | process_info_snapshot_mac_unittest.cc | 28 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()
|
D | process_info_snapshot.h | 39 bool Sample(std::vector<base::ProcessId> pid_list);
|
/external/icu4c/samples/layout/ |
D | LayoutSample.rc | 41 MENUITEM "&New Sample\tCtrl+N", IDM_FILE_NEWSAMPLE 49 MENUITEM "&About Layout Sample...", IDM_HELP_ABOUTLAYOUTSAMPLE
|
/external/llvm/projects/sample/tools/sample/ |
D | Makefile | 11 TOOLNAME=Sample
|
/external/javassist/sample/evolve/ |
D | Sample.java | 6 public class Sample { class
|
/external/javassist/sample/vector/ |
D | Sample.java | 3 public class Sample extends java.util.Vector { class
|
/external/javassist/src/main/javassist/tools/rmi/ |
D | Sample.java | 23 public class Sample { class
|
/external/llvm/examples/ModuleMaker/ |
D | README.txt | 2 // ModuleMaker Sample project
|
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/sample-input/ |
D | template-group | 1 group Sample
|
/external/javassist/src/main/javassist/tools/reflect/ |
D | Sample.java | 21 public class Sample { class
|
/external/webkit/Source/JavaScriptCore/bytecode/ |
D | SamplingTool.h | 238 class Sample { 240 Sample(volatile intptr_t sample, CodeBlock* volatile codeBlock) in Sample() function
|
/external/linux-tools-perf/Documentation/ |
D | perf-record.txt | 112 Sample addresses. 116 Sample timestamps. Use it with 'perf report -D' to see the timestamps,
|
/external/icu4c/samples/legacy/ |
D | README | 36 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/ |
D | 50-ypbind | 1 # Sample dhcpcd hook for ypbind
|