/external/mesa3d/include/c11/ |
D | threads_win32.h | 110 int gone; 203 } else if (cond->blocked > cond->gone) { in impl_cond_do_signal() 205 if (cond->gone != 0) { in impl_cond_do_signal() 206 cond->blocked -= cond->gone; in impl_cond_do_signal() 207 cond->gone = 0; in impl_cond_do_signal() 245 cond->gone++; in impl_cond_do_wait() 253 else if ((ngone = cond->gone) != 0) { in impl_cond_do_wait() 254 cond->gone = 0; in impl_cond_do_wait() 257 } else if (++cond->gone == INT_MAX/2) { in impl_cond_do_wait() 259 cond->blocked -= cond->gone; in impl_cond_do_wait() [all …]
|
/external/virglrenderer/src/gallium/include/c11/ |
D | threads_win32.h | 96 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/guice/core/test/com/google/inject/example/ |
D | ClientServiceWithDependencyInjection.java | 80 private boolean gone = false; field in ClientServiceWithDependencyInjection.MockService 84 gone = true; in go() 88 return gone; in isGone()
|
D | ClientServiceWithFactories.java | 75 private boolean gone = false; field in ClientServiceWithFactories.MockService 79 gone = true; in go() 83 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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | and_add.ll | 11 ;; dead once add is gone.
|
/external/llvm/test/CodeGen/PowerPC/ |
D | and_add.ll | 11 ;; dead once add is gone.
|
/external/v8/src/ |
D | d8-posix.cc | 87 int gone = 0; in WaitOnFD() local 92 gone = static_cast<int>(seconds * 1000 + in WaitOnFD() 94 if (gone >= total_timeout) return false; in WaitOnFD() 102 (total_timeout != -1 && total_timeout - gone < read_timeout)) { in WaitOnFD() 103 read_timeout = total_timeout - gone; in WaitOnFD()
|
/external/python/cpython2/Lib/test/ |
D | inspect_fodder2.py | 21 def gone(): function
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | fast-isel-call-cleanup.ll | 9 ; FastISel's local value code was dead, so it's gone.
|
/external/curl/tests/data/ |
D | test627 | 30 perl %SRCDIR/libtest/test610.pl gone %PWD/log/test627.txt
|
D | test610 | 33 perl %SRCDIR/libtest/test610.pl gone %PWD/log/test610.dir
|
D | test612 | 30 perl %SRCDIR/libtest/test610.pl gone %PWD/log/test612.txt
|
/external/autotest/server/site_tests/network_WiFi_DisconnectReason/ |
D | control.ap_gone | 23 disconnect_trigger='AP gone',
|
/external/autotest/client/site_tests/hardware_TrimIntegrity/ |
D | control | 14 This test will write 1 GB of data and verify that trimmed data are gone and
|
D | control.quick | 15 This test will write 16 MB of data and verify that trimmed data are gone and
|
D | control.full_disk | 15 This test will fill the internal disk and verify that trimmed data are gone and
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | regcoalesce-prune.mir | 7 # IMPLICIT_DEF should be gone without llc hitting assertion failures.
|
/external/python/cpython3/Lib/test/ |
D | inspect_fodder2.py | 21 def gone(): function
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/MemCpyOpt/ |
D | callslot_aa.ll | 18 ; Check that the noalias for "dst" was removed by checking that the metadata is gone
|