Home
last modified time | relevance | path

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

12345678

/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/mesa3d/src/gallium/
DSConscript59 if not env['embedded']:
126 if not env['embedded']:
177 if not env['embedded']:
/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
Dent2.sax20 SAX.characters( and this is an embedded , 25)
Dent2.sax220 SAX.characters( and this is an embedded , 25)
/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/libpng/contrib/pngminim/encoder/
DREADME3 The makefile builds a minimal write-only encoder with embedded libpng
/external/libpng/contrib/pngminim/decoder/
DREADME3 The makefile builds a minimal read-only decoder with embedded libpng
/external/mesa3d/src/glsl/
DSConscript56 if env['crosscompile'] and not env['embedded']:
113 if env['crosscompile'] or env['embedded']:
/external/libpng/contrib/pngminim/preader/
DREADME4 embedded libpng, zlib and your system's X library.
/external/jmonkeyengine/engine/src/core/com/jme3/collision/
DSweepSphere.java217 boolean embedded = false; in collideWithTriangle()
229 embedded = true; in collideWithTriangle()
268 if (isPointInTriangle(contactPoint, scaledTri) && !embedded){ in collideWithTriangle()
/external/boringssl/src/crypto/evp/
Devp_tests.txt93 # embedded digest too long
100 # embedded digest too short
/external/markdown/MarkdownTest/Tests_2007/
DLinks, reference style.text11 With [embedded [brackets]] [b].
/external/clang/test/SemaObjC/
Dattr-deprecated-pch.m8 // doesn't need any -D switches, for these would get embedded in the gch.
/external/antlr/antlr-3.4/runtime/C/doxygen/
Ddoxygengroups.dox54 /// or embedded structures/typedefs (unusual). In some cases, the pointers passed
55 /// around by the paresr or tree parser are actually the pointers to these embedded
56 /// structures (such as #pANTLR3_BASE_TREE), and these embedded 'objects' contain
68 /// a #pANTLR3_BASE_RECOGNIZER will be embedded within a higher level
/external/mesa3d/src/
DSConscript25 if not env['embedded']:
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/
DTLexer.g4 // rather than create a messy lexer that has the Java code embedded
/external/chromium-trace/
DREADME12 into the git repository, and they get embedded in each trace HTML file that
/external/libogg/
DCHANGES12 * Added allocation checks useful to some embedded applications
/external/clang/test/Index/
Dannotate-comments-objc.m46 // NS_ENUM macro, it is tempting to use the fact that enum decl is embedded in
49 // embedded in declarators.

12345678