/external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/ |
D | Makefile | 24 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/chromium_org/native_client_sdk/src/gonacl_appengine/static/lua/ |
D | naclterm.js | 93 this.updateStatus(embed.lastError); 165 this.exit(this.embed.exitStatus); 182 if (this.embed !== undefined) { 183 document.getElementById("listener").removeChild(this.embed); 184 delete this.embed; 206 var embed = document.createElement('object'); 207 embed.width = 0; 208 embed.height = 0; 209 embed.data = NaClTerm.nmf; 210 embed.type = mimetype; [all …]
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/ |
D | main.js | 71 var embed = document.createElement('embed'); 72 embed.setAttribute('name', 'NaClAM'); 73 embed.setAttribute('id', 'NaClAM'); 74 embed.setAttribute('width', '0'); 75 embed.setAttribute('height', '0'); 76 embed.setAttribute('type', 'application/x-pnacl'); 77 embed.setAttribute('src', url); 78 embedWrap.appendChild(embed);
|
/external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/ |
D | nacltest.js | 15 var embed = document.createElement('embed'); 16 embed.id = args.id; 17 embed.src = args.src; 18 embed.type = fallback(args.type, 'application/x-nacl'); 20 embed.className = fallback(args.className, 'naclModule'); 21 embed.width = fallback(args.width, 0); 22 embed.height = fallback(args.height, 0); 23 return embed; 454 function embed_name(embed) { argument 455 if (embed.name != undefined) { [all …]
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/ |
D | liblouis.js | 88 var embed = document.createElement('embed'); 89 embed.src = this.nmfPath_; 90 embed.type = 'application/x-nacl'; 91 embed.width = 0; 92 embed.height = 0; 94 embed.setAttribute('tablesdir', this.tablesDir_); 96 embed.addEventListener('load', goog.bind(this.onInstanceLoad_, this), 98 embed.addEventListener('error', goog.bind(this.onInstanceError_, this), 100 embed.addEventListener('message', goog.bind(this.onInstanceMessage_, this), 102 elem.appendChild(embed); [all …]
|
/external/chromium_org/ui/accessibility/extensions/highcontrast/ |
D | highcontrast.css | 12 html[hcx="0"] embed, 25 html[hcx="1"] embed, 38 html[hcx="2"] embed, 51 html[hcx="3"] embed, 64 html[hcx="4"] embed, 77 html[hcx="5"] embed,
|
/external/chromium_org/mojo/examples/wm_flow/app/ |
D | app.cc | 83 mojo::View* embed = mojo::View::Create(view_manager); in OnEmbed() local 84 root->AddChild(embed); in OnEmbed() 87 embed->SetBounds(bounds); in OnEmbed() 94 embed->Embed("mojo:mojo_wm_flow_embedded", registry.Pass()); in OnEmbed()
|
/external/skia/experimental/webtry/res/js/ |
D | webtry.js | 23 var embed = document.getElementById('embed'); 170 embed.style.display='none'; 255 if (embed) { 258 …embed.value = '<iframe src="' + url + '" width="740" height="550" style="border: solid #00a 5px; b… 281 embed.style.display='inline';
|
/external/chromium_org/third_party/skia/experimental/webtry/res/js/ |
D | webtry.js | 23 var embed = document.getElementById('embed'); 170 embed.style.display='none'; 255 if (embed) { 258 …embed.value = '<iframe src="' + url + '" width="740" height="550" style="border: solid #00a 5px; b… 281 embed.style.display='inline';
|
/external/chromium_org/third_party/freetype/src/psaux/ |
D | psobjs.c | 343 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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/ |
D | psobjs.c | 343 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/freetype/src/psaux/ |
D | psobjs.c | 343 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/chromium_org/native_client_sdk/src/doc/devguide/coding/ |
D | application-structure.rst | 48 HTML file and the <embed> element 51 The ``<embed>`` element in an HTML file triggers the loading of a Native Client 53 module. Here is the <embed> element from the "Hello, World" application: 57 <embed id="hello_tutorial" 62 In the ``<embed>`` element: 169 including an ``<embed>`` element in a web page. The ``<embed>`` element 173 ``<embed>`` elements that refer to the module; in this case the Native Client 219 the ``CreateInstance()`` method every time it encounters an ``<embed>`` element 246 leaves the web page, or the NaCl module's ``<embed>`` is otherwise destroyed.
|
D | progress-events.rst | 131 events before the ``<embed>`` element is parsed. For example, the following code 133 contains the Native Client ``<embed>`` element. First, the listener is 145 Note: The <embed> element is wrapped inside a <div>, which has both a 'load' 147 instead of attaching the event listeners directly to the <embed> element to 160 <embed id="hello_tutorial" 205 The ``<embed>`` element has a ``lastError`` attribute that is set to an 209 The following code adds an event listener before the ``<embed>`` element to 250 precedes the ``<embed>`` element so that the event listeners are in place before 274 <embed
|
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
D | CmdLine.py | 89 Options.embed = "main" 91 Options.embed = option[8:] 179 if Options.embed and len(sources) > 1:
|
/external/chromium_org/extensions/common/api/ |
D | app_runtime.idl | 47 // allow the embedding and what to embed based on the embedder making the 56 // Allows <code>embedderId</code> to embed this app in an <appview> 57 // element. The <code>url</code> specifies the content to embed. 66 // Fired when an embedding app requests to embed this app. This event is
|
/external/chromium_org/ppapi/api/ |
D | ppp_instance.idl | 27 * corresponding to one \<embed\> tag on the page. 50 * supplied in the \<embed\> tag, for example: 51 * <code>\<embed id="nacl_module" dimensions="2"\></code> will produce two 55 * arguments listed in the \<embed\> tag, for example 56 * <code>\<embed id="nacl_module" dimensions="2"\></code> will produce two 69 * supplied in the <embed> tag, for example: 70 * <embed id="nacl_module" dimensions="2"> will produce two argument 75 * arguments listed in the <embed> tag, for example 76 * <embed id="nacl_module" dimensions="2"> will produce two argument
|
/external/chromium_org/third_party/icu/source/config/ |
D | mh-mpras | 25 ## Compiler switch to embed a runtime search path 29 ## Compiler switch to embed a library name
|
D | mh-bsd-gcc | 19 ## Compiler switch to embed a runtime search path 23 ## Compiler switch to embed a library name
|
D | mh-haiku | 23 ## Compiler switch to embed a runtime search path 27 ## Compiler switch to embed a library name
|
/external/icu/icu4c/source/config/ |
D | mh-mpras | 25 ## Compiler switch to embed a runtime search path 29 ## Compiler switch to embed a library name
|
D | mh-haiku | 23 ## Compiler switch to embed a runtime search path 27 ## Compiler switch to embed a library name
|
D | mh-bsd-gcc | 19 ## Compiler switch to embed a runtime search path 23 ## Compiler switch to embed a library name
|
D | mh-alpha-linux-gcc | 23 ## Compiler switch to embed a runtime search path 27 ## Compiler switch to embed a library name
|
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/ |
D | progress_event_listener.js | 185 var embed = $(embedId); 186 assertEqual(embed.lastError, lastError);
|