Searched refs:embedded (Results 1 – 25 of 288) sorted by relevance
12345678910>>...12
/external/curl/tests/data/ |
D | test35 | 26 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
|
D | test545 | 33 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/ |
D | Makefile | 112 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
|
D | config-null.mk | 3 DHCPCD_SRCS+= dhcpcd-embedded.c
|
D | genembedc | 7 cat dhcpcd-embedded.c.in
|
D | genembedh | 8 H=${2:-dhcpcd-embedded.h.in}
|
/external/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() 653 FT_MEM_ZERO( hints, sizeof ( *hints ) - sizeof ( hints->embedded ) ); in af_glyph_hints_init() 681 if ( axis->segments != axis->embedded.segments ) in af_glyph_hints_done() [all …]
|
/external/clang/test/Frontend/ |
D | embed-bitcode.ll | 34 ; CHECK: @llvm.embedded.module = private constant 40 ; CHECK-ELF: @llvm.embedded.module 45 ; CHECK-ONLY-BITCODE: @llvm.embedded.module = private constant 51 ; CHECK-MARKER: @llvm.embedded.module
|
/external/autotest/apache/conf/ |
D | all-directives | 12 Include "/usr/local/autotest/apache/conf/embedded-tko-directives" 13 Include "/usr/local/autotest/apache/conf/embedded-spreadsheet-directives"
|
/external/mesa3d/src/gallium/ |
D | SConscript | 59 if not env['embedded']: 126 if not env['embedded']: 177 if not env['embedded']:
|
/external/v8/tools/clang/blink_gc_plugin/tests/ |
D | persistent_field_in_gc_managed_class.txt | 5 ./persistent_field_in_gc_managed_class.h:24:5: note: [blink-gc] Field 'm_part' with embedded GC roo… 14 ./persistent_field_in_gc_managed_class.h:25:5: note: [blink-gc] Field 'm_parts' with embedded GC ro…
|
/external/conscrypt/openjdk/src/test/resources/ |
D | README | 10 - cert-ct-embedded.pem: Same certificate as cert.pem, but with an embedded signed certificate
|
/external/curl/m4/ |
D | curl-override.m4 | 38 dnl embedded comments that hit the resulting script 54 dnl embedded comments that hit the resulting script
|
/external/dtc/Documentation/ |
D | dtc-paper.tex | 43 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 board has an [all …]
|
/external/mesa3d/src/glsl/glcpp/tests/ |
D | 038-func-arg-with-commas.c | 2 foo(argument (with,embedded , commas) -- tricky)
|
D | 056-macro-argument-with-comma.c | 1 #define bar with,embedded,commas
|
/external/libxml2/result/ |
D | ent2.rdr | 9 1 3 #text 0 1 and this is an embedded
|
D | ent2.rde | 11 This text is about XML, the Extensible Markup Language and this is an embedded
|
/external/icu/icu4j/eclipse-build/ |
D | build-local.properties.template | 39 # IF java.rt variable has embedded space(s)... 40 # ...each element containing an embedded space java.rt must individually quoted and the elements …
|
/external/pdfium/third_party/freetype/ |
D | 0000-include.patch | 85 /* embedded bitmaps in all formats using the SFNT module (namely */ 104 /* an embedded `BDF ' table within SFNT-based bitmap formats. */
|
/external/markdown/tests/markdown-test/ |
D | links-reference.txt | 11 With [embedded [brackets]] [b].
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Links, reference style.text | 11 With [embedded [brackets]] [b].
|
/external/libmicrohttpd/ |
D | libmicrospdy.pc.in | 7 Description: A library for creating an embedded SPDY server
|
D | libmicrohttpd.pc.in | 7 Description: A library for creating an embedded HTTP server
|
/external/syslinux/sample/ |
D | Makefile | 17 include $(MAKEDIR)/embedded.mk
|
12345678910>>...12