Home
last modified time | relevance | path

Searched defs:running (Results 1 – 25 of 980) sorted by relevance

12345678910>>...40

/aosp_15_r20/libcore/jsr166-tests/src/test/java/jsr166/
H A DStampedLockTest.java285 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 DREADME.md16 ### Compiling
27 ### on the target
37 ### on the (afl-fuzz) main node
51 ### networking
/aosp_15_r20/tools/metalava/
H A DREADME.md36 ### Through Gradle
46 ### Through distribution artifact
76 ### Maven artifacts
84 ### Integration testing
/aosp_15_r20/external/ltp/pan/
H A Dltp-pan.c163 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/
Dprocess_monitor.cc91 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 Dgsi_tool.cpp96 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 Dsubprocess.cc477 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 Dsubprocess.cc302 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 Drun_test.mm26 - (BOOL)running; method
45 - (BOOL)running { method
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java487 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 DWindowManagerThreadPriorityBooster.java75 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 Dtime_in_state.sql65 running LONG, field
83 _case_for_state!('Running') AS running, field
/aosp_15_r20/frameworks/av/media/libstagefright/webm/include/webm/
H A DWebmFrameThread.h36 virtual bool running() { return false; } in running() function
74 bool running() { in running() function
/aosp_15_r20/external/python/cpython2/Doc/includes/
Dmp_synchronize.py16 def value_func(running, mutex): argument
110 def semaphore_func(sema, mutex, running): argument
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_non_blocking_thread_pool.cpp34 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 DBatteryStatsTimeBaseTest.java41 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 DAppCompatLetterboxUtilsTest.java192 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/
Dchild_decl.hpp106 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/
DModel.kt47 var running by mutableStateOf(false) variable in com.github.google.bumble.btbench.AppViewModel
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/data/
DStopwatchNotificationBuilder.kt68 val running = stopwatch!!.isRunning in build() constant
/aosp_15_r20/system/unwinding/libunwindstack/utils/tests/
H A DProcessTracerTest.cpp153 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 DTestWebServer.java222 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 Dcancellable_pool.rs413 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/
Dasync_manager_unittest.cc225 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 DAbstractServiceTest.java145 boolean running = false; field in AbstractServiceTest.NoOpService
810 public synchronized void running() { in running() method in AbstractServiceTest.RecordingListener

12345678910>>...40