HomeSort by relevance Sort by last modified time
    Searched refs:sysInfo (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/rand/
rand_unix.c 369 system_info sysInfo;
370 get_system_info(&sysInfo);
371 RAND_add(&sysInfo,sizeof(sysInfo),0);
  /external/skia/src/pdf/
SkPDFFont.cpp 637 SkRefPtr<SkPDFDict> sysInfo = new SkPDFDict;
638 sysInfo->unref(); // SkRefPtr and new both took a reference.
639 sysInfo->insert("Registry", new SkPDFString("Adobe"))->unref();
640 sysInfo->insert("Ordering", new SkPDFString("Identity"))->unref();
641 sysInfo->insert("Supplement", new SkPDFInt(0))->unref();
642 insert("CIDSystemInfo", sysInfo.get());
    [all...]

Completed in 189 milliseconds