Searched defs:test (Results 151 - 175 of 3629) sorted by last modified time

1234567891011>>

/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp1557 // FIXME: in unit test, figure out how explicit Ts work as well
1868 InEdge* test = *testPtr; local
1869 if (test->fBounds.fBottom <= bottom || test->fBounds.fRight <= left) {
1873 wt.init(test);
1910 test->add(wtTs, pts, wt.verbIndex());
1914 && horzEdge->fLeft <= test->fBounds.fRight);
1952 // test below should be lastPtr - 2
1955 InEdge* test = *testPtr; local
1962 if (test
2054 InEdge* test = *testPtr; local
2085 const InEdge* test = activePtr->fWorkEdge.fEdge; local
2144 InEdge* test = *testPtr; local
[all...]
H A DEdgeWalker_TestUtility.cpp555 void initializeTests(const char* test, size_t testNameSize) { argument
556 testName = test;
738 State4& test = threadState[index]; local
739 if (test.done && !test.last) {
740 next = &test;
H A DMiniSimplify_Test.cpp37 const curve* test = testSet[idx]; local
43 path.moveTo(test->pts[0].fX, test->pts[0].fY);
45 } else if (test->verb != SkPath::kDone_Verb) {
46 path.lineTo(test->pts[0].fX, test->pts[0].fY);
48 switch (test->verb) {
53 path.lineTo(test->pts[1].fX, test->pts[1].fY);
56 path.quadTo(test
[all...]
H A DQuadraticImplicit.cpp103 double test = (q2[n].y - origY) * adj - (q2[n].x - origX) * opp; local
104 if (test * sign > 0) {
H A DQuadraticIntersection_Test.cpp395 _Point test; local
397 xy_at_t(quad1, t10, test.x, test.y);
398 t10 += t1[1].approximatelyEqual(test) ? -t1Step : t1Step;
403 xy_at_t(quad1, t12, test.x, test.y);
404 t12 -= t1[1].approximatelyEqual(test) ? -t1Step : t1Step;
408 xy_at_t(quad2, t20, test.x, test.y);
409 t20 += t2[1].approximatelyEqual(test)
[all...]
H A DQuadraticParameterization_Test.cpp24 const Quadratic& test = quadratics[index]; local
26 chop_at(test, split, 0.5);
28 sub_divide(test, 1.0/3, 2.0/3, midThird);
30 &test, &midThird, &split.first(), &split.second()
H A DQuadraticUtilities.cpp60 _Point test; local
61 xy_at_t(quad, extremeT, test.x, test.y);
62 if (topPt.y > test.y || (topPt.y == test.y && topPt.x > test.x)) {
63 topPt = test;
H A DSimplifyFindNext_Test.cpp46 static void test(const SkPath& path) { function
56 static void test(const SkPath& path, int start, int end) { function
70 test(path);
109 test(path, 0, 3);
116 test(path, 3, 0);
123 test(path, 3, 2);
H A DSimplifyFindTop_Test.cpp43 static void test(const SkPath& path) { function
51 static void test(const SkPath& path, SkScalar x1, SkScalar y1, function
85 test(path);
120 test(path, 0, 2, 3, 0);
127 test(path, 0, 2, 3, 0);
134 test(path, 0, 2, 3, 0);
141 test(path, 0, 2, 3, 0);
148 test(path, 0, 2, 3, 0);
155 test(path, 0, 2, 3, 0);
162 test(pat
[all...]
/external/skia/gm/
H A Dperlinnoise.cpp36 void test(SkCanvas* canvas, int x, int y, SkPerlinNoiseShader::Type type, function in class:PerlinNoiseGM
62 test(canvas, 0, 0, SkPerlinNoiseShader::kFractalNoise_Type,
64 test(canvas, 100, 0, SkPerlinNoiseShader::kTurbulence_Type,
67 test(canvas, 0, 100, SkPerlinNoiseShader::kFractalNoise_Type,
69 test(canvas, 100, 100, SkPerlinNoiseShader::kFractalNoise_Type,
72 test(canvas, 0, 200, SkPerlinNoiseShader::kTurbulence_Type,
74 test(canvas, 100, 200, SkPerlinNoiseShader::kTurbulence_Type,
77 test(canvas, 0, 300, SkPerlinNoiseShader::kFractalNoise_Type,
79 test(canvas, 100, 300, SkPerlinNoiseShader::kFractalNoise_Type,
84 test(canva
[all...]
H A Dxfermodes3.cpp63 int test = 0; variable
86 ++test;
88 if (!(test % kTestsPerRow)) {
103 ++test;
105 if (!(test % kTestsPerRow)) {
117 * We are trying to test those. We could use saveLayer() to create small SkGpuDevices but
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
H A DRobolectricTestRunner.java109 * @param testClass the test class to be run
123 * @param testClass the test class to be run
142 * @param testClass the test class to be run
158 * @param testClass the test class to be run
174 * @param testClass the test class to be run
176 * @throws InitializationError if the test class is malformed
185 * @param testClass the test class to be run
201 * @param testClass the test class to be run
217 * @param testClass the test class to be run
235 * This is not the constructor you are looking for... probably. This constructor creates a bridge between the test
388 prepareTest(final Object test) argument
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/test/
H A DConfigTestReceiver.java1 package com.xtremelabs.robolectric.test;
/external/robolectric/src/test/java/com/xtremelabs/robolectric/
H A DR.java139 public static final int test = nextId++; field in class:R.menu
/external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
H A DCustomRobolectricTestRunnerTest.java58 @Override public void prepareTest(Object test) { argument
59 ((CustomRobolectricTestRunnerTest) test).preparedTest = test;
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtesticonv.c34 char *test[2]; local
54 test[0] = SDL_iconv_string(formats[i], "UCS-4", ucs4, len);
55 test[1] = SDL_iconv_string("UCS-4", formats[i], test[0], len);
56 if ( !test[1] || SDL_memcmp(test[1], ucs4, len) != 0 ) {
60 if ( test[0] ) {
61 SDL_free(test[0]);
63 if ( test[1] ) {
64 SDL_free(test[
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h56 // returns a concrete class that depends on the prevailing death test
70 // appropriate action to take for the current death test; for example,
73 // case. Otherwise, the DeathTest pointer pointed to by the "test"
74 // argument is set. If the death test should be skipped, the pointer
76 // DeathTest object that controls the execution of the current test.
78 const char* file, int line, DeathTest** test);
82 // A helper class that aborts a death test when it's deleted.
85 explicit ReturnSentinel(DeathTest* test) : test_(test) { } argument
93 // test i
[all...]
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc34 #include <gtest/gtest-death-test.h>
73 // The default death test style.
79 "Indicates how to run a death test in a forked child process: "
80 "\"threadsafe\" (child process re-executes the test binary "
81 "from the beginning, running only the specific death test) or "
82 "\"fast\" (child process runs the death test immediately "
101 "the single death test to run, and a file descriptor to "
105 "death test. FOR INTERNAL USE ONLY.");
166 // Generates a textual failure message when a death test finds more than
173 << " in a threaded context. For this test, " << GTEST_NAME
292 Create(const char* statement, const RE* regex, const char* file, int line, DeathTest** test) argument
991 Create(const char* statement, const RE* regex, const char* file, int line, DeathTest** test) argument
[all...]
H A Dgtest.cc136 // A test whose test case name or test name matches this filter is
140 // A test case whose name matches this filter is considered a death
141 // test case and will be run before test cases whose name doesn't
145 // A test filter that matches everything.
151 // The environment variable name for the test shard index.
153 // The environment variable name for the total number of test shards.
155 // The environment variable name for the test shar
2263 Test* test = NULL; local
2282 Test* test = factory_->CreateTest(); local
2637 PrintTestName(const char * test_case, const char * test) argument
[all...]
/external/protobuf/gtest/test/
H A Dgtest-death-test_test.cc34 #include <gtest/gtest-death-test.h>
80 // A helper class whose objects replace the death test factory for a
127 // A method of the test fixture that may die.
184 // Tests that ASSERT_DEATH can be used outside a TEST, TEST_F, or test fixture.
216 // ExitStatusPredicateTest test suite.
231 // test suite.
273 // Tests that the death test macros expand to code which may or may not
278 // This would fail if executed; this is a compilation test only
314 // Tests that death test macros expand to code which interacts well with switch
318 // case labels. We suppress that warning for this test
836 Create(const char* , const ::testing::internal::RE* , const char* , int , DeathTest** test) argument
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...

Completed in 247 milliseconds

1234567891011>>