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

12

/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/chromium_org/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/libvpx/libvpx/third_party/googletest/src/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_org/cc/scheduler/
H A Drolling_time_delta_history_unittest.cc34 base::TimeDelta sample1 = base::TimeDelta::FromMilliseconds(10); local
41 size_one_history.InsertSample(sample1);
42 EXPECT_EQ(sample1, size_one_history.Percentile(0.0));
43 EXPECT_EQ(sample1, size_one_history.Percentile(50.0));
44 EXPECT_EQ(sample1, size_one_history.Percentile(100.0));
59 base::TimeDelta sample1 = base::TimeDelta::FromMilliseconds(150); local
63 large_history.InsertSample(sample1);
66 EXPECT_EQ(sample1, large_history.Percentile(0.0));
67 EXPECT_EQ(sample1, large_history.Percentile(25.0));
72 EXPECT_EQ(sample1, large_histor
[all...]
/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/chromium_org/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/libvpx/libvpx/third_party/googletest/src/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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
H A Dsce1-err.asm1 PROC_FRAME sample1
/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/chromium_org/third_party/WebKit/Source/core/platform/audio/
H A DAudioResamplerKernel.cpp105 double sample1 = source[readIndex]; local
108 double sample = (1.0 - interpolationFactor) * sample1 + interpolationFactor * sample2;
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DDelayDSPKernel.cpp150 double sample1 = buffer[readIndex1]; local
153 double output = (1.0 - interpolationFactor) * sample1 + interpolationFactor * sample2;
H A DAudioBufferSourceNode.cpp305 double sample1 = source[readIndex]; local
307 double sample = (1.0 - interpolationFactor) * sample1 + interpolationFactor * sample2;
/external/chromium_org/v8/test/cctest/
H A Dtest-profile-generator.cc462 // -> aaa - sample1
465 TickSample sample1; local
466 sample1.pc = ToAddress(0x1600);
467 sample1.tos = ToAddress(0x1500);
468 sample1.stack[0] = ToAddress(0x1510);
469 sample1.frames_count = 1;
470 generator.RecordTickSample(sample1);
528 // -> aaa #3 - sample1
531 TickSample sample1; local
532 sample1
573 TickSample sample1; local
[all...]
/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_org/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/libvpx/libvpx/third_party/googletest/src/
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.cpp677 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/
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;

Completed in 647 milliseconds

12