Home
last modified time | relevance | path

Searched refs:newProps (Results 1 – 5 of 5) sorted by relevance

/external/apache-http/src/org/apache/commons/logging/
DLogFactory.java1422 Properties newProps = getProperties(url);
1423 if (newProps != null) {
1426 props = newProps;
1439 String newPriorityStr = newProps.getProperty(PRIORITY_KEY);
1455 props = newProps;
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp116 Int32 *newData, Int32 *newProps, UInt32 *indexInArchive) in GetUpdateItemInfo() argument
122 if (newProps) *newProps = BoolToInt(up.NewProps); in GetUpdateItemInfo()
/external/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp308 Int32 newData, newProps; in UpdateItems() local
312 RINOK(updateCallback->GetUpdateItemInfo(i, &newData, &newProps, &indexInArchive)); in UpdateItems()
314 ui.NewProps = IntToBool(newProps); in UpdateItems()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp1063 Int32 newData, newProps; in UpdateItems() local
1067 RINOK(updateCallback->GetUpdateItemInfo(0, &newData, &newProps, &indexInArchive)); in UpdateItems()
1069 if (IntToBool(newProps)) in UpdateItems()
DIArchive.h405 …STDMETHOD(GetUpdateItemInfo)(UInt32 index, Int32 *newData, Int32 *newProps, UInt32 *indexInArchive…