Home
last modified time | relevance | path

Searched full:publish (Results 1 – 25 of 9385) sorted by relevance

12345678910>>...376

/external/googleapis/google/streetview/publish/v1/
Dstreetview_publish.proto17 package google.streetview.publish.v1;
24 import "google/streetview/publish/v1/resources.proto";
25 import "google/streetview/publish/v1/rpcmessages.proto";
27 option go_package = "google.golang.org/genproto/googleapis/streetview/publish/v1;publish";
29 option java_package = "com.google.geo.ugc.streetview.publish.v1";
35 // Definition of the service that backs the Street View Publish API.
45 // [UploadRef][google.streetview.publish.v1.UploadRef] to upload the bytes for
46 // the [Photo][google.streetview.publish.v1.Photo].
60 // [UploadRef][google.streetview.publish.v1.UploadRef] with
61 // [CreatePhoto][google.streetview.publish.v1.StreetViewPublishService.CreatePhoto]
[all …]
Drpcmessages.proto17 package google.streetview.publish.v1;
24 import "google/streetview/publish/v1/resources.proto";
26 option go_package = "google.golang.org/genproto/googleapis/streetview/publish/v1;publish";
28 option java_package = "com.google.geo.ugc.streetview.publish.v1";
30 // Request to create a [Photo][google.streetview.publish.v1.Photo].
36 // Request to get a [Photo][google.streetview.publish.v1.Photo].
46 // Required. ID of the [Photo][google.streetview.publish.v1.Photo].
50 // returned in the [Photo][google.streetview.publish.v1.Photo] response.
61 // Request to get one or more [Photos][google.streetview.publish.v1.Photo].
70 // Required. IDs of the [Photos][google.streetview.publish.v1.Photo]. For HTTP
[all …]
Dstreetview_publish_grpc_service_config.json6 "service": "google.streetview.publish.v1.StreetViewPublishService",
10 "service": "google.streetview.publish.v1.StreetViewPublishService",
14 "service": "google.streetview.publish.v1.StreetViewPublishService",
30 "service": "google.streetview.publish.v1.StreetViewPublishService",
34 "service": "google.streetview.publish.v1.StreetViewPublishService",
38 "service": "google.streetview.publish.v1.StreetViewPublishService",
42 "service": "google.streetview.publish.v1.StreetViewPublishService",
46 "service": "google.streetview.publish.v1.StreetViewPublishService",
Dstreetviewpublish.yaml4 title: Street View Publish API
7 - name: google.streetview.publish.v1.StreetViewPublishService
21 - selector: 'google.streetview.publish.v1.StreetViewPublishService.*'
28 documentation_uri: https://developers.google.com/streetview/publish
34 - version: google.streetview.publish.v1
56 proto_reference_documentation_uri: https://developers.google.com/streetview/publish/reference/rest
/external/grpc-grpc/test/distrib/csharp/
Drun_distrib_test_dotnetcli.sh36 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/rust/crates/grpcio-sys/grpc/test/distrib/csharp/
Drun_distrib_test_dotnetcli.sh36 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/federated-compute/fcp/client/
Devent_publisher.h124 // Publish that an IO error was encountered during eligibility eval check-in.
128 // Publish that the eligibility eval check-in is interrupted by the client.
132 // Publish that the eligibility eval check-in is aborted by the server.
136 // Publish that the eligibility eval check-in returned an invalid payload.
140 // Publish an eligibility eval task starts computation.
142 // Publish that the eligibility eval task is invalid.
146 // Publish an example iterator error occurred during eligibility eval task.
150 // Publish that a tensorflow error occurred during eligibility eval task.
154 // Publish that the client has interrupted the eligibility eval task.
158 // Publish an eligibility eval task finished.
[all …]
/external/openthread/src/cli/
DREADME_NETDATA.md148 - [publish](#publish)
167 publish
243 ### publish subsection
249 ### publish dnssrp
251 Publish DNS/SRP service entry.
257 - `netdata publish dnssrp anycast <seq-num>` to publish "DNS/SRP Service Anycast Address" with a gi…
258 - `netdata publish dnssrp unicast <address> <port>` to publish "DNS/SRP Service Unicast Address" wi…
259 - `netdata publish dnssrp unicast <port>` to publish "DNS/SRP Service Unicast Address" with given p…
261publish dnssrp [anycast|unicast] [...]` command will remove and replace any previous "DNS/SRP Serv…
264 > netdata publish dnssrp anycast 1
[all …]
Dcli_network_data.cpp237 template <> otError NetworkData::Process<Cmd("publish")>(Arg aArgs[]) in Process()
245 * @cli netdata publish dnssrp anycast in Process()
247 * netdata publish dnssrp anycast 1 in Process()
250 * @cparam netdata publish dnssrp anycast @ca{seq-num} in Process()
253 * DNS/SRP Service entry being published from a previous `publish dnssrp{anycast|unicast}` in Process()
257 * @csa{netdata publish dnssrp unicast (addr,port)} in Process()
258 * @csa{netdata publish dnssrp unicast (mle)} in Process()
277 * @cli netdata publish dnssrp unicast (mle) in Process()
279 * netdata publish dnssrp unicast 50152 in Process()
282 * @cparam netdata publish dnssrp unicast @ca{port} in Process()
[all …]
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/
DPublishTest.kt21 val publisher = publish<Int>(currentDispatcher()) { in <lambda>()
32 yield() // to publish coroutine in <lambda>()
39 val publisher = publish(currentDispatcher()) { in <lambda>()
58 yield() // to publish coroutine in <lambda>()
65 val publisher = publish<Int>(currentDispatcher()) { in <lambda>()
84 yield() // to publish coroutine in <lambda>()
96 val publisher = publish<Unit>(Dispatchers.Unconfined + eh) { in <lambda>()
133 val publisher = publish<Int>(Dispatchers.Unconfined) { in <lambda>()
153 val publisher = publish(currentDispatcher() + exceptionHandler) { in <lambda>()
198 val publisher = publish<Int>(handler + Dispatchers.Unconfined) { in <lambda>()
[all …]
/external/ot-br-posix/tests/mdns/
Dmain.cpp125 sPublisher->PublishKey(hostName, keyData, ErrorChecker("publish key for host")); in PublishSingleServiceWithCustomHost()
126 sPublisher->PublishHost(hostName, {Ip6Address(hostAddr)}, ErrorChecker("publish the host")); in PublishSingleServiceWithCustomHost()
128 ErrorChecker("publish the service")); in PublishSingleServiceWithCustomHost()
129 …sPublisher->PublishKey("SingleService._meshcop._udp", keyData, ErrorChecker("publish key for servi… in PublishSingleServiceWithCustomHost()
146 sPublisher->PublishHost(hostName, {Ip6Address(hostAddr)}, ErrorChecker("publish the host")); in PublishSingleServiceWithKeyAfterwards()
152 SuccessOrDie(aError, "publish the service"); in PublishSingleServiceWithKeyAfterwards()
154 …sPublisher->PublishKey("SingleService._meshcop._udp", keyData, ErrorChecker("publish key for servi… in PublishSingleServiceWithKeyAfterwards()
185 sPublisher->PublishKey(hostName1, keyData1, ErrorChecker("publish key for host1")); in PublishMultipleServicesWithCustomHost()
186 …sPublisher->PublishKey("MultipleService11._meshcop._udp", keyData1, ErrorChecker("publish key for … in PublishMultipleServicesWithCustomHost()
187 …sPublisher->PublishKey("MultipleService12._meshcop._udp", keyData1, ErrorChecker("publish key for … in PublishMultipleServicesWithCustomHost()
[all …]
/external/python/cpython3/.azure-pipelines/
Dwindows-release.yml22 displayName: "Publish release"
38 displayName: "Publish ARM64 build"
78 displayName: "Build number to publish (0 to skip)"
177 displayName: Publish to python.org
180 - template: windows-release/stage-publish-pythonorg.yml
184 displayName: Publish to nuget.org
190 - template: windows-release/stage-publish-nugetorg.yml
194 displayName: Publish to Store
200 - template: windows-release/stage-publish-store.yml
204 displayName: Publish existing build
[all …]
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
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()
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 …]
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()
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 …]
/external/licenseclassifier/v2/assets/License/CDLA-Permissive-1.0/
Dlicense.txt31 Entity authorized to Publish Data on behalf of such Entity) that Publishes Data under this
34 1.5 “Enhanced Data” means the subset of Data that You Publish and that is composed of
50 1.8 “Publish” means to make all or a subset of Data (including Your Enhanced Data)
54 perform work on that Entity’s behalf. A “Publication” occurs each time You Publish
75 Section 2. Right and License to Use and to Publish
79 Section 5) right to: (a) Use Data; and (b) Publish Data.
92 3.1 If You Publish Data You Receive or Enhanced Data:
102 (c) If You Publish Data You Receive, You must preserve all credit or attribution
125 from others with the right to Publish the Data under this Agreement; and (b) Publication
132 Use or Publish the Data will be revoked or modified if You materially fail to comply with
[all …]
/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/mqtt5/packets/
DPubAckPacket.java34 * Returns additional diagnostic information about the result of the PUBLISH attempt.
38 * @return Additional diagnostic information about the result of the PUBLISH attempt.
66 * Reason code inside PubAckPackets that indicates the result of the associated PUBLISH request.
73 * Returned when the (QoS 1) publish was accepted by the recipient.
80 * Returned when the (QoS 1) publish was accepted but there were no matching subscribers.
87 …* Returned when the (QoS 1) publish was not accepted and the receiver does not want to specify a r…
95 … * Returned when the (QoS 1) publish was valid but the receiver was not willing to accept it.
102 * Returned when the (QoS 1) publish was not authorized by the receiver.
116 * Returned when the packet identifier used in the associated PUBLISH was already in use.
124 …* Returned when the associated PUBLISH failed because an internal quota on the recipient was excee…
[all …]
/external/google-cloud-java/java-eventarc-publishing/proto-google-cloud-eventarc-publishing-v1/src/main/java/com/google/cloud/eventarc/publishing/v1/
DPublishEventsRequestOrBuilder.java30 * The full name of the channel to publish to. For example:
43 * The full name of the channel to publish to. For example:
57 * The CloudEvents v1.0 events to publish. No other types are allowed.
68 * The CloudEvents v1.0 events to publish. No other types are allowed.
79 * The CloudEvents v1.0 events to publish. No other types are allowed.
90 * The CloudEvents v1.0 events to publish. No other types are allowed.
101 * The CloudEvents v1.0 events to publish. No other types are allowed.
113 * The text representation of events to publish.
129 * The text representation of events to publish.
145 * The text representation of events to publish.
[all …]
/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/ims/rcs/rcsservice/src/com/android/service/ims/presence/
DPresencePublication.java84 // 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 …]
/external/python/google-api-python-client/docs/dyn/
Dpubsublite_v1.topicStats.projects.locations.topics.html82 …nowledged as published, and greater than the offset of any message whose publish has already been …
88 <p class="firstline">Compute the corresponding cursor for a publish or event time in a topic partit…
97 …nowledged as published, and greater than the offset of any message whose publish has already been …
153 …f this computation, if a message does not have an event time, we use the publish time. The timesta…
154 …ime&quot;: &quot;A String&quot;, # The minimum publish timestamp across these messages. Note that
160 <pre>Compute the corresponding cursor for a publish or event time in a topic partition.
167 { # Compute the corresponding cursor for a publish or event time in a topic partition.
169 …;: { # A target publish or event time. Can be used for seeking to or retrieving the corresponding …
170 …han or equal to `event_time`. If messages are missing an event time, the publish time is used as a…
171 …he first message with publish time greater than or equal to `publish_time`. All messages thereafte…
[all …]
/external/ktfmt/.github/workflows/
Dpublish_artifacts_on_release.yaml1 # When a new release is created, publish artifacts to Maven Central / JetBrains Marketplace / etc..
9 name: Publish package to Maven Central and JetBrains Marketplace
20 publish:
38 - id: publish-to-central
39 name: Publish to Maven Central Repository
49 - name: Publish IntelliJ plugin to JetBrains Marketplace
75 git commit -m "Publish website"
/external/python/cpython3/.azure-pipelines/windows-release/
Dstage-build.yml37 displayName: 'Publish artifact: doc'
140 displayName: Publish Tcl/Tk Library
155 displayName: 'Copy Tcl/Tk lib for publish'
162 displayName: 'Copy Tcl/Tk lib for publish'
170 displayName: 'Copy Tcl/Tk lib for publish'
177 displayName: 'Publish artifact: tcltk_lib_win32'
183 displayName: 'Publish artifact: tcltk_lib_amd64'
190 displayName: 'Publish artifact: tcltk_lib_arm64'
/external/bcc/.github/workflows/
Dpublish.yml1 name: Publish Build Artifacts
13 # Optionally publish container images to custom docker repository,
20 name: Publish To Dockerhub
43 - name: Build container image and publish to registry
44 id: publish-registry
45 uses: elgohr/Publish-Docker-Github-Action@v5
/external/googleapis/google/cloud/pubsublite/v1/
Dpublisher.proto32 // The service that a publisher client application uses to publish messages to
42 // stream is initialized, the client publishes messages by sending publish
48 rpc Publish(stream PublishRequest) returns (stream PublishResponse) {} rpc
61 // Unique identifier for a publisher client. If set, enables publish
74 // Request to publish messages to the topic.
76 // The messages to publish.
117 // publish idempotency is enabled. A missing range indicates that cursors
119 // deduplicated and the necessary data was not available at publish time.
131 // Request to publish messages.
/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/async/
DSdkPublishersTest.java46 fakePublisher.publish(ByteBuffer.wrap("content".getBytes(StandardCharsets.UTF_8))); in envelopeWrappedPublisher()
58 fakePublisher.publish("one"); in mapTransformsCorrectly()
59 fakePublisher.publish("two"); in mapTransformsCorrectly()
81 fakePublisher.publish("one"); in mapHandlesError()
82 fakePublisher.publish("two"); in mapHandlesError()
83 fakePublisher.publish("three"); in mapHandlesError()
100 fakePublisher.publish("one"); in subscribeHandlesError()
118 fakePublisher.publish("one"); in filterHandlesError()
136 fakePublisher.publish("one"); in flatMapIterableHandlesError()
153 fakePublisher.publish("one"); in addTrailingData_handlesCorrectly()

12345678910>>...376