/external/llvm/lib/CodeGen/ |
D | InterferenceCache.h | 166 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/ |
D | KeyStore_Impl1Test.java | 342 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 …]
|
D | KeyStore_Impl3Test.java | 125 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()
|
D | KeyStore_Impl2Test.java | 116 keyS.setEntry(alias, null, null); in checkResult() 123 keyS.setEntry(alias, entry, null); in checkResult() 256 keyS.setEntry(alias, entry, pp); in checkKeyStoreException()
|
D | KSBuilder_ImplTest.java | 160 ks.setEntry("aaa", pKey, pp[0]); in testNewInstanceKeyStoreProtectionParameter()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_bb.cpp | 392 Function::setEntry(BasicBlock *bb) in setEntry() function in nv50_ir::Function
|
D | nv50_ir.h | 949 bool setEntry(BasicBlock *);
|
D | nv50_ir_from_tgsi.cpp | 2177 s->f->setEntry(entry); in handleInstruction() 2410 prog->main->setEntry(entry); in run()
|
D | nv50_ir_from_sm4.cpp | 2271 prog->main->setEntry(entry); in run()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_bb.cpp | 392 Function::setEntry(BasicBlock *bb) in setEntry() function in nv50_ir::Function
|
D | nv50_ir.h | 949 bool setEntry(BasicBlock *);
|
D | nv50_ir_from_tgsi.cpp | 2177 s->f->setEntry(entry); in handleInstruction() 2410 prog->main->setEntry(entry); in run()
|
D | nv50_ir_from_sm4.cpp | 2271 prog->main->setEntry(entry); in run()
|
/external/clang/include/clang/Analysis/ |
D | CFG.h | 690 void setEntry(CFGBlock *B) { Entry = B; } in setEntry() function
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 707 cfg->setEntry(createBlock()); in buildCFG()
|