HomeSort by relevance Sort by last modified time
    Searched refs:sample2 (Results 1 - 13 of 13) sorted by null

  /external/bzip2/
Makefile 59 ./bzip2 -2 < sample2.ref > sample2.rb2
62 ./bzip2 -d < sample2.bz2 > sample2.tst
65 cmp sample2.bz2 sample2.rb2
68 cmp sample2.tst sample2.ref
113 sample1.rb2 sample2.rb2 sample3.rb2 \
114 sample1.tst sample2.tst sample3.ts
    [all...]
  /external/webkit/Source/WebCore/platform/audio/
AudioResamplerKernel.cpp 106 double sample2 = source[readIndex + 1]; local
108 double sample = (1.0 - interpolationFactor) * sample1 + interpolationFactor * sample2;
  /external/webkit/Source/WebCore/webaudio/
DelayDSPKernel.cpp 124 double sample2 = buffer[readIndex2]; local
126 double output = (1.0 - interpolationFactor) * sample1 + interpolationFactor * sample2;
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxRanker.java 80 // sample2.
82 final HashMap<String, Float> sample2) {
86 mRanker.UpdateClassifier(getArrayList(sample1), getArrayList(sample2));
  /external/icu4c/samples/ucnv/
convsamp.cpp 678 const char *sample2 = "abc_def"; local
690 if(convsample_20_didSubstitute(sample2))
837 const char *sample2 = "abc_def"; local
848 if(convsample_21_didSubstitute(sample2))
  /external/v8/test/cctest/
test-profile-generator.cc 596 // aaa -> bbb -> ccc - sample2
604 TickSample sample2; local
605 sample2.pc = ToAddress(0x1925);
606 sample2.tos = ToAddress(0x1900);
607 sample2.stack[0] = ToAddress(0x1780);
608 sample2.stack[1] = ToAddress(0x10000); // non-existent.
609 sample2.stack[2] = ToAddress(0x1620);
610 sample2.frames_count = 3;
611 generator.RecordTickSample(sample2);
  /libcore/dalvik/src/test/java/dalvik/system/profiler/
SamplingProfilerTest.java 196 Sample sample2 = hprofData.getSamples().iterator().next(); local
197 assertEquals(sampleCount + 42, sample2.count);
  /external/chromium/base/metrics/
histogram_unittest.cc 62 Histogram::SampleSet sample2; local
65 sample1 = sample2;
  /external/chromium/testing/gtest/
CMakeLists.txt 84 cxx_executable(sample2_unittest samples gtest_main samples/sample2.cc)
  /external/libvpx/libvpx/third_party/googletest/src/
CMakeLists.txt 84 cxx_executable(sample2_unittest samples gtest_main samples/sample2.cc)
  /external/opencv/ml/src/
mlrtrees.cpp 514 float CvRTrees::get_proximity( const CvMat* sample1, const CvMat* sample2,
526 trees[i]->predict( sample2, missing2 ) ? 1 : 0;
  /external/qemu/hw/
goldfish_audio.c 347 int sample2 = src[2] | (src[3] << 8); local
348 int sample = (sample1 + sample2) >> 1;
  /external/opencv/ml/include/
ml.h     [all...]

Completed in 463 milliseconds