HomeSort by relevance Sort by last modified time
    Searched refs:samples (Results 401 - 425 of 890) sorted by null

<<11121314151617181920>>

  /external/messageformat/java/com/ibm/icu/simple/
PluralRules.java 691 // Ugly, but for samples we don't care.
946 public final Set<FixedDecimalRange> samples; field in class:PluralRules.FixedDecimalSamples
954 * The samples must be immutable.
956 * @param samples
958 private FixedDecimalSamples(SampleType sampleType, Set<FixedDecimalRange> samples, boolean bounded) {
961 this.samples = samples;
978 throw new IllegalArgumentException("Samples must start with 'integer' or 'decimal'");
989 throw new IllegalArgumentException("Can only have ? at the end of samples: " + range);
1023 for (FixedDecimalRange item : samples) {
2035 Collection<Double> samples = getSamples(keyword, type); local
2075 FixedDecimalSamples samples = rules.getDecimalSamples(keyword, sampleType); local
    [all...]
  /external/opencv/cvaux/src/
cvhmm1d.cpp 326 CvVect32f** samples; /* for every state - pointer to observation vectors */
342 samples = (CvVect32f**)icvAlloc( total * sizeof(CvVect32f*) );
368 samples[i] = (CvVect32f*)icvAlloc( num_samples[i] * sizeof(CvVect32f) );
383 samples[state][counter[state]] = vector;
406 icvKMeans( first_state[i].num_mix, samples[i], num_samples[i],
423 icvFree( &(samples[i]) );
428 icvFree( &samples );
    [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp 651 "Response array must contain as many elements as the total number of samples" );
741 "Response array must contain as many elements as the total number of samples" );
844 float** samples = 0; local
871 CV_CALL( samples = (float**)cvAlloc(sample_count*sizeof(samples[0]) +
872 (copy_data ? 1 : 0)*var_count*sample_count*sizeof(samples[0][0])) );
874 s_step = train_data->step / sizeof(samples[0][0]);
882 samples[i] = (float*)(data + (s_idx ? s_idx[i] : i)*s_step);
886 samples[0] = (float*)(samples + sample_count)
1753 int samples, free_response; local
    [all...]
mlem.cpp 47 * params.nclusters - number of clusters to cluster samples to.
78 CvEM::CvEM( const CvMat* samples, const CvMat* sample_idx,
85 train(samples, sample_idx, params, labels);
339 "The number of samples should be greater than the number of clusters" );
782 CvMat* samples = 0; local
851 CV_CALL( samples = cvCreateMat( nsamples, dims, CV_64FC1 ));
859 double* dst = (double*)(samples->data.ptr + samples->step*i);
929 const double* sample = (double*)(samples->data.ptr + samples->step*i)
    [all...]
  /build/tools/droiddoc/templates-sdk-dev/
docpage.cs 9 if:(guide||develop||training||reference||tools||sdk||samples) ?>develop<?cs
11 if:samples ?> samples<?cs /if ?><?cs
99 &#124; <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a>
100 &#124; <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip">Download</a>
  /ndk/build/tools/
gen-platforms.sh 116 --samples)
159 echo " --minimal Ignore samples, symlinks and generated shared libs."
161 echo " --samples Also generate samples directories."
281 # $3: description of directory contents (e.g. "sysroot" or "samples")
638 # Copy platform sysroot and samples into your destination
840 # $SRC/android-$PLATFORM/samples --> $DST/samples
843 # Copy platform samples and generic samples into your destinatio
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 75 , samples (0)
83 , samples (samples_)
90 int samples; member in struct:deqp::gles3::Functional::BufferSpec
266 << m_fboSpec[ndx].samples << " samples"
285 gl.renderbufferStorageMultisample(GL_RENDERBUFFER, bufSpec.samples, bufSpec.format, bufSpec.width, bufSpec.height);
1046 const int samples = 0; local
    [all...]
  /frameworks/av/services/audioflinger/
AudioResamplerSinc.cpp 75 // we use 15 bits to interpolate between these samples
218 * p = past samples, convoluted with the (p)ositive side of sinc()
219 * n = future samples, convoluted with the (n)egative side of sinc()
328 // Always read-in the first samples from the input buffer
350 // if done with buffer, save samples
394 const int16_t *samples, uint32_t vRL)
416 int16_t const* sP = samples;
417 int16_t const* sN = samples + CHANNELS;
592 int32_t lerp, const int16_t* samples)
598 uint32_t rl = *reinterpret_cast<const uint32_t*>(samples);
    [all...]
  /development/build/tools/
sdk_repo.mk 44 # E.g. given a folder out/host/linux.../sdk/android-eng-sdk/samples/android-N
45 # this generates an sdk-repo-linux-samples that contains android-N/*
50 # $4=package to create (e.g. platforms, samples, etc.)
133 $(eval $(call mk-sdk-repo-pkg-2,SDK_REPO_XML_ARGS,$(HOST_OS),$(MAIN_SDK_ZIP),samples))
141 $(call sdk-repo-pkg-zip,$(HOST_OS),$(MAIN_SDK_ZIP),samples) \
151 # docs, platforms and samples have nothing OS-dependent right now.
  /external/deqp/executor/
xeTestCaseResult.hpp 365 int samples; member in class:xe::ri::EglConfig
395 , samples (0)
502 List samples; member in class:xe::ri::SampleList
  /external/aac/libPCMutils/src/
limiter.cpp 127 /* calc attack and release time in samples */
217 INT_PCM* samples,
281 tmp2 = (FIXP_PCM)samples[i * channels + j];
352 delayBuf[delayBufIdx * channels + j] = fMult((FIXP_PCM)samples[i * channels + j], additionalGain);
358 samples[i * channels + j] = FX_DBL2FX_PCM((FIXP_DBL)SATURATE_LEFT_SHIFT(tmp,TDL_GAIN_SCALING,DFRACT_BITS));
385 /* get delay in samples */
416 /* update attack and release time in samples */
452 /* calculate attack time in samples */
476 /* calculate release time in samples */
  /external/deqp/framework/egl/
egluConfigFilter.cpp 68 int CandidateConfig::samples (void) const { return get(EGL_SAMPLES); } function in class:eglu::CandidateConfig
  /external/fio/
gettime.c 262 int i, samples; local
285 maxc = samples = avg = 0;
294 samples++;
305 avg /= samples;
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
ListListIteratorTester.java 68 listListIteratorTesterNumIterations(), singleton(samples.e4), features,
  /external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
ByteArrayAsListTest.java 89 public SampleElements<Byte> samples() { method in class:ByteArrayAsListTest.TestByteListGenerator
CharArrayAsListTest.java 89 public SampleElements<Character> samples() { method in class:CharArrayAsListTest.TestCharListGenerator
DoubleArrayAsListTest.java 89 public SampleElements<Double> samples() { method in class:DoubleArrayAsListTest.TestDoubleListGenerator
FloatArrayAsListTest.java 89 public SampleElements<Float> samples() { method in class:FloatArrayAsListTest.TestFloatListGenerator
IntArrayAsListTest.java 90 public SampleElements<Integer> samples() { method in class:IntArrayAsListTest.TestIntegerListGenerator
LongArrayAsListTest.java 89 public SampleElements<Long> samples() { method in class:LongArrayAsListTest.TestLongListGenerator
ShortArrayAsListTest.java 89 public SampleElements<Short> samples() { method in class:ShortArrayAsListTest.TestShortListGenerator
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListEqualsTester.java 46 other.set(other.size() / 2, getSubjectGenerator().samples().e3);
ListListIteratorTester.java 71 listListIteratorTesterNumIterations(), singleton(samples.e4), features,
SetEqualsTester.java 46 elements.add(getSubjectGenerator().samples().e3);
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
TextureUtil.java 412 int samples = img.getMultiSamples(); local
485 if (samples > 1)
496 if (samples > 1){
498 samples,

Completed in 1328 milliseconds

<<11121314151617181920>>