/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkQueryPool.cpp | 34 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 D | VkQueryPool.hpp | 37 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 D | shrpx_downstream_queue.cc | 90 downstream->set_dispatch_state(DispatchState::ACTIVE); in mark_active() 134 if (downstream->get_dispatch_state() == DispatchState::ACTIVE) { in remove_and_get_blocked()
|
H A D | shrpx_downstream.h | 321 ACTIVE, member in shrpx::DispatchState
|
H A D | shrpx_http2_upstream.cc | 2052 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 D | shrpx_http3_upstream.cc | 1513 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 D | constants.py | 72 ACTIVE='active' variable
|
H A D | simpledialog.py | 173 w = Button(box, text="OK", width=10, command=self.ok, default=ACTIVE)
|
/third_party/ltp/testcases/kernel/mce-test/tools/ |
H A D | page-types.c | 432 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 D | sockfilt.c | 151 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 D | test_enum.py | 2442 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 D | configdialog.py | 18 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 D | stylo.hpp | [all...] |