Home
last modified time | relevance | path

Searched refs:moduleID (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.cpp476 const std::string& moduleID, in Init()
484 strncpy(m_ModuleID, moduleID.c_str(), JC_STR_MAX_LEN - 1); in Init()
495 const std::string& moduleID, in Init()
502 Init(llCRC, objCRC, moduleID, cpu, optLevel, objSize); in Init()
516 …bool IsValid(uint32_t llCRC, const std::string& moduleID, const std::string& cpu, uint32_t optLeve… in IsValid()
527 if (strncmp(moduleID.c_str(), m_ModuleID, JC_STR_MAX_LEN - 1)) in IsValid()
649 const std::string& moduleID = M->getModuleIdentifier(); in notifyObjectCompiled() local
650 if (!moduleID.length()) in notifyObjectCompiled()
665 llvm::sys::path::append(filePath, moduleID); in notifyObjectCompiled()
684 header.Init(mCurrentModuleCRC, objcrc, moduleID, mCpu, mOptLevel, Obj.getBufferSize()); in notifyObjectCompiled()
[all …]
/external/google-breakpad/src/tools/mac/crash_report/
Don_demand_symbol_supplier.mm94 NSString *moduleID;
96 intoString:&moduleID];
99 goodScan = [moduleID length] == 33;
/external/libchrome/crypto/
Dnss_util.cc430 PK11SlotInfo* slot = SECMOD_LookupSlot(chaps_module->moduleID, slot_id); in GetTPMSlotForIdInThreadPool()