Home
last modified time | relevance | path

Searched defs:attribute2 (Results 1 – 3 of 3) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue50/
DSnakeyamlTest.java45 private String attribute2; field in SnakeyamlTest.SomeBeanImpl
47 public SomeBeanImpl(final String attribute1, final String attribute2) { in SomeBeanImpl()
56 public void setAttribute2(String attribute2) { in setAttribute2()
/external/proguard/src/proguard/classfile/editor/
DAttributeSorter.java83 Attribute attribute2 = (Attribute)object2; in compare() local
/external/python/cpython3/Lib/test/
Dtest_support.py391 attribute2 = None variable in TestSupport.RefClass
396 attribute2 = None variable in TestSupport.OtherClass