/aosp_15_r20/external/rust/android-crates-io/crates/anyhow/src/ |
D | ensure.rs | 112 (0 $stack:tt ($($bail:tt)*) $fuel:tt $parse:tt $dup:tt return $($rest:tt)*) => { 116 (0 $stack:tt ($($bail:tt)*) $fuel:tt $parse:tt $dup:tt break $($rest:tt)*) => { 120 (0 $stack:tt ($($bail:tt)*) $fuel:tt $parse:tt $dup:tt continue $($rest:tt)*) => { 124 (0 $stack:tt ($($bail:tt)*) $fuel:tt $parse:tt $dup:tt yield $($rest:tt)*) => { 128 (0 $stack:tt ($($bail:tt)*) $fuel:tt $parse:tt $dup:tt move $($rest:tt)*) => { 134 …$bail:tt (~$($fuel:tt)*) {($($buf:tt)*) $($parse:tt)*} ($deref:tt $($dup:tt)*) * $($rest:tt)*) => { 135 …e::__parse_ensure!(0 $stack $bail ($($fuel)*) {($($buf)* $deref) $($parse)*} ($($rest)*) $($rest)*) 138 …t $bail:tt (~$($fuel:tt)*) {($($buf:tt)*) $($parse:tt)*} ($not:tt $($dup:tt)*) ! $($rest:tt)*) => { 139 …ate::__parse_ensure!(0 $stack $bail ($($fuel)*) {($($buf)* $not) $($parse)*} ($($rest)*) $($rest)*) 142 …t $bail:tt (~$($fuel:tt)*) {($($buf:tt)*) $($parse:tt)*} ($neg:tt $($dup:tt)*) - $($rest:tt)*) => { [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.82/src/ |
H A D | ensure.rs | 112 (0 $stack:tt ($($bail:tt)*) $fuel:tt $parse:tt $dup:tt return $($rest:tt)*) => { 116 (0 $stack:tt ($($bail:tt)*) $fuel:tt $parse:tt $dup:tt break $($rest:tt)*) => { 120 (0 $stack:tt ($($bail:tt)*) $fuel:tt $parse:tt $dup:tt continue $($rest:tt)*) => { 124 (0 $stack:tt ($($bail:tt)*) $fuel:tt $parse:tt $dup:tt yield $($rest:tt)*) => { 128 (0 $stack:tt ($($bail:tt)*) $fuel:tt $parse:tt $dup:tt move $($rest:tt)*) => { 134 …$bail:tt (~$($fuel:tt)*) {($($buf:tt)*) $($parse:tt)*} ($deref:tt $($dup:tt)*) * $($rest:tt)*) => { 135 …e::__parse_ensure!(0 $stack $bail ($($fuel)*) {($($buf)* $deref) $($parse)*} ($($rest)*) $($rest)*) 138 …t $bail:tt (~$($fuel:tt)*) {($($buf:tt)*) $($parse:tt)*} ($not:tt $($dup:tt)*) ! $($rest:tt)*) => { 139 …ate::__parse_ensure!(0 $stack $bail ($($fuel)*) {($($buf)* $not) $($parse)*} ($($rest)*) $($rest)*) 142 …t $bail:tt (~$($fuel:tt)*) {($($buf:tt)*) $($parse:tt)*} ($neg:tt $($dup:tt)*) - $($rest:tt)*) => { [all …]
|
/aosp_15_r20/external/cronet/base/third_party/nspr/ |
H A D | prtime.cc | 478 const char *rest = string; in PR_ParseTimeString() local 485 while (*rest) in PR_ParseTimeString() 493 switch (*rest) in PR_ParseTimeString() 497 (rest[1] == 'p' || rest[1] == 'P') && in PR_ParseTimeString() 498 (rest[2] == 'r' || rest[2] == 'R')) in PR_ParseTimeString() 501 (rest[1] == 's' || rest[1] == 'S') && in PR_ParseTimeString() 502 (rest[2] == 't' || rest[2] == 'T')) in PR_ParseTimeString() 505 (rest[1] == 'u' || rest[1] == 'U') && in PR_ParseTimeString() 506 (rest[2] == 'g' || rest[2] == 'G')) in PR_ParseTimeString() 511 (rest[1] == 's' || rest[1] == 'S') && in PR_ParseTimeString() [all …]
|
/aosp_15_r20/external/libchrome/base/third_party/nspr/ |
H A D | prtime.cc | 475 const char *rest = string; in PR_ParseTimeString() local 482 while (*rest) in PR_ParseTimeString() 490 switch (*rest) in PR_ParseTimeString() 494 (rest[1] == 'p' || rest[1] == 'P') && in PR_ParseTimeString() 495 (rest[2] == 'r' || rest[2] == 'R')) in PR_ParseTimeString() 498 (rest[1] == 's' || rest[1] == 'S') && in PR_ParseTimeString() 499 (rest[2] == 't' || rest[2] == 'T')) in PR_ParseTimeString() 502 (rest[1] == 'u' || rest[1] == 'U') && in PR_ParseTimeString() 503 (rest[2] == 'g' || rest[2] == 'G')) in PR_ParseTimeString() 508 (rest[1] == 's' || rest[1] == 'S') && in PR_ParseTimeString() [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/ |
H A D | RestEx.h | 2 This file defines the EFI REST EX Protocol interface. It is 5 - REST EX Service Binding Protocol 6 - REST EX Protocol 128 Provides a simple HTTP-like interface to send and receive resources from a REST service. 130 The SendReceive() function sends an HTTP request to this REST service, and returns a 132 request to the REST resource identified by RequestMessage.Request.Url. The 137 REST service. 155 Obtain the current time from this REST service instance. 158 this REST service instance. If this REST service does not support to retrieve the time, 164 REST service. [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/ |
H A D | RestEx.h | 2 This file defines the EFI REST EX Protocol interface. It is 5 - REST EX Service Binding Protocol 6 - REST EX Protocol 128 Provides a simple HTTP-like interface to send and receive resources from a REST service. 130 The SendReceive() function sends an HTTP request to this REST service, and returns a 132 request to the REST resource identified by RequestMessage.Request.Url. The 137 REST service. 155 Obtain the current time from this REST service instance. 158 this REST service instance. If this REST service does not support to retrieve the time, 164 REST service. [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/ |
H A D | macros.rs | 2 (0, $submac:ident ! ($($rest:tt)*)) => ($submac!(1, $($rest)*)); 3 (1, $submac:ident ! ($($rest:tt)*)) => ($submac!(2, $($rest)*)); 4 (2, $submac:ident ! ($($rest:tt)*)) => ($submac!(3, $($rest)*)); 5 (3, $submac:ident ! ($($rest:tt)*)) => ($submac!(4, $($rest)*)); 6 (4, $submac:ident ! ($($rest:tt)*)) => ($submac!(5, $($rest)*)); 7 (5, $submac:ident ! ($($rest:tt)*)) => ($submac!(6, $($rest)*)); 8 (6, $submac:ident ! ($($rest:tt)*)) => ($submac!(7, $($rest)*)); 9 (7, $submac:ident ! ($($rest:tt)*)) => ($submac!(8, $($rest)*)); 10 (8, $submac:ident ! ($($rest:tt)*)) => ($submac!(9, $($rest)*)); 11 (9, $submac:ident ! ($($rest:tt)*)) => ($submac!(10, $($rest)*)); [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/ |
D | macros.rs | 2 (0, $submac:ident ! ($($rest:tt)*)) => ($submac!(1, $($rest)*)); 3 (1, $submac:ident ! ($($rest:tt)*)) => ($submac!(2, $($rest)*)); 4 (2, $submac:ident ! ($($rest:tt)*)) => ($submac!(3, $($rest)*)); 5 (3, $submac:ident ! ($($rest:tt)*)) => ($submac!(4, $($rest)*)); 6 (4, $submac:ident ! ($($rest:tt)*)) => ($submac!(5, $($rest)*)); 7 (5, $submac:ident ! ($($rest:tt)*)) => ($submac!(6, $($rest)*)); 8 (6, $submac:ident ! ($($rest:tt)*)) => ($submac!(7, $($rest)*)); 9 (7, $submac:ident ! ($($rest:tt)*)) => ($submac!(8, $($rest)*)); 10 (8, $submac:ident ! ($($rest:tt)*)) => ($submac!(9, $($rest)*)); 11 (9, $submac:ident ! ($($rest:tt)*)) => ($submac!(10, $($rest)*)); [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_exception_group.py | 367 match, rest = self.eg.split(E) 370 self.assertIsNone(rest) 373 match, rest = self.eg.split(OSError) 376 rest, ExceptionGroup, self.eg_template) 391 match, rest = eg.split(match_type) 396 self.assertEqual(rest.message, eg.message) 398 rest, ExceptionGroup, rest_template) 400 self.assertIsNone(rest) 403 match, rest = self.eg.split(lambda e: True) 405 self.assertIsNone(rest) [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/toml/src/ |
D | macros.rs | 79 (@toplevel $root:ident [$($path:tt)*] $($($k:tt)-+).+ = - $v:tt $($rest:tt)*) => { 80 $crate::toml_internal!(@toplevel $root [$($path)*] $($($k)-+).+ = (-$v) $($rest)*); 84 (@toplevel $root:ident [$($path:tt)*] $($($k:tt)-+).+ = + $v:tt $($rest:tt)*) => { 85 $crate::toml_internal!(@toplevel $root [$($path)*] $($($k)-+).+ = ($v) $($rest)*); 89 …+ = $yr:tt - $mo:tt - $dhr:tt : $min:tt : $sec:tt . $frac:tt - $tzh:tt : $tzm:tt $($rest:tt)*) => { 90 …$root [$($path)*] $($($k)-+).+ = ($yr - $mo - $dhr : $min : $sec . $frac - $tzh : $tzm) $($rest)*); 93 …:tt - $mo:tt - $day:tt $hr:tt : $min:tt : $sec:tt . $frac:tt - $tzh:tt : $tzm:tt $($rest:tt)*) => { 94 …[$($path)*] $($($k)-+).+ = ($yr - $mo - $day T $hr : $min : $sec . $frac - $tzh : $tzm) $($rest)*); 98 …($k:tt)-+).+ = $yr:tt - $mo:tt - $dhr:tt : $min:tt : $sec:tt - $tzh:tt : $tzm:tt $($rest:tt)*) => { 99 …atetime $root [$($path)*] $($($k)-+).+ = ($yr - $mo - $dhr : $min : $sec - $tzh : $tzm) $($rest)*); [all …]
|
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | index.json | 12 … "discoveryRestUrl": "https://abusiveexperiencereport.googleapis.com/$discovery/rest?version=v1", 27 … "discoveryRestUrl": "https://acceleratedmobilepageurl.googleapis.com/$discovery/rest?version=v1", 42 "discoveryRestUrl": "https://accessapproval.googleapis.com/$discovery/rest?version=v1", 57 … "discoveryRestUrl": "https://accesscontextmanager.googleapis.com/$discovery/rest?version=v1beta", 62 "documentationLink": "https://cloud.google.com/access-context-manager/docs/reference/rest/", 72 "discoveryRestUrl": "https://accesscontextmanager.googleapis.com/$discovery/rest?version=v1", 77 "documentationLink": "https://cloud.google.com/access-context-manager/docs/reference/rest/", 87 "discoveryRestUrl": "https://www.googleapis.com/discovery/v1/apis/adexchangebuyer/v1.2/rest", 88 "discoveryLink": "./apis/adexchangebuyer/v1.2/rest", 93 "documentationLink": "https://developers.google.com/ad-exchange/buyer-rest", [all …]
|
/aosp_15_r20/external/google-cloud-java/java-video-live-stream/proto-google-cloud-live-stream-v1/src/main/java/com/google/cloud/video/livestream/v1/ |
H A D | UpdateChannelRequest.java | 78 …* * [`inputAttachments`](https://cloud.google.com/livestream/docs/reference/rest/v1/projects.locat… 79 …* * [`inputConfig`](https://cloud.google.com/livestream/docs/reference/rest/v1/projects.locations.… 80 …* * [`output`](https://cloud.google.com/livestream/docs/reference/rest/v1/projects.locations.chann… 81 …* * [`elementaryStreams`](https://cloud.google.com/livestream/docs/reference/rest/v1/projects.loca… 82 …* * [`muxStreams`](https://cloud.google.com/livestream/docs/reference/rest/v1/projects.locations.c… 83 …* * [`manifests`](https://cloud.google.com/livestream/docs/reference/rest/v1/projects.locations.ch… 84 …* * [`spriteSheets`](https://cloud.google.com/livestream/docs/reference/rest/v1/projects.locations… 85 …* * [`logConfig`](https://cloud.google.com/livestream/docs/reference/rest/v1/projects.locations.ch… 86 …* * [`timecodeConfig`](https://cloud.google.com/livestream/docs/reference/rest/v1/projects.locatio… 87 …* * [`encryptions`](https://cloud.google.com/livestream/docs/reference/rest/v1/projects.locations.… [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/net/ |
D | ipv6_exts_slice.rs | 37 let mut rest = start_slice; in from_slice() localVariable 46 let slice = Ipv6RawExtHeaderSlice::from_slice(rest).map_err(Len)?; in from_slice() 47 rest = &rest[slice.slice().len()..]; in from_slice() 57 let slice = Ipv6RawExtHeaderSlice::from_slice(rest) in from_slice() 58 .map_err(|err| Len(err.add_offset(start_slice.len() - rest.len())))?; in from_slice() 61 // a subslice from the given slice rest. Therefor it is guaranteed in from_slice() 62 // that len is always greater or equal the len of rest. in from_slice() 63 rest = unsafe { in from_slice() 65 from_raw_parts(rest.as_ptr().add(len), rest.len() - len) in from_slice() 70 let slice = Ipv6FragmentHeaderSlice::from_slice(rest) in from_slice() [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/proc-macro2-1.0.80/src/ |
H A D | parse.rs | 11 pub rest: &'a str, field 18 let (_front, rest) = self.rest.split_at(bytes); in advance() 20 rest, in advance() 27 self.rest.starts_with(s) in starts_with() 31 self.rest.starts_with(ch) in starts_with_char() 38 self.rest.starts_with(f) in starts_with_fn() 42 self.rest.is_empty() in is_empty() 46 self.rest.len() in len() 50 self.rest.as_bytes() in as_bytes() 54 self.rest.bytes() in bytes() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/proc-macro2/src/ |
D | parse.rs | 11 pub rest: &'a str, field 18 let (_front, rest) = self.rest.split_at(bytes); in advance() 20 rest, in advance() 27 self.rest.starts_with(s) in starts_with() 31 self.rest.starts_with(ch) in starts_with_char() 38 self.rest.starts_with(f) in starts_with_fn() 42 self.rest.is_empty() in is_empty() 46 self.rest.len() in len() 50 self.rest.as_bytes() in as_bytes() 54 self.rest.bytes() in bytes() [all …]
|
/aosp_15_r20/external/python/pyasn1-modules/tests/ |
D | test_rfc3279.py | 61 asn1Object, rest = der_decode(substrate, asn1Spec=self.asn1Spec) 62 assert not rest 70 pk, rest = der_decode(spki_pk, asn1Spec=rfc3279.RSAPublicKey()) 71 assert not rest 81 asn1Object, rest = der_decode(substrate, 84 assert not rest 122 asn1Object, rest = der_decode(substrate, asn1Spec=self.asn1Spec) 123 assert not rest 130 spki_a_p, rest = der_decode(spki_a['parameters'], 132 assert not rest [all …]
|
D | test_rfc2985.py | 127 asn1Object, rest = der_decode(substrate, asn1Spec=self.asn1Spec) 128 assert not rest 140 av, rest = der_decode(attr['values'][0], 142 assert not rest 149 outdata, rest = der_decode(av['authSafe']['content'], 151 assert not rest 152 authsafe, rest = der_decode(outdata, 154 assert not rest 158 indata, rest = der_decode(ci['content'], 160 assert not rest [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/combinator/ |
D | branch.rs | 182 (0, $submac:ident ! ($($rest:tt)*)) => ($submac!(1, $($rest)*)); 183 (1, $submac:ident ! ($($rest:tt)*)) => ($submac!(2, $($rest)*)); 184 (2, $submac:ident ! ($($rest:tt)*)) => ($submac!(3, $($rest)*)); 185 (3, $submac:ident ! ($($rest:tt)*)) => ($submac!(4, $($rest)*)); 186 (4, $submac:ident ! ($($rest:tt)*)) => ($submac!(5, $($rest)*)); 187 (5, $submac:ident ! ($($rest:tt)*)) => ($submac!(6, $($rest)*)); 188 (6, $submac:ident ! ($($rest:tt)*)) => ($submac!(7, $($rest)*)); 189 (7, $submac:ident ! ($($rest:tt)*)) => ($submac!(8, $($rest)*)); 190 (8, $submac:ident ! ($($rest:tt)*)) => ($submac!(9, $($rest)*)); 191 (9, $submac:ident ! ($($rest:tt)*)) => ($submac!(10, $($rest)*)); [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/src/ |
H A D | macros.rs | 89 (@array [$($elems:expr,)*] null $($rest:tt)*) => { 90 json_internal!(@array [$($elems,)* json_internal!(null)] $($rest)*) 94 (@array [$($elems:expr,)*] true $($rest:tt)*) => { 95 json_internal!(@array [$($elems,)* json_internal!(true)] $($rest)*) 99 (@array [$($elems:expr,)*] false $($rest:tt)*) => { 100 json_internal!(@array [$($elems,)* json_internal!(false)] $($rest)*) 104 (@array [$($elems:expr,)*] [$($array:tt)*] $($rest:tt)*) => { 105 json_internal!(@array [$($elems,)* json_internal!([$($array)*])] $($rest)*) 109 (@array [$($elems:expr,)*] {$($map:tt)*} $($rest:tt)*) => { 110 json_internal!(@array [$($elems,)* json_internal!({$($map)*})] $($rest)*) [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/src/ |
D | macros.rs | 88 (@array [$($elems:expr,)*] null $($rest:tt)*) => { 89 json_internal!(@array [$($elems,)* json_internal!(null)] $($rest)*) 93 (@array [$($elems:expr,)*] true $($rest:tt)*) => { 94 json_internal!(@array [$($elems,)* json_internal!(true)] $($rest)*) 98 (@array [$($elems:expr,)*] false $($rest:tt)*) => { 99 json_internal!(@array [$($elems,)* json_internal!(false)] $($rest)*) 103 (@array [$($elems:expr,)*] [$($array:tt)*] $($rest:tt)*) => { 104 json_internal!(@array [$($elems,)* json_internal!([$($array)*])] $($rest)*) 108 (@array [$($elems:expr,)*] {$($map:tt)*} $($rest:tt)*) => { 109 json_internal!(@array [$($elems,)* json_internal!({$($map)*})] $($rest)*) [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.1/src/ |
H A D | macros.rs | 89 (@array [$($elems:expr,)*] null $($rest:tt)*) => { 90 json_internal!(@array [$($elems,)* json_internal!(null)] $($rest)*) 94 (@array [$($elems:expr,)*] true $($rest:tt)*) => { 95 json_internal!(@array [$($elems,)* json_internal!(true)] $($rest)*) 99 (@array [$($elems:expr,)*] false $($rest:tt)*) => { 100 json_internal!(@array [$($elems,)* json_internal!(false)] $($rest)*) 104 (@array [$($elems:expr,)*] [$($array:tt)*] $($rest:tt)*) => { 105 json_internal!(@array [$($elems,)* json_internal!([$($array)*])] $($rest)*) 109 (@array [$($elems:expr,)*] {$($map:tt)*} $($rest:tt)*) => { 110 json_internal!(@array [$($elems,)* json_internal!({$($map)*})] $($rest)*) [all …]
|
/aosp_15_r20/external/truth/extensions/proto/src/main/java/com/google/common/truth/extensions/proto/ |
H A D | MapWithProtoValuesSubject.java | 116 int firstFieldNumber, int... rest) { in ignoringFieldAbsenceOfFieldsForValues() argument 117 return usingConfig(config.ignoringFieldAbsenceOfFields(asList(firstFieldNumber, rest))); in ignoringFieldAbsenceOfFieldsForValues() 144 FieldDescriptor firstFieldDescriptor, FieldDescriptor... rest) { in ignoringFieldAbsenceOfFieldDescriptorsForValues() argument 146 config.ignoringFieldAbsenceOfFieldDescriptors(asList(firstFieldDescriptor, rest))); in ignoringFieldAbsenceOfFieldDescriptorsForValues() 239 int firstFieldNumber, int... rest) { in ignoringRepeatedFieldOrderOfFieldsForValues() argument 240 return usingConfig(config.ignoringRepeatedFieldOrderOfFields(asList(firstFieldNumber, rest))); in ignoringRepeatedFieldOrderOfFieldsForValues() 267 FieldDescriptor firstFieldDescriptor, FieldDescriptor... rest) { in ignoringRepeatedFieldOrderOfFieldDescriptorsForValues() argument 269 config.ignoringRepeatedFieldOrderOfFieldDescriptors(asList(firstFieldDescriptor, rest))); in ignoringRepeatedFieldOrderOfFieldDescriptorsForValues() 314 int firstFieldNumber, int... rest) { in ignoringExtraRepeatedFieldElementsOfFieldsForValues() argument 316 config.ignoringExtraRepeatedFieldElementsOfFields(asList(firstFieldNumber, rest))); in ignoringExtraRepeatedFieldElementsOfFieldsForValues() [all …]
|
H A D | MultimapWithProtoValuesSubject.java | 141 int firstFieldNumber, int... rest) { in ignoringFieldAbsenceOfFieldsForValues() argument 142 return usingConfig(config.ignoringFieldAbsenceOfFields(asList(firstFieldNumber, rest))); in ignoringFieldAbsenceOfFieldsForValues() 169 FieldDescriptor firstFieldDescriptor, FieldDescriptor... rest) { in ignoringFieldAbsenceOfFieldDescriptorsForValues() argument 171 config.ignoringFieldAbsenceOfFieldDescriptors(asList(firstFieldDescriptor, rest))); in ignoringFieldAbsenceOfFieldDescriptorsForValues() 264 int firstFieldNumber, int... rest) { in ignoringRepeatedFieldOrderOfFieldsForValues() argument 265 return usingConfig(config.ignoringRepeatedFieldOrderOfFields(asList(firstFieldNumber, rest))); in ignoringRepeatedFieldOrderOfFieldsForValues() 293 FieldDescriptor firstFieldDescriptor, FieldDescriptor... rest) { in ignoringRepeatedFieldOrderOfFieldDescriptorsForValues() argument 295 config.ignoringRepeatedFieldOrderOfFieldDescriptors(asList(firstFieldDescriptor, rest))); in ignoringRepeatedFieldOrderOfFieldDescriptorsForValues() 341 ignoringExtraRepeatedFieldElementsOfFieldsForValues(int firstFieldNumber, int... rest) { in ignoringExtraRepeatedFieldElementsOfFieldsForValues() argument 343 config.ignoringExtraRepeatedFieldElementsOfFields(asList(firstFieldNumber, rest))); in ignoringExtraRepeatedFieldElementsOfFieldsForValues() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/mime/ |
D | mediatype.go | 104 typ, rest := consumeToken(s) 108 if rest == "" { 111 if !strings.HasPrefix(rest, "/") { 114 subtype, rest := consumeToken(rest[1:]) 118 if rest != "" { 161 key, value, rest := consumeMediaParam(v) 163 if strings.TrimSpace(rest) == ";" { 188 v = rest 264 // the token consumed and the rest of the string. Returns ("", v) on 266 func consumeToken(v string) (token, rest string) { [all …]
|
/aosp_15_r20/external/google-cloud-java/java-appengine-admin/grpc-google-cloud-appengine-admin-v1/src/main/java/com/google/appengine/v1/ |
H A D | VersionsGrpc.java | 344 …* * [`instance_class`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.se… 346 …e_instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.ve… 347 …e_instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.ve… 348 …x_instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.ve… 349 …n_instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.ve… 350 …utilization`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.ve… 351 …utilization`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.ve… 353 …* * [`serving_status`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.se… 354 …g.instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.ve… 356 …* * [`serving_status`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.se… [all …]
|