/external/python/cpython2/Demo/threads/ |
D | sync.py | 377 self.posted = condition() 380 self.posted.acquire() 382 self.posted.broadcast() 383 self.posted.release() 386 self.posted.acquire() 388 self.posted.release() 391 self.posted.acquire() 393 self.posted.release() 397 self.posted.acquire() 399 self.posted.wait() [all …]
|
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/ |
D | BrowserDialog.cpp | 194 BOOL posted; in OnBrowserCallBack() local 223 posted = ::PostMessage( dialog->GetSafeHwnd(), WM_USER_SERVICE_ADD, 0, (LPARAM) entry ); in OnBrowserCallBack() 224 ASSERT( posted ); in OnBrowserCallBack() 225 if( !posted ) in OnBrowserCallBack() 240 posted = ::PostMessage( dialog->GetSafeHwnd(), WM_USER_SERVICE_REMOVE, 0, (LPARAM) entry ); in OnBrowserCallBack() 241 ASSERT( posted ); in OnBrowserCallBack() 242 if( !posted ) in OnBrowserCallBack()
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
D | ExcludedProxyTest.java | 167 String posted = "just a test"; in test_openConnectionLjava_net_Proxy() local 175 conn.setRequestProperty("Content-length", String.valueOf(posted in test_openConnectionLjava_net_Proxy() 178 out.write(posted.getBytes()); in test_openConnectionLjava_net_Proxy() 189 .equals(posted)); in test_openConnectionLjava_net_Proxy()
|
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/ |
D | ChooserDialog.cpp | 1191 BOOL posted; in BrowserCallBack() local 1225 posted = ::PostMessage( dialog->GetSafeHwnd(), message, 0, (LPARAM) domain ); in BrowserCallBack() 1226 assert( posted ); in BrowserCallBack() 1227 if( posted ) in BrowserCallBack() 1252 posted = ::PostMessage( dialog->GetSafeHwnd(), message, 0, (LPARAM) service ); in BrowserCallBack() 1253 assert( posted ); in BrowserCallBack() 1254 if( posted ) in BrowserCallBack() 1281 posted = ::PostMessage( dialog->GetSafeHwnd(), WM_USER_RESOLVE, 0, (LPARAM) serviceInstance ); in BrowserCallBack() 1282 assert( posted ); in BrowserCallBack() 1283 if( posted ) in BrowserCallBack()
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | spl_sqrt_floor_arm.S | 10 @ Thanks for asking. Those routines are public domain (originally posted to
|
/external/libchrome/third_party/markupsafe/ |
D | README.chromium | 22 also posted on website, SHA-512 computed locally); script checks hash then
|
/external/curl/docs/cmdline-opts/ |
D | data-binary.d | 9 is posted in a similar manner as --data does, except that newlines and
|
/external/libchrome/third_party/jinja2/ |
D | README.chromium | 24 * files of hashes (MD5 is also posted on website, SHA-512 computed locally).
|
/external/perfetto/protos/perfetto/trace/track_event/ |
D | task_execution.proto | 24 // Source location that the task was posted from.
|
/external/curl/docs/ |
D | MAIL-ETIQUETTE | 17 1.8 I posted, now what? 86 permits it to get posted. 130 1.8 I posted, now what? 135 If you posted for the first time to the mailing list, you first need to wait 283 Getting the solution posted also helps other users that experience the same
|
D | CONTRIBUTE.md | 24 notified of pull requests and new issues posted there. 213 Just ask if this is what you'd want. You will be required to have posted
|
/external/grpc-grpc/doc/cpp/ |
D | perf_notes.md | 21 - a subsequent Write without buffer_hint set is posted
|
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcpver.rc | 14 * modified, published, uploaded, posted, transmitted, distributed or disclosed
|
/external/one-true-awk/bugs-fixed/ |
D | README | 56 one posted by Ben Bacarisse <ben.usenet@bsb.me.uk> in comp.lang.awk,
|
/external/catch2/ |
D | CODE_OF_CONDUCT.md | 37 …reporter of an incident. Further details of specific enforcement policies may be posted separately.
|
/external/python/cpython2/Doc/tutorial/ |
D | whatnow.rst | 54 messages posted to one will automatically be forwarded to the other. There are
|
/external/robolectric-shadows/ |
D | CODE_OF_CONDUCT.md | 62 Further details of specific enforcement policies may be posted separately.
|
/external/libchrome/libchrome_tools/patch/ |
D | mojo-Add-a-way-to-create-thread-safe-interfaces-in-Java.patch | 108 + * All calls can be performed from any thread and are posted to the {@link Executor} that
|
/external/python/cpython3/Doc/tutorial/ |
D | whatnow.rst | 62 messages posted to one will automatically be forwarded to the other. There are
|
/external/iperf3/.github/ |
D | CONTRIBUTING.md | 27 GitHub project page for asking questions. Questions posted in the
|
/external/v8/ |
D | snapshot_toolchain.gni | 45 # There are test cases for this code posted as an attachment to
|
/external/smali/ |
D | build.gradle | 68 // that are posted on, e.g. the bitbucket download page.
|
/external/epid-sdk/ext/ipp/sources/include/ |
D | asmdefs.inc | 14 ; modified, published, uploaded, posted, transmitted, distributed or disclosed
|
/external/elfutils/ |
D | CONTRIBUTING | 87 Patches should also be posted to the mailinglist.
|
/external/python/cpython2/Doc/howto/ |
D | unicode.rst | 704 Version 1.0: posted August 5 2005. 706 Version 1.01: posted August 7 2005. Corrects factual and markup errors; adds 709 Version 1.02: posted August 16 2005. Corrects factual errors. 711 Version 1.03: posted June 20 2010. Notes that Python 3.x is not covered,
|