HomeSort by relevance Sort by last modified time
    Searched refs:testC (Results 1 - 11 of 11) sorted by null

  /external/clang/test/CodeGen/
inline.c 19 // CHECK1-LABEL: define void @testC
41 // CHECK2-LABEL: define void @testC
138 extern inline void testC() {}
139 inline void testC();
  /external/chromium_org/third_party/skia/tests/
PathOpsCubicToQuadsTest.cpp 49 static void testC(skiatest::Reporter* reporter, const SkDCubic* cubics, const char* name,
72 static void testC(skiatest::Reporter* reporter, const SkDCubic(* cubics)[2], const char* name,
140 testC(reporter, notPointDegenerates, "notPointDegenerates", firstNotPointDegeneratesTest,
143 testC(reporter, notLines, "notLines", firstNotLinesTest, notLines_count);
144 testC(reporter, modEpsilonLines, "modEpsilonLines", firstModEpsilonTest, modEpsilonLines_count);
151 testC(reporter, lines, "computed lines", firstComputedLinesTest, lines_count);
152 testC(reporter, tests, "computed tests", firstComputedCubicsTest, tests_count);
  /external/skia/tests/
PathOpsCubicToQuadsTest.cpp 49 static void testC(skiatest::Reporter* reporter, const SkDCubic* cubics, const char* name,
72 static void testC(skiatest::Reporter* reporter, const SkDCubic(* cubics)[2], const char* name,
140 testC(reporter, notPointDegenerates, "notPointDegenerates", firstNotPointDegeneratesTest,
143 testC(reporter, notLines, "notLines", firstNotLinesTest, notLines_count);
144 testC(reporter, modEpsilonLines, "modEpsilonLines", firstModEpsilonTest, modEpsilonLines_count);
151 testC(reporter, lines, "computed lines", firstComputedLinesTest, lines_count);
152 testC(reporter, tests, "computed tests", firstComputedCubicsTest, tests_count);
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicToQuadratics_Test.cpp 36 static void testC(const Cubic* cubics, const char* name, int firstTest, size_t testCount) {
59 static void testC(const Cubic(* cubics)[2], const char* name, int firstTest, size_t testCount) {
126 testC(lines, "computed lines", firstComputedLinesTest, lines_count);
127 testC(tests, "computed tests", firstComputedCubicsTest, tests_count);
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p6.cpp 23 only<int> testC = c;
  /external/skia/experimental/Intersection/
CubicToQuadratics_Test.cpp 36 static void testC(const Cubic* cubics, const char* name, int firstTest, size_t testCount) {
59 static void testC(const Cubic(* cubics)[2], const char* name, int firstTest, size_t testCount) {
126 testC(lines, "computed lines", firstComputedLinesTest, lines_count);
127 testC(tests, "computed tests", firstComputedCubicsTest, tests_count);
  /external/clang/test/SemaCXX/
attr-deprecated.cpp 219 void testC() {
constant-expression-cxx1y.cpp 588 constexpr bool testC() {
595 static_assert(testC(), "");
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidPipedStreamTest.java 193 public void testC() throws Exception {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_csv.py 390 class testC(csv.excel):
393 csv.register_dialect('testC', testC)
431 writer = csv.writer(fileobj, dialect='testC')
451 csv.unregister_dialect('testC')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_csv.py 390 class testC(csv.excel):
393 csv.register_dialect('testC', testC)
431 writer = csv.writer(fileobj, dialect='testC')
451 csv.unregister_dialect('testC')
    [all...]

Completed in 355 milliseconds