HomeSort by relevance Sort by last modified time
    Searched full:sample (Results 251 - 275 of 7148) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/source/samples/datefmt/
Makefile 2 # sample code makefile
19 # the actual rules (this is a simple sample)
  /external/icu/icu4c/source/samples/msgfmt/
Makefile 2 # sample code makefile
21 # the actual rules (this is a simple sample)
  /external/icu/icu4c/source/samples/numfmt/
Makefile 2 # sample code makefile
21 # the actual rules (this is a simple sample)
  /external/icu/icu4c/source/samples/props/
Makefile 2 # sample code makefile
21 # the actual rules (this is a simple sample)
  /external/icu/icu4c/source/samples/strsrch/
Makefile 2 # sample code makefile
21 # the actual rules (this is a simple sample)
  /external/icu/icu4c/source/samples/translit/
Makefile 2 # sample code makefile
21 # the actual rules (this is a simple sample)
  /external/icu/icu4c/source/samples/uciter8/
Makefile 2 # sample code makefile
19 # the actual rules (this is a simple sample)
  /external/icu/icu4c/source/samples/ucnv/
Makefile 2 # sample code makefile
22 # the actual rules (this is a simple sample)
  /external/icu/icu4c/source/samples/ugrep/
Makefile 2 # sample code makefile
23 # the actual rules (this is a simple sample)
  /external/icu/icu4c/source/samples/ustring/
Makefile 2 # sample code makefile
19 # the actual rules (this is a simple sample)
  /external/javassist/sample/rmi/
Counter.java 1 package sample.rmi;
30 "Usage: java sample.rmi.Counter <port number>");
  /external/oprofile/daemon/liblegacy/
opd_proc.c 108 * verb_show_sample - print the sample out to the log
157 * opd_lookup_maps - lookup a proc mappings for a sample
159 * @param sample sample to lookup
161 * iterate through the proc maps searching the mapping which owns sample
162 * if sucessful sample count will be updated and we return non-zero
165 struct op_sample const * sample)
174 if (opd_is_in_map(map, sample->eip)) {
175 unsigned long offset = opd_map_offset(map, sample->eip);
178 opd_put_image_sample(map->image, offset, sample->counter)
    [all...]
  /external/oprofile/libpp/
sample_container.cpp 67 sample_entry const & sample)
69 samples_storage::key_type key(symbol, sample.vma);
73 it->second.counts += sample.counts;
75 samples[key] = sample;
118 sample_entry sample; local
120 sample.file_loc.filename = filename;
121 sample.file_loc.linenr = linenr;
126 it_pair itp = samples_by_loc.equal_range(&sample);
symbol_container.cpp 33 symbol->sample.counts += symb.sample.counts;
46 symbol.sample.file_loc.filename = filename;
47 symbol.sample.file_loc.linenr = linenr;
66 symbol.sample.file_loc.filename = filename;
67 symbol.sample.file_loc.linenr = 0;
71 symbol.sample.file_loc.linenr = (unsigned int)size_t(-1);
100 if (it->sample.vma == vma &&
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
Learning_MulticlassPA.java 35 private IntFloatArray splitIntFloatArray(List<IntFloat> sample) {
37 ArrayList<IntFloat> s = (ArrayList<IntFloat>)sample;
70 // The return value is the prediction value for the supplied sample. It
71 // also update the model with the current sample.
72 public void TrainOneSample(List<IntFloat> sample, int target) {
73 IntFloatArray splited = splitIntFloatArray(sample);
82 public int Classify(List<IntFloat> sample) {
83 IntFloatArray splited = splitIntFloatArray(sample);
  /developers/samples/android/experimental/ndkSampleGen/
build.gradle 30 samplesXml.sample.each { sample ->
31 println "Creating task : " + sample.@name
36 task "task${sample.@name}Browseable" (type:Copy) {
37 def outputPath =outPath("browseable", sample.@name);
39 FileTree inputFileTree = project.fileTree(sample.@path)
40 def inputPath = inputFileTree.getFiles().iterator().next().parentFile.absolutePath //sample.@path
97 task "task${sample.@name}Gradle"(type:Copy) {
100 def outputPath =outPath("gradle", sample.@name);
101 def inputPath = sample.@pat
    [all...]
  /external/chromium_org/components/metrics/chromeos/
metric_sample.cc 19 int sample,
25 sample_(sample),
77 const int MetricSample::sample() const { function in class:metrics::MetricSample
110 int sample,
115 HISTOGRAM, histogram_name, sample, min, max, bucket_count));
126 int sample, min, max, bucket_count; local
127 if (parts[0].empty() || !base::StringToInt(parts[1], &sample) ||
134 return HistogramSample(parts[0], sample, min, max, bucket_count);
140 int sample) {
142 new MetricSample(SPARSE_HISTOGRAM, histogram_name, sample, 0, 0, 0))
152 int sample; local
172 int sample, max; local
    [all...]
  /external/chromium_org/ppapi/cpp/
audio_config.h 25 /// A single sample frame on a stereo device means one value for the left
31 /// <code>buffer16[0]</code> is the first left channel sample.
32 /// <code>buffer16[1]</code> is the first right channel sample.
33 /// <code>buffer16[2]</code> is the second left channel sample.
34 /// <code>buffer16[3]</code> is the second right channel sample.
37 /// channel sample.
39 /// channel sample.
62 /// A constructor that creates an audio config based on the given sample rate
65 /// RecommendSampleFrameCount() as the sample frame count.
79 /// RecommendSampleRate() returns the native sample rate used by th
    [all...]
  /external/chromium_org/mojo/public/cpp/bindings/tests/
handle_passing_unittest.cc 29 class SampleObjectImpl : public InterfaceImpl<sample::Object> {
48 class SampleFactoryImpl : public InterfaceImpl<sample::Factory> {
54 virtual void DoStuff(sample::RequestPtr request,
74 sample::ResponsePtr response(sample::Response::New());
98 virtual void CreateObject(InterfaceRequest<sample::Object> object_request)
120 class SampleFactoryClientImpl : public sample::FactoryClient {
133 virtual void DidStuff(sample::ResponsePtr response,
183 sample::FactoryPtr factory;
197 sample::RequestPtr request(sample::Request::New())
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/sun/
SDL_sunaudio.c 57 static Uint8 snd2au(int sample);
400 static Uint8 snd2au(int sample)
405 if (sample < 0) {
406 sample = -sample;
412 if (sample < 32) {
413 sample = 0xF0 | (15 - sample / 2);
414 } else if (sample < 96) {
415 sample = 0xE0 | (15 - (sample - 32) / 4)
    [all...]
  /frameworks/av/media/libmedia/
SoundPool.cpp 210 sp<Sample> sample = new Sample(++mNextSampleID, path); local
211 mSamples.add(sample->sampleID(), sample);
212 doLoad(sample);
213 return sample->sampleID();
221 sp<Sample> sample = new Sample(++mNextSampleID, fd, offset, length) local
246 sp<Sample> sample; local
663 sp<Sample> sample; local
718 sp<Sample> sample = mSample; local
    [all...]
  /developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/
MainActivity.java.ftl 17 package ${sample.package};
27 import ${sample.package}.cardstream.CardStream;
28 import ${sample.package}.cardstream.CardStreamFragment;
29 import ${sample.package}.cardstream.CardStreamState;
30 import ${sample.package}.cardstream.OnCardClickListener;
31 import ${sample.package}.cardstream.StreamRetentionFragment;
35 public static final String FRAGTAG = "${sample.name?cap_first}Fragment";
48 ${sample.name?cap_first}Fragment fragment =
49 (${sample.name?cap_first}Fragment) fm.findFragmentByTag(FRAGTAG);
53 fragment = new ${sample.name?cap_first}Fragment()
    [all...]
  /external/chromium_org/chrome/test/base/
uma_histogram_helper.cc 54 base::HistogramBase::Sample sample,
63 CheckBucketCount(name, sample, expected_count, *samples);
70 base::HistogramBase::Sample sample,
79 CheckBucketCount(name, sample, expected_count, *samples);
103 base::HistogramBase::Sample sample,
106 int actual_count = samples.GetCount(sample);
108 actual_count -= histogram_snapshots[name]->GetCount(sample);
    [all...]
  /external/libgsm/man/
gsm.3 55 .SS "Sample format"
75 gsm_signal sample[160];
83 if (gsm_decode(handle, buf, sample) < 0) error...
84 if (write(soundfd, sample, sizeof sample) != sizeof sample)
93 while (cc = read(soundfd, sample, sizeof sample)) {
94 if (cc != sizeof sample) error...
95 gsm_encode(handle, sample, buf)
    [all...]
  /external/deqp/doc/testspecs/GLES31/
functional.shaders.multisample_interpolation.txt 26 + Sample qualifier
30 + Rendering to the default framebuffer, multi- and single sample
38 + interpolateAtSample() with non dynamically uniform sample index.
39 + Rendering to every supported render buffer sample count / format
40 + Rendering to every supported multisample texture sample count / format
44 sample_qualifier.* cases test sample qualifier by rendering a high frequency
45 test pattern with a sample-qualified varying. Using the same reasoning as in
46 sample shading test specification, the result image should contain numSamples +
54 interpolate_at_sample.dynamic_sample_number cases sample a high frequency
55 function with at every sample position and average the result. static cases us
    [all...]

Completed in 690 milliseconds

<<11121314151617181920>>