Searched refs:newProps (Results 1 – 5 of 5) sorted by relevance
/external/apache-http/src/org/apache/commons/logging/ |
D | LogFactory.java | 1422 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/ |
D | UpdateCallback.cpp | 116 Int32 *newData, Int32 *newProps, UInt32 *indexInArchive) in GetUpdateItemInfo() argument 122 if (newProps) *newProps = BoolToInt(up.NewProps); in GetUpdateItemInfo()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandlerOut.cpp | 308 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/ |
D | XzHandler.cpp | 1063 Int32 newData, newProps; in UpdateItems() local 1067 RINOK(updateCallback->GetUpdateItemInfo(0, &newData, &newProps, &indexInArchive)); in UpdateItems() 1069 if (IntToBool(newProps)) in UpdateItems()
|
D | IArchive.h | 405 …STDMETHOD(GetUpdateItemInfo)(UInt32 index, Int32 *newData, Int32 *newProps, UInt32 *indexInArchive…
|