Searched refs:Sample (Results 1 - 25 of 36) sorted by relevance

12

/external/llvm/projects/sample/tools/sample/
H A DMakefile11 TOOLNAME=Sample
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DEnumTest.java29 enum Sample { enum in class:EnumTest
33 Sample larry = Sample.LARRY;
35 Sample moe = Sample.MOE;
60 assertTrue(0 < Sample.MOE.compareTo(Sample.LARRY));
61 assertEquals(0, Sample.MOE.compareTo(Sample.MOE));
62 assertTrue(0 > Sample
[all...]
H A DMockEnum.java24 enum Sample { enum in class:MockEnum
38 Sample larry = Sample.LARRY;
H A DMockEnum2.java25 enum Sample { enum in class:MockEnum2
37 Sample samEnum;
39 Sample larry = Sample.LARRY;
/external/javassist/sample/evolve/
H A DSample.java6 public class Sample { class
/external/guava/guava-tests/test/com/google/common/base/
H A DThrowablesTest.java39 Sample sample = new Sample() {
55 Sample sample = new Sample() {
75 Sample sample = new Sample() {
96 Sample sample = new Sample() {
115 Sample sample = new Sample() {
457 static class Sample { class in class:ThrowablesTest
[all...]
/external/javassist/sample/vector/
H A DSample.java3 public class Sample extends java.util.Vector { class in inherits:java.util.Vector
/external/chromium/net/disk_cache/
H A Dstats_histogram.h33 explicit StatsHistogram(const std::string& name, Sample minimum,
34 Sample maximum, size_t bucket_count)
43 virtual Sample ranges(size_t i) const;
H A Dstats_histogram.cc28 Sample minimum = 1;
29 Sample maximum = disk_cache::Stats::kDataSizesLength - 1;
66 Histogram::Sample StatsHistogram::ranges(size_t i) const {
/external/javassist/src/main/javassist/tools/rmi/
H A DSample.java23 public class Sample { class
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DSimpleTimeLimiterTest.java121 Sample proxy = service.newProxy(
122 target, Sample.class, ENOUGH_MS, TimeUnit.MILLISECONDS);
131 Sample proxy = service.newProxy(
132 target, Sample.class, NOT_ENOUGH_MS, TimeUnit.MILLISECONDS);
149 Sample proxy = service.newProxy(
150 target, Sample.class, ENOUGH_MS, TimeUnit.MILLISECONDS);
162 Sample proxy = service.newProxy(
163 target, Sample.class, NOT_ENOUGH_MS, TimeUnit.MILLISECONDS);
180 public interface Sample { interface in class:SimpleTimeLimiterTest
188 public static class SampleImpl implements Sample {
[all...]
/external/chromium/base/metrics/
H A Dhistogram.h268 typedef int Sample; // Used for samples (and ranges of samples). typedef in class:base::Histogram
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_; }
442 Sample declared_max() const { return declared_max_; }
443 virtual Sample range
[all...]
H A Dhistogram.cc77 Sample minimum,
78 Sample maximum,
311 Sample previous_range = -1; // Bottom range is always 0.
356 Histogram::Sample Histogram::ranges(size_t i) const {
371 bool Histogram::HasConstructorArguments(Sample minimum,
372 Sample maximum,
390 Histogram::Histogram(const std::string& name, Sample minimum,
391 Sample maximum, size_t bucket_count)
440 Sample current = declared_min();
466 size_t Histogram::BucketIndex(Sample valu
[all...]
/external/chromium/chrome/browser/
H A Dprocess_info_snapshot.h18 // |Sample()| method is called. This information can then be probed by PID.
19 // |Sample()| may take a while to complete, so if calling from the browser
31 // |Sample()| below.
39 bool Sample(std::vector<base::ProcessId> pid_list);
H A Dprocess_info_snapshot_mac_unittest.cc23 // Sample process with PID 1, which should exist and presumably belong to
28 ASSERT_TRUE(snapshot.Sample(pid_list));
58 // Sample this process and its parent.
69 ASSERT_TRUE(snapshot.Sample(pid_list));
125 ASSERT_TRUE(snapshot.Sample(pid_list));
H A Dmemory_details_mac.cc129 process_info.Sample(all_pids);
/external/javassist/src/main/javassist/tools/reflect/
H A DSample.java21 public class Sample { class
/external/icu4c/samples/
H A Ddefs.mk2 # Sample code makefile definitions
/external/webkit/Source/JavaScriptCore/bytecode/
H A DSamplingTool.h238 class Sample { class in class:JSC::SamplingTool
240 Sample(volatile intptr_t sample, CodeBlock* volatile codeBlock) function in class:JSC::SamplingTool::Sample
/external/webkit/Tools/Scripts/
H A Drun-sunspider61 --shark Sample with the Mac OS X "Shark" performance testing tool (implies --runs=1)
/external/chromium/chrome/browser/net/websocket_experiment/
H A Dwebsocket_experiment_task.cc165 Histogram::Sample boundary_value) {
203 Histogram::Sample sample,
204 Histogram::Sample boundary_value) {
/external/chromium/chrome/common/extensions/docs/build/
H A Ddirectory.py205 sample = Sample(path, api_methods, self._base_dir)
254 class Sample(dict): class in inherits:dict
261 """ Initializes a Sample instance given a path to a manifest.
628 """ Writes a zip file containing all of the files in this Sample's dir."""
H A Dbuild.py44 from directory import Sample namespace
/external/mesa3d/docs/
H A DMESA_shader_debug.spec254 Sample Code
/external/webkit/PerformanceTests/SunSpider/
H A Dsunspider58 --shark Sample execution time with the Mac OS X "Shark" performance testing tool (implies --runs=1)

Completed in 792 milliseconds

12