Searched refs:iLength (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
H A Dbinaryajax.js77 this.getStringAt = function(iOffset, iLength) {
79 for (var i=iOffset,j=0;i<iOffset+iLength;i++,j++) {
205 var iLength = parseInt(oHTTP.getResponseHeader("Content-Length"),10);
211 iStart += iLength;
214 sendRequest(strURL, fncCallback, fncError, [iStart, iEnd], (strAcceptRanges == "bytes"), iLength);
H A Dexif.js333 var iLength = oFile.getLength();
334 while (iOffset < iLength) {
465 function readEXIFData(oFile, iStart, iLength)
/external/sonivox/jet_tools/JetCreator/
H A DJetCreator.py402 iLength = info.iLengthInMs
403 if iLength > 0:
404 self.log.SetValue("%s %.2f Seconds" % (self.currentSegmentName, iLength / 1000.00))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/sqlite/dist/orig/
H A Dsqlite3.c92094 static const u8 iLength[] = {2, 2, 3, 5, 3, 4, 4}; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c92107 static const u8 iLength[] = {2, 2, 3, 5, 3, 4, 4}; local
[all...]

Completed in 765 milliseconds