/external/chromium_org/third_party/npapi/npspy/common/ |
D | format.cpp | 335 BOOL FormatPCHARArgument(char * szBuf, int iLength, LogArgumentStruct * parg) in FormatPCHARArgument() argument 337 if(iLength <= parg->iLength) in FormatPCHARArgument() 347 BOOL FormatBOOLArgument(char * szBuf, int iLength, LogArgumentStruct * parg) in FormatBOOLArgument() argument 349 if(iLength <= 8) in FormatBOOLArgument() 356 BOOL FormatPBOOLArgument(char * szBuf, int iLength, LogArgumentStruct * parg) in FormatPBOOLArgument() argument 358 if(iLength <= 8) in FormatPBOOLArgument() 365 static void makeAbbreviatedString(char * szBuf, int iSize, DWORD dwArg, int iLength, int iWrap) in makeAbbreviatedString() argument 373 if(iLength > iWrap) in makeAbbreviatedString() 384 if(iLength >= iSize) in makeAbbreviatedString() 394 memcpy((LPVOID)&szBuf[0], (LPVOID)dwArg, iLength); in makeAbbreviatedString() [all …]
|
/external/pdfium/core/src/fxcrt/ |
D | fx_extension.cpp | 158 FX_FLOAT FXSYS_strtof(FX_LPCSTR pcsStr, FX_INT32 iLength, FX_INT32 *pUsedLen) in FXSYS_strtof() argument 161 if (iLength < 0) { in FXSYS_strtof() 162 iLength = (FX_INT32)FXSYS_strlen(pcsStr); in FXSYS_strtof() 164 CFX_WideString ws = CFX_WideString::FromLocal(pcsStr, iLength); in FXSYS_strtof() 165 return FXSYS_wcstof((FX_LPCWSTR)ws, iLength, pUsedLen); in FXSYS_strtof() 167 FX_FLOAT FXSYS_wcstof(FX_LPCWSTR pwsStr, FX_INT32 iLength, FX_INT32 *pUsedLen) in FXSYS_wcstof() argument 170 if (iLength < 0) { in FXSYS_wcstof() 171 iLength = (FX_INT32)FXSYS_wcslen(pwsStr); in FXSYS_wcstof() 173 if (iLength == 0) { in FXSYS_wcstof() 186 while (iUsedLen < iLength) { in FXSYS_wcstof() [all …]
|
/external/chromium_org/third_party/npapi/npspy/include/ |
D | format.h | 111 int iLength; member 116 iLength = 0; in LogArgumentStruct() 124 iLength = 0; in ~LogArgumentStruct() 147 BOOL FormatPCHARArgument(char * szBuf, int iLength, LogArgumentStruct * parg); 148 BOOL FormatBOOLArgument(char * szBuf, int iLength, LogArgumentStruct * parg); 149 BOOL FormatPBOOLArgument(char * szBuf, int iLength, LogArgumentStruct * parg);
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/ |
D | binaryajax.js | 77 this.getStringAt = function(iOffset, iLength) { argument 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);
|
D | exif.js | 333 var iLength = oFile.getLength(); 334 while (iOffset < iLength) { 465 function readEXIFData(oFile, iStart, iLength) argument
|
/external/pdfium/core/include/fxcrt/ |
D | fx_ext.h | 31 FX_FLOAT FXSYS_strtof(FX_LPCSTR pcsStr, FX_INT32 iLength = -1, FX_INT32 *pUsedLen = NULL); 32 FX_FLOAT FXSYS_wcstof(FX_LPCWSTR pwsStr, FX_INT32 iLength = -1, FX_INT32 *pUsedLen = NULL); 55 FX_DWORD FX_HashCode_String_GetA(FX_LPCSTR pStr, FX_INT32 iLength, FX_BOOL bIgnoreCase = FALSE); 56 FX_DWORD FX_HashCode_String_GetW(FX_LPCWSTR pStr, FX_INT32 iLength, FX_BOOL bIgnoreCase = FALSE);
|
/external/pdfium/core/src/fxge/android/ |
D | fpf_skiafontmgr.cpp | 106 static FX_UINT32 FPF_GetHashCode_StringA(FX_LPCSTR pStr, FX_INT32 iLength, FX_BOOL bIgnoreCase = FA… in FPF_GetHashCode_StringA() argument 111 if (iLength < 0) { in FPF_GetHashCode_StringA() 112 iLength = FXSYS_strlen(pStr); in FPF_GetHashCode_StringA() 114 FX_LPCSTR pStrEnd = pStr + iLength; in FPF_GetHashCode_StringA() 187 FX_INT32 iLength = bsfamily.GetLength(); in FPF_SKIANormalizeFontName() local 189 for (FX_INT32 i = 0; i < iLength; i++) { in FPF_SKIANormalizeFontName()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_form.cpp | 639 int iLength = csNewFieldName.GetLength(); in ValidateFieldName() local 642 while (iPos < iLength && (csNewFieldName[iPos] == L'.' || csNewFieldName[iPos] == L' ')) { in ValidateFieldName() 645 if (iPos < iLength && !csSub.IsEmpty()) { in ValidateFieldName() 648 while (iPos < iLength && csNewFieldName[iPos] != L'.') { in ValidateFieldName() 689 if (iPos >= iLength) { in ValidateFieldName() 933 int iLength = csFieldName.GetLength(); in CountInternalFields() local 938 if (iPos < iLength && csFieldName[iPos] == L'.') { in CountInternalFields() 941 while (iPos < iLength && csFieldName[iPos] != L'.') { in CountInternalFields() 960 if (iPos >= iLength) { in CountInternalFields() 989 int iLength = csFieldName.GetLength(); in GetInternalField() local [all …]
|
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_doc.cpp | 435 FX_INT32 iLength = FXSYS_strlen(pStr); in FX_GetLangHashCode() local 436 FX_LPCSTR pStrEnd = pStr + iLength; in FX_GetLangHashCode() 532 static FX_WORD FX_GetCharsetFromLang(FX_LPCSTR pLang, FX_INT32 iLength) in FX_GetCharsetFromLang() argument 535 if (iLength < 0) { in FX_GetCharsetFromLang() 536 iLength = FXSYS_strlen(pLang); in FX_GetCharsetFromLang()
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | Document.cpp | 582 int iLength = params.size(); in mailForm() local 584 FX_BOOL bUI = iLength > 0 ? (FX_BOOL)params[0] : TRUE; in mailForm() 585 …CFX_WideString cTo = iLength > 1 ? (FX_LPCWSTR)params[1].operator CFX_WideString() : (FX_LPCWSTR)L… in mailForm() 586 …CFX_WideString cCc = iLength > 2 ? (FX_LPCWSTR)params[2].operator CFX_WideString() : (FX_LPCWSTR)L… in mailForm() 587 …CFX_WideString cBcc = iLength > 3 ? (FX_LPCWSTR)params[3].operator CFX_WideString() : (FX_LPCWSTR)… in mailForm() 588 …CFX_WideString cSubject = iLength > 4 ? (FX_LPCWSTR)params[4].operator CFX_WideString() : (FX_LPCW… in mailForm() 589 …CFX_WideString cMsg = iLength > 5 ? (FX_LPCWSTR)params[5].operator CFX_WideString() : (FX_LPCWSTR)… in mailForm()
|
D | app.cpp | 1045 int iLength = params.size(); in response() local 1046 if (iLength > 0 && params[0].GetType() == VT_object) in response() 1067 switch(iLength) in response()
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | pragma.c | 34 static const u8 iLength[] = {2, 2, 3, 5, 3, 4, 4}; in getSafetyLevel() local 41 for(i=0; i<ArraySize(iLength); i++){ in getSafetyLevel() 42 if( iLength[i]==n && sqlite3StrNICmp(&zText[iOffset[i]],z,n)==0 ){ in getSafetyLevel()
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetCreator.py | 402 iLength = info.iLengthInMs 403 if iLength > 0: 404 … self.log.SetValue("%s %.2f Seconds" % (self.currentSegmentName, iLength / 1000.00))
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
D | sqlite3.c | 87570 static const u8 iLength[] = {2, 2, 3, 5, 3, 4, 4}; 87577 for(i=0; i<ArraySize(iLength); i++){ 87578 if( iLength[i]==n && sqlite3StrNICmp(&zText[iOffset[i]],z,n)==0 ){
|
/external/sqlite/dist/ |
D | sqlite3.c | 98735 static const u8 iLength[] = {2, 2, 3, 5, 3, 4, 4}; 98742 for(i=0; i<ArraySize(iLength)-omitFull; i++){ 98743 if( iLength[i]==n && sqlite3StrNICmp(&zText[iOffset[i]],z,n)==0 ){
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 98715 static const u8 iLength[] = {2, 2, 3, 5, 3, 4, 4}; 98722 for(i=0; i<ArraySize(iLength)-omitFull; i++){ 98723 if( iLength[i]==n && sqlite3StrNICmp(&zText[iOffset[i]],z,n)==0 ){
|