Home
last modified time | relevance | path

Searched refs:detached (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/third_party/node/deps/v8/src/builtins/
Dbuiltins-sharedarraybuffer-gen.cc30 Label* detached);
57 Label* detached) { in ValidateIntegerTypedArray() argument
73 GotoIf(IsDetachedBuffer(array_buffer), detached); in ValidateIntegerTypedArray()
180 Label detached(this); in TF_BUILTIN() local
185 &elements_kind, &backing_store, &detached); in TF_BUILTIN()
197 GotoIf(IsDetachedBuffer(array_buffer), &detached); in TF_BUILTIN()
258 BIND(&detached); in TF_BUILTIN()
283 Label detached(this); in TF_BUILTIN() local
288 &elements_kind, &backing_store, &detached); in TF_BUILTIN()
312 GotoIf(IsDetachedBuffer(array_buffer), &detached); in TF_BUILTIN()
[all …]
/third_party/typescript/tests/baselines/reference/
DtypeGuardFunctionOfFormThisErrors.js53 let detached = a.isFollower; variable
55 if (detached()) {
133 var detached = a.isFollower;
134 if (detached()) {
162 declare let detached: () => this is FollowerGuard;
DtypeGuardFunctionOfFormThisErrors.symbols132 let detached = a.isFollower;
133 >detached : Symbol(detached, Decl(typeGuardFunctionOfFormThisErrors.ts, 51, 3))
138 if (detached()) {
139 >detached : Symbol(detached, Decl(typeGuardFunctionOfFormThisErrors.ts, 51, 3))
DtypeGuardFunctionOfFormThisErrors.types137 let detached = a.isFollower;
138 >detached : () => this is FollowerGuard
143 if (detached()) {
144 >detached() : boolean
145 >detached : () => this is FollowerGuard
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
D1-2.c135 if (scenarii[sc].detached != 0) { /* only joinable threads can be detached */ in main()
150 (scenarii[sc].detached != 0) ? &ret : NULL); in main()
190 if (scenarii[sc].detached == 0) { in main()
D2-2.c151 if (scenarii[sc].detached != 0) { /* only joinable threads can be detached */ in main()
166 (scenarii[sc].detached != 0) ? &ret : NULL); in main()
196 if (scenarii[sc].detached == 0) { in main()
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardFunctionOfFormThisErrors.ts53 let detached = a.isFollower; variable
55 if (detached()) {
/third_party/libwebsockets/lib/misc/lwsac/
Dlwsac.c314 __func__, head, lachead->detached, lachead->refcount); in lwsac_reference()
333 __func__, *head, lachead->detached, lachead->refcount); in lwsac_unreference()
335 if (lachead->detached && !lachead->refcount) { in lwsac_unreference()
351 lachead->detached = 1; in lwsac_detach()
Dcached-file.c102 if (lachead->refcount && !--lachead->refcount && lachead->detached) { in lwsac_use_cached_file_end()
117 lachead->detached = 1; in lwsac_use_cached_file_detach()
Dprivate-lib-misc-lwsac.h61 char detached; /* if our refcount gets to zero, free the chunk list */ member
/third_party/node/test/fixtures/wpt/wasm/jsapi/memory/
Dassertions.js1 function assert_ArrayBuffer(actual, { size=0, shared=false, detached=false }, message) { property
9 if (detached) {
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
Dthreads_scenarii.c30 int detached; /* 0 => joinable; 1 => detached */ member
48 .detached=det, \
182 if (scenarii[i].detached == 1) { in scenar_init()
493 if (scenarii[sc].detached == 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
Dthreads_scenarii.c30 int detached; /* 0 => joinable; 1 => detached */ member
48 .detached=det, \
249 if (scenarii[i].detached == 1) { in scenar_init()
560 if (scenarii[sc].detached == 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Dthreads_scenarii.c30 int detached; /* 0 => joinable; 1 => detached */ member
48 .detached=det, \
182 if (scenarii[i].detached == 1) { in scenar_init()
493 if (scenarii[sc].detached == 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
Dthreads_scenarii.c34 int detached; member
91 .detached = det, \
233 if (scenarii[i].detached == 1) { in scenar_init()
529 if (scenarii[sc].detached == 0) { in main()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DRefCountedTests.cpp285 RCTest* detached = test.Detach(); in TEST() local
286 EXPECT_EQ(detached, original); in TEST()
287 EXPECT_EQ(detached->GetRefCountForTesting(), 1u); in TEST()
290 detached->Release(); in TEST()
/third_party/openGLES/extensions/NV/
DNV_memory_attachment.txt140 will be detached and a new data store will be allocated. If a resource
142 detached. If any such detachment occurs, a global incarnation counter
143 will be increased and the current value will be stored in the detached
156 will return a list of detached buffers (if <pname> is
172 items in the list of detached textures or buffers. The default values
173 are 0 which means that tracking of detached textures and buffers is
181 will reset the list of detached buffers (if <pname> is
388 detached resources.
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecallocator.c46 gboolean detached; member
349 if (!self->detached) { in gst_v4l2_codec_allocator_detach()
350 self->detached = TRUE; in gst_v4l2_codec_allocator_detach()
/third_party/node/test/fixtures/
Dparent-process-nonpersistent-fork.js7 { detached: true, stdio: 'ignore' } property
Dparent-process-nonpersistent.js7 detached: true, property
/third_party/openssl/doc/man3/
DPKCS7_verify.pod26 I<indata> refers to the signed data if the content is detached from I<p7>.
41 the content is detached I<indata> cannot be NULL. If the content is
42 not detached and I<indata> is not NULL then the structure has both
125 be held in memory if it is not detached.
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
D1-2.c115 if (scenarii[i].detached == 0) { in main()
D4-1.c132 if (scenarii[i].detached == 0) { in main()
/third_party/node/lib/
Dchild_process.js580 if (options.detached != null) {
581 validateBoolean(options.detached, 'options.detached');
711 detached: !!options.detached,
/third_party/cef/libcef/browser/
Dnavigation_entry_impl.cc25 return !detached(); in IsValid()

12345678910>>...13