HomeSort by relevance Sort by last modified time
    Searched refs:zap (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/net/third_party/nss/ssl/
sslnonce.c 331 * If sid "zap" is in the cache,
336 UncacheSID(sslSessionID *zap)
341 if (zap->cached != in_client_cache) {
345 SSL_TRC(8,("SSL: Uncache: zap=0x%x cached=%d addr=0x%08x%08x%08x%08x port=0x%04x "
347 zap, zap->cached, zap->addr.pr_s6_addr32[0],
348 zap->addr.pr_s6_addr32[1], zap->addr.pr_s6_addr32[2],
349 zap->addr.pr_s6_addr32[3], zap->port, zap->creationTime
    [all...]
  /external/llvm/include/llvm/IR/
User.h 56 Use::zap(OperandList, OperandList + NumOperands, true);
63 Use::zap(OperandList, OperandList + NumOperands);
Use.h 73 /// Destructor - Only for zap()
121 /// zap - This is used to destroy Use operands when the number of operands of
123 static void zap(Use *Start, const Use *Stop, bool del = false);
  /external/llvm/lib/IR/
Use.cpp 123 // Use zap Implementation
126 void Use::zap(Use *Start, const Use *Stop, bool del) { function in class:llvm::Use
Instructions.cpp 156 Use::zap(OldOps, OldOps + e, true);
248 Use::zap(OldOps, OldOps + e, true);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
repattrn.cpp 66 zap();
186 // zap Delete everything owned by this RegexPattern.
189 void RegexPattern::zap() { function in class:RegexPattern
227 zap();
  /external/icu4c/i18n/
repattrn.cpp 63 zap();
183 // zap Delete everything owned by this RegexPattern.
186 void RegexPattern::zap() { function in class:RegexPattern
224 zap();
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
armv4-mont.S 133 str sp,[r4],#4 @ zap tp
ppc-mont.pl 309 $STX $j,$tp,$j ; zap at once
sparcv9-mont.pl 281 st %g0,[$tp+%o7] ! zap tp
  /external/openssl/crypto/bn/asm/
armv4-mont.S 133 str sp,[r4],#4 @ zap tp
ppc-mont.pl 309 $STX $j,$tp,$j ; zap at once
sparcv9-mont.pl 281 st %g0,[$tp+%o7] ! zap tp
  /external/chromium_org/third_party/icu/source/i18n/unicode/
regex.h 629 void zap(); // Common cleanup
    [all...]
  /external/icu4c/i18n/unicode/
regex.h 616 void zap(); // Common cleanup
    [all...]
  /external/chromium_org/v8/src/
builtins.cc 250 // If we are doing a big trim in old space then we zap the space that was
253 Object** zap = reinterpret_cast<Object**>(elms->address()); local
254 zap++; // Header of filler must be at least one word so skip that.
256 *zap++ = Smi::FromInt(0);
    [all...]
  /external/v8/src/
builtins.cc 359 // 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);
    [all...]
  /external/dexmaker/lib/
jarjar.jar 
  /prebuilts/misc/common/jarjar/
jarjar-1.4.jar 
  /external/chromium_org/net/
net.target.darwin-arm.mk 96 net/base/zap.cc \
net.target.darwin-mips.mk 96 net/base/zap.cc \
net.target.darwin-x86.mk 96 net/base/zap.cc \
net.target.linux-arm.mk 96 net/base/zap.cc \
net.target.linux-mips.mk 96 net/base/zap.cc \
net.target.linux-x86.mk 96 net/base/zap.cc \

Completed in 517 milliseconds

1 2