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

  /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
51 // Handler that gets called if an error occurred while loading the NaCl
59 // Handler that gets called if the NaCl module load is aborted.
64 // When the NaCl module has loaded indicate success.
70 // Handler that gets called when the NaCl module loading has completed.
71 // You will always get one of these events, regardless of whether the NaCl
74 // that if the NaCl module loads successfully, you will get both a 'load'
85 // Handle a message coming from the NaCl module
    [all...]
  /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/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/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/examples/
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/pnacl-demo/
example.js 79 // to ensure that the listeners are active before the NaCl module 'load'
114 * Called when the NaCl module is loaded.
179 * 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()
207 // Load a texture and send pixel data down to NaCl module.
218 // Send NaCl module the raw image data obtained from canvas.
232 // Handle a message coming from the NaCl module.
243 // NaCl module is requesting a set of textures.
  /external/chromium_org/native_client_sdk/src/examples/api/core/
example.js 34 function setStats(nacl, compute, total) {
35 var statNaCl = document.getElementById('NaCl');
39 statNaCl.textContent = (nacl / itrMax) + ' ms';
46 // Convert NaCl Seconds elapsed to MS
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
ppapi_bad.js 6 // Webpage must have an 'embeds' div for injecting NaCl modules.
  /external/llvm/include/llvm/ADT/
Triple.h 108 NaCl, // Native Client
326 /// \brief Tests whether the OS is NaCl (Native Client)
328 return getOS() == Triple::NaCl;
  /external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
example.js 15 // Indicate success when the NaCl module has loaded.
93 // Handle a message coming from the NaCl module.
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/extension_mime_handler/
nacl.scons 6 # Test loading a NaCl-enabled Chrome Extension. This also covers parts
9 # The extension registers the nacl module as a content handler for foo/bar.
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 171 /// NaCl TRAP instruction is generated instead of the regular TRAP.
280 bool isTargetNaCl() const { return TargetTriple.getOS() == Triple::NaCl; }
  /external/chromium_org/native_client_sdk/src/examples/demo/drive/
example.js 22 // Send the auth token to the NaCl module.
  /external/chromium_org/native_client_sdk/src/tools/
common.mk 121 # Disable DOS PATH warning when using Cygwin based NaCl tools on Windows.
147 # If this makefile is part of a valid nacl SDK, but NACL_SDK_ROOT is set
179 # Compute path to requested NaCl Toolchain
208 # By default this is the NaCl SDK 'lib' folder.
375 # If the requested toolchain is a NaCl or PNaCl toolchain, the use the
376 # macros and targets defined in nacl.mk, otherwise use the host sepecific
434 CHROME_ARGS += --enable-nacl --enable-pnacl --no-first-run
443 SYSARCH := $(shell $(GETOS) --nacl-arch)
479 GDB_ARGS += -D $(TC_PATH)/$(OSNAME)_x86_newlib/bin/$(SYSARCH)-nacl-gdb
480 GDB_ARGS += -D --eval-command="nacl-manifest $(abspath $(OUTDIR))/$(TARGET).nmf
    [all...]
  /external/llvm/lib/Target/X86/
X86Subtarget.h 316 return TargetTriple.getOS() == Triple::NaCl;
  /external/llvm/lib/Support/
Triple.cpp 134 case NaCl: return "nacl";
289 .StartsWith("nacl", Triple::NaCl)
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
nacltest.js 18 embed.type = fallback(args.type, 'application/x-nacl');
369 // NaCl gets array types wrong. .toString will fail on these objects.
476 '(Bugs: NaCl 2428, Chrome 103588)');
616 // Workaround for WebKit layout bug that caused the NaCl plugin to not
621 // WebKit bug becomes deterministic or the NaCl plugin fails after
645 // For some tests (e.g. the NaCl SDK examples) it is OK if the test
802 // plugin - The DOM object for the NaCl plugin
  /external/chromium_org/chrome/browser/nacl_host/
nacl_browser.cc 41 // Entries may not be claimed for two main reasons. 1) the NaCl process could
42 // be killed while it is loading. 2) the trusted NaCl plugin opens files using
72 #error Add support for your architecture to NaCl IRT file selection
107 UMA_HISTOGRAM_ENUMERATION("NaCl.ValidationCache.Query", status, CACHE_MAX);
112 UMA_HISTOGRAM_ENUMERATION("NaCl.ValidationCache.Set", status, CACHE_MAX);
117 namespace nacl { namespace
124 // allow a NaCl inner sandbox escape.
149 } // namespace nacl
190 // variable. This allows the NaCl/Chromium integration bot to
193 // variable that the standalone NaCl PPAPI plugin accepts
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
update_nacl_manifest.py 36 GS_BUCKET_PATH = 'gs://nativeclient-mirror/nacl/nacl_sdk/'
116 """Read the manifest file from the NaCl SDK repository.
122 A manifest_util.SDKManifest object read from the NaCl SDK repo."""
563 "gs://nativeclient_mirror/nacl/nacl_sdk/18.0.1025.164/"
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
example.js 249 ' received from NaCl module.');
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 208 milliseconds