Home
last modified time | relevance | path

Searched refs:gone (Results 1 – 25 of 197) sorted by relevance

12345678

/external/llvm-project/clang/test/APINotes/Inputs/Frameworks/SomeKit.framework/Headers/
DSomeKit.apinotes16 AvailabilityMsg: "getter gone"
20 AvailabilityMsg: "getter gone"
24 AvailabilityMsg: "getter gone"
28 AvailabilityMsg: "getter gone"
32 AvailabilityMsg: "setter gone"
36 AvailabilityMsg: "setter gone"
/external/virglrenderer/src/gallium/include/c11/
Dthreads_win32.h96 int gone;
189 } else if (cond->blocked > cond->gone) { in impl_cond_do_signal()
191 if (cond->gone != 0) { in impl_cond_do_signal()
192 cond->blocked -= cond->gone; in impl_cond_do_signal()
193 cond->gone = 0; in impl_cond_do_signal()
231 cond->gone++; in impl_cond_do_wait()
239 else if ((ngone = cond->gone) != 0) { in impl_cond_do_wait()
240 cond->gone = 0; in impl_cond_do_wait()
243 } else if (++cond->gone == INT_MAX/2) { in impl_cond_do_wait()
245 cond->blocked -= cond->gone; in impl_cond_do_wait()
[all …]
/external/mesa3d/include/c11/
Dthreads_win32.h100 int gone;
193 } else if (cond->blocked > cond->gone) { in impl_cond_do_signal()
195 if (cond->gone != 0) { in impl_cond_do_signal()
196 cond->blocked -= cond->gone; in impl_cond_do_signal()
197 cond->gone = 0; in impl_cond_do_signal()
235 cond->gone++; in impl_cond_do_wait()
243 else if ((ngone = cond->gone) != 0) { in impl_cond_do_wait()
244 cond->gone = 0; in impl_cond_do_wait()
247 } else if (++cond->gone == INT_MAX/2) { in impl_cond_do_wait()
249 cond->blocked -= cond->gone; in impl_cond_do_wait()
[all …]
/external/libcap/psx/
Dpsx.c58 int gone; member
403 ref->gone = 1; in _psx_exiting()
587 int gone = ref->gone; in __psx_syscall() local
588 if (!gone) { in __psx_syscall()
589 gone = pthread_kill(ref->thread, psx_tracker.psx_sig) != 0; in __psx_syscall()
592 if (!gone) { in __psx_syscall()
613 int gone = ref->gone; in __psx_syscall() local
614 if (pending && !gone) { in __psx_syscall()
615 gone = (pthread_kill(ref->thread, 0) != 0); in __psx_syscall()
618 if (!gone) { in __psx_syscall()
/external/guice/core/test/com/google/inject/example/
DClientServiceWithFactories.java75 private boolean gone = false; field in ClientServiceWithFactories.MockService
79 gone = true; in go()
83 return gone; in isGone()
DClientServiceWithDependencyInjection.java80 private boolean gone = false; field in ClientServiceWithDependencyInjection.MockService
84 gone = true; in go()
88 return gone; in isGone()
DClientServiceWithGuiceDefaults.java68 private boolean gone = false; field in ClientServiceWithGuiceDefaults.MockService
72 gone = true; in go()
76 return gone; in isGone()
DClientServiceWithGuice.java74 private boolean gone = false; field in ClientServiceWithGuice.MockService
78 gone = true; in go()
82 return gone; in isGone()
/external/apache-http/src/org/apache/http/conn/scheme/
DSchemeRegistry.java163 Scheme gone = registeredSchemes.remove(name); in unregister() local
164 return gone; in unregister()
/external/rust/crates/tokio/src/io/driver/
Dregistration.rs160 return Poll::Ready(Err(gone())); in poll_ready()
223 fn gone() -> io::Error { in gone() function
/external/llvm-project/clang/test/Modules/
Dsignal.m7 // The dead symlink is still around, but the underlying lock file is gone.
/external/clang/test/Modules/
Dsignal.m7 // The dead symlink is still around, but the underlying lock file is gone.
/external/llvm/test/CodeGen/PowerPC/
Dand_add.ll11 ;; dead once add is gone.
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dand_add.ll11 ;; dead once add is gone.
/external/python/cpython2/Lib/test/
Dinspect_fodder2.py21 def gone(): function
/external/llvm-project/llvm/test/CodeGen/X86/
Dfast-isel-call-cleanup.ll9 ; FastISel's local value code was dead, so it's gone.
/external/autotest/client/site_tests/hardware_TrimIntegrity/
Dcontrol14 This test will write 1 GB of data and verify that trimmed data are gone and
Dcontrol.full_disk15 This test will fill the internal disk and verify that trimmed data are gone and
Dcontrol.quick15 This test will write 16 MB of data and verify that trimmed data are gone and
/external/autotest/server/site_tests/network_WiFi_DisconnectReason/
Dcontrol.ap_gone23 disconnect_trigger='AP gone',
/external/curl/tests/data/
Dtest62730 perl %SRCDIR/libtest/test610.pl gone %PWD/log/test627.txt
Dtest61033 perl %SRCDIR/libtest/test610.pl gone %PWD/log/test610.dir
Dtest61230 perl %SRCDIR/libtest/test610.pl gone %PWD/log/test612.txt
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dregcoalesce-prune.mir7 # IMPLICIT_DEF should be gone without llc hitting assertion failures.
/external/llvm/test/Transforms/MemCpyOpt/
Dcallslot_aa.ll18 ; Check that the noalias for "dst" was removed by checking that the metadata is gone

12345678