Searched refs:embedded (Results 1 - 25 of 43) sorted by relevance

12

/external/mesa3d/src/compiler/glsl/glcpp/tests/
H A D038-func-arg-with-commas.c2 foo(argument (with,embedded , commas) -- tricky)
H A D056-macro-argument-with-comma.c1 #define bar with,embedded,commas
/external/dhcpcd-6.8.2/
H A Dgenembedc7 cat dhcpcd-embedded.c.in
H A Dgenembedh8 H=${2:-dhcpcd-embedded.h.in}
H A 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
H A DAndroid.mk43 dhcpcd-embedded.c \
/external/syslinux/sample/
H A DMakefile17 include $(MAKEDIR)/embedded.mk
/external/ply/ply/example/yply/
H A Dyparse.py134 embedded = [] # Embedded actions (a mess)
151 # an embedded action
154 embedded.append((embed_name, item))
164 for e, code in embedded:
/external/syslinux/diag/mbr/
H A DMakefile19 include $(MAKEDIR)/embedded.mk
/external/syslinux/mbr/
H A DMakefile20 include $(MAKEDIR)/embedded.mk
/external/freetype/src/autofit/
H A Dafhints.c50 axis->segments = axis->embedded.segments;
71 if ( axis->segments == axis->embedded.segments )
75 ft_memcpy( axis->segments, axis->embedded.segments,
76 sizeof ( axis->embedded.segments ) );
115 axis->edges = axis->embedded.edges;
136 if ( axis->edges == axis->embedded.edges )
140 ft_memcpy( axis->edges, axis->embedded.edges,
141 sizeof ( axis->embedded.edges ) );
652 /* no need to initialize the embedded items */
653 FT_MEM_ZERO( hints, sizeof ( *hints ) - sizeof ( hints->embedded ) );
[all...]
H A Dafhints.h302 #define AF_SEGMENTS_EMBEDDED 18 /* number of embedded segments */
303 #define AF_EDGES_EMBEDDED 12 /* number of embedded edges */
325 } embedded; member in struct:AF_AxisHintsRec_
331 #define AF_POINTS_EMBEDDED 96 /* number of embedded points */
332 #define AF_CONTOURS_EMBEDDED 8 /* number of embedded contours */
363 /* The `embedded' structure must be the last element! */
368 } embedded; member in struct:AF_GlyphHintsRec_
/external/syslinux/diag/geodsp/
H A DMakefile21 include $(MAKEDIR)/embedded.mk
/external/syslinux/dos/
H A DMakefile17 include $(MAKEDIR)/embedded.mk
/external/syslinux/gpxe/src/config/
H A Dconfig.c262 REQUIRE_OBJECT ( embedded ); variable
/external/dtc/Documentation/
H A Ddtc-paper.tex43 embedded machine. To do this, we supply the kernel with a compact
86 meant that the various 32-bit \ppc embedded ports have required a
93 kernel image that supports multiple embedded machines.
125 before invoking the new kernel. For embedded systems the blob can
126 come either from the embedded bootloader, or from a specialised
147 \item \emph{compact}: embedded systems are frequently short of
269 bindings for many modern buses and devices. In particular, embedded
375 by walking the OF maintained tree. However, for embedded systems, the
384 The device trees for embedded boards are usually quite simple, and
479 This is useful for the common case where an embedded boar
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DActionScriptTarget.java72 * may be a compressed AMF encoding that is embedded using an Embed tag in ActionScript.
/external/syslinux/core/
H A DMakefile24 include $(MAKEDIR)/embedded.mk
/external/syslinux/memdisk/
H A DMakefile14 include $(MAKEDIR)/embedded.mk
/external/mesa3d/src/gallium/docs/
H A Dmake.bat26 echo. doctest to run all doctests embedded in the documentation if enabled
/external/bart/docs/api_reference/
H A DMakefile48 @echo " doctest to run all doctests embedded in the documentation (if enabled)"
/external/devlib/doc/
H A DMakefile48 @echo " doctest to run all doctests embedded in the documentation (if enabled)"
/external/trappy/doc/api_reference/
H A DMakefile48 @echo " doctest to run all doctests embedded in the documentation (if enabled)"
/external/ImageMagick/www/api/
H A Dproperty.php244 <p>InterpretImageProperties() replaces any embedded formatting characters with the appropriate image property and returns the interpreted text.</p>
279 <dd>the address of a character string containing the embedded formatting characters. </dd>
297 <p>/* Translate any embedded format characters. </p>
/external/clang/docs/analyzer/
H A Dmake.bat37 echo. doctest to run all doctests embedded in the documentation if enabled

Completed in 1778 milliseconds

12