Home
last modified time | relevance | path

Searched refs:retired (Results 1 – 25 of 49) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DmemberVariableDeclarations1.symbols13 public retired = false;
14 >retired : Symbol(Employee.retired, Decl(memberVariableDeclarations1.ts, 4, 27))
34 public retired: boolean;
35 >retired : Symbol(Employee2.retired, Decl(memberVariableDeclarations1.ts, 12, 27))
46 this.retired = false;
47 >this.retired : Symbol(Employee2.retired, Decl(memberVariableDeclarations1.ts, 12, 27))
49 >retired : Symbol(Employee2.retired, Decl(memberVariableDeclarations1.ts, 12, 27))
DmemberVariableDeclarations1.types13 public retired = false;
14 >retired : boolean
35 public retired: boolean;
36 >retired : boolean
45 this.retired = false;
46 >this.retired = false : false
47 >this.retired : boolean
49 >retired : boolean
DmemberVariableDeclarations1.js7 public retired = false; field in Employee
15 public retired: boolean;
19 this.retired = false;
34 this.retired = false;
42 this.retired = false;
/third_party/typescript/tests/cases/compiler/
DmemberVariableDeclarations1.ts6 public retired = false; property in Employee
14 public retired: boolean; property in Employee2
18 this.retired = false;
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DVkSwapchainKHR.cpp31 , retired(false) in SwapchainKHR()
48 if(!retired) in destroy()
63 if(!retired) in retire()
65 retired = true; in retire()
212 if(retired) in present()
DVkSwapchainKHR.hpp54 bool retired = false; member in vk::SwapchainKHR
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
Dreify.js418 const retired = retirePath(path) constant
419 moves[path] = retired
420 this[_trashList].add(retired)
544 const retired = retirePath(d) constant
545 this[_retiredPaths][d] = retired
546 this[_trashList].add(retired)
547 await this[_renamePath](d, retired)
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_present_wait/
DWaitForPresent.txt17 * pname:swapchain is the non-retired swapchain on which an image was
62 pname:swapchain must: not be in the retired state
/third_party/node/deps/v8/tools/v8.xcodeproj/
DREADME.txt1 The Xcode project for V8 has been retired. If an Xcode project
/third_party/node/deps/v8/tools/visual_studio/
DREADME.txt2 Studio/Visual C++ Express solution has been retired. If a Visual
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_swapchain/
Dwsi.txt25 A native window cannot: be associated with more than one non-retired
230 * pname:oldSwapchain is dlink:VK_NULL_HANDLE, or the existing non-retired
237 not dlink:VK_NULL_HANDLE, pname:oldSwapchain is retired -- even if creation
239 The new swapchain is created in the non-retired state whether or not
252 Multiple retired swapchains can: be associated with the same
256 After pname:oldSwapchain is retired, the application can: pass to
393 must: be a non-retired swapchain associated with native window referred
791 * pname:swapchain is the non-retired swapchain from which an image is
804 pname:swapchain must: not be in the retired state
1064 * pname:swapchain is a non-retired swapchain from which an image is
[all …]
/third_party/nghttp2/src/
Dshrpx_worker.h256 bool retired; member
Dshrpx_worker.cc88 DownstreamAddrGroup::DownstreamAddrGroup() : retired{false} {} in DownstreamAddrGroup()
246 g->retired = true; in replace_downstream_config()
Dshrpx_http_downstream_connection.cc1597 return !group_->retired && reusable_; in poolable()
Dshrpx_http2_session.cc2392 if (!group_->retired) { in check_retire()
/third_party/googletest/googlemock/test/
Dgmock_output_test_golden.txt97 Actual: it is retired
99 Actual: called once - saturated and retired
/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_conn.h391 ngtcp2_static_ringbuf_dcid_retired retired; member
Dngtcp2_conn.c1108 ngtcp2_static_ringbuf_dcid_retired_init(&(*pconn)->dcid.retired); in conn_new()
3390 for (; ngtcp2_ringbuf_len(&conn->dcid.retired.rb);) { in conn_remove_retired_connection_id()
3391 dcid = ngtcp2_ringbuf_get(&conn->dcid.retired.rb, 0); in conn_remove_retired_connection_id()
3401 ngtcp2_ringbuf_pop_front(&conn->dcid.retired.rb); in conn_remove_retired_connection_id()
4585 ngtcp2_ringbuf *rb = &conn->dcid.retired.rb; in conn_retire_dcid()
7615 len = ngtcp2_ringbuf_len(&conn->dcid.retired.rb); in conn_on_stateless_reset()
7617 dcid = ngtcp2_ringbuf_get(&conn->dcid.retired.rb, i); in conn_on_stateless_reset()
9556 size_t i, len = ngtcp2_ringbuf_len(&conn->dcid.retired.rb); in conn_is_retired_path()
9560 dcid = ngtcp2_ringbuf_get(&conn->dcid.retired.rb, i); in conn_is_retired_path()
10810 if (ngtcp2_ringbuf_len(&conn->dcid.retired.rb)) { in ngtcp2_conn_internal_expiry()
[all …]
/third_party/python/Mac/BuildScript/
DREADME.rst57 be retired prior to the end of 3.9.x support.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ScheduleBdVer2.td22 let IssueWidth = 4; // Up to 4 IPC can be decoded, issued, retired.
102 // Up to 4 IPC can be decoded, issued, retired.
119 // Up to 4 IPC can be decoded, issued, retired.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSchedule.td550 // the maximum number of opcodes that can be retired every cycle.
555 // restrictions on the number of instructions retired per cycle".
/third_party/openGLES/xml/
Dglxproto.reserved.txt184 4143 4144 NV_fence (4144 retired, used to be for FinishFence)
/third_party/skia/third_party/externals/opengl-registry/xml/
Dglxproto.reserved.txt184 4143 4144 NV_fence (4144 retired, used to be for FinishFence)
/third_party/pcre2/pcre2/maint/
DREADME187 for test 2. Since I retired I can no longer do much of this. There are
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_surface/
Dwsi.txt1272 pname:swapchain must: not be in the retired state
1323 pname:swapchain must: not be in the retired state

12