Home
last modified time | relevance | path

Searched defs:newProps (Results 1 – 12 of 12) sorted by relevance

/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/text/
DStrLookupTest.java63 final Properties newProps = new Properties(); in testSystemPropertiesLookupReplacedProperties() local
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
DUnwrappedPropertyHandler.java35 …ArrayList<SettableBeanProperty> newProps = new ArrayList<SettableBeanProperty>(_properties.size()); in renameAll() local
DBeanPropertyMap.java355 ArrayList<SettableBeanProperty> newProps = new ArrayList<SettableBeanProperty>(len); in renameAll() local
404 ArrayList<SettableBeanProperty> newProps = new ArrayList<SettableBeanProperty>(len); in withoutProperties() local
/external/lzma/CPP/7zip/Archive/Tar/
DTarHandlerOut.cpp207 Int32 newProps; in Z7_COM7F_IMF() local
/external/lzma/CPP/7zip/Archive/Zip/
DZipHandlerOut.cpp119 Int32 newProps; in Z7_COM7F_IMF() local
/external/lzma/CPP/7zip/Archive/
DBz2Handler.cpp399 Int32 newData, newProps; in Z7_COM7F_IMF() local
DZstdHandler.cpp991 Int32 newData, newProps; in Z7_COM7F_IMF() local
/external/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp450 Int32 newData, newProps; in Z7_COM7F_IMF() local
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp144 Int32 *newData, Int32 *newProps, UInt32 *indexInArchive)) in Z7_COM7F_IMF()
DHashCalc.cpp1700 Int32 newProps; in Z7_COM7F_IMF() local
/external/lzma/CPP/7zip/Archive/Wim/
DWimHandlerOut.cpp755 Int32 newData, newProps; in Z7_COM7F_IMF() local
898 Int32 newData, newProps; in Z7_COM7F_IMF() local
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/
DBeanSerializerBase.java566 final BeanPropertyWriter[] newProps = Arrays.copyOf(_props, _props.length); in createContextual() local