Home
last modified time | relevance | path

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

123

/external/clang/test/CodeGenCXX/
Dpr12104.h1 template <int dimm> struct Patch { struct
5 const unsigned int Patch<dim>::no_neighbor; argument
Dpr12104.cpp5 template struct Patch<1>; variable
/external/rust/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 …]
/external/golang-protobuf/internal/version/
Dversion.go55 Patch = 0 const
/external/volley/testing/src/main/java/com/android/volley/mock/
DTestRequest.java157 public static class Patch extends Base { class in TestRequest
158 public Patch() { in Patch() method in TestRequest.Patch
/external/skia/src/gpu/ganesh/ops/
DLatticeOp.cpp376 struct Patch { struct in skgpu::v1::LatticeOp::__anon3f111fbb0111::NonAALatticeOp
377 SkMatrix fViewMatrix;
378 std::unique_ptr<SkLatticeIter> fIter;
379 SkRect fDst;
380 SkPMColor4f fColor;
/external/perfetto/src/tracing/core/
Dtrace_buffer.h151 struct Patch { struct
153 static constexpr size_t kSize = 4;
155 size_t offset_untrusted;
156 std::array<uint8_t, kSize> data;
Dpatch_list.h38 Patch(ChunkID c, uint16_t o) : chunk_id(c), offset(o) {} in Patch() function
Dshared_memory_arbiter_impl.h38 class Patch; variable
/external/perfetto/protos/perfetto/common/
Dcommit_data_request.proto47 message Patch { message
/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
/external/oboe/include/oboe/
DVersion.h77 static constexpr uint16_t Patch = OBOE_VERSION_PATCH; member
/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
/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
/external/llvm/docs/
DDeveloperPolicy.rst123 .. _code review:
/external/rust/crates/semver/src/
Derror.rs23 Patch, enumerator
/external/bazelbuild-rules_android/src/tools/ak/
Dmanifestutils.go75 func Patch(dec *xml.Decoder, enc Encoder, patchElems map[string]map[string]xml.Attr) error { func
/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
/external/cronet/base/win/
Diat_patch_function.cc190 DWORD IATPatchFunction::Patch(const wchar_t* module, in Patch() function in base::win::IATPatchFunction
/external/skia/tools/viewer/
DPatchSlide.cpp50 class Patch { class
52 Patch() { sk_bzero(fPts, sizeof(fPts)); } in Patch() function in __anon33be79600111::Patch
/external/python/cpython2/Lib/msilib/
Dschema.py415 Patch = Table('Patch') variable
/external/python/cpython3/Lib/msilib/
Dschema.py415 Patch = Table('Patch') variable
/external/python/cpython2/Tools/msi/
Dschema.py415 Patch = Table('Patch') variable
/external/golang-protobuf/types/pluginpb/
Dplugin.pb.go122 Patch *int32 `protobuf:"varint,3,opt,name=patch" json:"patch,omitempty"` member
/external/clang/lib/Driver/
DToolChains.h55 int Major, Minor, Patch; member

123