HomeSort by relevance Sort by last modified time
    Searched full:cleanups (Results 1 - 25 of 172) sorted by null

1 2 3 4 5 6 7

  /ndk/tests/device/test-stlport_shared-exception/jni/
filter1.cpp 1 // Test that cleanups get run when a catch filter fails to match.
  /ndk/tests/device/test-stlport_static-exception/jni/
filter1.cpp 1 // Test that cleanups get run when a catch filter fails to match.
  /external/valgrind/docs/internals/
avx-notes.txt 2 Cleanups
Darwin-notes.txt 79 * Cleanups: sort wrappers in syswrap-darwin.c and priv_syswrap-darwin.h
83 * Cleanups: m_scheduler/sema.c: use pipe implementation
87 * Cleanups: m_debugstub: move to attic
92 * Cleanups (Linux,AIX5): bogus launcher-path mangling logic in
95 * Cleanups (ALL PLATFORMS): m_signals.c: are the _MY_SIGRETURN
98 * Cleanups: check that changes to VG_(stat) and VG_(stat64) have
101 * Cleanups: #if !HAVE_PROC in m_main (to do with /proc/<pid>/cmdline
  /external/jemalloc/src/
tsd.c 8 static malloc_tsd_cleanup_t cleanups[MALLOC_TSD_CLEANUPS_MAX]; variable
52 pending[i] = cleanups[i]();
66 cleanups[ncleanups] = f;
  /external/clang/test/CodeGenObjC/
arc-linetable-autorelease.m 3 // ARC cleanups should be at the closing '}'.
  /external/v8/src/
hydrogen-osr.h 31 // any OSR-specific cleanups or changes.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py 19 cleanups = []
22 cleanups.append((1, args, kwargs))
25 cleanups.append((2, args, kwargs))
37 self.assertEqual(cleanups, [(2, (), {}), (1, (1, 2, 3),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py 19 cleanups = []
22 cleanups.append((1, args, kwargs))
25 cleanups.append((2, args, kwargs))
37 self.assertEqual(cleanups, [(2, (), {}), (1, (1, 2, 3),
  /external/clang/lib/CodeGen/
EHScopeStack.h 11 // CodeGen to emit cleanups. The implementation is in CGCleanup.cpp and other
34 /// occurs in a scope with non-trivial cleanups) a fixup is added to
95 /// A stack of scopes which respond to exceptions, including cleanups
135 /// POD-like: cleanups will not be destructed, and they will be
172 // that unfortunately cannot be suppressed without this. Cleanups
176 /// Emit the cleanup. For normal cleanups, this is run in the
179 /// EH cleanups, this is run in a terminate context.
329 /// Determines whether there are any normal cleanups on the stack.
335 /// stable_end() if there are no normal cleanups.
381 assert(hasNormalCleanups() && "adding fixup in scope without cleanups");
    [all...]
CGObjCRuntime.cpp 131 // layout object. However, this is blocked on other cleanups to the
241 CodeGenFunction::LexicalScope cleanups(CGF, Handler.Body->getSourceRange());
282 // Leave any cleanups associated with the catch.
283 cleanups.ForceCleanup();
316 CodeGenFunction::RunCleanupsScope cleanups(CGF);
319 // ARC release and lock-release cleanups.
CGCleanup.cpp 1 //===--- CGCleanup.cpp - Bookkeeping and code emission for cleanups -------===//
10 // This file contains code dealing with the IR generation for cleanups
142 // Skip over inactive cleanups.
193 // If we no longer have any normal cleanups, all the fixups are
343 "branch fixups exist with no normal cleanups on stack");
394 /// cleanups from the given savepoint in the lifetime-extended cleanups stack.
400 // Move our deferred cleanups onto the EH stack.
403 // Alignment should be guaranteed by the vptrs in the individual cleanups.
474 // Itanium EH cleanups occur within a terminate scope. Microsoft SEH doesn'
    [all...]
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
quick_exit.c 35 * DSO-specific cleanups.
  /external/google-breakpad/android/
common-functions.sh 68 local CLEANUP CLEANUPS
69 # Ignore calls to atexit during cleanups
70 CLEANUPS=$_ALL_CLEANUPS
72 for CLEANUP in $CLEANUPS; do
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSConstants.java 51 public static final int RECORD_REAPER_INTERVAL = 10000; // milliseconds between cache cleanups.
  /external/llvm/include/llvm/Support/
ToolOutputFile.h 29 /// raw_fd_ostream is destructed. It installs cleanups in its constructor and
  /external/clang/test/CodeGenObjCXX/
literals.mm 52 // Check cleanups
99 // Check cleanups
  /external/libxml2/doc/
libxml2.xsa 87 - Cleanups:
95 Spec cleanups and a fix for multiarch support (Daniel Veillard),
  /external/libxml2/
NEWS 180 - Cleanups:
264 - Cleanups:
272 Spec cleanups and a fix for multiarch support (Daniel Veillard),
290 More cleanups to the documentation part of libxml2 (Daniel Richard G)
296 More updates and cleanups on autotools and Makefiles (Daniel Richard G),
361 Cleanups and new limit APIs for dictionaries (Daniel Veillard),
372 More cleanups for input/buffers code (Daniel Veillard),
393 - Cleanups:
394 Various cleanups to avoid compiler warnings (Daniel Veillard),
397 Second round of cleanups for LibXML2 docs/examples (Daniel Richard)
    [all...]
  /external/clang/test/CodeGenCXX/
microsoft-abi-eh-cleanups.cpp 69 // Test putting the cleanups inside a conditional.
101 // Start all four cleanups as deactivated.
122 // Two normal cleanups for TakeRef args.
  /external/clang/test/Analysis/inlining/
false-positive-suppression.cpp 177 namespace Cleanups {
  /external/iptables/extensions/
libip6t_hl.c 6 * Cleanups by Stephane Ouellette <ouellettes@videotron.ca>
  /external/llvm/include/llvm/Transforms/
ObjCARC.h 36 // ObjCARCContract - Late ObjC ARC cleanups.
  /external/skia/include/codec/
SkScanlineDecoder.h 113 * any necessary cleanups.
  /frameworks/compile/mclinker/lib/Support/
MsgHandling.cpp 50 // to make sure any special cleanups get done, in particular that we remove

Completed in 1014 milliseconds

1 2 3 4 5 6 7