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

1 2 3

  /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/libvorbis/doc/
a2-encapsulation-rtp.tex 9 Audio''} for description of how to embed Vorbis audio in an RTP stream.
  /external/chromium_org/chrome_frame/test/data/
chrome_frame_tester_helpers.js 233 // By default, embed id = object.id + "Plugin". null id means omit id.
239 // By default, embed name = object.id. null name means omit name.
263 // All event handlers are params and attributes of the embed object.
276 html += " <embed" + stringifyAttributes(embedAttributes) + "></embed>\r\n"
293 // "id": "ChromeFrame", // id of object tag, name of the embed tag, and
294 // // basis of id of the embed tag.
295 // "width": "500", // width of both object and embed tags.
296 // "height": "500", // height of both object and embed tags.
297 // "src": "url", // src of embed tag and of param to object tag
    [all...]
  /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/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/chromium_org/remoting/webapp/
host_session.js 9 * This abstracts a <embed> element and controls the plugin which does the
48 var plugin = document.createElement('embed');
client_plugin_async.js 9 * This abstracts a <embed> element and controls the plugin which does
20 * @param {remoting.ViewerPlugin} plugin The plugin embed element.
  /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
239 * Hide the NaCl module's embed element.
352 updateStatus('Creating embed: ' + tool);
354 // 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 122 if (unicodeBidi == Embed)
151 observer->embed(embedCharFromDirection(style->direction(), unicodeBidi), FromStyleOrDOM);
168 // Otherwise we pop any embed/override character we added when we opened this tag.
170 observer->embed(WTF::Unicode::PopDirectionalFormat, FromStyleOrDOM);
532 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/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
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/voronoi/
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/ppapi/native_client/tests/ppapi_browser/
progress_event_listener.js 185 var embed = $(embedId);
186 assertEqual(embed.lastError, lastError);
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win_unittest.cc 549 const std::string embed = base::UTF16ToUTF8( local
551 EXPECT_EQ(text1_name + embed + text2_name + embed,
  /external/chromium_org/third_party/WebKit/Source/platform/text/
BidiResolver.h 217 void embed(WTF::Unicode::Direction, BidiEmbeddingSource);
314 void BidiResolver<Iterator, Run>::embed(WTF::Unicode::Direction dir, BidiEmbeddingSource source) function in class:WebCore::BidiResolver
317 // Do not insert fake embed characters once we enter an isolated span.
685 embed(dirCurrent, FromUnicode);
    [all...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/styles/
style.css 232 .demo div.Demo-content embed {
  /external/chromium_org/tools/gyp/pylib/gyp/
msvs_emulation.py 648 embed = self._Setting(('VCManifestTool', 'EmbedManifest'), config,
650 return embed == 'true'
    [all...]
  /external/chromium_org/chrome/browser/resources/history/
history.css 314 /* This element contains parentheses, which without the unicode-bidi: embed
316 * 'embed' makes the engine set the text in the parentheses as LTR even
321 unicode-bidi: embed;
  /external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
vs-addin.rst 80 encounters an ``<embed>`` element with ``type=application/x-nacl`` (ignoring
429 must have an embed tag with its type attribute set to
431 embed tag must also include a src attribute pointing to a Native Client

Completed in 4264 milliseconds

1 2 3