HomeSort by relevance Sort by last modified time
    Searched full:sample1 (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/testng/src/test/java/test/thread/
Sample1.java 5 public class Sample1 extends BaseThreadTest {
  /external/testng/src/test/resources/
suite1-1.xml 8 <class name="test.sample.Sample1"/>
  /external/testng/src/test/java/test/listeners/
ResultEndMillisTest.java 7 import test.sample.Sample1;
14 TestNG tng = create(Sample1.class);
  /system/extras/simpleperf/
SampleComparator.h 37 int function_name(const EntryT* sample1, const EntryT* sample2) { \
38 return Compare(sample1->compare_part, sample2->compare_part); \
43 int function_name(const EntryT* sample1, const EntryT* sample2) { \
44 return Compare(sample2->compare_part, sample1->compare_part); \
49 int function_name(const EntryT* sample1, const EntryT* sample2) { \
50 return strcmp(sample1->compare_part, sample2->compare_part); \
66 int CompareTotalPeriod(const EntryT* sample1, const EntryT* sample2) {
67 uint64_t period1 = sample1->period + sample1->accumulated_period;
73 int ComparePeriod(const EntryT* sample1, const EntryT* sample2)
    [all...]
  /external/bzip2/
makefile.msc 28 .\\bzip2 -1 < sample1.ref > sample1.rb2
31 .\\bzip2 -d < sample1.bz2 > sample1.tst
40 fc sample1.bz2 sample1.rb2
43 fc sample1.tst sample1.ref
54 del sample1.rb2
57 del sample1.tst
    [all...]
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/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/testng/src/test/java/test/methods/
VerifyMethod1.java 11 @Test(dependsOnGroups = { "sample1" })
SampleMethod1.java 23 @Test(groups = { "sample1" })
28 @Test(groups = { "sample1" })
  /external/google-breakpad/src/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/googletest/googletest/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/testng/src/test/java/test/
Test1.java 21 addClass("test.sample.Sample1");
36 addClass("test.sample.Sample1");
56 addClass("test.sample.Sample1");
79 addClass("test.sample.Sample1");
95 addClass("test.sample.Sample1");
112 addClass("test.sample.Sample1");
  /external/v8/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/vulkan-validation-layers/tests/gtest-1.7.0/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
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/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/google-breakpad/src/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/googletest/googletest/make/
Makefile 74 sample1.o : $(USER_DIR)/sample1.cc $(USER_DIR)/sample1.h $(GTEST_HEADERS)
75 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(USER_DIR)/sample1.cc
78 $(USER_DIR)/sample1.h $(GTEST_HEADERS)
81 sample1_unittest : sample1.o sample1_unittest.o gtest_main.a
  /external/protobuf/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/v8/testing/gtest/make/
Makefile 74 sample1.o : $(USER_DIR)/sample1.cc $(USER_DIR)/sample1.h $(GTEST_HEADERS)
75 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(USER_DIR)/sample1.cc
78 $(USER_DIR)/sample1.h $(GTEST_HEADERS)
81 sample1_unittest : sample1.o sample1_unittest.o gtest_main.a
  /external/vulkan-validation-layers/tests/gtest-1.7.0/make/
Makefile 74 sample1.o : $(USER_DIR)/sample1.cc $(USER_DIR)/sample1.h $(GTEST_HEADERS)
75 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(USER_DIR)/sample1.cc
78 $(USER_DIR)/sample1.h $(GTEST_HEADERS)
81 sample1_unittest : sample1.o sample1_unittest.o gtest_main.a
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/make/
Makefile 74 sample1.o : $(USER_DIR)/sample1.cc $(USER_DIR)/sample1.h $(GTEST_HEADERS)
75 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(USER_DIR)/sample1.cc
78 $(USER_DIR)/sample1.h $(GTEST_HEADERS)
81 sample1_unittest : sample1.o sample1_unittest.o gtest_main.a
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
TTestImpl.java 69 * differences between corresponding entries in <code>sample1</code> and
77 * @param sample1 array of sample data values
84 public double pairedT(double[] sample1, double[] sample2)
86 checkSampleData(sample1);
88 double meanDifference = StatUtils.meanDifference(sample1, sample2);
90 StatUtils.varianceDifference(sample1, sample2, meanDifference),
91 sample1.length);
108 * <code>sample1</code> and <code>sample2.</code></p>
121 * @param sample1 array of sample data values
127 public double pairedTTest(double[] sample1, double[] sample2
    [all...]
TestUtils.java 158 public static double homoscedasticT(double[] sample1, double[] sample2)
160 return tTest.homoscedasticT(sample1, sample2);
175 public static boolean homoscedasticTTest(double[] sample1, double[] sample2,
178 return tTest. homoscedasticTTest(sample1, sample2, alpha);
184 public static double homoscedasticTTest(double[] sample1, double[] sample2)
186 return tTest.homoscedasticTTest(sample1, sample2);
201 public static double pairedT(double[] sample1, double[] sample2)
203 return tTest.pairedT(sample1, sample2);
209 public static boolean pairedTTest(double[] sample1, double[] sample2,
212 return tTest.pairedTTest(sample1, sample2, alpha)
    [all...]
  /external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/
MergeTaskTest.xml 49 <property name="sample1.file" location="${basedir}/data/sample1.exec"/>
51 <au:assertLogContains text="Loading execution data file ${sample1.file}"/>
CreateExecFiles.java 31 out = new FileOutputStream(BASE_LOCATION + "sample1.exec");

Completed in 1758 milliseconds

1 2 3 4 5