Searched refs:setEntry (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/CodeGen/
H A DInterferenceCache.h166 void setEntry(Entry *E) { function in class:llvm::InterferenceCache::Cursor
180 ~Cursor() { setEntry(0); }
183 setEntry(O.CacheEntry);
187 setEntry(O.CacheEntry);
195 setEntry(0);
197 setEntry(Cache.get(PhysReg));
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
H A DKeyStore_Impl1Test.java342 kss[i].setEntry("aaa", entry, null);
356 * <code>setEntry(String alias, KeyStore.Entry entry, KeyStore.ProtectionParameter params)</code>
362 * methods Assertions: setEntry(..) throws NullPointerException when alias
368 * setEntry(..) stores Entry and getEntry(..) returns it when
385 kss[i].setEntry(null, entry, null);
390 kss[i].setEntry("ZZZ", null, null);
395 kss[i].setEntry(aliases[j], entry, null);
443 * <code>setEntry(String alias, KeyStore.Entry entry, KeyStore.ProtectionParameter params)</code>
451 * setEntry(..) throws KeyStoreException if password is destroyed;
453 * setEntry(
[all...]
H A DKeyStore_Impl3Test.java125 kss[i].setEntry(aliases[0], tCert, null);
126 kss[i].setEntry(aliases[1], pKey, pPath);
127 kss[i].setEntry(aliases[2], pKey, pPath);
H A DKeyStore_Impl2Test.java116 keyS.setEntry(alias, null, null);
123 keyS.setEntry(alias, entry, null);
256 keyS.setEntry(alias, entry, pp);
H A DKSBuilder_ImplTest.java160 ks.setEntry("aaa", pKey, pp[0]);
/external/clang/include/clang/Analysis/
H A DCFG.h653 /// setEntry - Set the entry block of the CFG. This is typically used
656 void setEntry(CFGBlock *B) { Entry = B; } function in class:clang::CFGBlock::CFG
/external/clang/lib/Analysis/
H A DCFG.cpp669 cfg->setEntry(createBlock());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 206 milliseconds