/third_party/typescript/tests/baselines/reference/ |
D | memberVariableDeclarations1.symbols | 13 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))
|
D | memberVariableDeclarations1.types | 13 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
|
D | memberVariableDeclarations1.js | 7 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/ |
D | memberVariableDeclarations1.ts | 6 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/ |
D | VkSwapchainKHR.cpp | 31 , retired(false) in SwapchainKHR() 48 if(!retired) in destroy() 63 if(!retired) in retire() 65 retired = true; in retire() 212 if(retired) in present()
|
D | VkSwapchainKHR.hpp | 54 bool retired = false; member in vk::SwapchainKHR
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/ |
D | reify.js | 418 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/ |
D | WaitForPresent.txt | 17 * 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/ |
D | README.txt | 1 The Xcode project for V8 has been retired. If an Xcode project
|
/third_party/node/deps/v8/tools/visual_studio/ |
D | README.txt | 2 Studio/Visual C++ Express solution has been retired. If a Visual
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_swapchain/ |
D | wsi.txt | 25 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/ |
D | shrpx_worker.h | 256 bool retired; member
|
D | shrpx_worker.cc | 88 DownstreamAddrGroup::DownstreamAddrGroup() : retired{false} {} in DownstreamAddrGroup() 246 g->retired = true; in replace_downstream_config()
|
D | shrpx_http_downstream_connection.cc | 1597 return !group_->retired && reusable_; in poolable()
|
D | shrpx_http2_session.cc | 2392 if (!group_->retired) { in check_retire()
|
/third_party/googletest/googlemock/test/ |
D | gmock_output_test_golden.txt | 97 Actual: it is retired 99 Actual: called once - saturated and retired
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
D | ngtcp2_conn.h | 391 ngtcp2_static_ringbuf_dcid_retired retired; member
|
D | ngtcp2_conn.c | 1108 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/ |
D | README.rst | 57 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/ |
D | X86ScheduleBdVer2.td | 22 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/ |
D | TargetSchedule.td | 550 // 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/ |
D | glxproto.reserved.txt | 184 4143 4144 NV_fence (4144 retired, used to be for FinishFence)
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
D | glxproto.reserved.txt | 184 4143 4144 NV_fence (4144 retired, used to be for FinishFence)
|
/third_party/pcre2/pcre2/maint/ |
D | README | 187 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/ |
D | wsi.txt | 1272 pname:swapchain must: not be in the retired state 1323 pname:swapchain must: not be in the retired state
|