HomeSort by relevance Sort by last modified time
    Searched full:cleanup (Results 26 - 50 of 8848) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/x86-linux/
bug345887.vgtest 4 cleanup: rm -f vgcore.*
  /external/clang/test/SemaCXX/
attr-cleanup-gcc.cpp 13 int v1 __attribute__((cleanup(N::c1))); // expected-warning {{GCC does not allow the 'cleanup' attribute argument to be anything other than a simple identifier}}
14 int v2 __attribute__((cleanup(c2)));
15 int v3 __attribute__((cleanup(c3<int>))); // expected-warning {{GCC does not allow the 'cleanup' attribute argument to be anything other than a simple identifier}}
attr-cleanup.cpp 12 int v1 __attribute__((cleanup(N::c1)));
13 int v2 __attribute__((cleanup(N::c2))); // expected-error {{no member named 'c2' in namespace 'N'}}
14 int v3 __attribute__((cleanup(C::c2))); // expected-error {{'c2' is a private member of 'C'}}
19 int v1 __attribute__((cleanup(c2))); // expected-error {{'c2' is a private member of 'C'}}
27 int v1 __attribute__((cleanup(c3))); // expected-error {{'c3' is not a single function}}
  /external/llvm/test/CodeGen/X86/
asm-label.ll 8 ; CHECK: LBB0_9: ## %cleanup
21 br label %cleanup
24 br label %cleanup
26 cleanup: ; preds = %if.end, %if.then9
28 i32 0, label %cleanup.cont
32 cleanup.cont: ; preds = %cleanup
35 if.end11: ; preds = %cleanup.cont, %cleanup, %land.lhs.true, %entry
38 default: ; preds = %cleanup
    [all...]
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
asm-label.ll 8 ; CHECK: LBB0_9: ## %cleanup
21 br label %cleanup
24 br label %cleanup
26 cleanup: ; preds = %if.end, %if.then9
28 i32 0, label %cleanup.cont
32 cleanup.cont: ; preds = %cleanup
35 if.end11: ; preds = %cleanup.cont, %cleanup, %land.lhs.true, %entry
38 unreachable: ; preds = %cleanup
    [all...]
  /external/clang/test/CodeGenCXX/
exceptions-cxx-ehsc.cpp 4 struct Cleanup { ~Cleanup(); };
9 Cleanup x;
19 struct Cleanup { ~Cleanup(); };
24 Cleanup x;
  /external/ltp/testcases/kernel/syscalls/open/
open14.c 39 static void cleanup(void) function
56 tst_brkm(TCONF, cleanup, "O_TMPFILE not supported");
58 tst_brkm(TBROK | TERRNO, cleanup, "open() failed");
61 SAFE_CLOSE(cleanup, fd);
69 SAFE_WRITE(cleanup, 1, fd, buf, size);
78 fd = SAFE_OPEN(cleanup, ".", O_TMPFILE | O_RDWR, 0600);
83 SAFE_FSTAT(cleanup, fd, &st);
89 SAFE_CLOSE(cleanup, fd);
94 if (!tst_dir_is_empty(cleanup, ".", 1))
95 tst_brkm(TFAIL, cleanup, "found a file, this is not expected")
    [all...]
  /external/valgrind/callgrind/tests/
simwork-both.vgtest 3 cleanup: rm callgrind.out.*
simwork2.vgtest 3 cleanup: rm callgrind.out.*
threads.vgtest 3 cleanup: rm callgrind.out.*
  /external/valgrind/massif/tests/
malloc_usable.vgtest 3 cleanup: rm massif.out
  /external/valgrind/memcheck/tests/
deep-backtrace.vgtest 3 cleanup: rm -f vgcore.*
supp_unknown.vgtest 3 cleanup: rm -f vgcore.*
  /external/valgrind/none/tests/amd64-solaris/
coredump_single_thread.vgtest 5 cleanup: rm -f vgcore.*
  /external/valgrind/none/tests/
nocwd.vgtest 3 cleanup: chmod u+rwx /tmp/wd_test_*; rm -rf /tmp/wd_test_*
  /external/valgrind/none/tests/scripts/
shell.vgtest 5 cleanup: rm -rf x86
shell_dir.vgtest 4 cleanup: rm -rf ./x86
  /external/valgrind/none/tests/solaris/
block_all_signals.vgtest 4 cleanup: rm -f vgcore.*
  /external/valgrind/none/tests/x86-solaris/
coredump_single_thread.vgtest 5 cleanup: rm -f vgcore.*
  /external/tensorflow/tensorflow/core/lib/gtl/
cleanup.h 16 // MakeCleanup(f) returns an RAII cleanup object that calls 'f' in its
37 // You can use Cleanup<F> directly, instead of using MakeCleanup and auto,
40 // You can call 'release()' on a Cleanup object to cancel the cleanup.
53 // A move-only RAII object that calls a stored cleanup functor when
54 // destroyed. Cleanup<F> is the return type of gtl::MakeCleanup(F).
56 class Cleanup {
58 Cleanup() : released_(true), f_() {}
61 explicit Cleanup(G&& f) // NOLINT
64 Cleanup(Cleanup&& src) // NOLIN
    [all...]
  /external/ltp/testcases/kernel/syscalls/openat/
openat03.c 40 static void cleanup(void) function
57 tst_brkm(TCONF, cleanup, "O_TMPFILE not supported");
59 tst_brkm(TBROK | TERRNO, cleanup, "openat() failed");
62 SAFE_CLOSE(cleanup, fd);
72 tst_brkm(TBROK | TERRNO, cleanup, "openat() failed");
80 SAFE_WRITE(cleanup, 1, fd, buf, size);
94 SAFE_FSTAT(cleanup, fd, &st);
100 SAFE_CLOSE(cleanup, fd);
105 if (!tst_dir_is_empty(cleanup, ".", 1))
106 tst_brkm(TFAIL, cleanup, "found a file, this is not expected")
    [all...]
  /external/autotest/client/tests/error_cleanup/
control 2 NAME = "error test for cleanup phase exception"
7 DOC = """Raise an exception during cleanup(). This tests Autotest itself."""
  /external/autotest/server/tests/cleanup_test/
cleanup_test.py 9 host.cleanup()
11 raise error.TestError("Cleanup failed: " + str(e))
  /external/ltp/testcases/kernel/containers/userns/
userns02.c 34 static void cleanup(void) function
88 tst_brkm(TFAIL | TERRNO, cleanup, "clone failed");
94 fd = SAFE_OPEN(cleanup, path, O_WRONLY, 0644);
95 SAFE_WRITE(cleanup, 1, fd, content, strlen(content));
96 SAFE_CLOSE(cleanup, fd);
100 fd = SAFE_OPEN(cleanup, path, O_WRONLY, 0644);
101 SAFE_WRITE(cleanup, 1, fd, "deny", 4);
102 SAFE_CLOSE(cleanup, fd);
107 fd = SAFE_OPEN(cleanup, path, O_WRONLY, 0644);
108 SAFE_WRITE(cleanup, 1, fd, content, strlen(content))
    [all...]
  /external/ltp/lib/tests/
tst_safe_macros.c 9 void cleanup(void) function
29 fd = SAFE_OPEN(cleanup, __FILE__ "~", O_RDWR);
30 SAFE_READ(cleanup, 0, fd, buf, 9);
32 SAFE_READ(cleanup, 1, fd, buf, 9);
34 SAFE_WRITE(cleanup, 0, -1, buf, 9);

Completed in 484 milliseconds

12 3 4 5 6 7 8 91011>>