/libcore/luni/src/test/java/libcore/java/io/ |
OldSequenceInputStreamTest.java | 26 Support_ASimpleInputStream simple1, simple2; field in class:OldSequenceInputStreamTest 36 simple1.throwExceptionOnNextUse = true; 46 simple1.throwExceptionOnNextUse = true; 69 simple1.throwExceptionOnNextUse = true; 76 simple1.throwExceptionOnNextUse = false; 107 simple1.throwExceptionOnNextUse = true; 123 simple1.throwExceptionOnNextUse = true; 132 simple1 = new Support_ASimpleInputStream(s1); 134 si = new SequenceInputStream(simple1, simple2); 156 simple1 = new Support_ASimpleInputStream(s1) [all...] |
/external/chromium_org/chrome_frame/test/ |
url_request_test.cc | 63 TEST(UrlmonUrlRequestTest, Simple1) { 109 // Same as Simple1 except we use the HEAD verb to fetch only the headers 250 TEST(UrlmonUrlRequestManagerTest, Simple1) {
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkDCubicIntersection.cpp | 59 static void intersectWithOrder(const SkDQuad& simple1, int order1, const SkDQuad& simple2, 62 i.intersect(simple1, simple2); 64 i.intersect((const SkDLine&) simple1, (const SkDLine&) simple2); 66 i.intersect(simple1, (const SkDLine&) simple2); 69 i.intersect(simple2, (const SkDLine&) simple1);
|
/external/skia/src/pathops/ |
SkDCubicIntersection.cpp | 59 static void intersectWithOrder(const SkDQuad& simple1, int order1, const SkDQuad& simple2, 62 i.intersect(simple1, simple2); 64 i.intersect((const SkDLine&) simple1, (const SkDLine&) simple2); 66 i.intersect(simple1, (const SkDLine&) simple2); 69 i.intersect(simple2, (const SkDLine&) simple1);
|
/external/chromium/base/ |
file_descriptor_shuffle_unittest.cc | 98 TEST(FileDescriptorShuffleTest, Simple1) {
|
/external/chromium_org/base/posix/ |
file_descriptor_shuffle_unittest.cc | 95 TEST(FileDescriptorShuffleTest, Simple1) {
|