Home
last modified time | relevance | path

Searched refs:embedded (Results 1 – 25 of 250) sorted by relevance

12345678910

/external/curl/tests/data/
Dtest3526 HTTP POST binary data with embedded NUL
32 This� is binary data with an embedded NUL byte
48 This� is binary data with an embedded NUL byte
Dtest54533 HTTP POST binary with embedded zero and no trailing zero
53 This� is test binary data with an embedded NUL
/external/dhcpcd-6.8.2/
DMakefile112 CLEANFILES+= dhcpcd-embedded.h dhcpcd-embedded.c
114 dhcpcd-embedded.h: genembedh dhcpcd-definitions.conf dhcpcd-embedded.h.in
117 dhcpcd-embedded.c: genembedc dhcpcd-definitions.conf
120 if-options.c: dhcpcd-embedded.h
Dconfig-null.mk3 DHCPCD_SRCS+= dhcpcd-embedded.c
Dgenembedc7 cat dhcpcd-embedded.c.in
Dgenembedh8 H=${2:-dhcpcd-embedded.h.in}
/external/freetype/src/autofit/
Dafhints.c50 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()
114 axis->edges = axis->embedded.edges; in af_axis_hints_new_edge()
135 if ( axis->edges == axis->embedded.edges ) in af_axis_hints_new_edge()
139 ft_memcpy( axis->edges, axis->embedded.edges, in af_axis_hints_new_edge()
140 sizeof ( axis->embedded.edges ) ); in af_axis_hints_new_edge()
532 FT_MEM_ZERO( hints, sizeof ( *hints ) - sizeof ( hints->embedded ) ); in af_glyph_hints_init()
560 if ( axis->segments != axis->embedded.segments ) in af_glyph_hints_done()
[all …]
Dafhints.h323 } embedded; member
366 } embedded; member
/external/autotest/apache/conf/
Dall-directives12 Include "/usr/local/autotest/apache/conf/embedded-tko-directives"
13 Include "/usr/local/autotest/apache/conf/embedded-spreadsheet-directives"
/external/conscrypt/src/test/resources/
DREADME10 - cert-ct-embedded.pem: Same certificate as cert.pem, but with an embedded signed certificate
/external/mesa3d/src/gallium/
DSConscript59 if not env['embedded']:
126 if not env['embedded']:
177 if not env['embedded']:
/external/icu/icu4j/eclipse-build/
Dbuild-local.properties.template35 # IF java.rt variable has embedded space(s)...
36 # ...each element containing an embedded space java.rt must indivudually quoated and the e…
/external/curl/m4/
Dcurl-override.m438 dnl embedded comments that hit the resulting script
54 dnl embedded comments that hit the resulting script
/external/mesa3d/src/glsl/glcpp/tests/
D038-func-arg-with-commas.c2 foo(argument (with,embedded , commas) -- tricky)
D056-macro-argument-with-comma.c1 #define bar with,embedded,commas
/external/libxml2/result/
Dent2.rdr9 1 3 #text 0 1 and this is an embedded
Dent2.rde11 This text is about XML, the Extensible Markup Language and this is an embedded
/external/markdown/tests/markdown-test/
Dlinks-reference.txt11 With [embedded [brackets]] [b].
/external/markdown/MarkdownTest/Tests_2004/
DLinks, reference style.text11 With [embedded [brackets]] [b].
/external/libmicrohttpd/
Dlibmicrospdy.pc.in7 Description: A library for creating an embedded SPDY server
Dlibmicrohttpd.pc.in7 Description: A library for creating an embedded HTTP server
/external/pdfium/third_party/freetype/
D0000-include.patch85 /* embedded bitmaps in all formats using the SFNT module (namely */
104 /* an embedded `BDF ' table within SFNT-based bitmap formats. */
/external/libpng/contrib/pngminim/decoder/
DREADME3 The makefile builds a minimal read-only decoder with embedded libpng
/external/libpng/contrib/pngminim/encoder/
DREADME3 The makefile builds a minimal write-only encoder with embedded libpng
/external/mesa3d/src/glsl/
DSConscript56 if env['crosscompile'] and not env['embedded']:
113 if env['crosscompile'] or env['embedded']:

12345678910