Searched refs:reset (Results 1 – 18 of 18) sorted by relevance
/bionic/libc/malloc_debug/ |
D | DebugData.cpp | 50 front_guard.reset(new FrontGuardData(this, config_, &pointer_offset_)); in Initialize() 57 rear_guard.reset(new RearGuardData(this, config_)); in Initialize() 63 pointer.reset(new PointerData(this)); in Initialize() 70 record.reset(new RecordData()); in Initialize()
|
D | RecordData.cpp | 198 entries_[cur_index_++].reset(entry); in AddEntryOnly()
|
/bionic/tools/versioner/ |
D | run_tests.py | 10 reset = '\033[0m' variable 11 prefix_pass = bold + "[" + green + "PASS" + reset + bold + "]" + reset 12 prefix_fail = bold + "[" + red + "FAIL" + reset + bold + "]" + reset
|
/bionic/libc/private/ |
D | ScopedFd.h | 45 reset(-1); in ~ScopedFd() 48 void reset(int fd = -1) {
|
D | ScopedSignalBlocker.h | 46 reset(); in ~ScopedSignalBlocker() 49 void reset() { in reset() function
|
/bionic/libc/bionic/ |
D | spawn.cpp | 147 bool reset = false; in ApplyAttrs() local 149 reset = true; in ApplyAttrs() 153 reset = (current.sa_handler != SIG_IGN && current.sa_handler != SIG_DFL); in ApplyAttrs() 155 if (reset && sigaction64(s, &default_sa, nullptr) == -1) _exit(127); in ApplyAttrs() 204 if ((flags & POSIX_SPAWN_SETSIGMASK) == 0) ssb.reset(); in posix_spawn()
|
D | bionic_netlink.cpp | 59 fd_.reset(socket(PF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, NETLINK_ROUTE)); in SendRequest()
|
D | system_property_set.cpp | 59 socket_.reset(::socket(AF_LOCAL, SOCK_STREAM | SOCK_CLOEXEC, 0)); in PropertyServiceConnection() 86 socket_.reset(); in PropertyServiceConnection()
|
D | execinfo.cpp | 145 fd.reset(-1); in backtrace_symbols()
|
/bionic/libc/kernel/uapi/linux/ |
D | fd.h | 45 unsigned int abort, read_track, reset, recal, reporting; member 129 unsigned int reset : 1; member
|
D | blkzoned.h | 36 __u8 reset; member
|
/bionic/tests/ |
D | sys_ptrace_test.cpp | 410 worker_pipe_setup_write.reset(); in PtraceResumptionTest() 412 worker_pipe_write.reset(); in PtraceResumptionTest() 418 worker_pipe_setup_write.reset(); in PtraceResumptionTest() 479 worker_pipe_write.reset(); in WaitForWorker() 523 worker_pipe_write.reset(); in TEST_F()
|
D | malloc_test.cpp | 1357 threads[i].reset(new std::thread([&num_running, &start_running, &num_successful] { in SetAllocationLimitMultipleThreads()
|
/bionic/libc/kernel/tools/ |
D | kernel.py | 69 self.reset() 72 def reset(self,config={}): member in HeaderScanner
|
/bionic/libc/malloc_debug/tests/ |
D | malloc_debug_system_tests.cpp | 108 reader_.reset(new std::thread([this, pid, log] { in LogReader() 283 log_main_.reset(new LogReader(pid_, LOG_ID_MAIN)); in InternalExec() 284 log_crash_.reset(new LogReader(pid_, LOG_ID_CRASH)); in InternalExec()
|
D | malloc_debug_config_tests.cpp | 37 config.reset(new Config); in InitConfig()
|
/bionic/docs/ |
D | fdsan.md | 277 reset(fd); 286 reset(); 295 reset(); 323 void reset(int new_fd = -1) {
|
/bionic/tools/versioner/src/ |
D | DeclarationDatabase.cpp | 63 mangler.reset(ItaniumMangleContext::create(ctx, ctx.getDiagnostics())); in Visitor()
|