/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/libwebsockets/lib/drivers/display/ |
D | README.md | 24 …ome out of sleep and is waiting for .latency_wake_ms befor proceeding to ACTIVE. The backlight if… 25 ACTIVE|The backlight is ON and the dim timer is running 34 display state to transition to ACTIVE smoothly, taking care of waking the display
|
/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 | 321 ACTIVE, enumerator
|
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()
|
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()
|
/third_party/python/Lib/tkinter/ |
D | constants.py | 72 ACTIVE='active' variable
|
D | simpledialog.py | 173 w = Button(box, text="OK", width=10, command=self.ok, default=ACTIVE)
|
/third_party/ltp/testcases/kernel/mce-test/tools/ |
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/ |
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/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/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_window.js | 159 ACTIVE: 2, property
|
/third_party/python/Lib/idlelib/ |
D | configdialog.py | 18 HORIZONTAL, VERTICAL, ANCHOR, ACTIVE, END, TclError) 441 ACTIVE if event.type.name == 'KeyRelease' else ANCHOR)
|
/third_party/mesa3d/src/compiler/glsl/ |
D | glsl_lexer.ll | 714 active KEYWORD(130, 300, 0, 0, ACTIVE);
|
D | glsl_parser.yy | 186 %token COMMON PARTITION ACTIVE FILTER ROW_MAJOR
|
/third_party/python/Doc/library/ |
D | nntplib.rst | 304 Send a ``LIST`` or ``LIST ACTIVE`` command. Return a pair
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 152130 …ling == ACTIVE || mJSSampling == ACTIVE_REQUESTED)>::isValid, "invalid assertion condition"); if (… in stopJSSampling() 152143 if (mJSSampling.compareExchange(ACTIVE_REQUESTED, ACTIVE)) { in pollJSSampling() 152226 static const int ACTIVE = 2; member
|
/third_party/NuttX/ |
D | ReleaseNotes | 17973 - drivers/lcd/ft80x: ACTIVE host command appears to be formatted
|