/external/lzma/CPP/7zip/Archive/7z/ |
7zRegister.cpp | 8 static IInArchive *CreateArc() { return new NArchive::N7z::CHandler; }
10 static IOutArchive *CreateArcOut() { return new NArchive::N7z::CHandler; }
|
7zHandler.h | 34 class CHandler:
72 CHandler();
|
7zHandler.cpp | 32 CHandler::CHandler()
49 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems)
59 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 * /* numProperties */)
64 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 /* index */,
83 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value)
193 bool CHandler::IsEncrypted(UInt32 index2) const
201 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)
384 STDMETHODIMP CHandler::Open(IInStream *stream,
435 STDMETHODIMP CHandler::Close() [all...] |
7zProperties.cpp | 95 void CHandler::FillPopIDs()
144 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProperties)
150 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType)
|
7zHandlerOut.cpp | 43 STDMETHODIMP CHandler::GetFileTimeType(UInt32 *type)
49 HRESULT CHandler::SetCompressionMethod(
103 HRESULT CHandler::SetCompressionMethod(
187 STDMETHODIMP CHandler::UpdateItems(ISequentialOutStream *outStream, UInt32 numItems,
452 STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, Int32 numProperties)
|
/external/lzma/CPP/7zip/Archive/ |
IArchive.h | 203 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProperties) \
205 STDMETHODIMP CHandler::GetPropertyInfo IMP_IInArchive_GetProp(kProps)
208 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProperties) \
210 STDMETHODIMP CHandler::GetPropertyInfo IMP_IInArchive_GetProp_WITH_NAME(kProps)
214 STDMETHODIMP CHandler::GetNumberOfArchiveProperties(UInt32 *numProperties) \
216 STDMETHODIMP CHandler::GetArchivePropertyInfo IMP_IInArchive_GetProp(kArcProps)
219 STDMETHODIMP CHandler::GetNumberOfArchiveProperties(UInt32 *numProperties) \
221 STDMETHODIMP CHandler::GetArchivePropertyInfo IMP_IInArchive_GetProp_WITH_NAME(kArcProps)
224 STDMETHODIMP CHandler::GetNumberOfArchiveProperties(UInt32 *numProperties) \
226 STDMETHODIMP CHandler::GetArchivePropertyInfo(UInt32, BSTR *, PROPID *, VARTYPE *) \ [all...] |
LzmaHandler.cpp | 173 class CHandler:
200 CHandler(bool lzma86) { _lzma86 = lzma86; }
209 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value)
220 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems)
256 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value)
280 STDMETHODIMP CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *)
305 STDMETHODIMP CHandler::OpenSeq(ISequentialInStream *stream)
312 STDMETHODIMP CHandler::Close()
321 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
411 static IInArchive *CreateArc() { return new CHandler(false); } [all...] |
SplitHandler.cpp | 33 class CHandler:
51 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value)
137 STDMETHODIMP CHandler::Open(IInStream *stream,
269 STDMETHODIMP CHandler::Close()
276 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems)
282 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value)
297 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
338 STDMETHODIMP CHandler::GetStream(UInt32 index, ISequentialInStream **stream)
359 static IInArchive *CreateArc() { return new CHandler; }
|
XzHandler.cpp | 43 class CHandler:
93 CHandler();
96 CHandler::CHandler()
255 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value)
270 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems)
276 STDMETHODIMP CHandler::GetProperty(UInt32, PROPID propID, PROPVARIANT *value)
321 HRESULT CHandler::Open2(IInStream *inStream, IArchiveOpenCallback *callback)
388 STDMETHODIMP CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *callback)
400 STDMETHODIMP CHandler::OpenSeq(ISequentialInStream *stream) [all...] |
/libcore/luni/src/main/java/java/net/ |
CookieHandler.java | 40 public static void setDefault(CookieHandler cHandler) { 41 systemWideCookieHandler = cHandler;
|
URLConnection.java | 261 Object cHandler = contentHandlers.get(type); 262 if (cHandler != null) { 263 return (ContentHandler) cHandler; 267 cHandler = contentHandlerFactory.createContentHandler(type); 268 contentHandlers.put(type, cHandler); 269 return (ContentHandler) cHandler; 279 cHandler = klass.newInstance(); 287 if (cHandler == null) { 291 cHandler = Class.forName(className).newInstance(); 297 if (cHandler != null) [all...] |
/external/chromium_org/testing/gtest/ |
CONTRIBUTORS | 9 Chandler Carruth <chandlerc@google.com>
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/ |
CONTRIBUTORS | 9 Chandler Carruth <chandlerc@google.com>
|
/external/clang/ |
CODE_OWNERS.TXT | 15 N: Chandler Carruth
|
/external/gtest/ |
CONTRIBUTORS | 9 Chandler Carruth <chandlerc@google.com>
|
/external/libvpx/libvpx/third_party/googletest/src/ |
CONTRIBUTORS | 9 Chandler Carruth <chandlerc@google.com>
|
/external/lzma/CPP/7zip/Common/ |
CreateCoder.h | 34 #define IMPL_ISetCompressCodecsInfo IMPL_ISetCompressCodecsInfo2(CHandler)
|
/external/protobuf/gtest/ |
CONTRIBUTORS | 9 Chandler Carruth <chandlerc@google.com>
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/ |
CONTRIBUTORS | 9 Chandler Carruth <chandlerc@google.com>
|
/external/protobuf/gtest/test/ |
gtest-options_test.cc | 112 // hard-coded logic when Chandler Carruth's libtool replacement is 140 // Chandler Carruth's libtool replacement is ready. 211 // hard-coded logic when Chandler Carruth's libtool replacement is 255 // hard-coded logic when Chandler Carruth's libtool replacement is
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemApplyTemplates.java | 224 // ContentHandler chandler = rth.getContentHandler(); 298 // dtm.dispatchCharactersEvents(child, chandler, false);
|
/external/chromium_org/testing/gtest/test/ |
gtest-options_test.cc | 116 // Chandler Carruth's libtool replacement is ready.
|
gtest_xml_outfiles_test.py | 110 # hack when Chandler Carruth's libtool replacement tool is ready.
|
/external/gtest/test/ |
gtest-options_test.cc | 116 // Chandler Carruth's libtool replacement is ready.
|
gtest_xml_outfiles_test.py | 110 # hack when Chandler Carruth's libtool replacement tool is ready.
|