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

  /external/chromium/testing/gtest/scripts/test/
Makefile 51 sample1.o : $(SAMPLE_DIR)/sample1.cc $(SAMPLE_DIR)/sample1.h
52 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1.cc
55 $(SAMPLE_DIR)/sample1.h $(FUSED_GTEST_H)
58 sample1_unittest : sample1.o sample1_unittest.o gtest-all.o gtest_main.o
  /external/gtest/scripts/test/
Makefile 51 sample1.o : $(SAMPLE_DIR)/sample1.cc $(SAMPLE_DIR)/sample1.h
52 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1.cc
55 $(SAMPLE_DIR)/sample1.h $(FUSED_GTEST_H)
58 sample1_unittest : sample1.o sample1_unittest.o gtest-all.o gtest_main.o
  /external/libvpx/libvpx/third_party/googletest/src/scripts/test/
Makefile 51 sample1.o : $(SAMPLE_DIR)/sample1.cc $(SAMPLE_DIR)/sample1.h
52 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1.cc
55 $(SAMPLE_DIR)/sample1.h $(FUSED_GTEST_H)
58 sample1_unittest : sample1.o sample1_unittest.o gtest-all.o gtest_main.o
  /external/protobuf/gtest/make/
Makefile 70 sample1.o : $(USER_DIR)/sample1.cc $(USER_DIR)/sample1.h $(GTEST_HEADERS)
71 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(USER_DIR)/sample1.cc
74 $(USER_DIR)/sample1.h $(GTEST_HEADERS)
77 sample1_unittest : sample1.o sample1_unittest.o gtest_main.a
  /external/protobuf/gtest/scripts/test/
Makefile 49 sample1.o : $(SAMPLE_DIR)/sample1.cc $(SAMPLE_DIR)/sample1.h
50 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1.cc
53 $(SAMPLE_DIR)/sample1.h $(FUSED_GTEST_H)
56 sample1_unittest : sample1.o sample1_unittest.o gtest-all.o gtest_main.o
  /external/chromium/testing/gtest/make/
Makefile 72 sample1.o : $(USER_DIR)/sample1.cc $(USER_DIR)/sample1.h $(GTEST_HEADERS)
73 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(USER_DIR)/sample1.cc
76 $(USER_DIR)/sample1.h $(GTEST_HEADERS)
79 sample1_unittest : sample1.o sample1_unittest.o gtest_main.a
  /external/libvpx/libvpx/third_party/googletest/src/make/
Makefile 72 sample1.o : $(USER_DIR)/sample1.cc $(USER_DIR)/sample1.h $(GTEST_HEADERS)
73 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(USER_DIR)/sample1.cc
76 $(USER_DIR)/sample1.h $(GTEST_HEADERS)
79 sample1_unittest : sample1.o sample1_unittest.o gtest_main.a
  /external/bzip2/
Makefile 58 ./bzip2 -1 < sample1.ref > sample1.rb2
61 ./bzip2 -d < sample1.bz2 > sample1.tst
64 cmp sample1.bz2 sample1.rb2
67 cmp sample1.tst sample1.ref
113 sample1.rb2 sample2.rb2 sample3.rb2 \
114 sample1.tst sample2.tst sample3.ts
    [all...]
  /external/webkit/Source/WebCore/platform/audio/
AudioResamplerKernel.cpp 105 double sample1 = source[readIndex]; local
108 double sample = (1.0 - interpolationFactor) * sample1 + interpolationFactor * sample2;
  /external/webkit/Source/WebCore/webaudio/
DelayDSPKernel.cpp 123 double sample1 = buffer[readIndex1]; local
126 double output = (1.0 - interpolationFactor) * sample1 + interpolationFactor * sample2;
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxRanker.java 79 // Update the ranker with two samples, sample1 has higher rank than
81 public boolean update(final HashMap<String, Float> sample1,
86 mRanker.UpdateClassifier(getArrayList(sample1), getArrayList(sample2));
  /external/chromium/testing/gtest/
CMakeLists.txt 83 cxx_executable(sample1_unittest samples gtest_main samples/sample1.cc)
87 cxx_executable(sample5_unittest samples gtest_main samples/sample1.cc)
  /external/libvpx/libvpx/third_party/googletest/src/
CMakeLists.txt 83 cxx_executable(sample1_unittest samples gtest_main samples/sample1.cc)
87 cxx_executable(sample5_unittest samples gtest_main samples/sample1.cc)
  /external/chromium/base/metrics/
histogram_unittest.cc 61 Histogram::SampleSet sample1; local
65 sample1 = sample2;
66 Histogram::SampleSet sample3(sample1);
  /external/icu4c/samples/ucnv/
convsamp.cpp 677 const char *sample1 = "abc\xdf\xbf"; local
681 if(convsample_20_didSubstitute(sample1))
836 const char *sample1 = "abc\xdf\xbf"; local
839 if(convsample_21_didSubstitute(sample1))
  /external/v8/test/cctest/
test-profile-generator.cc 595 // -> aaa - sample1
598 TickSample sample1; local
599 sample1.pc = ToAddress(0x1600);
600 sample1.tos = ToAddress(0x1500);
601 sample1.stack[0] = ToAddress(0x1510);
602 sample1.frames_count = 1;
603 generator.RecordTickSample(sample1);
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_sample.c 579 float4 sample1 = sample_LOD_LinearPixel(alloc, dk, dt, s, uv, lod1); local
581 return sample0 * (1.0f - frac) + sample1 * frac;
634 float4 sample1 = sample_LOD_LinearPixel(alloc, dk, dt, s, uv, lod1); local
636 return sample0 * (1.0f - frac) + sample1 * frac;
  /external/opencv/ml/src/
mlrtrees.cpp 514 float CvRTrees::get_proximity( const CvMat* sample1, const CvMat* sample2,
525 result += trees[i]->predict( sample1, missing1 ) ==
  /external/qemu/hw/
goldfish_audio.c 346 int sample1 = src[0] | (src[1] << 8); local
348 int sample = (sample1 + sample2) >> 1;
  /external/opencv/ml/include/
ml.h     [all...]

Completed in 333 milliseconds