Home
last modified time | relevance | path

Searched full:pullrequest (Results 1 – 25 of 97) sorted by relevance

1234

/aosp_15_r20/external/python/cpython3/.azure-pipelines/
Dpr.yml37 testRunTitle: '$(system.pullRequest.TargetBranch)-macos'
46 targetBranch: $(System.PullRequest.TargetBranch)
58 testRunTitle: '$(system.pullRequest.TargetBranch)-linux'
108 testRunTitle: '$(System.PullRequest.TargetBranch)-win32'
113 testRunTitle: '$(System.PullRequest.TargetBranch)-win64'
123 targetBranch: $(System.PullRequest.TargetBranch)
Dprebuild-checks.yml9 git fetch -q origin $(System.PullRequest.TargetBranch)
12 condition: and(succeeded(), variables['System.PullRequest.TargetBranch'])
/aosp_15_r20/external/sdk-platform-java/test/integration/goldens/pubsub/src/com/google/cloud/pubsub/v1/stub/
H A DGrpcSubscriberStub.java49 import com.google.pubsub.v1.PullRequest;
142 private static final MethodDescriptor<PullRequest, PullResponse> pullMethodDescriptor =
143 MethodDescriptor.<PullRequest, PullResponse>newBuilder()
146 .setRequestMarshaller(ProtoUtils.marshaller(PullRequest.getDefaultInstance()))
265 private final UnaryCallable<PullRequest, PullResponse> pullCallable;
396 GrpcCallSettings<PullRequest, PullResponse> pullTransportSettings = in GrpcSubscriberStub()
397 GrpcCallSettings.<PullRequest, PullResponse>newBuilder() in GrpcSubscriberStub()
641 public UnaryCallable<PullRequest, PullResponse> pullCallable() { in pullCallable()
H A DSubscriberStubSettings.java67 import com.google.pubsub.v1.PullRequest;
138 private final UnaryCallSettings<PullRequest, PullResponse> pullSettings;
307 public UnaryCallSettings<PullRequest, PullResponse> pullSettings() { in pullSettings()
481 private final UnaryCallSettings.Builder<PullRequest, PullResponse> pullSettings;
823 public UnaryCallSettings.Builder<PullRequest, PullResponse> pullSettings() { in pullSettings()
H A DSubscriberStub.java43 import com.google.pubsub.v1.PullRequest;
98 public UnaryCallable<PullRequest, PullResponse> pullCallable() { in pullCallable()
/aosp_15_r20/external/pytorch/.github/scripts/
H A Dtrymerge.py185 pullRequest(number: $number) {
278 pullRequest(number: $number) {
298 pullRequest(number: $number) {
318 pullRequest(number: $number) {
352 pullRequest(number: $number) {
401 pullRequest(number: $number) {
416 pullRequest(number: $number) {
469 return rc["data"]["repository"]["pullRequest"]
783 info = rc["data"]["repository"]["pullRequest"]
831 info = rc["data"]["repository"]["pullRequest"]
[all …]
HDgql_mocks.json.gz ... { 3 "data": { 4 "repository": { 5 "pullRequest": { 6 "closed": true, 7 "isCrossRepository": ...
/aosp_15_r20/external/executorch/.github/scripts/
H A Dtrymerge.py187 pullRequest(number: $number) {
280 pullRequest(number: $number) {
300 pullRequest(number: $number) {
320 pullRequest(number: $number) {
354 pullRequest(number: $number) {
403 pullRequest(number: $number) {
418 pullRequest(number: $number) {
471 return rc["data"]["repository"]["pullRequest"]
773 info = rc["data"]["repository"]["pullRequest"]
821 info = rc["data"]["repository"]["pullRequest"]
[all …]
/aosp_15_r20/external/pytorch/scripts/release_notes/
H A Dcommon.py234 pullRequest(number: %s ) {
269 edges = query["data"]["repository"]["pullRequest"]["labels"]["edges"]
271 author = query["data"]["repository"]["pullRequest"]["author"]["login"]
272 nodes = query["data"]["repository"]["pullRequest"]["reviews"]["nodes"]
/aosp_15_r20/external/sdk-platform-java/test/integration/goldens/pubsub/samples/snippets/generated/main/java/com/google/cloud/pubsub/v1/subscriber/pull/
H A DSyncPull.java21 import com.google.pubsub.v1.PullRequest;
38 PullRequest request = in syncPull()
39 PullRequest.newBuilder() in syncPull()
H A DAsyncPull.java22 import com.google.pubsub.v1.PullRequest;
39 PullRequest request = in asyncPull()
40 PullRequest.newBuilder() in asyncPull()
/aosp_15_r20/frameworks/base/core/java/android/app/
H A DVoiceInteractor.java96 request = pullRequest((IVoiceInteractorRequest)args.arg1, true);
108 request = pullRequest((IVoiceInteractorRequest)args.arg1, complete);
122 request = pullRequest((IVoiceInteractorRequest)args.arg1, true);
132 request = pullRequest((IVoiceInteractorRequest)args.arg1, true);
143 request = pullRequest((IVoiceInteractorRequest)args.arg1, complete);
156 request = pullRequest((IVoiceInteractorRequest)args.arg1, true);
915 Request pullRequest(IVoiceInteractorRequest request, boolean complete) { in pullRequest() method in VoiceInteractor
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/gapic/composer/grpc/goldens/
H A DSubscriberClientTest.golden796 PullRequest actualRequest = ((PullRequest) actualRequests.get(0));
835 PullRequest actualRequest = ((PullRequest) actualRequests.get(0));
875 PullRequest actualRequest = ((PullRequest) actualRequests.get(0));
917 PullRequest actualRequest = ((PullRequest) actualRequests.get(0));
/aosp_15_r20/external/sdk-platform-java/test/integration/goldens/pubsub/src/com/google/cloud/pubsub/v1/
H A DSubscriptionAdminClientTest.java64 import com.google.pubsub.v1.PullRequest;
881 PullRequest actualRequest = ((PullRequest) actualRequests.get(0)); in pullTest()
920 PullRequest actualRequest = ((PullRequest) actualRequests.get(0)); in pullTest2()
960 PullRequest actualRequest = ((PullRequest) actualRequests.get(0)); in pullTest3()
1002 PullRequest actualRequest = ((PullRequest) actualRequests.get(0)); in pullTest4()
H A DSubscriptionAdminClient.java50 import com.google.pubsub.v1.PullRequest;
1381 PullRequest request = in pull()
1382 PullRequest.newBuilder() in pull()
1416 PullRequest request = in pull()
1417 PullRequest.newBuilder().setSubscription(subscription).setMaxMessages(maxMessages).build(); in pull()
1457 PullRequest request = in pull()
1458 PullRequest.newBuilder() in pull()
1501 PullRequest request = in pull()
1502 PullRequest.newBuilder() in pull()
1524 * PullRequest request =
[all …]
H A DSubscriptionAdminSettings.java54 import com.google.pubsub.v1.PullRequest;
146 public UnaryCallSettings<PullRequest, PullResponse> pullSettings() { in pullSettings()
346 public UnaryCallSettings.Builder<PullRequest, PullResponse> pullSettings() { in pullSettings()
H A DMockSubscriberImpl.java34 import com.google.pubsub.v1.PullRequest;
232 public void pull(PullRequest request, StreamObserver<PullResponse> responseObserver) { in pull()
/aosp_15_r20/external/grpc-grpc/examples/ruby/pubsub/tech/pubsub/proto/
H A Dpubsub.rb99 add_message "tech.pubsub.PullRequest" do
151PullRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("tech.pubsub.PullRequest").ms… constant
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/obex/
DPullRequest.java22 public abstract class PullRequest { class
36 return "PullRequest: { path=" + path + " }"; in toString()
/aosp_15_r20/external/google-cloud-java/java-cloudbuild/proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/
H A DGitHubEventsConfigOrBuilder.java107 * @return Whether the pullRequest field is set.
119 * @return The pullRequest.
H A DGitHubEventsConfig.java259 * @return Whether the pullRequest field is set.
274 * @return The pullRequest.
1144 * @return Whether the pullRequest field is set.
1159 * @return The pullRequest.
/aosp_15_r20/external/aws-sdk-java-v2/services/codecommit/src/main/resources/codegen-resources/
H A Dservice-2.json3386 "required":["pullRequest"],
3388 "pullRequest":{ object
3389 "shape":"PullRequest",
4839 "required":["pullRequest"],
4841 "pullRequest":{ object
4842 "shape":"PullRequest",
6060 "pullRequest":{ object
6061 "shape":"PullRequest",
6118 "pullRequest":{"shape":"PullRequest"} object
6173 "pullRequest":{"shape":"PullRequest"} object
[all …]
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dpubsub.v1beta1a.json282 "$ref": "PullRequest"
717 "PullRequest": { object
719 "id": "PullRequest",
/aosp_15_r20/external/googleapis/google/pubsub/v1beta2/
H A Dpubsub.proto72 rpc Pull(PullRequest) returns (PullResponse);
338 message PullRequest { message
/aosp_15_r20/external/testng/
H A Dtravis.sh6 -Dsonar.github.pullRequest=$TRAVIS_PULL_REQUEST \

1234