Home
last modified time | relevance | path

Searched defs:started (Results 1 – 25 of 1109) sorted by relevance

12345678910>>...45

/aosp_15_r20/external/cronet/testing/libfuzzer/
H A Dgetting_started_with_libfuzzer.md17 ### Simple Example
84 ### Creating your first fuzz target
131 ### Setting up your build environment
202 ### Running the fuzz target
258 ### Submitting your fuzz target
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
H A DDesktopMixedTransitionHandlerTest.kt201 val started = mixedHandler.startAnimation( in <lambda>() constant
228 val started = mixedHandler.startAnimation( in <lambda>() constant
508 val started = mixedHandler.startAnimation( in <lambda>() constant
538 val started = mixedHandler.startAnimation( in <lambda>() constant
572 val started = mixedHandler.startAnimation( in <lambda>() constant
729 val started = mixedHandler.startAnimation( in <lambda>() constant
/aosp_15_r20/external/autotest/docs/
H A Dwifi-basics-codelab.md114 #### 1. Gather pcap data
149 #### 2. Use Wireshark to analyze the packets
244 #### 3. Learn some 802.11 background
303 #### 4. Let's analyze some packets
332 #### 5. Filter the frames and check your results
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
H A DMultiPointerDraggableTest.kt91 var started = false in <lambda>() variable
158 var started = false in <lambda>() variable
228 var started = false in <lambda>() variable
324 var started = false in <lambda>() variable
553 var started = false in <lambda>() variable
618 var started = false in <lambda>() variable
/aosp_15_r20/external/grpc-grpc/test/core/transport/chttp2/
H A Dping_callbacks_test.cc61 bool started = false; in TEST() local
100 bool started = false; in TEST() local
145 bool started = false; in TEST() local
184 bool started = false; in TEST() local
224 bool started = false; in TEST() local
520 bool started = false; in TEST() local
560 bool started = false; in TEST() local
/aosp_15_r20/external/webrtc/modules/desktop_capture/
H A Ddesktop_capturer_differ_wrapper_unittest.cc261 int64_t started = rtc::TimeMillis(); in TEST() local
267 int64_t started = rtc::TimeMillis(); in TEST() local
273 int64_t started = rtc::TimeMillis(); in TEST() local
279 int64_t started = rtc::TimeMillis(); in TEST() local
286 int64_t started = rtc::TimeMillis(); in TEST() local
/aosp_15_r20/external/python/cpython3/Doc/using/
Dwindows.rst706 From the command-line
774 Virtual environments
786 From a script
820 From file associations
/aosp_15_r20/external/grpc-grpc/src/core/lib/surface/
H A Dwait_for_cq_end_op.cc38 auto& started = in operator ()() local
43 auto started = static_cast<Started*>(p); in operator ()() local
51 auto& started = absl::get<Started>(state_); in operator ()() local
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/
Diperf_server.py278 def started(self): member in IPerfServerBase
360 def started(self): member in IPerfServer
457 def started(self): member in IPerfServerOverSsh
645 def started(self): member in IPerfServerOverAdb
/aosp_15_r20/art/runtime/
H A Druntime_callbacks_test.cc156 bool started = runtime_->Start(); in TEST_F() local
352 bool started = runtime_->Start(); in TEST_F() local
424 bool started = runtime_->Start(); in TEST_F() local
507 bool started = runtime_->Start(); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/core/public/
H A DREADME.md8 ### Python API example
34 ### C++ API Example
/aosp_15_r20/external/pytorch/benchmarks/overrides_benchmark/
H A DREADME.md6 ### Initial Setup
15 ### Running the benchmark
/aosp_15_r20/external/pigweed/pw_build_info/
H A Ddocs.rst41 Updating your linker script
113 Generating the build ID
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/examples/video_classification/
H A Doverview.md37 ### Android
48 ### Raspberry Pi
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/common/
Dlazy.rs9 fn started(&self) -> bool; in started() method
46 fn started(&self) -> bool { in started() function
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/
DRestrictedListPreferenceTest.java85 Intent started = Shadows.shadowOf(mActivity).getNextStartedActivity(); in performClick_profileLocked() local
100 Intent started = Shadows.shadowOf(mActivity).getNextStartedActivity(); in performClick_profileDisabled() local
/aosp_15_r20/external/iproute2/lib/
H A Ddnet_ntop.c19 …__ int do_digit(char *str, u_int16_t *addr, u_int16_t scale, size_t *pos, size_t len, int *started) in do_digit()
41 int started = 0; in dnet_ntop1() local
/aosp_15_r20/external/TestParameterInjector/
H A DREADME.md26 ### JUnit4
66 ### JUnit5 (Jupiter)
/aosp_15_r20/frameworks/libs/systemui/animationlib/tests/src/com/android/app/animation/
DAnimationsTest.kt65 var started = false variable
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/sharing/
H A DSharingStartedWhileSubscribedTest.kt45 var started = 0 in <lambda>() variable
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
H A DCoroutineSchedulerCloseStressTest.kt30 private val started = atomic(0) constant in kotlinx.coroutines.scheduling.CoroutineSchedulerCloseStressTest
/aosp_15_r20/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/updates/hinge/
H A DHingeSensorAngleProvider.kt41 var started = false variable
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/
H A DSharingStarted.kt150 var started = false in <lambda>() variable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/condvar/
H A Dtests.rs77 let mut started = lock.lock().unwrap(); in wait_while() localVariable
142 let mut started = lock.lock().unwrap(); in wait_timeout_while_wake() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/condvar/
H A Dtests.rs77 let mut started = lock.lock().unwrap(); in wait_while() localVariable
142 let mut started = lock.lock().unwrap(); in wait_timeout_while_wake() localVariable

12345678910>>...45