/external/mesa3d/include/c11/ |
D | threads_win32.h | 100 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/ |
D | psx.c | 58 int gone; member 403 ref->gone = 1; in _psx_exiting() 591 int gone = ref->gone; in __psx_syscall() local 592 if (!gone) { in __psx_syscall() 593 gone = pthread_kill(ref->thread, psx_tracker.psx_sig) != 0; in __psx_syscall() 596 if (!gone) { in __psx_syscall() 617 int gone = ref->gone; in __psx_syscall() local 618 if (pending && !gone) { in __psx_syscall() 619 gone = (pthread_kill(ref->thread, 0) != 0); in __psx_syscall() 622 if (!gone) { in __psx_syscall()
|
/external/guice/core/test/com/google/inject/example/ |
D | ClientServiceWithFactories.java | 75 private boolean gone = false; field in ClientServiceWithFactories.MockService 79 gone = true; in go() 83 return gone; in isGone()
|
D | ClientServiceWithDependencyInjection.java | 80 private boolean gone = false; field in ClientServiceWithDependencyInjection.MockService 84 gone = true; in go() 88 return gone; in isGone()
|
D | ClientServiceWithGuiceDefaults.java | 68 private boolean gone = false; field in ClientServiceWithGuiceDefaults.MockService 72 gone = true; in go() 76 return gone; in isGone()
|
D | ClientServiceWithGuice.java | 74 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/ |
D | SchemeRegistry.java | 163 Scheme gone = registeredSchemes.remove(name); in unregister() local 164 return gone; in unregister()
|
/external/rust/crates/tokio/src/runtime/io/ |
D | registration.rs | 152 return Poll::Ready(Err(gone())); in poll_ready() 219 fn gone() -> io::Error { in gone() function 232 return Err(gone())
|
/external/llvm/test/CodeGen/PowerPC/ |
D | and_add.ll | 11 ;; dead once add is gone.
|
/external/clang/test/Modules/ |
D | signal.m | 7 // The dead symlink is still around, but the underlying lock file is gone.
|
/external/python/cpython2/Lib/test/ |
D | inspect_fodder2.py | 21 def gone(): function
|
/external/curl/tests/data/ |
D | test627 | 30 perl %SRCDIR/libtest/test610.pl gone %PWD/log/test%TESTNUMBER.txt
|
D | test612 | 30 perl %SRCDIR/libtest/test610.pl gone %PWD/log/test%TESTNUMBER.txt
|
D | test610 | 33 perl %SRCDIR/libtest/test%TESTNUMBER.pl gone %PWD/log/test%TESTNUMBER.dir
|
D | test608 | 32 perl %SRCDIR/libtest/test610.pl gone %PWD/log/file%TESTNUMBER.txt move %PWD/log/file%TESTNUMBER-ren…
|
/external/llvm/test/Transforms/MemCpyOpt/ |
D | callslot_aa.ll | 18 ; Check that the noalias for "dst" was removed by checking that the metadata is gone
|
/external/autotest/client/site_tests/hardware_TrimIntegrity/ |
D | control | 20 This test will write 1 GB of data and verify that trimmed data are gone and
|
D | control.full_disk | 21 This test will fill the internal disk and verify that trimmed data are gone and
|
D | control.quick | 21 This test will write 16 MB of data and verify that trimmed data are gone and
|
/external/ltp/testcases/kernel/controllers/cpuctl_fj/ |
D | README | 40 The one you have gone through.
|
/external/kmod/ |
D | README.md | 93 * 'modprobe -t' is gone, together with 'modprobe -l' 124 * there's no 'depmod -m' option: legacy modules.*map files are gone
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_AnonymousHashTable.pbtxt | 31 deleted when all resource handles pointing to it are gone.
|
D | api_def_AnonymousMutableHashTable.pbtxt | 32 deleted when all resource handles pointing to it are gone.
|
D | api_def_Unpack.pbtxt | 32 dimension unpacked along is gone, unlike `split`).
|
D | api_def_AnonymousMutableHashTableOfTensors.pbtxt | 32 deleted when all resource handles pointing to it are gone.
|