/external/chromium_org/third_party/sqlite/src/src/ |
mutex_w32.c | 65 OSVERSIONINFO sInfo; 66 sInfo.dwOSVersionInfoSize = sizeof(sInfo); 67 GetVersionEx(&sInfo); 68 osType = sInfo.dwPlatformId==VER_PLATFORM_WIN32_NT ? 2 : 1;
|
analyze.c | 602 analysisInfo sInfo; 620 sInfo.db = db; 621 sInfo.zDatabase = db->aDb[iDb].zName; 622 if( sqlite3FindTable(db, "sqlite_stat1", sInfo.zDatabase)==0 ){ 628 "SELECT tbl, idx, stat FROM %Q.sqlite_stat1", sInfo.zDatabase); 632 rc = sqlite3_exec(db, zSql, analysisLoader, &sInfo, 0); 639 if( rc==SQLITE_OK && !sqlite3FindTable(db, "sqlite_stat2", sInfo.zDatabase) ){ 646 "SELECT idx,sampleno,sample FROM %Q.sqlite_stat2", sInfo.zDatabase); 660 pIdx = zIndex ? sqlite3FindIndex(db, zIndex, sInfo.zDatabase) : 0;
|
os_win.c | 163 OSVERSIONINFO sInfo; 164 sInfo.dwOSVersionInfoSize = sizeof(sInfo); 165 GetVersionEx(&sInfo); 166 sqlite3_os_type = sInfo.dwPlatformId==VER_PLATFORM_WIN32_NT ? 2 : 1; [all...] |
/external/libnfc-nxp/src/ |
phFriNfc_Llcp.c | 291 phNfc_sData_t sInfo; 297 sInfo.buffer = psRawPacket->buffer + PHFRINFC_LLCP_PACKET_HEADER_SIZE; 298 sInfo.length = psRawPacket->length - PHFRINFC_LLCP_PACKET_HEADER_SIZE; 301 if (sInfo.length == 0) 307 while (sInfo.length != 0) 310 if (sInfo.length < sizeof(sInfo.length)) 315 length = (sInfo.buffer[0] << 8) | sInfo.buffer[1]; 317 sInfo.buffer += 2; /*Size of length field is 2* [all...] |
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
SignerInformation.java | 751 SignerInfo sInfo = signerInformation.info; 760 new SignerInfo(sInfo.getSID(), sInfo.getDigestAlgorithm(), 761 sInfo.getAuthenticatedAttributes(), sInfo.getDigestEncryptionAlgorithm(), sInfo.getEncryptedDigest(), unsignedAttr), 779 SignerInfo sInfo = signerInformation.info; 802 new SignerInfo(sInfo.getSID(), sInfo.getDigestAlgorithm(), 803 sInfo.getAuthenticatedAttributes(), sInfo.getDigestEncryptionAlgorithm(), sInfo.getEncryptedDigest(), ne (…) [all...] |
/frameworks/base/services/java/com/android/server/am/ |
ServiceRecord.java | 302 Intent.FilterComparison intent, ServiceInfo sInfo, boolean callerIsFg, 309 serviceInfo = sInfo; 310 appInfo = sInfo.applicationInfo; 311 packageName = sInfo.applicationInfo.packageName; 312 processName = sInfo.processName; 313 permission = sInfo.permission; 314 baseDir = sInfo.applicationInfo.sourceDir; 315 resDir = sInfo.applicationInfo.publicSourceDir; 316 dataDir = sInfo.applicationInfo.dataDir; 317 exported = sInfo.exported [all...] |
ActiveServices.java | [all...] |
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
fts3_snippet.c | [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/ |
SDL_epocvideo.cpp | 351 TPckg<TScreenInfoV01> sInfo(screenInfo); 352 UserSvr::ScreenInfo(sInfo); [all...] |
/external/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.c | [all...] |
/external/sqlite/dist/orig/ |
sqlite3.c | [all...] |
/external/sqlite/dist/ |
sqlite3.c | [all...] |