Searched refs:embedded (Results 1 – 25 of 193) sorted by relevance
12345678
/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() 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 …]
|
D | afhints.h | 323 } embedded; member 366 } embedded; member
|
/external/mesa3d/src/gallium/ |
D | SConscript | 59 if not env['embedded']: 126 if not env['embedded']: 177 if not env['embedded']:
|
/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
|
D | ent2.sax | 20 SAX.characters( and this is an embedded , 25)
|
D | ent2.sax2 | 20 SAX.characters( and this is an embedded , 25)
|
/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/libpng/contrib/pngminim/encoder/ |
D | README | 3 The makefile builds a minimal write-only encoder with embedded libpng
|
/external/libpng/contrib/pngminim/decoder/ |
D | README | 3 The makefile builds a minimal read-only decoder with embedded libpng
|
/external/mesa3d/src/glsl/ |
D | SConscript | 56 if env['crosscompile'] and not env['embedded']: 113 if env['crosscompile'] or env['embedded']:
|
/external/libpng/contrib/pngminim/preader/ |
D | README | 4 embedded libpng, zlib and your system's X library.
|
/external/jmonkeyengine/engine/src/core/com/jme3/collision/ |
D | SweepSphere.java | 217 boolean embedded = false; in collideWithTriangle() 229 embedded = true; in collideWithTriangle() 268 if (isPointInTriangle(contactPoint, scaledTri) && !embedded){ in collideWithTriangle()
|
/external/boringssl/src/crypto/evp/ |
D | evp_tests.txt | 93 # embedded digest too long 100 # embedded digest too short
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Links, reference style.text | 11 With [embedded [brackets]] [b].
|
/external/clang/test/SemaObjC/ |
D | attr-deprecated-pch.m | 8 // doesn't need any -D switches, for these would get embedded in the gch.
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
D | doxygengroups.dox | 54 /// 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/ |
D | SConscript | 25 if not env['embedded']:
|
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/ |
D | TLexer.g | 4 // rather than create a messy lexer that has the Java code embedded
|
/external/chromium-trace/ |
D | README | 12 into the git repository, and they get embedded in each trace HTML file that
|
/external/libogg/ |
D | CHANGES | 12 * Added allocation checks useful to some embedded applications
|
/external/clang/test/Index/ |
D | annotate-comments-objc.m | 46 // NS_ENUM macro, it is tempting to use the fact that enum decl is embedded in 49 // embedded in declarators.
|
12345678