| /third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
| D | EXT_debug_marker.txt | 42 annotate their command stream with markers for discrete events and groups 43 of commands using descriptive text markers. 48 correspond. Markers help obviate this by allowing applications to specify 81 Debug markers provide a method for annotating a command stream with markers 112 Group markers are strictly hierarchical. Group marker sequences may be 113 nested within other group markers but can not overlap. 134 (1) Should the extension provide a method for querying markers? 138 A great deal of the value of debug markers is the 'when' as well as the 139 'what' - seeing the debug markers within the stream of all OpenGL ES 141 stream - it is not available from querying the markers. However, the [all …]
|
| /third_party/openGLES/extensions/EXT/ |
| D | EXT_debug_marker.txt | 42 annotate their command stream with markers for discrete events and groups 43 of commands using descriptive text markers. 48 correspond. Markers help obviate this by allowing applications to specify 81 Debug markers provide a method for annotating a command stream with markers 112 Group markers are strictly hierarchical. Group marker sequences may be 113 nested within other group markers but can not overlap. 134 (1) Should the extension provide a method for querying markers? 138 A great deal of the value of debug markers is the 'when' as well as the 139 'what' - seeing the debug markers within the stream of all OpenGL ES 141 stream - it is not available from querying the markers. However, the [all …]
|
| /third_party/typescript/tests/cases/fourslash/ |
| D | inlayHintsShouldWork50.ts | 9 const markers = test.markers(); constant 13 position: markers[0].position, 19 position: markers[1].position, 25 position: markers[2].position, 31 position: markers[3].position, 37 position: markers[4].position, 43 position: markers[5].position,
|
| D | inlayHintsShouldWork52.ts | 37 const markers = test.markers(); constant 41 position: markers[0].position, 47 position: markers[1].position, 53 position: markers[2].position, 59 position: markers[3].position, 65 position: markers[4].position, 71 position: markers[5].position,
|
| D | inlayHintsShouldWork54.ts | 11 const markers = test.markers(); constant 15 position: markers[0].position, 21 position: markers[1].position, 27 position: markers[2].position, 33 position: markers[3].position, 39 position: markers[4].position,
|
| D | inlayHintsShouldWork29.ts | 8 const markers = test.markers(); constant 12 position: markers[0].position, 18 position: markers[1].position, 24 position: markers[2].position, 30 position: markers[3].position,
|
| D | inlayHintsShouldWork9.ts | 13 const markers = test.markers(); constant 17 position: markers[0].position, 23 position: markers[1].position, 29 position: markers[2].position, 35 position: markers[3].position,
|
| D | inlayHintsShouldWork51.ts | 17 const markers = test.markers(); constant 21 position: markers[0].position, 27 position: markers[1].position, 33 position: markers[2].position, 39 position: markers[3].position,
|
| D | inlayHintsShouldWork44.ts | 11 const markers = test.markers(); constant 15 position: markers[0].position, 21 position: markers[1].position, 27 position: markers[2].position,
|
| D | inlayHintsShouldWork5.ts | 7 const markers = test.markers(); constant 11 position: markers[0].position, 17 position: markers[1].position, 23 position: markers[2].position,
|
| D | inlayHintsShouldWork7.ts | 11 const markers = test.markers(); constant 15 position: markers[0].position, 21 position: markers[1].position, 27 position: markers[2].position,
|
| D | inlayHintsShouldWork8.ts | 11 const markers = test.markers(); constant 15 position: markers[0].position, 21 position: markers[1].position, 27 position: markers[2].position,
|
| D | inlayHintsShouldWork4.ts | 10 const markers = test.markers(); constant 14 position: markers[0].position, 20 position: markers[1].position, 26 position: markers[2].position,
|
| D | inlayHintsShouldWork56.ts | 12 const markers = test.markers(); constant 16 position: markers[0].position, 22 position: markers[1].position, 28 position: markers[2].position,
|
| D | inlayHintsShouldWork1.ts | 6 const markers = test.markers(); constant 10 position: markers[0].position, 16 position: markers[1].position,
|
| D | inlayHintsShouldWork24.ts | 6 const markers = test.markers(); constant 10 position: markers[0].position, 16 position: markers[1].position,
|
| D | inlayHintsShouldWork3.ts | 6 const markers = test.markers(); constant 10 position: markers[0].position, 16 position: markers[1].position,
|
| D | inlayHintsShouldWork36.ts | 7 const markers = test.markers(); constant 11 position: markers[0].position, 17 position: markers[1].position,
|
| /third_party/skia/third_party/externals/dawn/docs/ |
| D | debug_markers.md | 1 # Debug Markers 5 Debugging markers are exposed through this API: 20 Debug markers on D3D12 are implemented with the [PIX Event Runtime](https://blogs.msdn.microsoft.co… 30 D3D12 debug markers have been tested with [Microsoft PIX](https://devblogs.microsoft.com/pix/) and … 36 Debug markers on Vulkan are implemented with [VK_EXT_debug_utils](https://www.khronos.org/registry/… 40 Vulkan markers have been tested with [RenderDoc](https://renderdoc.org/). 44 Debug markers on Metal are used with the XCode debugger. 50 Debug markers on OpenGL are not implemented and will result in a silent no-op. This is due to low a…
|
| /third_party/python/Lib/json/ |
| D | encoder.py | 216 markers = {} 218 markers = None 250 markers, self.default, _encoder, self.indent, 255 markers, self.default, _encoder, self.indent, floatstr, 260 def _make_iterencode(markers, _default, _encoder, _indent, _floatstr, argument 282 if markers is not None: 284 if markerid in markers: 286 markers[markerid] = lst 331 if markers is not None: 332 del markers[markerid] [all …]
|
| /third_party/ffmpeg/libavformat/ |
| D | dtsdec.c | 36 int markers[4*16] = {0}; in dts_probe() local 114 markers[marker] ++; in dts_probe() 121 for (i=0; i<FF_ARRAY_ELEMS(markers); i++) { in dts_probe() 122 sum += markers[i]; in dts_probe() 123 if (markers[max] < markers[i]) in dts_probe() 127 if (markers[max] > 3 && p->buf_size / markers[max] < 32*1024 && in dts_probe() 128 markers[max] * 4 > sum * 3 && in dts_probe()
|
| /third_party/skia/m133/third_party/externals/libjpeg-turbo/ |
| D | jcicc.c | 11 * for including such data in JPEG "APP2" markers. The code given here does 24 * (64K), we need provisions to split it into multiple markers. The format 25 * defined by the ICC specifies one or more APP2 markers containing the 29 * Number of markers Total number of APP2's used (1 byte) 32 * rather than assuming that the APP2 markers appear in the correct sequence. 45 * appear after the SOI and JFIF or Adobe markers, but before all else.) 52 unsigned int num_markers; /* total number of markers we'll write */ in jpeg_write_icc_profile() 61 /* Calculate the number of markers we'll need, rounding up of course */ in jpeg_write_icc_profile()
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| D | jcicc.c | 11 * for including such data in JPEG "APP2" markers. The code given here does 24 * (64K), we need provisions to split it into multiple markers. The format 25 * defined by the ICC specifies one or more APP2 markers containing the 29 * Number of markers Total number of APP2's used (1 byte) 32 * rather than assuming that the APP2 markers appear in the correct sequence. 45 * appear after the SOI and JFIF or Adobe markers, but before all else.) 52 unsigned int num_markers; /* total number of markers we'll write */ in jpeg_write_icc_profile() 61 /* Calculate the number of markers we'll need, rounding up of course */ in jpeg_write_icc_profile()
|
| /third_party/PyYAML/examples/yaml-highlight/ |
| D | yaml_hl.py | 62 markers = [] 69 markers.append([token.start_mark.index, +2, number, substitutions[cls, -1]]) 71 markers.append([token.end_mark.index, -2, number, substitutions[cls, +1]]) 77 markers.append([event.start_mark.index, +1, number, substitutions[cls, -1]]) 79 markers.append([event.end_mark.index, -1, number, substitutions[cls, +1]]) 80 markers.sort() 81 markers.reverse() 84 for index, weight1, weight2, substitution in markers:
|
| /third_party/python/Tools/c-analyzer/c_common/ |
| D | tables.py | 12 def parse_markers(markers, default=None): argument 13 if markers is NOT_SET: 15 if not markers: 17 if type(markers) is not str: 18 return markers 19 if markers == markers[0] * len(markers): 20 return [markers] 21 return list(markers) 24 def fix_row(row, **markers): argument 27 empty = parse_markers(markers.pop('empty', ('-',))) [all …]
|