/external/rust/crates/grpcio-sys/grpc/test/distrib/csharp/ |
D | run_distrib_test_dotnetcli.sh | 36 dotnet publish -f net45 DistribTestDotNet.csproj 39 mono bin/Debug/net45/publish/DistribTestDotNet.exe 41 # .NET 4.5 target after dotnet publish 42 mono bin/Debug/net45/publish/DistribTestDotNet.exe 47 dotnet publish -f netcoreapp2.1 DistribTestDotNet.csproj 52 # .NET Core target after dotnet publish 53 dotnet exec bin/Debug/netcoreapp2.1/publish/DistribTestDotNet.dll 58 dotnet publish -f netcoreapp3.1 DistribTestDotNet.csproj 63 # .NET Core target after dotnet publish 64 dotnet exec bin/Debug/netcoreapp3.1/publish/DistribTestDotNet.dll [all …]
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
D | rx-publish.hpp | 5 /*! \file rx-publish.hpp 18 \snippet publish.cpp publish subject sample 19 \snippet output.txt publish subject sample 22 \snippet publish.cpp publish behavior sample 23 \snippet output.txt publish behavior sample 26 \snippet publish.cpp publish diamond samethread sample 27 \snippet output.txt publish diamond samethread sample 30 \snippet publish.cpp publish diamond bgthread sample 31 \snippet output.txt publish diamond bgthread sample 62 /*! @copydoc rx-publish.hpp [all …]
|
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/doxygen/ |
D | publish.cpp | 40 SCENARIO("publish subject sample"){ 41 printf("//! [publish subject sample]\n"); 44 publish(); 68 printf("//! [publish subject sample]\n"); 71 SCENARIO("publish behavior sample"){ 72 printf("//! [publish behavior sample]\n"); 75 publish(0L); 99 printf("//! [publish behavior sample]\n"); 102 SCENARIO("publish diamond bgthread sample"){ 103 printf("//! [publish diamond bgthread sample]\n"); [all …]
|
/external/python/cpython3/.azure-pipelines/ |
D | windows-release.yml | 89 displayName: Publish to python.org 93 - template: windows-release/stage-publish-pythonorg.yml 96 displayName: Publish to nuget.org 100 - template: windows-release/stage-publish-nugetorg.yml 103 displayName: Publish to Store 107 - template: windows-release/stage-publish-store.yml 111 displayName: Publish existing build to python.org 115 - template: windows-release/stage-publish-pythonorg.yml 118 displayName: Publish existing build to nuget.org 122 - template: windows-release/stage-publish-nugetorg.yml [all …]
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
D | ConsoleHandlerTest.java | 142 h.publish(new LogRecord(Level.SEVERE, "test")); in testConstructor_InvalidProperties() 157 h.publish(new LogRecord(Level.SEVERE, in testClose_SufficientPrivilege_NormalClose() 178 h.publish(new LogRecord(Level.SEVERE, in testClose_SufficientPrivilege_Exception() 204 * Test publish(), use no filter, having output stream, normal log record. 216 h.publish(r); in testPublish_NoFilter() 222 h.publish(r); in testPublish_NoFilter() 228 h.publish(r); in testPublish_NoFilter() 235 h.publish(r); in testPublish_NoFilter() 242 * Test publish(), after system err is reset. 257 h.publish(r); in testPublish_AfterResetSystemErr() [all …]
|
D | StreamHandlerTest.java | 158 h.publish(new LogRecord(Level.SEVERE, "test")); in testConstructor_NoParameter_InvalidProperties() 302 h.publish(new LogRecord(Level.SEVERE, in testClose_SufficientPrivilege_NormalClose() 322 h.publish(new LogRecord(Level.SEVERE, in testClose_SufficientPrivilege_Exception() 453 * Test publish(), use no filter, having output stream, normal log record. 458 h.publish(r); in testPublish_NoOutputStream() 461 h.publish(r); in testPublish_NoOutputStream() 464 h.publish(r); in testPublish_NoOutputStream() 468 h.publish(r); in testPublish_NoOutputStream() 472 * Test publish(), use no filter, having output stream, normal log record. 480 h.publish(r); in testPublish_NoFilter() [all …]
|
D | FileHandlerTest.java | 158 h.publish(r); in testLock() 174 handler.publish(r); in testFileHandler() 180 handler.publish(r); in testFileHandler() 189 handler.publish(r); in testDefaultValue() 200 handler.publish(r); in testDefaultValue() 206 handler.publish(r); in testDefaultValue() 303 handler.publish(r); in testLimitAndCount() 310 handler.publish(r); in testLimitAndCount() 322 handler.publish(rs[i]); in testLimitAndCount() 328 handler.publish(rs[i]); in testLimitAndCount() [all …]
|
D | MemoryHandlerTest.java | 302 handler.publish(lr); in testSetPushLevel() 308 handler.publish(lr); in testSetPushLevel() 315 handler.publish(new LogRecord(Level.CONFIG, "MSG1")); in testPushPublic() 318 handler.publish(new LogRecord(Level.SEVERE, "MSG2")); in testPushPublic() 323 handler.publish(new LogRecord(Level.WARNING, "MSG")); in testPushPublic() 331 handler.publish(new LogRecord(Level.CONFIG, "MSG3")); in testPushPublic() 334 handler.publish(new LogRecord(Level.FINEST, "MSG4")); in testPushPublic() 337 handler.publish(new LogRecord(Level.CONFIG, "MSG5")); in testPushPublic() 340 handler.publish(new LogRecord(Level.FINER, "MSG6")); in testPushPublic() 343 handler.publish(new LogRecord(Level.FINER, "false")); in testPushPublic() [all …]
|
D | SocketHandlerTest.java | 294 h.publish(new LogRecord(Level.SEVERE, "test")); in testConstructor_InvalidBasicProperties() 310 h.publish(new LogRecord(Level.SEVERE, "test")); in testConstructor_InvalidBasicProperties() 425 h.publish(new LogRecord(Level.SEVERE, in testClose_SufficientPrivilege_NormalClose() 461 * Test publish(), use no filter, having output stream, normal log record. 482 h.publish(r); in testPublish_NoFilter() 485 h.publish(r); in testPublish_NoFilter() 488 h.publish(r); in testPublish_NoFilter() 492 h.publish(r); in testPublish_NoFilter() 500 * Test publish(), use a filter, having output stream, normal log record. 523 h.publish(r); in testPublish_WithFilter() [all …]
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/ |
D | PublishTest.kt | 16 val publisher = publish<Int>(currentDispatcher()) { in <lambda>() 27 yield() // to publish coroutine in <lambda>() 34 val publisher = publish(currentDispatcher()) { in <lambda>() 53 yield() // to publish coroutine in <lambda>() 60 val publisher = publish<Int>(currentDispatcher()) { in <lambda>() 79 yield() // to publish coroutine in <lambda>() 91 val publisher = publish<Unit>(Dispatchers.Unconfined + eh) { in <lambda>() 127 val publisher = publish(currentDispatcher()) { in <lambda>() 166 val pub = publish(currentDispatcher()) { in <lambda>() 183 assertFailsWith<IllegalArgumentException> { publish<Int>(Job()) { } } in <lambda>()
|
D | PublisherAsFlowTest.kt | 20 val publisher = publish(currentDispatcher()) { in <lambda>() 48 val publisher = publish(currentDispatcher()) { in <lambda>() 69 val publisher = publish(currentDispatcher()) { in <lambda>() 86 val publisher = publish(currentDispatcher()) { in <lambda>() 105 val publisher = publish(currentDispatcher()) { in <lambda>() 126 val publisher = publish(currentDispatcher()) { in <lambda>() 135 val flow = publish(currentDispatcher()) { repeat(10) { send(it) } }.asFlow() in <lambda>() 152 val flow = publish(currentDispatcher()) { in <lambda>()
|
D | IntegrationTest.kt | 41 val pub = publish<String>(ctx(coroutineContext)) { in <lambda>() 61 val pub = publish(ctx(coroutineContext)) { in <lambda>() 85 val pub = publish(ctx(coroutineContext)) { in <lambda>() 109 publish<String> { in <lambda>() 122 publish<String> { in <lambda>()
|
/external/grpc-grpc/test/distrib/csharp/ |
D | run_distrib_test_dotnetcli.sh | 31 dotnet publish -f netcoreapp1.0 DistribTestDotNet.csproj 32 dotnet publish -f net45 DistribTestDotNet.csproj 37 mono bin/Debug/net45/publish/DistribTestDotNet.exe 39 # .NET 4.5 target after dotnet publish 40 mono bin/Debug/net45/publish/DistribTestDotNet.exe 45 # .NET Core target after dotnet publish 46 dotnet exec bin/Debug/netcoreapp1.0/publish/DistribTestDotNet.dll
|
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/ |
D | publish.cpp | 2 #include <rxcpp/operators/rx-publish.hpp> 9 SCENARIO("publish range", "[!hide][range][subject][publish][subject][operators]"){ 12 auto published = rxs::range<int>(0, 10).publish(); 23 auto published = rxs::range<int>(0, 10).publish().ref_count(); 32 auto published = rxs::range<int>(0, 10).publish().connect_forever(); 43 SCENARIO("publish ref_count", "[range][subject][publish][ref_count][operators]"){ 46 auto published = rxs::range<int>(0, 3).publish().ref_count(); 66 auto published = rxs::range<double>(0, 10).publish(); 100 auto published = next.publish(); 141 SCENARIO("publish basic", "[publish][multicast][subject][operators]"){ [all …]
|
/external/scapy/scapy/contrib/ |
D | mqtt.uts | 24 publish = MQTT(s) 25 assert(publish.type == 3) 26 assert(publish.QOS == 0) 27 assert(publish.DUP == 0) 28 assert(publish.RETAIN == 0) 29 assert(publish.len == 10) 30 assert(publish[MQTTPublish].length == 4) 31 assert(publish[MQTTPublish].topic == b'test') 32 assert(publish[MQTTPublish].value == b'test')
|
/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/ |
D | PresencePublication.java | 84 // Queue for the pending PUBLISH request. Just need cache the last one. 90 * Message sent to mMsgHandler when there is a new request to Publish capabilities. 247 logger.print("subscription ready, requesting publish"); in requestPublishIfSubscriptionReady() 396 logger.debug("reset PUBLISH status for IMS had been disconnected"); in onImsDisconnected() 486 * @return The result of the last Publish request. 501 * @param publishState The result of the last publish request. 514 // Trigger a local publish based off of state changes in the framework. 517 // if the value is true then it will call stack to send the PUBLISH in requestLocalPublish() 518 // though the previous publish had the same capability in requestLocalPublish() 519 // for example: for retry PUBLISH. in requestLocalPublish() [all …]
|
D | PresenceBase.java | 51 * the response of the last publish is "200 OK" 56 * The phone didn't publish after power on. 57 * the phone didn't get any publish response yet. 63 * in config_volte_provision_error_on_publish_response for PUBLISH or 70 * in config_rcs_provision_error_on_publish_response for PUBLISH or 77 * The response of the last publish is "408 Request Timeout". 83 * the response of the last publish is other temp error. Such as
|
D | PresencePublisher.java | 36 * Notify the stack of the last publish request result. 42 * @param capabilities The capabilities to publish. 43 * @param contactUri The contactUri that will be used to publish capabilities. 50 * Notify the stack of the last publish or subscribe request result.
|
/external/libwebsockets/include/libwebsockets/ |
D | lws-mqtt.h | 78 * MQTT publish parameters 83 const void *payload; /* Publish Payload */ 92 uint8_t dup:1; /* Retried PUBLISH, 105 * MQTT publish parameters 119 LMQCP_PUBLISH, /* Publish Message */ 120 LMQCP_PUBACK, /* QoS 1: Publish acknowledgment */ 121 LMQCP_PUBREC, /* QoS 2.1: Publish received */ 122 LMQCP_PUBREL, /* QoS 2.2: Publish release */ 123 LMQCP_PUBCOMP, /* QoS 2.3: Publish complete */ 266 * lws_mqtt_client_send_publish() - lws_write a publish packet [all …]
|
/external/python/cpython3/.azure-pipelines/windows-release/ |
D | stage-build.yml | 39 displayName: 'Publish artifact: doc' 141 displayName: Publish Tcl/Tk Library 156 displayName: 'Copy Tcl/Tk lib for publish' 163 displayName: 'Copy Tcl/Tk lib for publish' 170 displayName: 'Publish artifact: tcltk_lib_win32' 176 displayName: 'Publish artifact: tcltk_lib_amd64'
|
/external/kotlinx.coroutines/gradle/ |
D | publish-bintray.gradle | 10 apply plugin: 'maven-publish' 44 url = "https://api.bintray.com/maven/$user/$repo/$name/;publish=0" 80 … // the consumers who can't read Gradle module metadata, we publish the JVM artifacts in it, too 83 apply from: "$rootDir/gradle/publish-mpp-root-module-in-platform.gradle" 118 dependsOn(":publish") 123 task bintrayUpload(dependsOn: publish)
|
/external/ims/rcs/rcsmanager/src/java/com/android/ims/ |
D | RcsPresence.java | 89 * The intent will be broadcasted when latest publish status changed 102 * The last publish state 107 * the response of the last publish is "200 OK" 112 * The phone didn't publish after power on. 113 * the phone didn't get any publish response yet. 119 * in config_volte_provision_error_on_publish_response for PUBLISH or 126 * in config_rcs_provision_error_on_publish_response for PUBLISH or 133 * The response of the last publish is "408 Request Timeout". 139 * the response of the last publish is other temp error. Such as 285 * Get the latest publish state.
|
/external/curl/tests/data/ |
D | test1195 | 19 PUBLISH-before-SUBACK TRUE 20 short-PUBLISH TRUE 34 MQTT SUBSCRIBE with short PUBLISH 55 server PUBLISH c 300c00043131393568656c6c
|
/external/autotest/site_utils/ |
D | pubsub_utils.py | 25 # number of retry to publish an event. 84 @raises PubSubException if failed to publish the notification. 92 resp = pubsub.projects().topics().publish( 104 logging.exception('Failed to publish test result notification:%s', 106 raise PubSubException('Failed to publish the notification')
|
/external/capstone/.github/workflows/ |
D | python-publish.yml | 58 publish: 68 - name: Publish distribution to test PyPI 69 uses: pypa/gh-action-pypi-publish@master 75 - name: Publish distribution to PyPI 77 uses: pypa/gh-action-pypi-publish@master
|