HomeSort by relevance Sort by last modified time
    Searched refs:embed (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
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.
    [all...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
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/native_client_sdk/src/gonacl_appengine/static/lua/
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;
192 * Create the NaCl embed element.
206 var embed = document.createElement('object');
207 embed.width = 0;
208 embed.height = 0;
209 embed.data = NaClTerm.nmf
    [all...]
  /external/chromium_org/ppapi/tests/extensions/background_keepalive/
background.js 16 NaClModules = document.querySelectorAll('embed');
32 listener.innerHTML = '<embed' +
  /external/libvorbis/doc/
a2-encapsulation-rtp.tex 9 Audio''} for description of how to embed Vorbis audio in an RTP stream.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/
externs.js 12 * <embed> element which wraps a Native Client module.
liblouis.js 32 * Native Client <embed> element.
33 * {@code null} when no <embed> is attached to the DOM.
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)
    [all...]
  /external/chromium_org/third_party/skia/experimental/webtry/res/js/
webtry.js 23 var embed = document.getElementById('embed'); variable
170 embed.style.display='none';
255 if (embed) {
258 embed.value = '<iframe src="' + url + '" width="740" height="550" style="border: solid #00a 5px; border-radius: 5px;"/>'
281 embed.style.display='inline';
  /external/skia/experimental/webtry/res/js/
webtry.js 23 var embed = document.getElementById('embed'); variable
170 embed.style.display='none';
255 if (embed) {
258 embed.value = '<iframe src="' + url + '" width="740" height="550" style="border: solid #00a 5px; border-radius: 5px;"/>'
281 embed.style.display='inline';
  /external/chromium_org/third_party/freetype/src/psaux/
psobjs.c 343 FT_Int embed = 0; local
394 embed++;
397 embed--;
398 if ( embed == 0 )
458 FT_Int embed = 0; local
469 ++embed;
473 --embed;
474 if ( embed == 0 )
496 if ( embed != 0 )
624 FT_Int embed; local
    [all...]
  /external/freetype/src/psaux/
psobjs.c 343 FT_Int embed = 0; local
394 embed++;
397 embed--;
398 if ( embed == 0 )
458 FT_Int embed = 0; local
469 ++embed;
473 --embed;
474 if ( embed == 0 )
496 if ( embed != 0 )
624 FT_Int embed; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
psobjs.c 343 FT_Int embed = 0; local
394 embed++;
397 embed--;
398 if ( embed == 0 )
458 FT_Int embed = 0; local
469 ++embed;
473 --embed;
474 if ( embed == 0 )
496 if ( embed != 0 )
624 FT_Int embed; local
    [all...]
  /build/core/
install_jni_libs_internal.mk 4 # my_embed_jni: indicate if we want to embed the jni libs in the apk.
11 # my_jni_shared_libraries, my_jni_shared_libraries_abi, if we are going to embed the libraries into the apk;
73 # Clear jni_shared_libraries to not embed it into the apk.
install_jni_libs.mk 10 # jni_shared_libraries, jni_shared_libraries_abi, jni_shared_libraries_with_abis if we are going to embed the libraries into the apk;
  /external/chromium_org/native_client_sdk/src/getting_started/part2/
example.js 13 // NaCl module's <embed> element.
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
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) {
    [all...]
  /external/owasp/sanitizer/empiricism/
canned-data.js 46 "embed": true,
172 "embed",
287 "embed",
402 "embed",
517 "embed",
632 "embed",
748 "embed",
863 "embed",
978 "embed",
1093 "embed",
    [all...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/life/
example.js 51 * Create the Native Client <embed> element as a child of the DOM element
60 var moduleEl = document.createElement('embed');
76 // The <EMBED> element is wrapped inside a <DIV>, which has both a 'load'
78 // instead of attaching the event listeners directly to the <EMBED> element
  /external/chromium_org/native_client_sdk/src/resources/
common.js 113 * Create the Native Client <embed> element as a child of the DOM element
124 var moduleEl = document.createElement('embed');
142 // The <EMBED> element is wrapped inside a <DIV>, which has both a 'load'
144 // instead of attaching the event listeners directly to the <EMBED> element
244 * Hide the NaCl module's embed element.
357 updateStatus('Creating embed: ' + tool);
359 // We use a non-zero sized embed to give Chrome space to place the bad
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineIterator.h 125 if (unicodeBidi == Embed)
154 observer->embed(embedCharFromDirection(style->direction(), unicodeBidi), FromStyleOrDOM);
171 // Otherwise we pop any embed/override character we added when we opened this tag.
173 observer->embed(WTF::Unicode::PopDirectionalFormat, FromStyleOrDOM);
596 void embed(WTF::Unicode::Direction, BidiEmbeddingSource) { } function in class:WebCore::IsolateTracker
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/smoothlife/
example.js 82 * Create the Native Client <embed> element as a child of the DOM element
91 var moduleEl = document.createElement('embed');
107 // The <EMBED> element is wrapped inside a <DIV>, which has both a 'load'
109 // instead of attaching the event listeners directly to the <EMBED> element
243 // Get the size of the embed and the size of the simulation, and
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
pdf_processor.js 21 var es = document.querySelectorAll('embed[type="application/pdf"]');
  /external/chromium_org/remoting/webapp/
host_session.js 9 * This abstracts a <embed> element and controls the plugin which does the
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/cube/
example.js 51 * Create the Native Client <embed> element as a child of the DOM element
60 var moduleEl = document.createElement('embed');
76 // The <EMBED> element is wrapped inside a <DIV>, which has both a 'load'
78 // instead of attaching the event listeners directly to the <EMBED> element
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/earth/
example.js 51 * Create the Native Client <embed> element as a child of the DOM element
60 var moduleEl = document.createElement('embed');
76 // The <EMBED> element is wrapped inside a <DIV>, which has both a 'load'
78 // instead of attaching the event listeners directly to the <EMBED> element

Completed in 479 milliseconds

1 2 3 4