Home
last modified time | relevance | path

Searched full:started (Results 1 – 25 of 9011) sorted by relevance

12345678910>>...361

/external/cronet/stable/third_party/libc++/src/docs/Status/
DPSTLPaper.csv2 …e] <https://wg21.link/adjacent.difference>`_,std::adjacent_difference,Nikolas Klauser,|Not Started|
3 …cent.find] <https://wg21.link/alg.adjacent.find>`_,std::adjacent_find,Nikolas Klauser,|Not Started|
7 | `[alg.copy] <https://wg21.link/alg.copy>`_,std::copy_if,Nikolas Klauser,|Not Started|
12 …ve.scan] <https://wg21.link/alg.exclusive.scan>`_,std::exclusive_scan,Nikolas Klauser,|Not Started|
13 …ve.scan] <https://wg21.link/alg.exclusive.scan>`_,std::exclusive_scan,Nikolas Klauser,|Not Started|
17 | `[alg.find.end] <https://wg21.link/alg.find.end>`_,std::find_end,Nikolas Klauser,|Not Started|
18 ….first.of] <https://wg21.link/alg.find.first.of>`_,std::find_first_of,Nikolas Klauser,|Not Started|
25 …et.operations] <https://wg21.link/alg.set.operations>`_,std::includes,Nikolas Klauser,|Not Started|
26 …ve.scan] <https://wg21.link/alg.inclusive.scan>`_,std::inclusive_scan,Nikolas Klauser,|Not Started|
27 | `[alg.merge] <https://wg21.link/alg.merge>`_,std::inplace_merge,Nikolas Klauser,|Not Started|
[all …]
/external/cronet/tot/third_party/libc++/src/docs/Status/
DPSTLPaper.csv2 …e] <https://wg21.link/adjacent.difference>`_,std::adjacent_difference,Nikolas Klauser,|Not Started|
3 …cent.find] <https://wg21.link/alg.adjacent.find>`_,std::adjacent_find,Nikolas Klauser,|Not Started|
7 | `[alg.copy] <https://wg21.link/alg.copy>`_,std::copy_if,Nikolas Klauser,|Not Started|
12 …ve.scan] <https://wg21.link/alg.exclusive.scan>`_,std::exclusive_scan,Nikolas Klauser,|Not Started|
13 …ve.scan] <https://wg21.link/alg.exclusive.scan>`_,std::exclusive_scan,Nikolas Klauser,|Not Started|
17 | `[alg.find.end] <https://wg21.link/alg.find.end>`_,std::find_end,Nikolas Klauser,|Not Started|
18 ….first.of] <https://wg21.link/alg.find.first.of>`_,std::find_first_of,Nikolas Klauser,|Not Started|
25 …et.operations] <https://wg21.link/alg.set.operations>`_,std::includes,Nikolas Klauser,|Not Started|
26 …ve.scan] <https://wg21.link/alg.inclusive.scan>`_,std::inclusive_scan,Nikolas Klauser,|Not Started|
27 | `[alg.merge] <https://wg21.link/alg.merge>`_,std::inplace_merge,Nikolas Klauser,|Not Started|
[all …]
/external/scapy/test/contrib/automotive/gm/
Dgmlanutils.uts38 started = threading.Event()
43 requ = isotpsock2.sniff(count=1, timeout=1, started_callback=started.set)
55 started.wait(timeout=5)
64 started = threading.Event()
66 isotpsock2.sniff(count=1, timeout=1, started_callback=started.set)
73 started.wait(timeout=5)
83 started = threading.Event()
86 isotpsock2.sniff(count=1, timeout=2, started_callback=started.set)
95 started.wait(timeout=5)
103 started = threading.Event()
[all …]
/external/mesa3d/docs/
Dfeatures.txt20 The extension is started but not finished yet.
22 not started
23 The extension isn't started yet.
299 GL_ARB_cl_event not started
306 GL_ARB_robustness_isolation not started
361 GLX_ARB_robustness_application_isolation not started
362 GLX_ARB_robustness_share_group_isolation not started
533 VK_KHR_android_surface not started
539 VK_KHR_display_swapchain not started
541 VK_KHR_external_fence_win32 not started
[all …]
/external/grpc-grpc/test/core/transport/chttp2/
Dping_callbacks_test.cc61 bool started = false; in TEST() local
67 [&started] { in TEST()
68 EXPECT_FALSE(started); in TEST()
69 started = true; in TEST()
78 EXPECT_FALSE(started); in TEST()
84 EXPECT_TRUE(started); in TEST()
90 EXPECT_TRUE(started); in TEST()
100 bool started = false; in TEST() local
105 [&started] { in TEST()
106 EXPECT_FALSE(started); in TEST()
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/kill/
Dcoverage.txt8 5 NOT STARTED
9 6 NOT STARTED
10 7 NOT STARTED
11 8 NOT STARTED
12 9 NOT STARTED
17 11 NOT STARTED
18 12 NOT STARTED
19 13 NOT STARTED
20 14 NOT STARTED
21 15 NOT STARTED
/external/cronet/stable/base/task/
Ddeferred_sequenced_task_runner_unittest.cc72 EXPECT_FALSE(runner_->Started()); in TEST_F()
76 EXPECT_FALSE(runner_->Started()); in TEST_F()
78 EXPECT_TRUE(runner_->Started()); in TEST_F()
85 EXPECT_FALSE(runner_->Started()); in TEST_F()
87 EXPECT_TRUE(runner_->Started()); in TEST_F()
96 EXPECT_FALSE(runner_->Started()); in TEST_F()
100 EXPECT_FALSE(runner_->Started()); in TEST_F()
103 EXPECT_TRUE(runner_->Started()); in TEST_F()
106 EXPECT_TRUE(runner_->Started()); in TEST_F()
111 EXPECT_TRUE(runner_->Started()); in TEST_F()
[all …]
/external/cronet/tot/base/task/
Ddeferred_sequenced_task_runner_unittest.cc72 EXPECT_FALSE(runner_->Started()); in TEST_F()
76 EXPECT_FALSE(runner_->Started()); in TEST_F()
78 EXPECT_TRUE(runner_->Started()); in TEST_F()
85 EXPECT_FALSE(runner_->Started()); in TEST_F()
87 EXPECT_TRUE(runner_->Started()); in TEST_F()
96 EXPECT_FALSE(runner_->Started()); in TEST_F()
100 EXPECT_FALSE(runner_->Started()); in TEST_F()
103 EXPECT_TRUE(runner_->Started()); in TEST_F()
106 EXPECT_TRUE(runner_->Started()); in TEST_F()
111 EXPECT_TRUE(runner_->Started()); in TEST_F()
[all …]
/external/grpc-grpc/src/core/lib/surface/
Dwait_for_cq_end_op.cc38 auto& started = in operator ()() local
39 state_.emplace<Started>(GetContext<Activity>()->MakeOwningWaker()); in operator ()()
43 auto started = static_cast<Started*>(p); in operator ()() local
44 auto wakeup = std::move(started->waker); in operator ()()
45 started->done.store(true, std::memory_order_release); in operator ()()
48 &started, &started.completion); in operator ()()
51 auto& started = absl::get<Started>(state_); in operator ()() local
52 if (started.done.load(std::memory_order_acquire)) { in operator ()()
67 [](const Started& x) { in StateString()
69 "Started{completion=%p, done=%s}", &x.completion, in StateString()
/external/cldr/docs/site/translation/
Dgetting-started.md2 title: Getting Started
5 # Getting Started
7 Before getting started to contribute data in CLDR, and jumping in to using the Survey Tool, it is i…
10 2. Read the Getting Started topics on the Information Hub:
11 - [Survey Tool Guide](https://cldr.unicode.org/translation/getting-started/guide)
12 - [Survey Tool Stages](https://cldr.unicode.org/translation/getting-started/survey-tool-phases)
13 …- [Handling Errors and Warnings](https://cldr.unicode.org/translation/getting-started/errors-and-w…
14 …- [Handling Logical Group Errors](https://cldr.unicode.org/translation/getting-started/resolving-e…
15 - [Plurals & Units](https://cldr.unicode.org/translation/getting-started/plurals)
19 - [Data stability](https://cldr.unicode.org/translation/getting-started/data-stability)
[all …]
/external/python/google-api-python-client/docs/dyn/
Dscript_v1.processes.html110 …ring, Optional field used to limit returned processes to those that were started on or after the g…
125 ADD_ON - The process was started from an add-on entry point.
126 EXECUTION_API - The process was started using the Apps Script API.
127 TIME_DRIVEN - The process was started from a time-based trigger.
128 TRIGGER - The process was started from an event-based trigger.
129 WEBAPP - The process was started from a web app entry point.
130 EDITOR - The process was started using the Apps Script IDE.
131 SIMPLE_TRIGGER - The process was started from a G Suite simple trigger.
132 MENU - The process was started from a G Suite menu item.
133 BATCH_TASK - The process was started as a task in a batch job.
[all …]
/external/iproute2/lib/
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() argument
26 if (((tmp) > 0) || *started || (scale == 1)) { in do_digit()
28 *started = 1; in do_digit()
41 int started = 0; in dnet_ntop1() local
55 if (do_digit(str + pos, &area, 10, &pos, len, &started)) in dnet_ntop1()
58 if (do_digit(str + pos, &area, 1, &pos, len, &started)) in dnet_ntop1()
66 started = 0; in dnet_ntop1()
68 if (do_digit(str + pos, &addr, 1000, &pos, len, &started)) in dnet_ntop1()
71 if (do_digit(str + pos, &addr, 100, &pos, len, &started)) in dnet_ntop1()
74 if (do_digit(str + pos, &addr, 10, &pos, len, &started)) in dnet_ntop1()
[all …]
/external/autotest/client/common_lib/
Dprofiler_manager_unittest.py16 started = 0 variable in stub_profiler
21 cls.started += 1
24 cls.started -= 1
89 started = stub_profiler.started
92 self.assertEqual(started + 2, stub_profiler.started)
100 started = stub_profiler.started
105 self.assertEqual(started, stub_profiler.started)
/external/dagger2/javatests/dagger/functional/producers/cancellation/
DProducerTester.java33 * producer nodes and allows those nodes to be "started" (when returned from a producer method),
55 /** Returns whether or not the given node has been started. */
73 /** Asserts that the given nodes have been started. */
75 return assertAboutNodes(STARTED, nodes); in assertStarted()
83 /** Asserts that the given nodes have not been started. */
85 return assertAboutNodes(not(STARTED), nodes); in assertNotStarted()
93 /** Asserts that no nodes in this tester have been started. */
96 assertWithMessage("%s is started", future).that(future.isStarted()).isFalse(); in assertNoStartedNodes()
138 * A simple future for testing that can be marked as having been started and which can be
144 private volatile boolean started; field in ProducerTester.TestFuture
[all …]
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContextWrapper.java42 * Consumes the most recent {@code Intent} started by {@link
45 * @return the most recently started {@code Intent}
52 * Returns the most recent {@code Intent} started by {@link
55 * @return the most recently started {@code Intent}
62 * Clears all {@code Intent}s started by {@link
70 * Consumes the most recent {@code IntentForResult} started by {@link *
73 * @return the most recently started {@code IntentForResult}
80 * Returns the most recent {@code IntentForResult} started by {@link
83 * @return the most recently started {@code IntentForResult}
90 * Consumes the most recent {@code Intent} started by {@link
[all …]
/external/scapy/test/
Dsendsniff.uts29 started = threading.Event()
34 "started_callback": started.set},
37 started.wait(timeout=5)
41 started = threading.Event()
45 "started_callback": started.set},
48 started.wait(timeout=5)
62 started = threading.Event()
67 "started_callback": started.set},
70 started.wait(timeout=5)
81 started = threading.Event()
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/flow/
DSharingStressTest.kt27 testStress(0, started = SharingStarted.Lazily) in <lambda>()
31 testStress(0, started = SharingStarted.WhileSubscribed()) in <lambda>()
35 testStress(0, started = SharingStarted.WhileSubscribed(stopTimeoutMillis = 50L)) in <lambda>()
39 testStress(100, started = SharingStarted.WhileSubscribed()) in <lambda>()
43 testStress(100, started = SharingStarted.WhileSubscribed(replayExpirationMillis = 0L)) in <lambda>()
47 testStress(100, started = SharingStarted.WhileSubscribed(stopTimeoutMillis = 50L)) in <lambda>()
51 testStress(1, started = SharingStarted.Lazily) in <lambda>()
55 testStress(1, started = SharingStarted.WhileSubscribed()) in <lambda>()
59 testStress(1, started = SharingStarted.WhileSubscribed(replayExpirationMillis = 0L)) in <lambda>()
61 private fun testStress(replay: Int, started: SharingStarted) = runTest { in <lambda>()
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/util/
DStandaloneMediaClock.java22 * started.
28 private boolean started; field in StandaloneMediaClock
43 /** Starts the clock. Does nothing if the clock is already started. */
45 if (!started) { in start()
47 started = true; in start()
53 if (started) { in stop()
55 started = false; in stop()
66 if (started) { in resetPosition()
74 if (started) { in getPositionUs()
90 if (started) { in setPlaybackParameters()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/util/
DStandaloneMediaClock.java22 * started.
28 private boolean started; field in StandaloneMediaClock
43 /** Starts the clock. Does nothing if the clock is already started. */
45 if (!started) { in start()
47 started = true; in start()
53 if (started) { in stop()
55 started = false; in stop()
66 if (started) { in resetPosition()
74 if (started) { in getPositionUs()
90 if (started) { in setPlaybackParameters()
/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/junit/
DRegressionTestTest.java31 import static org.junit.platform.testkit.engine.EventType.STARTED;
96 event(type(STARTED), container(ENGINE)), in regressionTestEnabled()
98 type(STARTED), container(uniqueIdSubstrings(ENGINE, VALID_FUZZ_TESTS, NO_CRASH_FUZZ))), in regressionTestEnabled()
104 event(type(STARTED), container(uniqueIdSubstrings(ENGINE, VALID_FUZZ_TESTS, DATA_FUZZ))), in regressionTestEnabled()
111 event(type(STARTED), container(uniqueIdSubstrings(ENGINE, AUTOFUZZ_WITH_CORPUS_FUZZ_TEST))), in regressionTestEnabled()
112 event(type(STARTED), in regressionTestEnabled()
124 event(type(STARTED), container(uniqueIdSubstrings(ENGINE, BYTE_FUZZ_TEST))), in regressionTestEnabled()
125 event(type(STARTED), container(uniqueIdSubstrings(ENGINE, BYTE_FUZZ_TEST, BYTE_FUZZ))), in regressionTestEnabled()
130 event(type(STARTED), container(uniqueIdSubstrings(ENGINE, INVALID_FUZZ_TESTS))), in regressionTestEnabled()
131 event(type(STARTED), in regressionTestEnabled()
[all …]
/external/pffft/
Dpapi_perf_counter.h22 , started(false), finished(false), print_at_destruction(false) in papi_perf_counter()
56 started = (!ret); in start()
58 return started; in start()
64 if (started && !finished && end.started) in finish()
78 if (started && !finished)
80 if (!started || !finished)
86 started = false;
93 bool started; member
/external/python/cpython3/Lib/test/support/
Dthreading_helper.py83 is designed to cleanup threads started by the _thread.start_new_thread()
127 started = []
132 started.append(t)
135 print("Can't start %d threads, only %d threads started" %
136 (len(threads), len(started)))
146 for t in started:
148 started = [t for t in started if t.is_alive()]
149 if not started:
153 '%d minutes' % (len(started), timeout))
155 started = [t for t in started if t.is_alive()]
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
DShare.kt15 …* Converts a _cold_ [Flow] into a _hot_ [SharedFlow] that is started in the given coroutine [scope… in <lambda>()
20 …* The starting of the sharing coroutine is controlled by the [started] parameter. The following op… in <lambda>()
23 …* - [Eagerly][SharingStarted.Eagerly] &mdash; the upstream flow is started even before the first s… in <lambda>()
110 …* - `buffer(0).shareIn(scope, started, 0)` &mdash; overrides the default buffer size and creates a… in <lambda>()
114 …* - `buffer(b).shareIn(scope, started, r)` &mdash; creates a [SharedFlow] with `replay = r` and `e… in <lambda>()
115 …* - `conflate().shareIn(scope, started, r)` &mdash; creates a [SharedFlow] with `replay = r`, `onB… in <lambda>()
127 * @param scope the coroutine scope in which sharing is started. in <lambda>()
128 * @param started the strategy that controls when sharing is started and stopped. in <lambda>()
133 started: SharingStarted, in <lambda>()
143 val job = scope.launchSharing(config.context, config.upstream, shared, started, NO_VALUE as T) in <lambda>()
[all …]
/external/ltp/testcases/kernel/controllers/freezer/
DTODO26 ./freezer/freeze_move_thaw.sh:22: "ERROR: cgroup freezer started in non-THAWED state"
27 ./freezer/freeze_cancel.sh:18: "ERROR: cgroup freezer started in non-THAWED state"
30 ./freezer/freeze_self_thaw.sh:31: "ERROR: cgroup freezer started in non-THAWED state" && {
31 ./freezer/freeze_thaw.sh:17: "ERROR: cgroup freezer started in non-THAWED state"
32 ./freezer/stop_freeze_thaw_cont.sh:18: "ERROR: cgroup freezer started in non-THAWED state"
33 ./freezer/freeze_write_freezing.sh:16: "ERROR: cgroup freezer started in non-THAWED state"
35 ./freezer/stop_freeze_sleep_thaw_cont.sh:18: "ERROR: cgroup freezer started in non-THAWED state"
37 ./freezer/freeze_sleep_thaw.sh:21: "ERROR: cgroup freezer started in non-THAWED state"
39 ./freezer/vfork_freeze.sh:36: "ERROR: cgroup freezer started in non-THAWED state" && {
40 ./freezer/freeze_kill_thaw.sh:19: "ERROR: cgroup freezer started in non-THAWED state"
[all …]
/external/coreboot/src/soc/intel/common/block/include/intelblocks/
Dcse_telemetry_v2.h13 /* CSME ROM completed execution / CSME RBE started */
19 /* CSME RBE started SOC.PMC patch and payloads read from SPI flash */
25 /* CSME RBE started pushing SOC.PMC patch and payloads */
34 /* CSME RBE Started load IOE.PMC patch and payloads */
100 /* ACM Active indication - ACM started its execution */
118 /* CSME started loading TCSS components (IOM, NPHY, TBT) */
124 /* CSME started loading eDP PHY */
142 /* CSME started loading ISH Bringup module */
148 /* CSME started loading ISH Main module */

12345678910>>...361