/aosp_15_r20/libcore/jsr166-tests/src/test/java/jsr166/ |
H A D | StampedLockTest.java | 285 final CountDownLatch running = new CountDownLatch(1); in testWriteLockInterruptibly_Interruptible() local 305 final CountDownLatch running = new CountDownLatch(1); in testWriteTryLock_Interruptible() local 326 final CountDownLatch running = new CountDownLatch(1); in testReadLockInterruptibly_Interruptible() local 346 final CountDownLatch running = new CountDownLatch(1); in testReadTryLock_Interruptible() local 433 final CountDownLatch running = new CountDownLatch(1); in testWriteAfterReadLock() local 575 final CountDownLatch running = new CountDownLatch(1); in testWriteLockInterruptibly() local 596 final CountDownLatch running = new CountDownLatch(1); in testReadLockInterruptibly() local 702 final CountDownLatch running = new CountDownLatch(1); in testValidateOptimisticWriteLocked2() local
|
/aosp_15_r20/external/AFLplusplus/utils/afl_network_proxy/ |
H A D | README.md | 16 ### Compiling 27 ### on the target 37 ### on the (afl-fuzz) main node 51 ### networking
|
/aosp_15_r20/tools/metalava/ |
H A D | README.md | 36 ### Through Gradle 46 ### Through distribution artifact 76 ### Maven artifacts 84 ### Integration testing
|
/aosp_15_r20/external/ltp/pan/ |
H A D | ltp-pan.c | 163 struct tag_pgrp *running; in main() local 677 propagate_signal(struct tag_pgrp *running, int keep_active, in propagate_signal() 713 check_pids(struct tag_pgrp *running, int *num_active, int keep_active, in check_pids() 1355 static void copy_buffered_output(struct tag_pgrp *running) in copy_buffered_output() 1387 static void write_test_start(struct tag_pgrp *running, int no_kmsg) in write_test_start() 1408 write_test_end(struct tag_pgrp *running, const char *init_status, in write_test_end() 1428 static void pids_running(struct tag_pgrp *running, int keep_active) in pids_running()
|
/aosp_15_r20/device/google/cuttlefish/host/libs/process_monitor/ |
D | process_monitor.cc | 91 Result<void> MonitorLoop(std::atomic_bool& running, in MonitorLoop() 255 Result<void> ProcessMonitor::ReadMonitorSocketLoop(std::atomic_bool& running) { in ReadMonitorSocketLoop() 417 std::atomic_bool running(true); in MonitorRoutine() local 420 [this](std::atomic_bool& running) -> Result<void> { in MonitorRoutine()
|
/aosp_15_r20/system/gsid/ |
H A D | gsi_tool.cpp | 96 bool running; in EnforceNonLockedDsu() local 518 bool running = false; in Wipe() local 533 bool running; in WipeData() local 569 bool running; in Status() local
|
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/ |
H A D | subprocess.cc | 477 bool running = running_; in WaitInternal() local 509 bool running = running_; in Kill() local 528 bool running = running_; in Communicate() local
|
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/windows/ |
H A D | subprocess.cc | 302 bool running = running_; in WaitInternal() local 339 bool running = running_; in Kill() local 353 bool running = running_; in Communicate() local
|
/aosp_15_r20/external/webrtc/test/mac/ |
H A D | run_test.mm | 26 - (BOOL)running; method 45 - (BOOL)running { method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ExpandableNotificationRow.java | 487 public void setAnimationRunning(boolean running) { in setAnimationRunning() 523 private void setIconAnimationRunning(boolean running, NotificationContentView layout) { in setIconAnimationRunning() 540 private void setIconAnimationRunningForChild(boolean running, View child) { in setIconAnimationRunningForChild() 556 private void setImageViewAnimationRunning(ImageView imageView, boolean running) { in setImageViewAnimationRunning()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowManagerThreadPriorityBooster.java | 75 void setAppTransitionRunning(boolean running) { in setAppTransitionRunning() 84 void setBoundsAnimationRunning(boolean running) { in setBoundsAnimationRunning()
|
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/sched/ |
H A D | time_in_state.sql | 65 running LONG, field 83 _case_for_state!('Running') AS running, field
|
/aosp_15_r20/frameworks/av/media/libstagefright/webm/include/webm/ |
H A D | WebmFrameThread.h | 36 virtual bool running() { return false; } in running() function 74 bool running() { in running() function
|
/aosp_15_r20/external/python/cpython2/Doc/includes/ |
D | mp_synchronize.py | 16 def value_func(running, mutex): argument 110 def semaphore_func(sema, mutex, running): argument
|
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_non_blocking_thread_pool.cpp | 34 std::atomic<int> running(0); in test_parallelism() local 133 std::atomic<int> running(0); in test_pool_partitions() local
|
/aosp_15_r20/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/ |
H A D | BatteryStatsTimeBaseTest.java | 41 public void populate(long uptime, long realtime, boolean running, long pastUptime, in populate() 55 public void verify(long uptime, long realtime, boolean running, long pastUptime, in verify()
|
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | AppCompatLetterboxUtilsTest.java | 192 void setTopActivityLetterboxPolicyRunning(boolean running) { in setTopActivityLetterboxPolicyRunning() 197 void setTopActivityTransparentPolicyRunning(boolean running) { in setTopActivityTransparentPolicyRunning()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/ |
D | child_decl.hpp | 106 bool running() in running() function in boost::process::child 146 bool running(std::error_code & ec) noexcept in running() function in boost::process::child
|
/aosp_15_r20/external/python/bumble/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/ |
D | Model.kt | 47 var running by mutableStateOf(false) variable in com.github.google.bumble.btbench.AppViewModel
|
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | StopwatchNotificationBuilder.kt | 68 val running = stopwatch!!.isRunning in build() constant
|
/aosp_15_r20/system/unwinding/libunwindstack/utils/tests/ |
H A D | ProcessTracerTest.cpp | 153 static void VerifyState(pid_t tid, bool running) { in VerifyState() 169 static void VerifyState(ProcessTracer& proc, bool running) { in VerifyState()
|
/aosp_15_r20/frameworks/base/tests/CoreTests/android/core/ |
H A D | TestWebServer.java | 222 boolean running = false; field in TestWebServer.AcceptThread 349 boolean running = false; field in TestWebServer.Worker
|
/aosp_15_r20/external/crosvm/cros_async/src/blocking/ |
H A D | cancellable_pool.rs | 413 let running = Arc::new((Mutex::new(false), Condvar::new())); in shutdown_with_blocked_work_should_timeout() localVariable 447 let running = Arc::new((Mutex::new(false), Condvar::new())); in shutdown_in_progress() localVariable
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/test/ |
D | async_manager_unittest.cc | 225 Event running; in TEST_F() local 240 Event running; in TEST_F() local
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
H A D | AbstractServiceTest.java | 145 boolean running = false; field in AbstractServiceTest.NoOpService 810 public synchronized void running() { in running() method in AbstractServiceTest.RecordingListener
|