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

<<11121314151617181920>>

  /external/javassist/sample/duplicate/
Viewer.java 1 package sample.duplicate;
  /external/javassist/sample/evolve/
DemoServer.java 1 package sample.evolve;
22 * either sample/evolve/WebPage.class
23 * or sample/evolve/sample/evolve/WebPage.class.
35 "Usage: java sample.evolve.DemoServer <port number>");
40 htmlfileBase = "sample/evolve/";
43 private static final String ver0 = "sample/evolve/WebPage.class.0";
44 private static final String ver1 = "sample/evolve/WebPage.class.1";
62 VersionManager.update("sample.evolve.WebPage");
93 = new FileOutputStream("sample/evolve/WebPage.class");
    [all...]
VersionManager.java 1 package sample.evolve;
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 117 The granule position of a page represents the end PCM sample
119 page. The 'last PCM sample' is the last complete sample returned by
120 decode, not an internal sample awaiting lapping with a
126 Note that the last decoded (fully lapped) PCM sample from a packet
127 is not necessarily the middle sample from that block. If, eg, the
129 packet encodes a "short block", the last decodable sample from the
153 decoding; this technique is used to allow sample-granularity
  /external/oprofile/libpp/
format_output.h 60 * will output sample count and percentage in extra columns.
73 /// total sample count
89 : symbol(sym), sample(s), pclass(pc),
92 sample_entry const & sample; member in struct:format_output::formatter::field_datum
136 sample_entry const & sample, counts_t & c,
282 sample_entry const & sample, size_t count);
symbol.h 29 /// for storing sample counts
76 sample_entry sample; member in class:symbol_entry
79 /// symbol size as calculated by op_bfd, start of symbol is sample.vma
101 * the sample counts replaced with the relevant arc counts, whilst
  /frameworks/av/include/media/
SoundPool.h 52 class Sample : public RefBase {
55 Sample(int sampleID, const char* url);
56 Sample(int sampleID, int fd, int64_t offset, int64_t length);
57 ~Sample();
99 void set(const sp<Sample>& sample, int channelID, float leftVolume,
101 sp<Sample> sample() { return mSample; } function in class:android::SoundEvent
111 sp<Sample> mSample;
128 void play(const sp<Sample>& sample, int channelID, float leftVolume, float rightVolume
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
browser.h 28 #include <pulse/sample.h>
80 const pa_sample_spec *sample_spec; /* Sample specification of the device; optional */
context.h 28 #include <pulse/sample.h>
volume.h 30 #include <pulse/sample.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
browser.h 28 #include <pulse/sample.h>
80 const pa_sample_spec *sample_spec; /* Sample specification of the device; optional */
context.h 28 #include <pulse/sample.h>
volume.h 30 #include <pulse/sample.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
browser.h 28 #include <pulse/sample.h>
80 const pa_sample_spec *sample_spec; /* Sample specification of the device; optional */
context.h 28 #include <pulse/sample.h>
volume.h 30 #include <pulse/sample.h>
  /external/opencv/ml/src/
mlrtrees.cpp 312 // oob_predictions_sum[i] = sum of predicted values for the i-th sample
314 // (number of predictions for the i-th sample)
333 // = sum of predicted values for the i-th sample
335 // = number of summands (number of predictions for the i-th sample)
361 CvMat sample, missing; local
365 for( i = 0; i < nsamples; i++ ) //form sample for creation one tree
377 sample = cvMat( 1, dims, CV_32FC1, samples_ptr );
382 sample.data.fl += dims, missing.data.ptr += dims )
385 // check if the sample is OOB
391 CV_CALL(predicted_node = tree->predict(&sample, &missing, true))
    [all...]
  /frameworks/native/services/surfaceflinger/
DispSync.cpp 426 nsecs_t sample = mResyncSamples[idx]; local
427 double samplePhase = double(sample % mPeriod) * scale;
459 nsecs_t sample = mPresentTimes[i]; local
460 if (sample > mPhase) {
461 nsecs_t sampleErr = (sample - mPhase) % mPeriod;
  /external/v8/src/
platform-freebsd.cc 695 TickSample* sample = CpuProfiler::TickSampleEvent(isolate); local
696 if (sample == NULL) sample = &sample_obj;
698 // Extracting the sample from the context is extremely machine dependent.
701 sample->state = isolate->current_vm_state();
703 sample->pc = reinterpret_cast<Address>(mcontext.mc_eip);
704 sample->sp = reinterpret_cast<Address>(mcontext.mc_esp);
705 sample->fp = reinterpret_cast<Address>(mcontext.mc_ebp);
707 sample->pc = reinterpret_cast<Address>(mcontext.mc_rip);
708 sample->sp = reinterpret_cast<Address>(mcontext.mc_rsp)
    [all...]
platform-macos.cc 820 TickSample* sample = CpuProfiler::TickSampleEvent(sampler->isolate()); local
821 if (sample == NULL) sample = &sample_obj;
851 sample->state = sampler->isolate()->current_vm_state();
852 sample->pc = reinterpret_cast<Address>(state.REGISTER_FIELD(ip));
853 sample->sp = reinterpret_cast<Address>(state.REGISTER_FIELD(sp));
854 sample->fp = reinterpret_cast<Address>(state.REGISTER_FIELD(bp));
855 sampler->SampleStack(sample);
856 sampler->Tick(sample);
platform-solaris.cc 687 TickSample* sample = CpuProfiler::TickSampleEvent(isolate); local
688 if (sample == NULL) sample = &sample_obj;
690 // Extracting the sample from the context is extremely machine dependent.
693 sample->state = isolate->current_vm_state();
695 sample->pc = reinterpret_cast<Address>(mcontext.gregs[REG_PC]);
696 sample->sp = reinterpret_cast<Address>(mcontext.gregs[REG_SP]);
697 sample->fp = reinterpret_cast<Address>(mcontext.gregs[REG_FP]);
699 sampler->SampleStack(sample);
700 sampler->Tick(sample);
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.cc 338 Region sample; local
339 sample.SetRegionSetKey(addr);
340 RegionSet::iterator region = regions_->lower_bound(sample);
459 Region sample; local
460 sample.SetRegionSetKey(region.start_addr);
461 i = regions_->lower_bound(sample);
664 Region sample;
665 sample.SetRegionSetKey(start_addr);
667 for (RegionSet::iterator region = regions_->lower_bound(sample);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_audiocvt.c 33 Sint32 sample; local
46 sample = src[0] + src[1];
47 *dst = (Uint8)(sample / 2);
60 sample = src[0] + src[1];
61 *dst = (Sint8)(sample / 2);
75 sample = (Uint16)((src[0]<<8)|src[1])+
77 sample /= 2;
78 dst[1] = (sample&0xFF);
79 sample >>= 8;
80 dst[0] = (sample&0xFF)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_random.py 70 # the sample is of the correct length and contains only unique items
74 s = self.gen.sample(population, k)
79 self.assertEqual(self.gen.sample([], 0), []) # test edge case N==k==0
83 # sample generates all possible permutations
93 perms[tuple(self.gen.sample(pop, k))] = None
101 self.gen.sample(set(range(20)), 2)
102 self.gen.sample(range(20), 2)
103 self.gen.sample(xrange(20), 2)
104 self.gen.sample(str('abcdefghijklmnopqrst'), 2)
105 self.gen.sample(tuple('abcdefghijklmnopqrst'), 2
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_random.py 70 # the sample is of the correct length and contains only unique items
74 s = self.gen.sample(population, k)
79 self.assertEqual(self.gen.sample([], 0), []) # test edge case N==k==0
83 # sample generates all possible permutations
93 perms[tuple(self.gen.sample(pop, k))] = None
101 self.gen.sample(set(range(20)), 2)
102 self.gen.sample(range(20), 2)
103 self.gen.sample(xrange(20), 2)
104 self.gen.sample(str('abcdefghijklmnopqrst'), 2)
105 self.gen.sample(tuple('abcdefghijklmnopqrst'), 2
    [all...]

Completed in 1147 milliseconds

<<11121314151617181920>>