/aosp12/hardware/interfaces/bluetooth/1.0/default/test/ |
H A D | async_fd_watcher_unittest.cc | 223 bool timed_out = false; in TEST_F() local 224 bool* timeout_ptr = &timed_out; in TEST_F() 235 EXPECT_FALSE(timed_out); in TEST_F() 237 EXPECT_TRUE(timed_out); in TEST_F() 245 bool timed_out = false; in TEST_F() local 256 [&conn_watcher, &timed_out, &timed_out2]() { in TEST_F() 257 timed_out = true; in TEST_F() 262 EXPECT_FALSE(timed_out); in TEST_F() 265 EXPECT_TRUE(timed_out); in TEST_F() 268 EXPECT_TRUE(timed_out); in TEST_F()
|
/aosp12/art/runtime/ |
H A D | exec_utils_test.cc | 122 bool timed_out; in TEST_F() local 123 ASSERT_EQ(ExecAndReturnCode(command, kWaitSeconds, &timed_out, &error_msg), -1); in TEST_F() 124 EXPECT_TRUE(timed_out); in TEST_F() 132 bool timed_out; in TEST_F() local 133 ASSERT_EQ(ExecAndReturnCode(command, kWaitSeconds, &timed_out, &error_msg), 0); in TEST_F() 134 EXPECT_FALSE(timed_out); in TEST_F()
|
H A D | barrier.cc | 76 bool timed_out = false; in Increment() local 81 timed_out = condition_->TimedWait(self, timeout_ms, timeout_ns); in Increment() 82 if (timed_out || count_ == 0) return timed_out; in Increment() 91 return timed_out; in Increment()
|
H A D | exec_utils.cc | 103 bool* timed_out, in ExecAndReturnCode() argument 105 *timed_out = false; in ExecAndReturnCode() 142 *timed_out = true; in ExecAndReturnCode()
|
H A D | runtime_callbacks.h | 120 virtual void MonitorWaitFinished(Monitor* m, bool timed_out) 134 virtual void ThreadParkFinished(bool timed_out) REQUIRES_SHARED(Locks::mutator_lock_) = 0; 226 void MonitorWaitFinished(Monitor* m, bool timed_out) 233 void ThreadParkFinished(bool timed_out) REQUIRES_SHARED(Locks::mutator_lock_);
|
H A D | thread_list.cc | 226 bool timed_out = barrier_.Increment(self, threads_running_checkpoint, kDumpWaitTimeout); in WaitForThreadsToRunThroughCheckpoint() local 227 if (timed_out) { in WaitForThreadsToRunThroughCheckpoint() 455 bool timed_out = barrier->Increment(self, barrier_count, kEmptyCheckpointPeriodicTimeoutMs); in RunEmptyCheckpoint() local 456 if (!timed_out) { in RunEmptyCheckpoint() 878 bool* timed_out) { in SuspendThreadByPeer() argument 883 *timed_out = false; in SuspendThreadByPeer() 1003 bool* timed_out) { in SuspendThreadByThreadId() argument 1006 *timed_out = false; in SuspendThreadByThreadId() 1082 *timed_out = true; in SuspendThreadByThreadId()
|
H A D | exec_utils.h | 37 /*out*/ bool* timed_out,
|
H A D | thread_list.h | 87 bool* timed_out) 96 Thread* SuspendThreadByThreadId(uint32_t thread_id, SuspendReason reason, bool* timed_out)
|
/aosp12/art/test/1931-monitor-events/ |
H A D | expected-stdout.txt | 6 ParkThread monitor-waited NamedLock[Parking blocker object] timed_out: true 9 Locker thread 2 for NamedLock[Lock testWait] monitor-waited NamedLock[Lock testWait] timed_out: fal… 12 …d 4 for NamedLock[Lock testTimedWait] monitor-waited NamedLock[Lock testTimedWait] timed_out: false 16 …Lock[Lock testTimedWaitTimeout] monitor-waited NamedLock[Lock testTimedWaitTimeout] timed_out: true 29 …r NamedLock[Lock testInteruptWait] monitor-waited NamedLock[Lock testInteruptWait] timed_out: false
|
H A D | jvm-expected.patch | 3 < ParkThread monitor-waited NamedLock[Parking blocker object] timed_out: true
|
/aosp12/art/test/2011-stack-walk-concurrent-instrument/ |
H A D | stack_walk_concurrent.cc | 82 bool timed_out = false; in Java_Main_waitAndDeopt() local 84 target, SuspendReason::kInternal, &timed_out); in Java_Main_waitAndDeopt() 85 CHECK(!timed_out); in Java_Main_waitAndDeopt()
|
/aosp12/system/memory/libmemunreachable/tests/ |
H A D | ThreadCapture_test.cpp | 139 ASSERT_FALSE(disable_malloc.timed_out()); in TEST_F() 160 ASSERT_FALSE(disable_malloc.timed_out()); in TEST_P() 242 ASSERT_FALSE(disable_malloc.timed_out()); in TEST_P() 276 ASSERT_FALSE(disable_malloc.timed_out()); in TEST_F() 345 ASSERT_FALSE(disable_malloc.timed_out()); in TEST_F()
|
/aosp12/art/runtime/native/ |
H A D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 62 bool timed_out; in DdmVmInternal_getStackTraceById() local 72 &timed_out); in DdmVmInternal_getStackTraceById() 83 if (timed_out) { in DdmVmInternal_getStackTraceById()
|
H A D | dalvik_system_VMStack.cc | 60 bool timed_out; in GetThreadStack() local 63 &timed_out); in GetThreadStack() 73 } else if (timed_out) { in GetThreadStack()
|
H A D | java_lang_Thread.cc | 148 bool timed_out; in Thread_setNativeName() local 152 &timed_out); in Thread_setNativeName() 160 } else if (timed_out) { in Thread_setNativeName()
|
/aosp12/art/test/1932-monitor-events-misc/ |
H A D | expected-stdout.txt | 41 …for NamedLock[Lock testThrowWaited] monitor-waited NamedLock[Lock testThrowWaited] timed_out: false 48 …[Lock testThrowWaitedTimeout] monitor-waited NamedLock[Lock testThrowWaitedTimeout] timed_out: true 55 … testThrowWaitedInterrupt] monitor-waited NamedLock[Lock testThrowWaitedInterrupt] timed_out: false 67 …ck testMonitorInfoInEvents] monitor-waited NamedLock[Lock testMonitorInfoInEvents] timed_out: false 71 …estWaitEnterInterleaving] monitor-waited NamedLock[test testWaitEnterInterleaving] timed_out: false 78 …ock[test testWaitMonitorEnter] monitor-waited NamedLock[test testWaitMonitorEnter] timed_out: false 81 …test testWaitedMonitorEnter] monitor-waited NamedLock[test testWaitedMonitorEnter] timed_out: false
|
H A D | jvm-expected.patch | 2 …d 8 for NamedLock[Lock testThrowWait] monitor-waited NamedLock[Lock testThrowWait] timed_out: false
|
/aosp12/art/odrefresh/ |
H A D | odrefresh.cc | 775 bool timed_out = false; in VerifySystemServerArtifactsAreUpToDate() local 780 if (timed_out) { in VerifySystemServerArtifactsAreUpToDate() 867 bool timed_out = false; in VerifyBootExtensionArtifactsAreUpToDate() local 869 const int dexoptanalyzer_result = ExecAndReturnCode(args, timeout, &timed_out, &error_msg); in VerifyBootExtensionArtifactsAreUpToDate() 872 if (timed_out) { in VerifyBootExtensionArtifactsAreUpToDate() 1099 bool timed_out = false; in CompileBootExtensionArtifacts() local 1100 int dex2oat_exit_code = ExecAndReturnCode(args, timeout, &timed_out, error_msg); in CompileBootExtensionArtifacts() 1102 if (timed_out) { in CompileBootExtensionArtifacts() 1211 bool timed_out = false; in CompileSystemServerArtifacts() local 1212 int dex2oat_exit_code = ExecAndReturnCode(args, timeout, &timed_out, error_msg); in CompileSystemServerArtifacts() [all …]
|
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_l2cap_main.cc | 54 void l2c_process_held_packets(bool timed_out) { in l2c_process_held_packets() argument
|
/aosp12/art/test/ti-agent/ |
H A D | monitors_helper.cc | 128 jboolean timed_out) { in monitorWaitedCB() argument 137 jnienv->CallStaticVoidMethod(data->test_klass, data->monitor_waited, thr, obj, timed_out); in monitorWaitedCB()
|
/aosp12/system/memory/libmemunreachable/ |
H A D | ScopedDisableMalloc.h | 81 bool timed_out() { return timed_out_; } in timed_out() function
|
/aosp12/art/test/1931-monitor-events/src/art/ |
H A D | Test1931.java | 70 public static void handleMonitorWaited(Thread thd, Object lock, boolean timed_out) { in handleMonitorWaited() argument 71 System.out.println(thd.getName() + " monitor-waited " + lock + " timed_out: " + timed_out); in handleMonitorWaited()
|
/aosp12/art/test/1932-monitor-events-misc/src/art/ |
H A D | Test1932.java | 29 public default void handleMonitorWaited(Thread thd, Object lock, boolean timed_out) {} in handleMonitorWaited() argument 650 public static void handleMonitorWaited(Thread thd, Object lock, boolean timed_out) { in handleMonitorWaited() argument 651 System.out.println(thd.getName() + " monitor-waited " + lock + " timed_out: " + timed_out); in handleMonitorWaited() 653 HANDLER.handleMonitorWaited(thd, lock, timed_out); in handleMonitorWaited()
|
/aosp12/art/openjdkjvm/ |
H A D | OpenjdkJvm.cc | 421 bool timed_out; in JVM_SetNativeThreadName() local 427 &timed_out); in JVM_SetNativeThreadName() 436 } else if (timed_out) { in JVM_SetNativeThreadName()
|
/aosp12/frameworks/base/core/proto/android/os/ |
H A D | metadata.proto | 63 optional bool timed_out = 7; field
|