Searched refs:_patch (Results 1 – 12 of 12) sorted by relevance
| /third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/asm/tesc/ |
| D | tess-fixed-input-array-builtin-array.invalid.asm.tesc | 43 HSConstantOut PatchHS(VertexOutput _patch[3]) 46 _output.EdgeTess[0] = (vec2(1.0) + _patch[0].uv).x; 47 _output.EdgeTess[1] = (vec2(1.0) + _patch[0].uv).x; 48 _output.EdgeTess[2] = (vec2(1.0) + _patch[0].uv).x; 49 _output.InsideTess = (vec2(1.0) + _patch[0].uv).x;
|
| /third_party/python/Lib/ |
| D | _threading_local.py | 191 def _patch(self): function 222 with _patch(self): 230 with _patch(self): 238 with _patch(self):
|
| /third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/asm/tesc/ |
| D | tess-fixed-input-array-builtin-array.invalid.asm.tesc | 97 HSConstantOut PatchHS(thread const spvUnsafeArray<VertexOutput, 3>& _patch) 100 _output.EdgeTess[0] = (float2(1.0) + _patch[0].uv).x; 101 _output.EdgeTess[1] = (float2(1.0) + _patch[0].uv).x; 102 _output.EdgeTess[2] = (float2(1.0) + _patch[0].uv).x; 103 _output.InsideTess = (float2(1.0) + _patch[0].uv).x;
|
| D | tess-fixed-input-array-builtin-array.invalid.multi-patch.asm.tesc | 98 HSConstantOut PatchHS(thread const spvUnsafeArray<VertexOutput, 3>& _patch) 101 _output.EdgeTess[0] = (float2(1.0) + _patch[0].uv).x; 102 _output.EdgeTess[1] = (float2(1.0) + _patch[0].uv).x; 103 _output.EdgeTess[2] = (float2(1.0) + _patch[0].uv).x; 104 _output.InsideTess = (float2(1.0) + _patch[0].uv).x;
|
| /third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/ |
| D | EJDB2.java | 176 _patch(collection, patch, id, false); in patch() 188 _patch(collection, patch.toString(), id, false); in patch() 196 _patch(collection, patch, id, true); in patchOrPut() 204 _patch(collection, patch.toString(), id, true); in patchOrPut() 504 …private native void _patch(String collection, String patch, long id, boolean upsert) throws EJDB2E… in _patch() method in EJDB2
|
| /third_party/ejdb/src/bindings/ejdb2_jni/src/android/java/com/softmotions/ejdb2/ |
| D | EJDB2.java | 150 _patch(collection, patch, id, false); in patch() 158 _patch(collection, patch, id, true); in patchOrPut() 393 …private native void _patch(String collection, String patch, long id, boolean upsert) throws EJDB2E… in _patch() method in EJDB2
|
| /third_party/skia/third_party/externals/freetype/subprojects/ |
| D | libpng.wrap | 6 patch_filename = libpng_1.6.37-5_patch.zip
|
| /third_party/python/Lib/unittest/ |
| D | mock.py | 1266 class _patch(object): class 1309 patcher = _patch( 1635 return _patch( 1675 patcher = _patch( 1681 this_patcher = _patch( 1766 return _patch( 1892 _patch._active_patches.append(self) 1899 _patch._active_patches.remove(self) 1918 for patch in reversed(_patch._active_patches):
|
| /third_party/python/Lib/unittest/test/testmock/ |
| D | testpatch.py | 16 MagicMock, Mock, NonCallableMagicMock, patch, _patch, 1671 class custom_patch(_patch): 1673 _patch.__exit__(self, etype, val, tb) 1808 class mypatch(_patch):
|
| /third_party/json/ |
| D | ChangeLog.md | 475 - How to create patch for merge\_patch input ? [\#2018](https://github.com/nlohmann/json/issues/201… 964 - Using json merge\_patch on ordered non-alphanumeric datasets [\#1549](https://github.com/nlohmann… 1175 - Shadowed Member in merge\_patch [\#1339](https://github.com/nlohmann/json/issues/1339) 1205 - Fix merge\_patch shadow warning [\#1346](https://github.com/nlohmann/json/pull/1346) ([ax3l](http… 1230 - merge\_patch: inconsistent behaviour merging empty sub-object [\#1289](https://github.com/nlohman…
|
| /third_party/python/Doc/library/ |
| D | unittest.mock.rst | 1821 .. _patch-builtins:
|
| /third_party/chromium/patch/ |
| D | 0001-cve.patch | 24582 +patch_filename = zlib_1.2.12-1_patch.zip
|