Home
last modified time | relevance | path

Searched refs:sysInfo (Results 1 – 5 of 5) sorted by relevance

/external/openssl/crypto/rand/
Drand_unix.c409 system_info sysInfo; in RAND_poll() local
410 get_system_info(&sysInfo); in RAND_poll()
411 RAND_add(&sysInfo,sizeof(sysInfo),0); in RAND_poll()
/external/chromium_org/chrome/browser/resources/feedback/js/
Dfeedback.js274 chrome.feedbackPrivate.getSystemInformation(function(sysInfo) { argument
275 systemInfo = sysInfo;
/external/fio/os/windows/
Dposix.c161 SYSTEM_INFO sysInfo; in sysconf() local
174 GetSystemInfo(&sysInfo); in sysconf()
175 val = sysInfo.dwPageSize; in sysconf()
/external/chromium_org/third_party/skia/src/pdf/
DSkPDFFont.cpp1242 SkAutoTUnref<SkPDFDict> sysInfo(new SkPDFDict); in populate() local
1243 sysInfo->insert("Registry", new SkPDFString("Adobe"))->unref(); in populate()
1244 sysInfo->insert("Ordering", new SkPDFString("Identity"))->unref(); in populate()
1245 sysInfo->insertInt("Supplement", 0); in populate()
1246 insert("CIDSystemInfo", sysInfo.get()); in populate()
/external/skia/src/pdf/
DSkPDFFont.cpp1226 SkAutoTUnref<SkPDFDict> sysInfo(new SkPDFDict); in populate() local
1227 sysInfo->insert("Registry", new SkPDFString("Adobe"))->unref(); in populate()
1228 sysInfo->insert("Ordering", new SkPDFString("Identity"))->unref(); in populate()
1229 sysInfo->insertInt("Supplement", 0); in populate()
1230 insert("CIDSystemInfo", sysInfo.get()); in populate()