Home
last modified time | relevance | path

Searched refs:embed (Results 1 – 25 of 108) sorted by relevance

12345

/external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
DMakefile24 fb_writer_spu-embed.o: fb_writer.c spu_common.h
26 $(PPU_EMBEDSPU) -m32 fb_writer_spu fb_writer_spu fb_writer_spu-embed.o
28 libfb_writer_spu.so: fb_writer_spu-embed.o
29 $(PPU_LD) -o libfb_writer_spu.so -shared -soname=libfb_writer_spu.so fb_writer_spu-embed.o
31 libfb_writer_spu.a: fb_writer_spu-embed.o
32 $(PPU_AR) -qcs libfb_writer_spu.a fb_writer_spu-embed.o
36 yuv2rgb_spu-embed.o: yuv2rgb_converter.c spu_common.h
38 $(PPU_EMBEDSPU) -m32 yuv2rgb_spu yuv2rgb_spu yuv2rgb_spu-embed.o
40 libyuv2rgb_spu.a: yuv2rgb_spu-embed.o
41 $(PPU_AR) -qcs libyuv2rgb_spu.a yuv2rgb_spu-embed.o
[all …]
/external/freetype/src/psaux/
Dpsobjs.c343 FT_Int embed = 0; in skip_literal_string() local
394 embed++; in skip_literal_string()
397 embed--; in skip_literal_string()
398 if ( embed == 0 ) in skip_literal_string()
458 FT_Int embed = 0; in skip_procedure() local
469 ++embed; in skip_procedure()
473 --embed; in skip_procedure()
474 if ( embed == 0 ) in skip_procedure()
496 if ( embed != 0 ) in skip_procedure()
624 FT_Int embed; in ps_parser_to_token() local
[all …]
/external/clang/include/clang/Driver/
DCC1AsOptions.td92 HelpText<"The compilation directory to embed in the debug info.">;
95 HelpText<"The string to embed in the Dwarf debug flags record.">;
98 HelpText<"The string to embed in the Dwarf debug AT_producer record.">;
/external/icu4c/config/
Dmh-bsd-gcc19 ## Compiler switch to embed a runtime search path
23 ## Compiler switch to embed a library name
Dmh-mpras25 ## Compiler switch to embed a runtime search path
29 ## Compiler switch to embed a library name
Dmh-haiku23 ## Compiler switch to embed a runtime search path
27 ## Compiler switch to embed a library name
Dmh-alpha-linux-gcc23 ## Compiler switch to embed a runtime search path
27 ## Compiler switch to embed a library name
Dmh-solaris-gcc21 ## Compiler switch to embed a runtime search path
25 ## Compiler switch to embed a library name
Dmh-irix30 ## Compiler switch to embed a runtime search path
34 ## Compiler switch to embed a library name
Dmh-alpha-osf32 ## Compiler switch to embed a runtime search path
36 ## Compiler switch to embed a library name
Dmh-linux19 ## Compiler switch to embed a runtime search path
26 ## Compiler switch to embed a library name
Dmh-alpha-linux-cc32 ## Compiler switch to embed a runtime search path
36 ## Compiler switch to embed a library name
Dmh-qnx31 ## Compiler switch to embed a runtime search path
35 ## Compiler switch to embed a library name
Dmh-solaris46 ## Compiler switch to embed a runtime search path
52 ## Compiler switch to embed a library name
Dmh-linux-va26 ## Compiler switch to embed a runtime search path
30 ## Compiler switch to embed a library name
Dmh-hpux-gcc38 ## Compiler switch to embed a runtime search path
42 ## Compiler switch to embed a library name
Dmh-darwin30 ## Compiler switches to embed a library name and version information
37 ## Compiler switch to embed a runtime search path
Dmh-beos50 ## Compiler switch to embed a runtime search path
54 ## Compiler switch to embed a library name
Dmh-hpux-acc82 ## Compiler switch to embed a runtime search path
89 ## Compiler switch to embed a library name
Dmh-aix-gcc29 ## Compiler switch to embed a runtime search path
63 ## Compiler switch to embed a library name. Not present on AIX.
Dmh-mingw47 ## Compiler switch to embed a runtime search path
51 ## Compiler switch to embed a library name
/external/libvorbis/doc/
Da2-encapsulation-rtp.tex9 Audio''} for description of how to embed Vorbis audio in an RTP stream.
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-tags/
Dmozilla36 embed
Dwebkit43 embed
/external/webkit/Source/WebCore/rendering/
DInlineIterator.h122 resolver->embed(embedCharFromDirection(style->direction(), unicodeBidi), FromStyleOrDOM); in notifyResolverEnteredObject()
131 resolver->embed(WTF::Unicode::PopDirectionalFormat, FromStyleOrDOM); in notifyResolverWillExitObject()

12345