Home
last modified time | relevance | path

Searched defs:Patch (Results 1 – 25 of 154) sorted by relevance

1234567

/aosp_15_r20/external/python/bumble/rust/src/internal/drivers/
Drtk.rs158 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 Dpatch.rs18 pub struct Patch<'a> { struct
24 impl<'a> Patch<'a> { argument
/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/
Dcompile.rs22 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 Dmodify.go73 type Patch struct { struct
74 Start, End int
75 Replacement string
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DLatticeOp.cpp429 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 DIAfPatchPanel.h198 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 Dtrace_buffer.h152 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/
Dstorage_v1_client.py161 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 Dpr12104.h1 template <int dimm> struct Patch { struct
5 const unsigned int Patch<dim>::no_neighbor; argument
H A Dpr12104.cpp5 template struct Patch<1>; variable
/aosp_15_r20/external/python/apitools/samples/fusiontables_sample/fusiontables_v1/
Dfusiontables_v1_client.py160 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/
Dparse.go54 type Patch struct { struct
55 addr *obj.Addr
56 label string
/aosp_15_r20/external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/
Dservicemanagement_v1_client.py289 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 DTestRequest.java157 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 Dgapic_metadata.json73 "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/
Dbigquery_v2_client.py159 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 DPatchSlide.cpp50 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 Dversion.go55 Patch = 0 const
/aosp_15_r20/tools/acloud/internal/lib/
H A Ddriver_test_lib.py36 def Patch(self, *args, **kwargs): member in BaseDriverTest
/aosp_15_r20/external/perfetto/protos/perfetto/common/
H A Dcommit_data_request.proto54 message Patch { message
/aosp_15_r20/external/perfetto/src/tracing/core/
H A Dpatch_list.h38 Patch(ChunkID c, uint16_t o) : chunk_id(c), offset(o) {} in Patch() function
/aosp_15_r20/external/oboe/include/oboe/
H A DVersion.h77 static constexpr uint16_t Patch = OBOE_VERSION_PATCH; member
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/gover/
Dgover.go26 Patch string // decimal or "" member
/aosp_15_r20/external/googleapis/google/cloud/sql/v1/
H A Dcloud_sql_databases.proto72 rpc Patch(SqlDatabasesUpdateRequest) returns (Operation) { rpc
/aosp_15_r20/external/llvm/docs/
H A DDeveloperPolicy.rst123 .. _code review:

1234567