Home
last modified time | relevance | path

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

123

/external/llvm-project/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/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,
175 let Patch { hole, entry } = in compile_many() localVariable
183 let Patch { hole, entry } = in compile_many() localVariable
482 let Patch { mut hole, entry } = loop { in c_concat() localVariable
575 let Patch { hole: hole_rep, entry: entry_rep } = match self.c(expr)? { in c_repeat_zero_or_one() localVariable
595 let Patch { hole: hole_rep, entry: entry_rep } = match self.c(expr)? { in c_repeat_zero_or_more() localVariable
614 let Patch { hole: hole_rep, entry: entry_rep } = match self.c(expr)? { in c_repeat_one_or_more() localVariable
691 let Patch { hole, entry } = match self.c(expr)? { in c_repeat_range() localVariable
[all …]
/external/volley/src/test/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/ops/
DGrLatticeOp.cpp366 struct Patch { struct in __anon03cb95b10111::NonAALatticeOp
367 SkMatrix fViewMatrix;
368 std::unique_ptr<SkLatticeIter> fIter;
369 SkRect fDst;
370 SkPMColor4f fColor;
/external/skqp/src/gpu/ops/
DGrLatticeOp.cpp312 struct Patch { struct in __anon5c393f480111::NonAALatticeOp
313 SkMatrix fViewMatrix;
314 std::unique_ptr<SkLatticeIter> fIter;
315 SkRect fDst;
316 SkPMColor4f fColor;
/external/perfetto/src/tracing/core/
Dtrace_buffer.h149 struct Patch { struct
151 static constexpr size_t kSize = 4;
153 size_t offset_untrusted;
154 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/oboe/include/oboe/
DVersion.h77 static constexpr uint16_t Patch = OBOE_VERSION_PATCH; member
/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/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/skqp/samplecode/
DSamplePatch.cpp50 class Patch { class
52 Patch() { sk_bzero(fPts, sizeof(fPts)); } in Patch() function in Patch
/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/llvm-project/llvm/docs/
DDeveloperPolicy.rst121 .. _code review:
/external/python/cpython3/Lib/msilib/
Dschema.py415 Patch = Table('Patch') variable
/external/python/cpython2/Tools/msi/
Dschema.py415 Patch = Table('Patch') variable
/external/python/cpython2/Lib/msilib/
Dschema.py415 Patch = Table('Patch') variable
/external/skia/samplecode/
DSamplePatch.cpp48 class Patch { class
50 Patch() { sk_bzero(fPts, sizeof(fPts)); } in Patch() function in __anon76c76b3e0111::Patch
/external/llvm-project/clang/lib/Driver/ToolChains/
DGnu.h166 int Major, Minor, Patch; member

123