Home
last modified time | relevance | path

Searched refs:publish (Results 1 – 25 of 1070) sorted by relevance

12345678910>>...43

/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DFileHandlerTest.java158 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 …]
DStreamHandlerTest.java158 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()
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()
480 h.publish(r); in testPublish_NoFilter()
486 h.publish(r); in testPublish_NoFilter()
492 h.publish(r); in testPublish_NoFilter()
[all …]
DConsoleHandlerTest.java142 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()
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()
257 h.publish(r); in testPublish_AfterResetSystemErr()
277 h.publish(r); in testPublish_WithFilter()
283 h.publish(r); in testPublish_WithFilter()
[all …]
DMemoryHandlerTest.java302 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 …]
DSocketHandlerTest.java294 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()
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()
523 h.publish(r); in testPublish_WithFilter()
548 h.publish(null); in testPublish_Null()
575 h.publish(r); in testPublish_EmptyMsg()
[all …]
DLogRecordTest.java206 handler.publish(lr); in testGetSourceDefaultValue()
377 public void publish(LogRecord record) { in publish() method in LogRecordTest.MockHandler
428 ha[i].publish(record); in log()
436 ha[i].publish(record); in log()
/external/grpc-grpc/test/distrib/csharp/
Drun_distrib_test_dotnetcli.sh31 dotnet publish -f netcoreapp1.0 DistribTestDotNet.csproj
32 dotnet publish -f net45 DistribTestDotNet.csproj
37 mono bin/Debug/net45/publish/DistribTestDotNet.exe
40 mono bin/Debug/net45/publish/DistribTestDotNet.exe
46 dotnet exec bin/Debug/netcoreapp1.0/publish/DistribTestDotNet.dll
/external/scapy/scapy/contrib/
Dmqtt.uts24 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/tensorflow/tensorflow/tools/ci_build/
Dci_rbe_docker_build.sh25 publish=false
34 if [ "$publish" = true ] ; then
54 publish=true
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/
Dpublish.cpp12 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();
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();
172 ys = xs.publish().as_dynamic(); in __anon7a8c47411202()
287 ys = xs.publish().as_dynamic(); in __anon7a8c47411b02()
386 ys = xs.publish(1979).as_dynamic(); in __anon7a8c47412202()
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/doxygen/
Dpublish.cpp44 publish();
75 publish(0L);
116 publish();
163 publish();
/external/dexmaker/dexmaker-mockito-inline/
Dbuild.gradle14 apply plugin: 'maven-publish'
15 apply plugin: 'ivy-publish'
66 …adle.api.internal.java.JavaLibrary(new org.gradle.api.internal.artifacts.publish.DefaultPublishArt…
72 …adle.api.internal.java.JavaLibrary(new org.gradle.api.internal.artifacts.publish.DefaultPublishArt…
/external/dexmaker/dexmaker-mockito-inline-extended/
Dbuild.gradle14 apply plugin: 'maven-publish'
15 apply plugin: 'ivy-publish'
72 …adle.api.internal.java.JavaLibrary(new org.gradle.api.internal.artifacts.publish.DefaultPublishArt…
78 …adle.api.internal.java.JavaLibrary(new org.gradle.api.internal.artifacts.publish.DefaultPublishArt…
/external/webrtc/webrtc/libjingle/xmpp/
Dpubsubclient.cc87 const XmlElement* publish = pubsub->FirstNamed(QN_PUBSUB_PUBLISH); in GetItemFromStanza() local
88 if (publish != NULL) { in GetItemFromStanza()
89 return publish->FirstNamed(QN_PUBSUB_ITEM); in GetItemFromStanza()
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/stop/
Dmain.cpp27 .publish(); in main()
40 .publish(); in main()
/external/droiddriver/
Dartifactory.gradle1 apply plugin: 'maven-publish'
31 publish {
/external/perfetto/ui/src/controller/
Dtrack_controller.ts51 publish(data: Data): void { method in TrackController
52 globals.publish('TrackData', {id: this.trackId, data});
Dlogs_controller.ts165 this.app.publish('TrackData', {
199 this.app.publish('TrackData', {
213 this.app.publish('TrackData', {
Dglobals.ts34 publish( method
105 publish(
/external/testng/gradle/
Dpublishing-maven.gradle5 apply plugin: 'maven-publish'
85 " and publish the distribution")
/external/volley/
Dbintray.gradle16 apply plugin: 'maven-publish'
58 publish {
/external/ImageMagick/
DNOTICE30 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
92 merge, publish, distribute, sublicense, and/or sell copies of the Software, and
106 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
132 use, copy, modify, merge, publish, distribute, sublicense, and/or sell
157 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
194 without limitation the rights to use, copy, modify, merge, publish, distribute,
216 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
/external/perfetto/ui/src/tracks/cpu_slices/
Dcontroller.ts72 this.publish(await this.computeSummary(
75 this.publish(
/external/perfetto/ui/src/tracks/process_scheduling/
Dcontroller.ts82 this.publish(await this.computeSummary(
85 this.publish(
/external/openssh/
DREADME.dns10 (1) Server: Generate and publish the DNS RR
26 To publish the fingerprint using the DNS you must add the generated RR

12345678910>>...43