Home
last modified time | relevance | path

Searched refs:started (Results 51 - 75 of 120) sorted by relevance

12345

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_transfer.c1378 * packet at the moment the USB transfer is started. This leads us to
1824 /* mark the USB transfer started */ in usbd_transfer_start()
1826 if (!xfer->flags_int.started) { in usbd_transfer_start()
1829 xfer->flags_int.started = 1; in usbd_transfer_start()
1865 if (xfer->flags_int.started) { in usbd_transfer_stop()
1866 /* nothing to do except clearing the "started" flag */ in usbd_transfer_stop()
1869 xfer->flags_int.started = 0; in usbd_transfer_stop()
1881 * Clear "open" and "started" when both private and USB lock in usbd_transfer_stop()
1885 xfer->flags_int.started = 0; in usbd_transfer_stop()
2310 if (!xfer->flags_int.started) { in usbd_callback_wrapper()
[all...]
/third_party/backends/backend/
H A Dkodak.h148 int started; member
H A Ddc25.c2292 static SANE_Bool started = SANE_FALSE; variable
2307 if (started) in sane_start()
2512 started = SANE_TRUE; in sane_start()
2525 if ( ! started ) { in sane_read()
2692 started = SANE_FALSE; in sane_cancel()
2700 if (started) in sane_set_io_mode()
H A Depjitsu.h203 int started; member
H A Dfujitsu.c5338 if ( s->started ) { in sane_control_option()
6759 * a scan has been started (sane_start() has been called) and the
6764 * Calling this function before a scan has actually started allows,
6778 /* not started? update param data from user settings */ in sane_get_parameters()
6779 if(!s->started){ in sane_get_parameters()
6938 * Called by SANE when a page acquisition operation is to be started.
6944 * hence, we spend a lot of time playing with s->started, etc.
6953 DBG (15, "started=%d, side=%d, source=%d\n", s->started, s->side, s->source); in sane_start()
6962 if (s->started in sane_start()
[all...]
H A Dcanon_dr.h422 int started; member
H A Dfujitsu.h537 int started; member
/third_party/node/deps/npm/lib/utils/
H A Dreify-output.js208 msg.push(` in ${ms(Date.now() - npm.started)}`)
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A Dglmark2Benchmark.cpp154 ASSERT_TRUE(process && process->started()); in run()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DTestSuite_unittest.cpp86 EXPECT_TRUE(process->started()); in runTestSuite()
/third_party/curl/lib/
H A Dcontent_encoding.c92 ZLIB_INFLATING, /* inflating started. */
178 zlibInitState started) in inflate_stream()
222 zp->zlib_init = started; /* Data started. */ in inflate_stream()
271 at the next call, assume output has already started. */ in inflate_stream()
273 zp->zlib_init = started; /* Cannot restart anymore. */ in inflate_stream()
176 inflate_stream(struct Curl_easy *data, struct Curl_cwriter *writer, int type, zlibInitState started) inflate_stream() argument
/third_party/pulseaudio/speex/libspeexdsp/
H A Dresample.c134 int started; member
723 if (!st->started) in update_filter()
820 st->started = 0; in speex_resampler_init_frac()
888 st->started = 1; in speex_resampler_process_native()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_query.c39 bool started; member
77 struct zink_batch_usage *batch_uses; //batch that the query was started in
103 if (!vkq->started) { in begin_vk_query_indexed()
109 vkq->started = true; in begin_vk_query_indexed()
117 if (vkq->started) { in end_vk_query_indexed()
121 vkq->started = false; in end_vk_query_indexed()
429 vkq->started = false; in query_pool_get_range()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_i.h87 unsigned int started:1; member
H A Dhostapd.c108 if (!hapd->started) in hostapd_reload_bss()
373 if (!hapd->started) { in hostapd_free_hapd_data()
374 wpa_printf(MSG_ERROR, "%s: Interface %s wasn't started", in hostapd_free_hapd_data()
378 hapd->started = 0; in hostapd_free_hapd_data()
1140 if (hapd->started) { in hostapd_setup_bss()
1141 wpa_printf(MSG_ERROR, "%s: Interface %s was already started", in hostapd_setup_bss()
1145 hapd->started = 1; in hostapd_setup_bss()
2355 /* Only once the interfaces are sync started */ in hostapd_setup_interface_complete()
2618 * allocate memory for the BSS. No actual driver operations are started.
3811 if (!hapd->started) in hostapd_periodic_iface()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_i.h85 unsigned int started:1; member
H A Dhostapd.c100 if (!hapd->started) in hostapd_reload_bss()
357 if (!hapd->started) { in hostapd_free_hapd_data()
358 wpa_printf(MSG_ERROR, "%s: Interface %s wasn't started", in hostapd_free_hapd_data()
362 hapd->started = 0; in hostapd_free_hapd_data()
1101 if (hapd->started) { in hostapd_setup_bss()
1102 wpa_printf(MSG_ERROR, "%s: Interface %s was already started", in hostapd_setup_bss()
1106 hapd->started = 1; in hostapd_setup_bss()
2163 /* Only once the interfaces are sync started */ in hostapd_setup_interface_complete()
2415 * allocate memory for the BSS. No actual driver operations are started.
3566 if (!hapd->started) in hostapd_periodic_iface()
[all...]
/test/xts/acts/multimedia/media/media_js_standard/
H A DAVRecorderTestBase.js58 STARTED : 'started',
367 console.info(`case avRecorderWithCallBack is started`)
368 expect(avRecorder.state).assertEqual('started');
1643 console.info(`case getInputSurfaceTest33 state is started`)
1644 expect(avRecorder.state).assertEqual('started');
1688 console.info(`case getInputSurfaceTest34 state is started`)
1689 expect(avRecorder.state).assertEqual('started');
1736 console.info(`case getInputSurfaceTest35 state is started`)
1737 expect(avRecorder.state).assertEqual('started');
1787 console.info(`case getInputSurfaceTest36 state is started`)
[all...]
/third_party/skia/third_party/externals/angle2/util/windows/
H A Dtest_utils_win.cpp277 bool started() override { return mStarted; }
/third_party/skia/third_party/externals/angle2/util/posix/
H A Dtest_utils_posix.cpp220 bool started() override { return mStarted; }
/third_party/python/Lib/test/
H A Dlock_tests.py39 self.started = []
47 self.started.append(tid)
63 while len(self.started) < self.n:
/third_party/python/Lib/test/test_asyncio/
H A Dtest_sendfile.py73 self.started = False
80 self.started = True
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_supplicant.c590 * for works that have not been started. gas_query_free() will be unable in wpa_supplicant_cleanup()
850 * association is completed for WPA/WPA2 4-Way Handshake is started.
3065 if (work->started) { in wpas_start_assoc_cb()
5172 wpa_dbg(work->wpa_s, MSG_INFO, "Freeing radio work '%s'@%p (started=%d) that is marked as scan_work",
5173 work->type, work, work->started);
5180 wpa_dbg(work->wpa_s, MSG_INFO, "Freeing radio work '%s'@%p (started=%d) that is marked as p2p_scan_work",
5181 work->type, work, work->started);
5186 if (work->started) {
5220 if (tmp->started) {
5254 if (tmp->started)
5535 unsigned int started = work->started; global() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_supplicant.c696 * for works that have not been started. gas_query_free() will be unable in wpa_supplicant_cleanup()
985 * association is completed for WPA/WPA2 4-Way Handshake is started.
3794 if (work->started) {
6423 wpa_dbg(work->wpa_s, MSG_INFO, "Freeing radio work '%s'@%p (started=%d) that is marked as scan_work",
6424 work->type, work, work->started);
6431 wpa_dbg(work->wpa_s, MSG_INFO, "Freeing radio work '%s'@%p (started=%d) that is marked as p2p_scan_work",
6432 work->type, work, work->started);
6437 if (work->started) {
6471 if (tmp->started) {
6505 if (tmp->started)
6795 unsigned int started = work->started; global() local
[all...]
/third_party/libinput/src/
H A Devdev-mt-touchpad.h353 bool started; member

Completed in 51 milliseconds

12345