/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
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_RE… in getResults()
|
D | VkQueryPool.hpp | 37 ACTIVE, enumerator
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | webrtcsdp.c | 519 return SETUP (ACTIVE); in _get_dtls_setup_from_media() 540 return SETUP (ACTIVE); in _intersect_dtls_setup() 541 case SETUP (ACTIVE): in _intersect_dtls_setup() 586 case SETUP (ACTIVE): in _get_final_setup() 587 if (remote_setup == SETUP (ACTIVE)) { in _get_final_setup() 592 new_setup = SETUP (ACTIVE); in _get_final_setup() 608 if (remote_setup == SETUP (ACTIVE)) in _get_final_setup() 611 new_setup = SETUP (ACTIVE); in _get_final_setup() 616 new_setup = SETUP (ACTIVE); in _get_final_setup()
|
/third_party/nghttp2/src/ |
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()
|
D | shrpx_downstream.h | 316 ACTIVE, enumerator
|
D | shrpx_http2_upstream.cc | 2034 if (d->get_dispatch_state() == DispatchState::ACTIVE && in on_handler_delete() 2044 if (downstream->get_dispatch_state() != DispatchState::ACTIVE) { in on_downstream_reset()
|
/third_party/python/Lib/tkinter/ |
D | constants.py | 72 ACTIVE='active' variable
|
D | simpledialog.py | 198 w = Button(box, text="OK", width=10, command=self.ok, default=ACTIVE)
|
/third_party/curl/tests/server/ |
D | sockfilt.c | 146 ACTIVE, /* as a client, connected to a server */ enumerator 975 case ACTIVE: in juggle() 1461 mode = ACTIVE; in main()
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | tmschema.h | 407 TM_STATE(1,FS,ACTIVE) 412 TM_STATE(1,CS,ACTIVE) 418 TM_STATE(1,MXCS,ACTIVE) 424 TM_STATE(1,MNCS,ACTIVE)
|
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/m4sugar/ |
D | m4sugar.m4 | 610 # m4_define([active], [ACTIVE]) 611 # m4_default([active], [default]) => ACTIVE 612 # m4_default([], [active]) => ACTIVE 614 # -m4_default_nblank([ ], [active])- => -ACTIVE- 2310 # m4_define(active, ACTIVE) 2358 # m4_define(active, ACTIVE) 2379 # m4_define(active, ACTIVE) 2405 # m4_define(active, ACTIVE) 2483 # | m4_define(active, ACTIVE)dnl 2490 # => This is an ACTIVE symbol. [all …]
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstmessage.c | 2101 GST_QUARK (ACTIVE), G_TYPE_BOOLEAN, active, in gst_message_new_step_start() 2138 GST_QUARK (ACTIVE), G_TYPE_BOOLEAN, active, in gst_message_parse_step_start()
|
/third_party/python/Lib/idlelib/ |
D | configdialog.py | 18 HORIZONTAL, VERTICAL, ANCHOR, ACTIVE, END) 655 ACTIVE if event.type.name == 'KeyRelease' else ANCHOR)
|
/third_party/python/Doc/library/ |
D | nntplib.rst | 296 Send a ``LIST`` or ``LIST ACTIVE`` command. Return a pair
|
/third_party/eudev/hwdb/ |
D | 20-OUI.hwdb | 31098 ID_OUI_FROM_DATABASE=ACTIVE POWER 33225 ID_OUI_FROM_DATABASE=ACTIVE IMAGING PLC 35346 ID_OUI_FROM_DATABASE=INDIGO ACTIVE VISION SYSTEMS LIMITED
|
/third_party/NuttX/ |
D | ReleaseNotes | 17972 - drivers/lcd/ft80x: ACTIVE host command appears to be formatted
|
D | ChangeLog | 18903 * drivers/lcd/ft80x: ACTIVE host command appears to be formatted
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 123263 Remove ACTIVE pad flag, use FLUSHING everywhere
|