Searched defs:fromByte (Results 1 - 5 of 5) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DAnnotationVisibility.java43 public static AnnotationVisibility fromByte(byte value) { method in class:AnnotationVisibility
/external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
H A DValueType.java83 public static ValueType fromByte(byte valueType) { method in class:ValueType
/external/webkit/Source/WebKit/win/
H A DDefaultDownloadDelegate.cpp190 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::willResumeWithResponse(IWebDownload* download, IWebURLResponse* response, long long fromByte) argument
192 LOG(Download, "DefaultDownloadDelegate %p - willResumeWithResponse %p, %q", download, response, fromByte);
195 fromByte = 0;
H A DWebDownloadCFNet.cpp409 void WebDownload::willResumeWithResponse(CFURLResponseRef response, UInt64 fromByte) argument
412 if (FAILED(m_delegate->willResumeWithResponse(this, webResponse.get(), fromByte)))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 111 milliseconds