Home
last modified time | relevance | path

Searched refs:setEntry (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/CodeGen/
DInterferenceCache.h166 void setEntry(Entry *E) { in setEntry() function
180 ~Cursor() { setEntry(0); } in ~Cursor()
183 setEntry(O.CacheEntry); in Cursor()
187 setEntry(O.CacheEntry);
195 setEntry(0); in setPhysReg()
197 setEntry(Cache.get(PhysReg)); in setPhysReg()
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
DKeyStore_Impl1Test.java342 kss[i].setEntry("aaa", entry, null); in testKeyStore11()
385 kss[i].setEntry(null, entry, null); in testEntry01()
390 kss[i].setEntry("ZZZ", null, null); in testEntry01()
395 kss[i].setEntry(aliases[j], entry, null); in testEntry01()
480 kss[i].setEntry(aliases[j], pKey, pPath); in testEntry02()
538 kss[i].setEntry("ZZZ", pKey, pPath); in testEntry02()
593 kss[i].setEntry(aliases[j], sKey, pPath); in testEntry03()
624 kss[i].setEntry("ZZZ", aEntry, pPath); in testEntry03()
856 kss[i].setEntry(aliases[0], tCert, null); in testEntry06()
857 kss[i].setEntry(aliases[1], pKey, pp); in testEntry06()
[all …]
DKeyStore_Impl3Test.java125 kss[i].setEntry(aliases[0], tCert, null); in testLoadStore01()
126 kss[i].setEntry(aliases[1], pKey, pPath); in testLoadStore01()
127 kss[i].setEntry(aliases[2], pKey, pPath); in testLoadStore01()
DKeyStore_Impl2Test.java116 keyS.setEntry(alias, null, null); in checkResult()
123 keyS.setEntry(alias, entry, null); in checkResult()
256 keyS.setEntry(alias, entry, pp); in checkKeyStoreException()
DKSBuilder_ImplTest.java160 ks.setEntry("aaa", pKey, pp[0]); in testNewInstanceKeyStoreProtectionParameter()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
Dnv50_ir_bb.cpp392 Function::setEntry(BasicBlock *bb) in setEntry() function in nv50_ir::Function
Dnv50_ir.h949 bool setEntry(BasicBlock *);
Dnv50_ir_from_tgsi.cpp2177 s->f->setEntry(entry); in handleInstruction()
2410 prog->main->setEntry(entry); in run()
Dnv50_ir_from_sm4.cpp2271 prog->main->setEntry(entry); in run()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_bb.cpp392 Function::setEntry(BasicBlock *bb) in setEntry() function in nv50_ir::Function
Dnv50_ir.h949 bool setEntry(BasicBlock *);
Dnv50_ir_from_tgsi.cpp2177 s->f->setEntry(entry); in handleInstruction()
2410 prog->main->setEntry(entry); in run()
Dnv50_ir_from_sm4.cpp2271 prog->main->setEntry(entry); in run()
/external/clang/include/clang/Analysis/
DCFG.h690 void setEntry(CFGBlock *B) { Entry = B; } in setEntry() function
/external/clang/lib/Analysis/
DCFG.cpp707 cfg->setEntry(createBlock()); in buildCFG()