/aosp_15_r20/external/python/bumble/rust/src/internal/drivers/ |
D | rtk.rs | 158 pub fn patches(&self) -> &[Patch] { in patches() 164 pub struct Patch { struct 170 impl Patch { impl
|
/aosp_15_r20/development/tools/external_crates/crate_tool/src/ |
H A D | patch.rs | 18 pub struct Patch<'a> { struct 24 impl<'a> Patch<'a> { argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/ |
D | compile.rs | 22 struct Patch { struct 23 hole: Hole, 24 entry: InstPtr, 188 let Patch { hole, entry } = in compile_many() localVariable 196 let Patch { hole, entry } = in compile_many() localVariable 521 let Patch { mut hole, entry } = loop { in c_concat() localVariable 614 let Patch { hole: hole_rep, entry: entry_rep } = match self.c(expr)? { in c_repeat_zero_or_one() localVariable 634 let Patch { hole: hole_rep, entry: entry_rep } = match self.c(expr)? { in c_repeat_zero_or_more() localVariable 653 let Patch { hole: hole_rep, entry: entry_rep } = match self.c(expr)? { in c_repeat_one_or_more() localVariable 730 let Patch { hole, entry } = match self.c(expr)? { in c_repeat_range() localVariable [all …]
|
/aosp_15_r20/build/blueprint/parser/ |
H A D | modify.go | 73 type Patch struct { struct 74 Start, End int 75 Replacement string
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | LatticeOp.cpp | 429 struct Patch { struct in skgpu::ganesh::LatticeOp::__anon5f030e2c0111::NonAALatticeOp 430 SkMatrix fViewMatrix; 431 std::unique_ptr<SkLatticeIter> fIter; 432 SkRect fDst; 433 SkPMColor4f fColor;
|
/aosp_15_r20/frameworks/av/services/audioflinger/ |
H A D | IAfPatchPanel.h | 198 Patch(const struct audio_patch& patch, bool endpointPatch) in Patch() function 202 Patch(const Patch& other) noexcept { in Patch() function 210 Patch(Patch&& other) noexcept { swap(other); } in Patch() function
|
/aosp_15_r20/external/perfetto/src/tracing/service/ |
H A D | trace_buffer.h | 152 struct Patch { struct 154 static constexpr size_t kSize = 4; 156 size_t offset_untrusted; 157 std::array<uint8_t, kSize> data;
|
/aosp_15_r20/external/python/apitools/samples/storage_sample/storage_v1/ |
D | storage_v1_client.py | 161 def Patch(self, request, global_params=None): member in StorageV1.BucketAccessControlsService 353 def Patch(self, request, global_params=None): member in StorageV1.BucketsService 607 def Patch(self, request, global_params=None): member in StorageV1.DefaultObjectAccessControlsService 887 def Patch(self, request, global_params=None): member in StorageV1.ObjectAccessControlsService 1155 def Patch(self, request, global_params=None): member in StorageV1.ObjectsService
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | pr12104.h | 1 template <int dimm> struct Patch { struct 5 const unsigned int Patch<dim>::no_neighbor; argument
|
H A D | pr12104.cpp | 5 template struct Patch<1>; variable
|
/aosp_15_r20/external/python/apitools/samples/fusiontables_sample/fusiontables_v1/ |
D | fusiontables_v1_client.py | 160 def Patch(self, request, global_params=None): member in FusiontablesV1.ColumnService 394 def Patch(self, request, global_params=None): member in FusiontablesV1.StyleService 662 def Patch(self, request, global_params=None): member in FusiontablesV1.TableService 916 def Patch(self, request, global_params=None): member in FusiontablesV1.TemplateService
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/ |
D | parse.go | 54 type Patch struct { struct 55 addr *obj.Addr 56 label string
|
/aosp_15_r20/external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/ |
D | servicemanagement_v1_client.py | 289 def Patch(self, request, global_params=None): member in ServicemanagementV1.ServicesCustomerSettingsService 356 def Patch(self, request, global_params=None): member in ServicemanagementV1.ServicesProjectSettingsService 680 def Patch(self, request, global_params=None): member in ServicemanagementV1.ServicesService
|
/aosp_15_r20/external/volley/testing/src/main/java/com/android/volley/mock/ |
H A D | TestRequest.java | 157 public static class Patch extends Base { class in TestRequest 158 public Patch() { in Patch() method in TestRequest.Patch
|
/aosp_15_r20/external/google-cloud-java/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ |
H A D | gapic_metadata.json | 73 "Patch": { object 106 "Patch": { object 151 "Patch": { object 307 "Patch": { object 346 "Patch": { object 376 "Patch": { object 430 "Patch": { object 532 "Patch": { object 559 "Patch": { object 607 "Patch": { object [all …]
|
/aosp_15_r20/external/python/apitools/samples/bigquery_sample/bigquery_v2/ |
D | bigquery_v2_client.py | 159 def Patch(self, request, global_params=None): member in BigqueryV2.DatasetsService 601 def Patch(self, request, global_params=None): member in BigqueryV2.TablesService
|
/aosp_15_r20/external/skia/tools/viewer/ |
H A D | PatchSlide.cpp | 50 class Patch { class 52 Patch() { sk_bzero(fPts, sizeof(fPts)); } in Patch() function in __anonb6045d310111::Patch
|
/aosp_15_r20/external/golang-protobuf/internal/version/ |
H A D | version.go | 55 Patch = 0 const
|
/aosp_15_r20/tools/acloud/internal/lib/ |
H A D | driver_test_lib.py | 36 def Patch(self, *args, **kwargs): member in BaseDriverTest
|
/aosp_15_r20/external/perfetto/protos/perfetto/common/ |
H A D | commit_data_request.proto | 54 message Patch { message
|
/aosp_15_r20/external/perfetto/src/tracing/core/ |
H A D | patch_list.h | 38 Patch(ChunkID c, uint16_t o) : chunk_id(c), offset(o) {} in Patch() function
|
/aosp_15_r20/external/oboe/include/oboe/ |
H A D | Version.h | 77 static constexpr uint16_t Patch = OBOE_VERSION_PATCH; member
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/gover/ |
D | gover.go | 26 Patch string // decimal or "" member
|
/aosp_15_r20/external/googleapis/google/cloud/sql/v1/ |
H A D | cloud_sql_databases.proto | 72 rpc Patch(SqlDatabasesUpdateRequest) returns (Operation) { rpc
|
/aosp_15_r20/external/llvm/docs/ |
H A D | DeveloperPolicy.rst | 123 .. _code review:
|