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

  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/life/
example.js 20 * MIME type for PNaCl
25 return 'application/x-pnacl';
29 * Check if the browser supports PNaCl.
189 updateStatus('Browser does not support PNaCl or PNaCl is disabled');
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/cube/
example.js 20 * MIME type for PNaCl
25 return 'application/x-pnacl';
29 * Check if the browser supports PNaCl.
250 updateStatus('Browser does not support PNaCl or PNaCl is disabled');
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/earth/
example.js 20 * MIME type for PNaCl
25 return 'application/x-pnacl';
29 * Check if the browser supports PNaCl.
267 updateStatus('Browser does not support PNaCl or PNaCl is disabled');
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/voronoi/
example.js 20 * MIME type for PNaCl
25 return 'application/x-pnacl';
29 * Check if the browser supports PNaCl.
232 updateStatus('Browser does not support PNaCl or PNaCl is disabled');
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/smoothlife/
example.js 51 * MIME type for PNaCl
56 return 'application/x-pnacl';
60 * Check if the browser supports PNaCl.
381 updateStatus('Browser does not support PNaCl or PNaCl is disabled');
  /external/chromium_org/native_client_sdk/src/tools/
create_nmf.py 49 PNACL_OPTLEVEL_KEY = 'optlevel' # key for PNaCl optimization level
51 TRANSLATE_KEY = 'pnacl-translate' # key for translatable objects
52 TRANSLATE_DEBUG_KEY = 'pnacl-debug' # key for translatable debug objects
194 pnacl_optlevel: Optimization level for PNaCl translation.
195 pnacl_debug_optlevel: Optimization level for debug PNaCl translation.
209 self.pnacl = main_files[0].endswith(('.pexe', '.bc'))
406 if self.pnacl:
587 parser.add_option('-O', '--pnacl-optlevel',
588 help='Set the optimization level to N in PNaCl manifests',
590 parser.add_option('--pnacl-debug-optlevel'
    [all...]
nacl_llvm.mk 63 $(error 'Shared libraries not supported by PNaCl')
102 $(call LOG,LINK,$$@,$(PNACL_LINK) -o $$@ $(2) $(PNACL_LDFLAGS) $(foreach path,$(5),-L$(path)/pnacl/$(CONFIG)) $(foreach lib,$(3),-l$(lib)) $(6))
124 # NOTE: pnacl-strip does not really do much for finalized pexes (in a
common.mk 13 # By default the VALID_TOOLCHAINS list contains pnacl, newlib and glibc. If
18 ALL_TOOLCHAINS ?= pnacl newlib glibc bionic
20 ALL_TOOLCHAINS ?= pnacl newlib glibc
406 # If the requested toolchain is a NaCl or PNaCl toolchain, the use the
422 ifneq (,$(findstring $(TOOLCHAIN),pnacl))
449 CHROME_ARGS += --enable-nacl --enable-pnacl --no-first-run
514 # PNaCl's nexe is acquired with "remote get nexe <path>" instead of the NMF.
515 ifeq (,$(findstring $(TOOLCHAIN),pnacl))
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/
frame.js 19 var hasPnacl = navigator.mimeTypes['application/x-pnacl'] !== undefined;
118 var title = 'PNaCl Demos';
  /external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
dynamic-loading.rst 18 Native Client, though PNaCl will eventually support some form of
114 PNaCl newlib toolchain/<platform>_pnacl
124 **Note:** The ARM and PNaCl toolchains are currently restricted to newlib.
206 examples using multiple toolchains (x86 newlib, x86 glibc, ARM, and PNaCl).
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 11 Client (NaCl) and Portable Native Client (PNaCl, pronounced
50 * **Performance:** Each PNaCl release brings with it more performance
59 already-released applications not working on new hardware: PNaCl
60 already supports all architectures NaCl does, and as PNaCl evolves it
63 .. TODO Expand on the PNaCl performance section in another document, and
64 .. link to it here. How does one profile PNaCl code? What are common
71 NaCl and PNaCl <nacl-and-pnacl>`.
93 See :doc:`NaCl and PNaCl <nacl-and-pnacl>`. In short: PNaCl works on th
    [all...]

Completed in 246 milliseconds