/external/llvm/lib/CodeGen/ |
D | InterferenceCache.h | 176 void setEntry(Entry *E) { in setEntry() function 190 ~Cursor() { setEntry(nullptr); } in ~Cursor() 193 setEntry(O.CacheEntry); in Cursor() 197 setEntry(O.CacheEntry); 205 setEntry(nullptr); in setPhysReg() 207 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 | 341 kss[i].setEntry("aaa", entry, null); in testKeyStore11() 383 kss[i].setEntry(null, entry, null); in testEntry01() 388 kss[i].setEntry("ZZZ", null, null); in testEntry01() 393 kss[i].setEntry(aliases[j], entry, null); in testEntry01() 477 kss[i].setEntry(aliases[j], pKey, pPath); in testEntry02() 535 kss[i].setEntry("ZZZ", pKey, pPath); in testEntry02() 590 kss[i].setEntry(aliases[j], sKey, pPath); in testEntry03() 621 kss[i].setEntry("ZZZ", aEntry, pPath); in testEntry03() 850 kss[i].setEntry(aliases[0], tCert, null); in testEntry06() 851 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 | 115 keyS.setEntry(alias, null, null); in checkResult() 122 keyS.setEntry(alias, entry, null); in checkResult() 255 keyS.setEntry(alias, entry, pp); in checkKeyStoreException()
|
D | KSBuilder_ImplTest.java | 160 ks.setEntry("aaa", pKey, pp[0]); in testNewInstanceKeyStoreProtectionParameter()
|
/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/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/clang/include/clang/Analysis/ |
D | CFG.h | 826 void setEntry(CFGBlock *B) { Entry = B; } in setEntry() function
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyTIL.h | 1576 void setEntry(BasicBlock *BB) { Entry = BB; } in setEntry() function
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 974 cfg->setEntry(createBlock()); in buildCFG()
|