Home
last modified time | relevance | path

Searched refs:TestAttributes (Results 1 – 13 of 13) sorted by relevance

/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DTestAttributeProvider.java105 public Class<TestAttributes> attributesType() { in attributesType()
106 return TestAttributes.class; in attributesType()
110 public TestAttributes readAttributes(File file) { in readAttributes()
154 static final class Attributes implements TestAttributes {
DAttributeServiceTest.java249 TestAttributes attrs = in testGetFileAttributeView()
341 TestAttributes testAttrs = service.readAttributes(file, TestAttributes.class); in testReadAttributes_asObject()
347 assertThat(service.readAttributes(file, TestAttributes.class).baz()).isEqualTo(100); in testReadAttributes_asObject()
DTestAttributes.java22 public interface TestAttributes extends BasicFileAttributes { interface
DTestAttributeView.java25 TestAttributes readAttributes() throws IOException; in readAttributes()
/external/llvm/bindings/go/llvm/
Dir_test.go46 func TestAttributes(t *testing.T) { func
/external/llvm-project/clang/test/Index/
Dc-index-api-loadTU-test.m62 @interface TestAttributes { interface
73 @interface TestAttributes() interface in retain
155 // CHECK: c-index-api-loadTU-test.m:62:12: ObjCInterfaceDecl=TestAttributes:62:12 Extent=[62:1 - 67…
172 // CHECK: c-index-api-loadTU-test.m:73:12: ObjCClassRef=TestAttributes:62:12 Extent=[73:12 - 73:26]
/external/clang/test/Index/
Dc-index-api-loadTU-test.m62 @interface TestAttributes { interface
73 @interface TestAttributes() interface in retain
155 // CHECK: c-index-api-loadTU-test.m:62:12: ObjCInterfaceDecl=TestAttributes:62:12 Extent=[62:1 - 67…
172 // CHECK: c-index-api-loadTU-test.m:73:12: ObjCClassRef=TestAttributes:62:12 Extent=[73:12 - 73:26]
/external/llvm-project/llvm/bindings/go/llvm/
Dir_test.go48 func TestAttributes(t *testing.T) { func
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestDayPeriods.java62 public void TestAttributes() { in TestAttributes() method in TestDayPeriods
DTestDTDAttributes.java193 public void TestAttributes() { in TestAttributes() method in TestDTDAttributes
/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/
DActionTranslator.g650 * which would be ambiguous. See TestAttributes.testAmbiguousRuleRef()
/external/antlr/tool/src/test/java/org/antlr/test/
DTestAttributes.java50 public class TestAttributes extends BaseTest { class
53 public TestAttributes() { in TestAttributes() method in TestAttributes
/external/antlr/tool/
DCHANGES.txt1152 * Fixed ANTLR-111. More unit tests in TestAttributes.
1269 $label.st now is label!=null?label.st:null. Updated TestAttributes.
1408 src/org/antlr/test/TestAttributes.java # edit