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

1 2

  /external/chromium_org/native_client_sdk/src/doc/reference/
index.rst 6 developing with Native Client, such as the NaCl manifest file format. In
8 want to have a better understanding of how NaCl and PNaCl work under the hood;
nacl-manifest-format.rst 14 NaCl Manifest File (``nmf``). The ``nmf`` tells the browser where to
91 Client debugging is enabled with either the ``--enable-nacl-debug`` Chrome
149 with the NaCl port of glibc, the main program is specified in the
200 helpful tools for determining library dependencies and generating NaCl manifest
  /external/chromium_org/native_client_sdk/src/getting_started/part2/
example.js 5 // This function is called by common.js when the NaCl module is
12 // After the NaCl module has loaded, common.naclModule is a reference to the
13 // NaCl module's <embed> element.
20 // NaCl module.
  /external/chromium_org/native_client_sdk/src/examples/tutorial/load_progress/
example.js 19 // Handler that gets called when the NaCl module starts loading. This
21 // application/x-nacl.
28 // total The size of the NaCl module in bytes. Note that this value
50 // Handler that gets called if an error occurred while loading the NaCl
58 // Handler that gets called if the NaCl module load is aborted.
63 // When the NaCl module has loaded indicate success.
69 // Handler that gets called when the NaCl module loading has completed.
70 // You will always get one of these events, regardless of whether the NaCl
73 // that if the NaCl module loads successfully, you will get both a 'load'
84 // Handle a message coming from the NaCl module
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
example.js 15 // Add event listeners after the NaCl module has loaded. These listeners will
16 // forward messages to the NaCl module via postMessage()
30 // Handle a message coming from the NaCl module.
  /external/chromium_org/native_client_sdk/src/examples/demo/earth/
example.js 15 // Add event listeners after the NaCl module has loaded. These listeners will
16 // forward messages to the NaCl module via postMessage()
42 // Load a texture and send pixel data down to NaCl module.
53 // Send NaCl module the raw image data obtained from canvas.
63 // Handle a message coming from the NaCl module.
82 // NaCl module is requesting a set of textures.
  /external/chromium_org/native_client_sdk/src/examples/demo/earth_simd/
example.js 15 // Add event listeners after the NaCl module has loaded. These listeners will
16 // forward messages to the NaCl module via postMessage()
42 // Load a texture and send pixel data down to NaCl module.
53 // Send NaCl module the raw image data obtained from canvas.
63 // Handle a message coming from the NaCl module.
82 // NaCl module is requesting a set of textures.
  /external/chromium_org/native_client_sdk/src/examples/demo/pi_generator/
example.js 5 // Handle a message coming from the NaCl module. The message payload is
  /external/chromium_org/chrome/browser/resources/
about_nacl.js 5 var nacl = nacl || {};
22 * Asks the C++ NaClUIDOMHandler to get details about the NaCl and return
31 * current state of NaCl.
34 nacl.returnNaClInfo = function(moduleListData) {
  /external/chromium_org/native_client_sdk/src/examples/api/core/
test.js 7 return parseFloat(document.getElementById('NaCl').textContent);
34 test.log('NaCl time: ' + getNaClTimeMs().toFixed(2) + 'ms');
example.js 37 function setStats(nacl, compute, total) {
38 var statNaClEl = document.getElementById('NaCl');
42 statNaClEl.textContent = (nacl / itrMax) + ' ms';
49 // Convert NaCl Seconds elapsed to MS
  /external/chromium_org/native_client_sdk/src/examples/tutorial/multi_platform/
example.js 12 // NaCl module.
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
nacl.scons 38 # simple and in the same repository as the core NaCl where the fault
52 [('expected_error','"NaCl module load failed: Insufficient memory to load file"')],
59 [('expected_error', '"NaCl module load failed: Operating system platform is not supported"')],
66 [('expected_error', '"NaCl module load failed: Data Execution Prevention is required but is not supported"')],
  /external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
example.js 15 // Add event listeners after the NaCl module has loaded. These listeners will
16 // forward messages to the NaCl module via postMessage()
49 // Handle a message coming from the NaCl module.
  /external/chromium_org/native_client_sdk/src/resources/
common.js 9 // Set to true when loading a "Release" NaCl module, false when loading a
10 // "Debug" NaCl module.
26 * Return the mime type for NaCl plugin.
29 * @return {string} The mime-type for the kind of NaCl plugin matching
33 // For NaCl modules use application/x-nacl.
34 var mimetype = 'application/x-nacl';
36 // For non-NaCl PPAPI plugins use the x-ppapi-debug/release
49 * Check if the browser supports NaCl plugins.
52 * @return {bool} True if the browser supports the type of NaCl plugi
    [all...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/earth/
example.js 79 // to ensure that the listeners are active before the NaCl module 'load'
114 * Called when the NaCl module is loaded.
178 * Send the current value of the element threadCount to the NaCl module.
189 * Add event listeners after the NaCl module has loaded. These listeners will
190 * forward messages to the NaCl module via postMessage()
209 * Load a texture and send pixel data down to NaCl module.
222 // Send NaCl module the raw image data obtained from canvas.
237 * Handle a message coming from the NaCl module.
250 // NaCl module is requesting a set of textures.
255 // NaCl module notifying current FPS
    [all...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/cube/
example.js 79 // to ensure that the listeners are active before the NaCl module 'load'
114 * Called when the NaCl module is loaded.
176 * Add event listeners after the NaCl module has loaded. These listeners will
177 * forward messages to the NaCl module via postMessage()
199 * Load a texture and send pixel data down to NaCl module.
212 // Send NaCl module the raw image data obtained from canvas.
227 * Handle a message coming from the NaCl module.
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/voronoi/
example.js 79 // to ensure that the listeners are active before the NaCl module 'load'
114 * Handle a message coming from the NaCl module.
124 * Called when the NaCl module is loaded.
188 * Send the current value of the element threadCount to the NaCl module.
199 * Add event listeners after the NaCl module has loaded. These listeners will
200 * forward messages to the NaCl module via postMessage()
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/life/
example.js 79 // to ensure that the listeners are active before the NaCl module 'load'
113 * Handle a message coming from the NaCl module.
122 * Called when the NaCl module is loaded.
  /external/chromium_org/native_client_sdk/src/doc/
io2014.rst 2 Building a NaCl App
10 Learn how easy it is to edit, build, and debug NaCl application
34 * Install the NaCl in-browser debugger.
36 * Install the `NaCl Debugger Extension <https://chrome.google.com/webstore/detail/nacl-debugger/ncpkkhabohglmhjibnloicgdfjmojkfd>`_.
40 * Install the `NaCl Development Environment <https://chrome.google.com/webstore/detail/nacl-development-environm/aljpgkjeipgnmdpikaajmnepbcfkglfa>`_.
111 the NaCl module, producing the complete application.
  /external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
example.js 15 // Indicate success when the NaCl module has loaded.
123 // Handle a message coming from the NaCl module.
  /external/chromium_org/native_client_sdk/src/examples/api/network_monitor/
example.js 15 // We got an error from the NaCl module.
  /external/llvm/include/llvm/ADT/
Triple.h 117 NaCl, // Native Client
385 /// \brief Tests whether the OS is NaCl (Native Client)
387 return getOS() == Triple::NaCl;
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/smoothlife/
example.js 110 // to ensure that the listeners are active before the NaCl module 'load'
145 * Called when the NaCl module is loaded.
211 * Add event listeners after the NaCl module has loaded. These listeners will
212 * forward messages to the NaCl module via postMessage()
366 * Handle a message coming from the NaCl module.
  /external/chromium_org/native_client_sdk/src/examples/demo/drive/
example.js 22 // Send the auth token to the NaCl module.

Completed in 2145 milliseconds

1 2