/external/tensorflow/tensorflow/compiler/tests/ |
D | extract_image_patches_op_test.py | 32 def _VerifyValues(self, image, ksizes, strides, rates, padding, patches): argument 58 self.assertAllClose(patches, out_tensor.eval(feed_dict=feed_dict)) 65 patches = np.reshape(range(120), [2, 3, 4, 5]) 73 patches=patches) 80 patches = image[:, ::2, ::3, :] 88 patches=patches) 95 patches = [[[[1, 2, 3, 4]]]] 102 patches=patches) 109 patches = [[[[1, 2, 3, 4], [2, 0, 4, 0]], [[3, 4, 0, 0], [4, 0, 0, 0]]]] 116 patches=patches) [all …]
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | extract_image_patches_op_test.py | 31 def _VerifyValues(self, image, ksizes, strides, rates, padding, patches): argument 53 self.assertAllClose(patches, self.evaluate(out_tensor)) 60 patches = np.reshape(range(120), [2, 3, 4, 5]) 68 patches=patches) 75 patches = image[:, ::2, ::3, :] 83 patches=patches) 90 patches = [[[[1, 2, 3, 4]]]] 97 patches=patches) 104 patches = [[[[1, 2, 3, 4], [2, 0, 4, 0]], [[3, 4, 0, 0], [4, 0, 0, 0]]]] 111 patches=patches) [all …]
|
D | extract_volume_patches_op_test.py | 30 def _VerifyValues(self, image, ksizes, strides, padding, patches): argument 54 self.assertAllClose(patches, self.evaluate(out_tensor)) 60 patches = image 67 patches=patches) 72 patches = image[:, ::2, ::3, ::4, :] 79 patches=patches) 84 patches = np.array([[[[[ 1, 2], 98 patches=patches) 103 patches = np.array([[[[[1, 2, 3, 4, 5, 6, 7, 8]]]]]) 109 patches=patches) [all …]
|
/external/perfetto/ui/src/controller/ |
D | globals.ts | 72 const patches: Patch[] = []; constant 79 const originalLength = patches.length; 81 patches.length += morePatches.length; 83 patches[i + originalLength] = morePatches[i]; 93 assertExists(this._frontend).send<void>('patchState', [patches]); 108 const patches: Patch[] = []; constant 120 const originalLength = patches.length; 121 patches.length += morePatches.length; 123 patches[i + originalLength] = morePatches[i]; 126 return patches;
|
/external/libabigail/tests/data/test-read-dwarf/PR26261/ |
D | PR26261-exe.abi | 19 …ize='64' path='PR26261-main.c' comp-dir-path='/home/dodji/git/libabigail/patches/tests/data/test-r… 22 …d_call' mangled-name='wrapped_call' filepath='/home/dodji/git/libabigail/patches/tests/data/test-r… 23 …<parameter type-id='type-id-4' name='fun' filepath='/home/dodji/git/libabigail/patches/tests/data/… 24 …<parameter type-id='type-id-5' name='a' filepath='/home/dodji/git/libabigail/patches/tests/data/te… 25 …<parameter type-id='type-id-5' name='b' filepath='/home/dodji/git/libabigail/patches/tests/data/te… 28 …<function-decl name='main' mangled-name='main' filepath='/home/dodji/git/libabigail/patches/tests/… 29 …<parameter type-id='type-id-5' name='argc' filepath='/home/dodji/git/libabigail/patches/tests/data… 30 …<parameter type-id='type-id-3' name='argv' filepath='/home/dodji/git/libabigail/patches/tests/data… 43 …ize='64' path='PR26261-obja.c' comp-dir-path='/home/dodji/git/libabigail/patches/tests/data/test-r… 46 …s-struct='yes' visibility='default' filepath='/home/dodji/git/libabigail/patches/tests/data/test-r… [all …]
|
/external/llvm-project/libcxx/ |
D | CREDITS.TXT | 13 D: Minor patches and Linux fixes. 21 D: Visibility fixes, minor FreeBSD portability patches. 29 D: Initial Windows patches. 38 D: C++14 support, patches and bug fixes. 55 D: LFTS support, patches and bug fixes. 63 D: Minor patches and bug fixes. 78 D: Minor patches and bug fixes. 90 D: Minor patches to is_convertible. 94 D: Minor patches and Linux fixes. 102 D: Minor patches and musl port. [all …]
|
/external/libcxx/ |
D | CREDITS.TXT | 13 D: Minor patches and Linux fixes. 21 D: Visibility fixes, minor FreeBSD portability patches. 29 D: Initial Windows patches. 38 D: C++14 support, patches and bug fixes. 50 D: LFTS support, patches and bug fixes. 58 D: Minor patches and bug fixes. 69 D: Minor patches and bug fixes. 81 D: Minor patches to is_convertible. 85 D: Minor patches and Linux fixes. 93 D: Minor patches and musl port. [all …]
|
/external/deqp/scripts/verify/ |
D | package.py | 34 …def __init__ (self, basePath, statement, testLogs, gitStatus, gitLog, patches, summary, conformVer… argument 40 self.patches = patches 52 patches = [] 69 patches.append(item) 76 …return PackageDescription(packagePath, statement, testLogs, gitStatus, gitLog, patches, summary, c…
|
/external/toolchain-utils/afdo_tools/ |
D | run_afdo_tryjob.py | 109 patches = [ 125 patches.append(1436157) 132 patches.append(1436583) 142 patches.append(int(patch)) 144 count = collections.Counter(patches) 156 for patch in patches:
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_ExtractImagePatches.pbtxt | 10 name: "patches" 13 ksize_cols * depth]` containing image patches with size 15 `out_rows` and `out_cols` are the dimensions of the output patches. 27 How far the centers of two consecutive patches are in 36 input. Equivalent to extracting patches with 48 summary: "Extract `patches` from `images` and put them in the \"depth\" output dimension."
|
D | api_def_ExtractVolumePatches.pbtxt | 10 name: "patches" 13 ksize_planes * ksize_rows * ksize_cols * depth]` containing patches 16 are the dimensions of the output patches. 28 1-D of length 5. How far the centers of two consecutive patches are in 45 …summary: "Extract `patches` from `input` and put them in the `\"depth\"` output dimension. 3D exte…
|
/external/wayland/ |
D | README.android.md | 71 ### Additional patches for Android 76 These differences are stored in `./patches/`, and are expected to cleanly apply 107 - Additional commits for each patch in `./patches/` 112 in `./patches`. 122 - A commit for each patch in `./patches/`, if there are any. 129 There may be failures in applying the patches if there are conflicts, in 131 in `./patches/` with the new patches. 136 ## Adding new patches 138 Please maintain the list of patch files in `./patches` against the current 142 current version, and apply the current list of patches WITHOUT squashing the [all …]
|
/external/llvm-project/lld/ELF/ |
D | ARMErrataFix.cpp | 354 InputSectionDescription &isd, std::vector<Patch657417Section *> &patches) { in insertPatches() argument 365 auto patchIt = patches.begin(); in insertPatches() 366 auto patchEnd = patches.end(); in insertPatches() 387 tmp.reserve(isd.sections.size() + patches.size()); in insertPatches() 393 std::merge(isd.sections.begin(), isd.sections.end(), patches.begin(), in insertPatches() 394 patches.end(), std::back_inserter(tmp), mergeCmp); in insertPatches() 404 std::vector<Patch657417Section *> &patches) { in implementPatch() argument 466 patches.push_back(psec); in implementPatch() 475 std::vector<Patch657417Section *> patches; in patchInputSectionDescription() local 497 implementPatch(sr, isec, patches); in patchInputSectionDescription() [all …]
|
D | AArch64ErrataFix.cpp | 484 InputSectionDescription &isd, std::vector<Patch843419Section *> &patches) { in insertPatches() argument 493 auto patchIt = patches.begin(); in insertPatches() 494 auto patchEnd = patches.end(); in insertPatches() 517 tmp.reserve(isd.sections.size() + patches.size()); in insertPatches() 523 std::merge(isd.sections.begin(), isd.sections.end(), patches.begin(), in insertPatches() 524 patches.end(), std::back_inserter(tmp), mergeCmp); in insertPatches() 534 std::vector<Patch843419Section *> &patches) { in implementPatch() argument 560 patches.push_back(ps); in implementPatch() 580 std::vector<Patch843419Section *> patches; in patchInputSectionDescription() local 603 implementPatch(startAddr, patcheeOffset, isec, patches); in patchInputSectionDescription() [all …]
|
/external/icu/tools/ |
D | README.android | 20 1) Back-ported upstream ICU patches or other ICU behavior changes made for Android that cannot be 24 3) JavaDoc patches to replace ICU documentation that is incorrect/confusing for Android developers. 45 Applying upstream and behavioral patches to ICU4J 48 Upstream patches and other code changes that modify ICU4J behavior are made in the icu4j 49 source code before android_icu4j is generated. Apply ICU patches as normal and confirm that the 63 ICU4J has Javadoc patches specific to Android only and they can't be upstreamed. 65 To reduce the maintenance cost of reapplying these changes when we upgrade ICU we store the patches 75 WARNING: DO NOT add any behavioral changes in these patches. Behavioral code changes should be made 85 Re-generate all javadoc patches
|
/external/autotest/client/site_tests/security_OpenSSLRegressions/ |
D | control | 8 Ensures that local patches aren't dropped. 12 Ensure that local patches aren't dropped. 15 Tests that local patches are not dropped when updating. See the source for which 16 patches.
|
/external/bsdiff/ |
D | split_patch_writer.h | 25 const std::vector<PatchWriterInterface*>& patches) in SplitPatchWriter() argument 26 : new_chunk_size_(new_chunk_size), patches_(patches) { in SplitPatchWriter() 27 diff_sizes_.resize(patches.size()); in SplitPatchWriter() 28 extra_sizes_.resize(patches.size()); in SplitPatchWriter()
|
D | split_patch_writer_unittest.cc | 23 std::vector<PatchWriterInterface*> patches; in SetUpForSize() local 25 patches.push_back(&fake_patch); in SetUpForSize() 27 patch_writer_.reset(new SplitPatchWriter(new_chunk_size, patches)); in SetUpForSize() 37 std::vector<PatchWriterInterface*> patches = {&p}; in TEST_F() local 38 patch_writer_.reset(new SplitPatchWriter(10, patches)); in TEST_F()
|
/external/igt-gpu-tools/ |
D | CONTRIBUTING.md | 6 on Linux and similar platforms. So please bring on porting patches, bugfixes, 42 - Please submit patches formatted with git send-email/git format-patch or 47 For patches affecting the driver directly please "cc" the appropriate driver 52 so IGT patches are easily identified in the massive amount mails on driver's 62 In this case patches must still be submitted to the mailing list first. 66 - When patches from new contributors (without commit access) are stuck, for 83 spelling fixes and whitespace adjustment) patches that have been merged 88 peoples patches but just make sure that patch submission isn't one-way 91 - Will be regularly contributing further patches. This includes regular 121 patches that violate the documented merge criteria, will also be handled through
|
/external/libdrm/ |
D | CONTRIBUTING.rst | 8 send-email. For patches only touching driver specific code one of the driver 15 libdrm" to make it easier to find libdrm patches. This is best done by running 31 Your patches should also include a Signed-off-by line with your name and email 41 We won't reject patches that lack S-o-b, but it is strongly recommended. 64 spelling fixes and whitespace adjustment) patches that have been merged 66 drivers, merged patches to those components also count towards the commit 71 peoples patches but just make sure that patch submission isn't one-way 74 - Will be regularly contributing further patches. This includes regular 102 patches that violate the documented merge criteria, will also be handled through
|
/external/mesa3d/docs/relnotes/ |
D | 18.1.7.rst | 59 - cherry-ignore: Add additional 18.2 only patches 60 - cherry-ignore: Add more 18.2 patches 61 - cherry-ignore: Add more 18.2 patches 62 - cherry-ignore: Add a couple of patches with > 1 fixes tags 63 - cherry-ignore: more 18.2 patches
|
/external/toolchain-utils/ |
D | buildbot_test_llvm.py | 91 def __init__(self, board, chromeos_root, weekday, patches, compiler): argument 99 self._patches = patches.split(',') if patches else [] 174 options.weekday, options.patches, options.compiler) 187 options.patches, options.compiler)
|
/external/llvm-project/libcxxabi/ |
D | CREDITS.TXT | 13 D: Minor patches 26 D: Minor patches and bug fixes. 30 D: Minor patches and fixes 53 D: Minor patches and fixes 58 D: Minor patches and fixes
|
/external/libcxxabi/ |
D | CREDITS.TXT | 13 D: Minor patches 26 D: Minor patches and bug fixes. 30 D: Minor patches and fixes 53 D: Minor patches and fixes 58 D: Minor patches and fixes
|
/external/elfutils/ |
D | CONTRIBUTING | 6 The developer mailinglist to send patches to is 13 Please supply patches using git format-patch or using git send-email. 18 procedure for patches based on the procedure used by the Linux kernel 73 at least a handful of accepted patches and agree to the guidelines in 74 this document for creating, reviewing, accepting and committing patches. 81 committers can push patches through: 89 As a maintainer/committer you should still post patches as described 97 patches on these branches are works in progress, so might not be perfect 100 the same process as above should be followed by posting the patches
|