Home
last modified time | relevance | path

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

12345678910>>...23

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/
Dembedded-source.test1 ; RUN: llvm-objdump -disassemble -line-numbers %p/Inputs/embedded-source | FileCheck --check-prefix…
2 ; RUN: llvm-objdump -disassemble -source %p/Inputs/embedded-source | FileCheck --check-prefix…
6 ; LINE-NEXT: ; {{.*}}embedded-source.c:1
8 ; LINE: ; {{.*}}embedded-source.c:2
10 ; LINE: ; {{.*}}embedded-source.c:3
12 ; LINE: ; {{.*}}embedded-source.c:4
/external/u-boot/env/
DMakefile13 extra-$(CONFIG_ENV_IS_EMBEDDED) += embedded.o
14 obj-$(CONFIG_ENV_IS_IN_EEPROM) += embedded.o
15 extra-$(CONFIG_ENV_IS_IN_FLASH) += embedded.o
16 obj-$(CONFIG_ENV_IS_IN_NVRAM) += embedded.o
/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/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()
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()
666 FT_MEM_ZERO( hints, sizeof ( *hints ) - sizeof ( hints->embedded ) ); in af_glyph_hints_init()
694 if ( axis->segments != axis->embedded.segments ) in af_glyph_hints_done()
[all …]
/external/clang/test/Frontend/
Dembed-bitcode.ll34 ; 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/ply/ply/example/yply/
Dyparse.py134 embedded = [] # Embedded actions (a mess)
154 embedded.append((embed_name, item))
164 for e, code in embedded:
/external/autotest/apache/conf/
Dall-directives14 Include "/usr/local/autotest/apache/conf/embedded-tko-directives"
15 Include "/usr/local/autotest/apache/conf/embedded-spreadsheet-directives"
/external/conscrypt/openjdk/src/test/resources/
DREADME10 - cert-ct-embedded.pem: Same certificate as cert.pem, but with an embedded signed certificate
/external/mesa3d/src/gallium/
DSConscript63 if not env['embedded']:
100 if not env['embedded']:
/external/u-boot/doc/
DREADME.ARC2 that SoC designers can optimize for a wide range of uses, from deeply embedded
19 performance and code density for embedded and host SoC applications.
/external/v8/tools/clang/blink_gc_plugin/tests/
Dpersistent_field_in_gc_managed_class.txt5 ./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/pdfium/third_party/freetype/
D0000-include.patch62 /* embedded bitmaps in all formats using the SFNT module (namely */
81 /* an embedded `BDF ' table within SFNT-based bitmap formats. */
/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 individually quoted and the elements …
/external/curl/m4/
Dcurl-override.m438 dnl embedded comments that hit the resulting script
54 dnl embedded comments that hit the resulting script
/external/dtc/Documentation/
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 board has an
[all …]
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DAbstractNettyHandler.java77 Http2Exception embedded = getEmbeddedHttp2Exception(cause); in exceptionCaught() local
78 if (embedded == null) { in exceptionCaught()
/external/u-boot/tools/env/
D.gitignore1 embedded.c
/external/mesa3d/src/compiler/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/xz-embedded/
DREADME.version1 URL: https://git.tukaani.org/?p=xz-embedded.git
/external/deqp/
DREADME.md13 The .qpa logs generated by the conformance tests may contain embedded png images of the results.
35 The resulting ANGLE shared object libraries can be linked against and embedded into `dEQP.apk` with
/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/python/cpython2/Doc/library/
Dquopri.rst41 controls whether to encode embedded spaces and tabs; when true it encodes such
42 embedded whitespace, and when false it leaves them unencoded. Note that spaces

12345678910>>...23