Home
last modified time | relevance | path

Searched refs:ACTIVE (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
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_RE… in getResults()
DVkQueryPool.hpp37 ACTIVE, enumerator
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dwebrtcsdp.c519 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/
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()
Dshrpx_downstream.h316 ACTIVE, enumerator
Dshrpx_http2_upstream.cc2034 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/
Dconstants.py72 ACTIVE='active' variable
Dsimpledialog.py198 w = Button(box, text="OK", width=10, command=self.ok, default=ACTIVE)
/third_party/curl/tests/server/
Dsockfilt.c146 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/
Dtmschema.h407 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/
Dm4sugar.m4610 # 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/
Dgstmessage.c2101 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/
Dconfigdialog.py18 HORIZONTAL, VERTICAL, ANCHOR, ACTIVE, END)
655 ACTIVE if event.type.name == 'KeyRelease' else ANCHOR)
/third_party/python/Doc/library/
Dnntplib.rst296 Send a ``LIST`` or ``LIST ACTIVE`` command. Return a pair
/third_party/eudev/hwdb/
D20-OUI.hwdb31098 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/
DReleaseNotes17972 - drivers/lcd/ft80x: ACTIVE host command appears to be formatted
DChangeLog18903 * drivers/lcd/ft80x: ACTIVE host command appears to be formatted
/third_party/gstreamer/gstreamer/
DChangeLog123263 Remove ACTIVE pad flag, use FLUSHING everywhere