Home
last modified time | relevance | path

Searched refs:posted (Results 1 – 25 of 80) sorted by relevance

1234

/external/python/cpython2/Demo/threads/
Dsync.py377 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/
DBrowserDialog.cpp194 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/
DExcludedProxyTest.java167 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/
DChooserDialog.cpp1191 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/
Dspl_sqrt_floor_arm.S10 @ Thanks for asking. Those routines are public domain (originally posted to
/external/libchrome/third_party/markupsafe/
DREADME.chromium22 also posted on website, SHA-512 computed locally); script checks hash then
/external/curl/docs/cmdline-opts/
Ddata-binary.d9 is posted in a similar manner as --data does, except that newlines and
/external/libchrome/third_party/jinja2/
DREADME.chromium24 * files of hashes (MD5 is also posted on website, SHA-512 computed locally).
/external/perfetto/protos/perfetto/trace/track_event/
Dtask_execution.proto24 // Source location that the task was posted from.
/external/curl/docs/
DMAIL-ETIQUETTE17 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
DCONTRIBUTE.md24 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/
Dperf_notes.md21 - a subsequent Write without buffer_hint set is posted
/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpver.rc14 * modified, published, uploaded, posted, transmitted, distributed or disclosed
/external/one-true-awk/bugs-fixed/
DREADME56 one posted by Ben Bacarisse <ben.usenet@bsb.me.uk> in comp.lang.awk,
/external/catch2/
DCODE_OF_CONDUCT.md37 …reporter of an incident. Further details of specific enforcement policies may be posted separately.
/external/python/cpython2/Doc/tutorial/
Dwhatnow.rst54 messages posted to one will automatically be forwarded to the other. There are
/external/robolectric-shadows/
DCODE_OF_CONDUCT.md62 Further details of specific enforcement policies may be posted separately.
/external/libchrome/libchrome_tools/patch/
Dmojo-Add-a-way-to-create-thread-safe-interfaces-in-Java.patch108 + * All calls can be performed from any thread and are posted to the {@link Executor} that
/external/python/cpython3/Doc/tutorial/
Dwhatnow.rst62 messages posted to one will automatically be forwarded to the other. There are
/external/iperf3/.github/
DCONTRIBUTING.md27 GitHub project page for asking questions. Questions posted in the
/external/v8/
Dsnapshot_toolchain.gni45 # There are test cases for this code posted as an attachment to
/external/smali/
Dbuild.gradle68 // that are posted on, e.g. the bitbucket download page.
/external/epid-sdk/ext/ipp/sources/include/
Dasmdefs.inc14 ; modified, published, uploaded, posted, transmitted, distributed or disclosed
/external/elfutils/
DCONTRIBUTING87 Patches should also be posted to the mailinglist.
/external/python/cpython2/Doc/howto/
Dunicode.rst704 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,

1234