Searched refs:sample1 (Results 1 - 16 of 16) sorted by relevance

/external/chromium/testing/gtest/scripts/test/
H A DMakefile51 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/
H A DMakefile51 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/
H A DMakefile70 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/
H A DMakefile49 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/
H A DMakefile72 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/
H A DMakefile58 ./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
[all...]
/external/webkit/Source/WebCore/platform/audio/
H A DAudioResamplerKernel.cpp105 double sample1 = source[readIndex]; local
108 double sample = (1.0 - interpolationFactor) * sample1 + interpolationFactor * sample2;
/external/webkit/Source/WebCore/webaudio/
H A DDelayDSPKernel.cpp123 double sample1 = buffer[readIndex1]; local
126 double output = (1.0 - interpolationFactor) * sample1 + interpolationFactor * sample2;
/external/chromium/testing/gtest/
H A DCMakeLists.txt83 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/
H A Dhistogram_unittest.cc61 Histogram::SampleSet sample1; local
65 sample1 = sample2;
66 Histogram::SampleSet sample3(sample1);
/external/chromium/chrome/common/extensions/docs/build/
H A Ddirectory.py210 def compareSamples(sample1, sample2):
212 value = cmp(sample1['name'].upper(), sample2['name'].upper())
214 value = cmp(sample1['path'], sample2['path'])
/external/icu4c/samples/ucnv/
H A Dconvsamp.cpp682 const char *sample1 = "abc\xdf\xbf"; local
686 if(convsample_20_didSubstitute(sample1))
841 const char *sample1 = "abc\xdf\xbf"; local
844 if(convsample_21_didSubstitute(sample1))
/external/v8/test/cctest/
H A Dtest-profile-generator.cc595 // -> 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);
/external/opencv/ml/src/
H A Dmlrtrees.cpp514 float CvRTrees::get_proximity( const CvMat* sample1, const CvMat* sample2, argument
525 result += trees[i]->predict( sample1, missing1 ) ==
/external/qemu/hw/
H A Dgoldfish_audio.c346 int sample1 = src[0] | (src[1] << 8); local
348 int sample = (sample1 + sample2) >> 1;
/external/opencv/ml/include/
H A Dml.h984 virtual float get_proximity( const CvMat* sample1, const CvMat* sample2,

Completed in 263 milliseconds