Searched defs:zap (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/IR/
H A DUse.cpp123 // Use zap Implementation
126 void Use::zap(Use *Start, const Use *Stop, bool del) { function in class:llvm::Use
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslnonce.c375 * If sid "zap" is in the cache,
380 UncacheSID(sslSessionID *zap) argument
385 if (zap->cached != in_client_cache) {
389 SSL_TRC(8,("SSL: Uncache: zap=0x%x cached=%d addr=0x%08x%08x%08x%08x port=0x%04x "
391 zap, zap->cached, zap->addr.pr_s6_addr32[0],
392 zap->addr.pr_s6_addr32[1], zap->addr.pr_s6_addr32[2],
393 zap
426 LockAndUncacheSID(sslSessionID *zap) argument
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Drepattrn.cpp66 zap();
186 // zap Delete everything owned by this RegexPattern.
189 void RegexPattern::zap() { function in class:RegexPattern
227 zap();
/external/icu4c/i18n/
H A Drepattrn.cpp63 zap();
183 // zap Delete everything owned by this RegexPattern.
186 void RegexPattern::zap() { function in class:RegexPattern
224 zap();
/external/chromium_org/v8/src/
H A Dbuiltins.cc324 // If we are doing a big trim in old space then we zap the space that was
327 Object** zap = reinterpret_cast<Object**>(elms->address()); local
328 zap++; // Header of filler must be at least one word so skip that.
330 *zap++ = Smi::FromInt(0);
H A Dobjects.cc2259 // If we are doing a big trim in old space then we zap the space.
2260 Object** zap = reinterpret_cast<Object**>(new_end); local
2261 zap++; // Header of filler must be at least one word so skip that.
2263 *zap++ = Smi::FromInt(0);
11381 // Now the holes are at the end of the array, zap them for heap-verifier.
/external/v8/src/
H A Dbuiltins.cc359 // If we are doing a big trim in old space then we zap the space that was
362 Object** zap = reinterpret_cast<Object**>(elms->address()); local
363 zap++; // Header of filler must be at least one word so skip that.
365 *zap++ = Smi::FromInt(0);
/external/dexmaker/lib/
H A Djarjar.jar ... rule public void addConfiguredZap (com.tonicsystems.jarjar.Zap) com.tonicsystems.jarjar.Zap zap public void ...

Completed in 313 milliseconds