Home
last modified time | relevance | path

Searched refs:ACTIVE (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkQueryPool.cpp34 ASSERT(prevState != ACTIVE); in reset()
40 auto prevState = state.exchange(ACTIVE); in start()
50 ASSERT(prevState == ACTIVE); in finish()
149 if(current.state == Query::ACTIVE || (current.state == Query::UNAVAILABLE && !(flags & VK_QUERY_RESULT_WAIT_BIT))) in getResults()
H A DVkQueryPool.hpp37 ACTIVE, enumerator
49 // reset() must not be called while the query is in the ACTIVE state.
54 // start() sets the state to ACTIVE.
60 // finish() must only be called when in the ACTIVE state.
/third_party/nghttp2/src/
H A Dshrpx_downstream_queue.cc90 downstream->set_dispatch_state(DispatchState::ACTIVE); in mark_active()
134 if (downstream->get_dispatch_state() == DispatchState::ACTIVE) { in remove_and_get_blocked()
H A Dshrpx_downstream.h321 ACTIVE, member in shrpx::DispatchState
H A Dshrpx_http2_upstream.cc2052 if (d->get_dispatch_state() == DispatchState::ACTIVE && in on_handler_delete()
2062 if (downstream->get_dispatch_state() != DispatchState::ACTIVE) { in on_downstream_reset()
2065 // DispatchState::ACTIVE state, or we did not set in on_downstream_reset()
H A Dshrpx_http3_upstream.cc1513 if (d->get_dispatch_state() == DispatchState::ACTIVE && in on_handler_delete()
1587 if (downstream->get_dispatch_state() != DispatchState::ACTIVE) { in on_downstream_reset()
1590 // DispatchState::ACTIVE state, or we did not set in on_downstream_reset()
/third_party/python/Lib/tkinter/
H A Dconstants.py72 ACTIVE='active' variable
H A Dsimpledialog.py173 w = Button(box, text="OK", width=10, command=self.ok, default=ACTIVE)
/third_party/ltp/testcases/kernel/mce-test/tools/
H A Dpage-types.c432 if (flags & BIT(ACTIVE)) in expand_overloaded_flags()
433 flags ^= BIT(ACTIVE) | BIT(SLUB_FROZEN); in expand_overloaded_flags()
/third_party/curl/tests/server/
H A Dsockfilt.c151 ACTIVE, /* as a client, connected to a server */ enumerator
1022 case ACTIVE: in juggle()
1493 mode = ACTIVE; in main()
/third_party/python/Lib/test/
H A Dtest_enum.py2442 ACTIVE = "active" variable in TestSpecial.test_multiple_mixin_with_common_data_type.JobStatus
2447 self.assertEqual(list(JobStatus), [JS.ACTIVE, JS.PENDING, JS.TERMINATED])
2448 self.assertEqual(JS.ACTIVE, 'active')
2449 self.assertEqual(JS.ACTIVE.value, 'active')
2450 self.assertIs(JS('Active'), JS.ACTIVE)
2451 self.assertTrue(JS.ACTIVE.valid)
2453 self.assertEqual(list(JobStatus), [JS.ACTIVE, JS.PENDING, JS.TERMINATED])
2454 self.assertEqual(JS.ACTIVE, 'active')
2455 self.assertEqual(JS.ACTIVE.value, 'active')
2456 self.assertIs(JS('Active'), JS.ACTIVE)
[all...]
/third_party/python/Lib/idlelib/
H A Dconfigdialog.py18 HORIZONTAL, VERTICAL, ANCHOR, ACTIVE, END, TclError)
441 ACTIVE if event.type.name == 'KeyRelease' else ANCHOR)
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 73 milliseconds