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

  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/builders/
NodeWithAnnotationsBuildersTest.java 39 @interface hey { interface in class:NodeWithAnnotationsBuildersTest
45 NormalAnnotationExpr annotation = testClass.addAndGetAnnotation(hey.class);
46 assertEquals("import com.github.javaparser.builders.NodeWithAnnotationsBuildersTest.hey;", cu.getImport(0).toString().trim());
67 testClass.addMarkerAnnotation(hey.class);
68 assertTrue(testClass.isAnnotationPresent(hey.class));
73 NormalAnnotationExpr annotation = testClass.addAndGetAnnotation(hey.class);
74 assertEquals(annotation, testClass.getAnnotationByName("hey").get());
79 NormalAnnotationExpr annotation = testClass.addAndGetAnnotation(hey.class);
80 assertEquals(annotation, testClass.getAnnotationByClass(hey.class).get());
  /external/v8/benchmarks/
regexp.js     [all...]
  /external/golang-protobuf/proto/
clone_test.go 142 Host: proto.String("hey"),
170 Host: proto.String("hey"),
  /external/scapy/scapy/
utils.py 454 ... print("hey")
455 ... assert cmco.get_output() == "hey"
    [all...]

Completed in 260 milliseconds