Home
last modified time | relevance | path

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

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue50/
DSnakeyamlTest.java33 private String attribute1; field in SnakeyamlTest.BaseSomeBean
39 public void setAttribute1(String attribute1) { in setAttribute1()
47 public SomeBeanImpl(final String attribute1, final String attribute2) { in SomeBeanImpl()
/external/proguard/src/proguard/classfile/editor/
DAttributeSorter.java82 Attribute attribute1 = (Attribute)object1; in compare() local
/external/python/cpython3/Lib/test/
Dtest_support.py390 attribute1 = None variable in TestSupport.RefClass