/third_party/boost/libs/spirit/doc/karma/ |
D | directive.qbk | 88 long as its embedded generator `a` does not 94 long as its embedded generator `a` does not 102 succeeds as long as its embedded and padding 109 generator succeeds as long as its embedded 119 long as its embedded generator `a` does not 125 long as its embedded generator `a` does not 133 succeeds as long as its embedded and padding 140 generator succeeds as long as its embedded 150 long as its embedded generator `a` does not 156 long as its embedded generator `a` does not [all …]
|
D | operator.qbk | 241 Kleene star generators are used to repeat the execution of an embedded generator 242 zero or more times. Regardless of the success of the embedded generator, the 271 [note All failing iterations of the embedded generator will consume one element 289 The Kleene star generator will execute its embedded generator once for each 290 element in the provided container attribute as long as the embedded 292 from the container attribute to the embedded generator. Therefore the number of 298 of the output generated by its embedded elements. That means that any failing 321 complexity of its embedded generator multiplied by the number of executed 349 The Plus generator is used to repeat the execution of an embedded generator 350 one or more times. It succeeds if the embedded generator has been successfully [all …]
|
/third_party/flutter/flutter/dev/integration_tests/android_views/ |
D | README.md | 1 # Integration test for touch events on embedded Android views 3 This test verifies that the synthesized motion events that get to embedded 7 to an embedded Android view and sends them over a platform channel to the Dart 14 The blue part is the embedded Android view, because it is positioned at the top 15 left corner, the coordinate systems for FlutterView and for the embedded view's 31 equivalent to the ones that got to the embedded view.
|
/third_party/libsnd/docs/ |
D | embedded_files.md | 11 it is possible to open sound files embedded within larger files. There are 15 * Writing of embedded files is only supported at the end of the file. 16 * Reading of embedded files is only supported at file offsets greater than zero. 20 code tarball shows how this functionality is used to read and write embedded
|
/third_party/openssl/doc/man3/ |
D | CMS_get0_type.pod | 22 CMS_set1_eContentType() sets the embedded content type of a CMS_ContentInfo 28 ASN1_OBJECT *CMS_get0_eContentType() returns a pointer to the embedded 32 containing the embedded content. 57 B<*pconf> could be NULL if there is no embedded content. Applications can 58 access, modify or create the embedded content in a B<CMS_ContentInfo> structure 60 embedded content as it is normally set by higher level functions.
|
/third_party/curl/tests/data/ |
D | test35 | 26 HTTP POST binary data with embedded NUL 32 This is binary data with an embedded NUL byte 46 This is binary data with an embedded NUL byte
|
D | test545 | 33 HTTP POST binary with embedded zero and no trailing zero 53 This is test binary data with an embedded NUL
|
/third_party/ffmpeg/tests/fate/ |
D | exif.mak | 13 # test exif metadata in MP3 with embedded JPEG images 14 …E_SAMPLES_EXIF-$(call ALLYES, MP3_DEMUXER IMAGE2_DEMUXER MJPEG_DECODER) += fate-exif-image-embedded 15 fate-exif-image-embedded: CMD = probeframes $(TARGET_SAMPLES)/exif/embedded_small.mp3
|
/third_party/openssl/crypto/store/ |
D | store_lib.c | 451 BUF_MEM_free(info->_.embedded.blob); in OSSL_STORE_INFO_free() 452 OPENSSL_free(info->_.embedded.pem_name); in OSSL_STORE_INFO_free() 606 BUF_MEM *embedded) in ossl_store_info_new_EMBEDDED() argument 616 info->_.embedded.blob = embedded; in ossl_store_info_new_EMBEDDED() 617 info->_.embedded.pem_name = in ossl_store_info_new_EMBEDDED() 620 if (new_pem_name != NULL && info->_.embedded.pem_name == NULL) { in ossl_store_info_new_EMBEDDED() 633 return info->_.embedded.blob; in ossl_store_info_get0_EMBEDDED_buffer() 640 return info->_.embedded.pem_name; in ossl_store_info_get0_EMBEDDED_pem_name()
|
D | store_local.h | 31 } embedded; /* when type == OSSL_STORE_INFO_EMBEDDED */ member 60 BUF_MEM *embedded);
|
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/ |
D | afhints.c | 50 axis->segments = axis->embedded.segments; in af_axis_hints_new_segment() 71 if ( axis->segments == axis->embedded.segments ) in af_axis_hints_new_segment() 75 ft_memcpy( axis->segments, axis->embedded.segments, in af_axis_hints_new_segment() 76 sizeof ( axis->embedded.segments ) ); in af_axis_hints_new_segment() 115 axis->edges = axis->embedded.edges; in af_axis_hints_new_edge() 136 if ( axis->edges == axis->embedded.edges ) in af_axis_hints_new_edge() 140 ft_memcpy( axis->edges, axis->embedded.edges, in af_axis_hints_new_edge() 141 sizeof ( axis->embedded.edges ) ); in af_axis_hints_new_edge() 696 FT_MEM_ZERO( hints, sizeof ( *hints ) - sizeof ( hints->embedded ) ); in af_glyph_hints_init() 724 if ( axis->segments != axis->embedded.segments ) in af_glyph_hints_done() [all …]
|
/third_party/freetype/src/autofit/ |
D | afhints.c | 50 axis->segments = axis->embedded.segments; in af_axis_hints_new_segment() 71 if ( axis->segments == axis->embedded.segments ) in af_axis_hints_new_segment() 75 ft_memcpy( axis->segments, axis->embedded.segments, in af_axis_hints_new_segment() 76 sizeof ( axis->embedded.segments ) ); in af_axis_hints_new_segment() 115 axis->edges = axis->embedded.edges; in af_axis_hints_new_edge() 136 if ( axis->edges == axis->embedded.edges ) in af_axis_hints_new_edge() 140 ft_memcpy( axis->edges, axis->embedded.edges, in af_axis_hints_new_edge() 141 sizeof ( axis->embedded.edges ) ); in af_axis_hints_new_edge() 696 FT_MEM_ZERO( hints, sizeof ( *hints ) - sizeof ( hints->embedded ) ); in af_glyph_hints_init() 724 if ( axis->segments != axis->embedded.segments ) in af_glyph_hints_done() [all …]
|
/third_party/gstreamer/gstreamer/docs/random/ensonic/ |
D | embedded.txt | 3 = embedded = 17 This way the different requirements of desktop and embedded platforms could be 56 This is not strickly related to embedded, but its easier to crash gstreamer on 57 embedded this way.
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afhints.c | 148 axis->segments = axis->embedded.segments; in af_axis_hints_new_segment() 169 if ( axis->segments == axis->embedded.segments ) in af_axis_hints_new_segment() 173 ft_memcpy( axis->segments, axis->embedded.segments, in af_axis_hints_new_segment() 174 sizeof ( axis->embedded.segments ) ); in af_axis_hints_new_segment() 213 axis->edges = axis->embedded.edges; in af_axis_hints_new_edge() 234 if ( axis->edges == axis->embedded.edges ) in af_axis_hints_new_edge() 238 ft_memcpy( axis->edges, axis->embedded.edges, in af_axis_hints_new_edge() 239 sizeof ( axis->embedded.edges ) ); in af_axis_hints_new_edge() 794 FT_MEM_ZERO( hints, sizeof ( *hints ) - sizeof ( hints->embedded ) ); in af_glyph_hints_init() 822 if ( axis->segments != axis->embedded.segments ) in af_glyph_hints_done() [all …]
|
/third_party/node/tools/snapshot/ |
D | README.md | 8 an embedded snapshot, which readily contains the result of the bootstrap, so 37 data embedded. 41 with Node.js snapshot embedded can also be launched without deserializing
|
/third_party/openGLES/specs/es/katex/ |
D | katex.min.css | 1 …embedded-opentype'),url(fonts/KaTeX_AMS-Regular.woff2) format('woff2'),url(fonts/KaTeX_AMS-Regular…
|
D | katex.css | 4 …src: url('fonts/KaTeX_AMS-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_AMS-Re… 11 …src: url('fonts/KaTeX_Caligraphic-Bold.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_C… 18 …src: url('fonts/KaTeX_Caligraphic-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTe… 25 …src: url('fonts/KaTeX_Fraktur-Bold.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Frakt… 32 …src: url('fonts/KaTeX_Fraktur-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Fr… 39 …src: url('fonts/KaTeX_Main-Bold.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Main-Bol… 46 …src: url('fonts/KaTeX_Main-Italic.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Main-I… 53 …src: url('fonts/KaTeX_Main-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Main-… 60 …src: url('fonts/KaTeX_Math-Italic.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Math-I… 67 …src: url('fonts/KaTeX_SansSerif-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_… [all …]
|
/third_party/openGLES/specs/es/3.2/katex/ |
D | katex.min.css | 1 …embedded-opentype'),url(fonts/KaTeX_AMS-Regular.woff2) format('woff2'),url(fonts/KaTeX_AMS-Regular…
|
D | katex.css | 4 …src: url('fonts/KaTeX_AMS-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_AMS-Re… 11 …src: url('fonts/KaTeX_Caligraphic-Bold.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_C… 18 …src: url('fonts/KaTeX_Caligraphic-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTe… 25 …src: url('fonts/KaTeX_Fraktur-Bold.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Frakt… 32 …src: url('fonts/KaTeX_Fraktur-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Fr… 39 …src: url('fonts/KaTeX_Main-Bold.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Main-Bol… 46 …src: url('fonts/KaTeX_Main-Italic.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Main-I… 53 …src: url('fonts/KaTeX_Main-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Main-… 60 …src: url('fonts/KaTeX_Math-Italic.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Math-I… 67 …src: url('fonts/KaTeX_SansSerif-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_… [all …]
|
/third_party/openGLES/specs/katex/ |
D | katex.min.css | 1 …embedded-opentype'),url(fonts/KaTeX_AMS-Regular.woff2) format('woff2'),url(fonts/KaTeX_AMS-Regular…
|
D | katex.css | 4 …src: url('fonts/KaTeX_AMS-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_AMS-Re… 11 …src: url('fonts/KaTeX_Caligraphic-Bold.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_C… 18 …src: url('fonts/KaTeX_Caligraphic-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTe… 25 …src: url('fonts/KaTeX_Fraktur-Bold.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Frakt… 32 …src: url('fonts/KaTeX_Fraktur-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Fr… 39 …src: url('fonts/KaTeX_Main-Bold.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Main-Bol… 46 …src: url('fonts/KaTeX_Main-Italic.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Main-I… 53 …src: url('fonts/KaTeX_Main-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Main-… 60 …src: url('fonts/KaTeX_Math-Italic.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Math-I… 67 …src: url('fonts/KaTeX_SansSerif-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_… [all …]
|
/third_party/openGLES/specs/gl/katex/ |
D | katex.min.css | 1 …embedded-opentype'),url(fonts/KaTeX_AMS-Regular.woff2) format('woff2'),url(fonts/KaTeX_AMS-Regular…
|
D | katex.css | 4 …src: url('fonts/KaTeX_AMS-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_AMS-Re… 11 …src: url('fonts/KaTeX_Caligraphic-Bold.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_C… 18 …src: url('fonts/KaTeX_Caligraphic-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTe… 25 …src: url('fonts/KaTeX_Fraktur-Bold.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Frakt… 32 …src: url('fonts/KaTeX_Fraktur-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Fr… 39 …src: url('fonts/KaTeX_Main-Bold.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Main-Bol… 46 …src: url('fonts/KaTeX_Main-Italic.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Main-I… 53 …src: url('fonts/KaTeX_Main-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Main-… 60 …src: url('fonts/KaTeX_Math-Italic.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Math-I… 67 …src: url('fonts/KaTeX_SansSerif-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_… [all …]
|
/third_party/lwip/ |
D | FEATURES | 1 lwIP is a small independent implementation of the TCP/IP protocol suite targeted at embedded system… 3 …hile still having a full scale TCP. This makes lwIP suitable for use in embedded systems with tens…
|
/third_party/FatFs/ |
D | LICENSE.txt | 24 …ded for embedded systems. In order to extend the usability for commercial products, the redistribu…
|