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

  /external/jacoco/org.jacoco.core.test/src-java7/org/jacoco/core/test/filter/targets/
StringSwitch.java 55 private static void handwritten(String s) { method in class:StringSwitch
57 switch (s.hashCode()) { // $line-handwritten.firstSwitch$
59 if ("a".equals(s)) { // $line-handwritten.ignored$
71 switch (c) { // $line-handwritten.secondSwitch$
73 nop("case a"); // $line-handwritten.case1$
76 nop("case \0a"); // $line-handwritten.case2$
93 handwritten("a");
TryWithResources.java 159 handwritten(); method
173 private static void handwritten() throws IOException { method in class:TryWithResources
182 if (r != null) { // $line-handwritten$
  /external/jacoco/org.jacoco.core.test/src-java7/org/jacoco/core/test/filter/
StringSwitchTest.java 55 * {@link StringSwitch#handwritten(String)}
58 public void handwritten() { method in class:StringSwitchTest
59 assertLine("handwritten.firstSwitch", ICounter.FULLY_COVERED, 2, 1);
60 assertLine("handwritten.ignored", ICounter.FULLY_COVERED);
61 assertLine("handwritten.secondSwitch", ICounter.FULLY_COVERED, 3, 1);
62 assertLine("handwritten.case1", ICounter.FULLY_COVERED);
63 assertLine("handwritten.case2", ICounter.NOT_COVERED);
TryWithResourcesTest.java 148 * {@link TryWithResources#handwritten()}
151 public void handwritten() { method in class:TryWithResourcesTest
153 assertLine("handwritten", /* partly when ECJ: */ICounter.EMPTY);
  /external/googletest/googletest/docs/
Pkgconfig.md 103 in handwritten `Makefile`s too:

Completed in 497 milliseconds