/external/llvm-project/clang/test/CodeGenCXX/ |
D | pr12104.h | 1 template <int dimm> struct Patch { struct 5 const unsigned int Patch<dim>::no_neighbor; argument
|
D | pr12104.cpp | 5 template struct Patch<1>; variable
|
/external/clang/test/CodeGenCXX/ |
D | pr12104.h | 1 template <int dimm> struct Patch { struct 5 const unsigned int Patch<dim>::no_neighbor; argument
|
D | pr12104.cpp | 5 template struct Patch<1>; variable
|
/external/rust/crates/regex/src/ |
D | compile.rs | 22 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/ |
D | TestRequest.java | 157 public static class Patch extends Base { class in TestRequest 158 public Patch() { in Patch() method in TestRequest.Patch
|
/external/skia/src/gpu/ops/ |
D | GrLatticeOp.cpp | 366 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/ |
D | GrLatticeOp.cpp | 312 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/ |
D | trace_buffer.h | 149 struct Patch { struct 151 static constexpr size_t kSize = 4; 153 size_t offset_untrusted; 154 std::array<uint8_t, kSize> data;
|
D | patch_list.h | 38 Patch(ChunkID c, uint16_t o) : chunk_id(c), offset(o) {} in Patch() function
|
D | shared_memory_arbiter_impl.h | 38 class Patch; variable
|
/external/perfetto/protos/perfetto/common/ |
D | commit_data_request.proto | 47 message Patch { message
|
/external/oboe/include/oboe/ |
D | Version.h | 77 static constexpr uint16_t Patch = OBOE_VERSION_PATCH; member
|
/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
|
/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
|
/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
|
/external/llvm/docs/ |
D | DeveloperPolicy.rst | 123 .. _code review:
|
/external/skqp/samplecode/ |
D | SamplePatch.cpp | 50 class Patch { class 52 Patch() { sk_bzero(fPts, sizeof(fPts)); } in Patch() function in Patch
|
/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
|
/external/llvm-project/llvm/docs/ |
D | DeveloperPolicy.rst | 121 .. _code review:
|
/external/python/cpython3/Lib/msilib/ |
D | schema.py | 415 Patch = Table('Patch') variable
|
/external/python/cpython2/Tools/msi/ |
D | schema.py | 415 Patch = Table('Patch') variable
|
/external/python/cpython2/Lib/msilib/ |
D | schema.py | 415 Patch = Table('Patch') variable
|
/external/skia/samplecode/ |
D | SamplePatch.cpp | 48 class Patch { class 50 Patch() { sk_bzero(fPts, sizeof(fPts)); } in Patch() function in __anon76c76b3e0111::Patch
|
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | Gnu.h | 166 int Major, Minor, Patch; member
|