Home
last modified time | relevance | path

Searched refs:should_continue (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/test/1934-jvmti-signal-thread/
H A Dsignal_threads.cc39 bool should_continue; member
64 mon->should_continue = false; in Java_art_Test1934_allocNativeMonitor()
92 while (!mon->should_continue) { in Java_art_Test1934_nativeWaitForOtherThread()
138 mon->should_continue = true; in Java_art_Test1934_nativeDoInterleaved()
/aosp12/bootable/recovery/install/
H A Dadb_install.cpp99 bool should_continue = true; in AdbInstallPackageHandler() local
108 should_continue = false; in AdbInstallPackageHandler()
124 return std::make_pair(*result == INSTALL_SUCCESS, should_continue); in AdbInstallPackageHandler()
178 const auto [result, should_continue] = command_func(); in HandleMessageFromMinadbd()
184 return should_continue; in HandleMessageFromMinadbd()
/aosp12/system/core/libcutils/
H A Dstr_parms.cpp92 bool should_continue; in remove_pair() local
103 should_continue = true; in remove_pair()
106 should_continue = false; in remove_pair()
116 return should_continue; in remove_pair()
/aosp12/art/runtime/
H A Dstack.cc878 bool should_continue = VisitFrame(); in WalkStack() local
879 if (UNLIKELY(!should_continue)) { in WalkStack()
888 bool should_continue = VisitFrame(); in WalkStack() local
889 if (UNLIKELY(!should_continue)) { in WalkStack()
958 bool should_continue = VisitFrame(); in WalkStack() local
959 if (UNLIKELY(!should_continue)) { in WalkStack()
967 bool should_continue = VisitFrame(); in WalkStack() local
968 if (!should_continue) { in WalkStack()
/aosp12/bionic/libfdtrack/
H A Dfdtrack.cpp162 bool should_continue = callback(fd, function_names, function_offsets, in fdtrack_iterate() local
167 if (!should_continue) { in fdtrack_iterate()