/external/chromium_org/native_client_sdk/src/getting_started/part1/ |
Makefile | 31 PNACL_CXX := $(PNACL_TC_PATH)/bin/pnacl-clang++ 32 PNACL_FINALIZE := $(PNACL_TC_PATH)/bin/pnacl-finalize 34 LDFLAGS := -L$(NACL_SDK_ROOT)/lib/pnacl/Release -lppapi_cpp -lppapi
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/smoothlife/ |
build.sh | 74 LogExecute make ports TOOLCHAIN=pnacl CONFIG=Release 77 LogExecute make TOOLCHAIN=pnacl CONFIG=Release -j${OS_JOBS} 81 LogExecute cp ${SMOOTHLIFE_DIR}/pnacl/Release/smoothnacl.{pexe,nmf} ${OUT_DIR}
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/ |
Makefile | 78 earth_TGT_DIR = earth/pnacl/Release 90 $(MAKE) -C earth TOOLCHAIN=pnacl CONFIG=Release 110 lua_TGT_DIR = lua/out/naclports/src/out/publish/lua/pnacl 126 voronoi_TGT_DIR = voronoi/pnacl/Release 134 $(MAKE) -C voronoi TOOLCHAIN=pnacl CONFIG=Release 140 life_TGT_DIR = life/pnacl/Release 148 $(MAKE) -C life TOOLCHAIN=pnacl CONFIG=Release 167 cube_TGT_DIR = cube/pnacl/Release 178 $(MAKE) -C cube TOOLCHAIN=pnacl CONFIG=Release
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/bullet/ |
build.sh | 73 make NACL_ARCH=pnacl bullet 85 LogExecute cp ${NACLAM_DIR}/pnacl/Release/NaClAMBullet.{pexe,nmf} ${OUT_DIR}
|
Makefile | 8 VALID_TOOLCHAINS := pnacl
|
/external/chromium_org/components/nacl/browser/ |
nacl_host_message_filter.cc | 35 pnacl::PnaclHost::GetInstance()->RendererClosing(render_process_id_); 97 // want to use PNaCl, so start the translation cache initialization here. 98 pnacl::PnaclHost::GetInstance()->Init(); 118 pnacl::PnaclHost::GetInstance()->CreateTemporaryFile( 147 pnacl::PnaclHost::GetInstance()->GetNexeFd( 159 pnacl::PnaclHost::GetInstance()->TranslationFinished(
|
pnacl_host.h | 22 namespace pnacl { namespace 28 // for all PNaCl translations. Unless otherwise specified, all methods should be 103 friend class pnacl::PnaclHostTest; 169 scoped_ptr<pnacl::PnaclTranslationCache> disk_cache_; 176 } // namespace pnacl
|
pnacl_translation_cache.h | 32 namespace pnacl { namespace 104 } // namespace pnacl
|
pnacl_host.cc | 29 namespace pnacl { namespace 39 pnacl::PnaclTranslationCache* cache = disk_cache_.release(); 106 disk_cache_.reset(new pnacl::PnaclTranslationCache()); 119 disk_cache_.reset(new pnacl::PnaclTranslationCache()); 634 } // namespace pnacl
|
pnacl_translation_cache_unittest.cc | 21 namespace pnacl { namespace 269 } // namespace pnacl
|
/external/chromium_org/native_client_sdk/src/tools/ |
nacl_llvm.mk | 14 PNACL_CC ?= $(PNACL_BIN)/pnacl-clang -c 15 PNACL_CXX ?= $(PNACL_BIN)/pnacl-clang++ -c 16 PNACL_LINK ?= $(PNACL_BIN)/pnacl-clang++ 17 PNACL_LIB ?= $(PNACL_BIN)/pnacl-ar 18 PNACL_STRIP ?= $(PNACL_BIN)/pnacl-strip 19 PNACL_FINALIZE ?= $(PNACL_BIN)/pnacl-finalize 20 PNACL_TRANSLATE ?= $(PNACL_BIN)/pnacl-translate 65 $(error 'Shared libraries not supported by PNaCl') 115 $(call LOG,LINK,$$@,$(PNACL_LINK) -o $$@ $(2) $(PNACL_LDFLAGS) $(foreach path,$(5),-L$(path)/pnacl/$(CONFIG)) $(foreach lib,$(3),-l$(lib)) $(6)) 140 # NOTE: pnacl-strip does not currently support stripping finalized pexes (in [all...] |
common.mk | 13 # By default the VALID_TOOLCHAINS list contains pnacl, newlib and glibc. If 17 VALID_TOOLCHAINS ?= pnacl newlib glibc 61 USABLE_TOOLCHAINS=$(filter $(OSNAME) pnacl newlib glibc,$(VALID_TOOLCHAINS)) 405 # If the requested toolchain is a NaCl or PNaCl toolchain, the use the 421 ifneq (,$(findstring $(TOOLCHAIN),pnacl)) 448 CHROME_ARGS += --enable-nacl --enable-pnacl --no-first-run
|
create_nmf.py | 62 PNACL_OPTLEVEL_KEY = 'optlevel' # key for PNaCl optimization level 64 TRANSLATE_KEY = 'pnacl-translate' # key for translatable objects 240 pnacl_optlevel: Optimization level for PNaCl translation. 250 self.pnacl = main_files and main_files[0].endswith('pexe') 515 if self.pnacl: 678 parser.add_option('-O', '--pnacl-optlevel', 679 help='Set the optimization level to N in PNaCl manifests', 739 'warning: PNaCl optlevel %d is unsupported (< 0 or > 3)\n' % 757 if options.stage_dependencies and not nmf.pnacl:
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/ |
Makefile | 8 VALID_TOOLCHAINS := newlib glibc pnacl
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/ |
Makefile | 8 VALID_TOOLCHAINS := newlib glibc pnacl
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/life/ |
Makefile | 8 VALID_TOOLCHAINS := newlib glibc pnacl
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/lua/ |
build.sh | 71 make NACL_ARCH=pnacl lua_ppapi
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/ |
Makefile | 8 VALID_TOOLCHAINS := newlib glibc pnacl
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
nacl-mono-runtime.sh | 75 arm-pnacl) 79 readonly NACL_CROSS_PREFIX_DASH=pnacl- 128 readonly NACLCC=${NACL_BIN_PATH}/pnacl-clang 129 readonly NACLCXX=${NACL_BIN_PATH}/pnacl-clang++
|
/external/chromium_org/chrome/browser/component_updater/pnacl/ |
pnacl_component_installer.h | 16 #include "chrome/browser/component_updater/pnacl/pnacl_profile_observer.h" 24 namespace pnacl { namespace 25 // Returns true if PNaCl actually needs an on-demand component update. 26 // E.g., if PNaCl is not yet installed and the user is loading a PNaCl app, 29 // May conservatively return false before PNaCl is registered, but 51 // Register a PNaCl component for the first time. 55 // Check the PNaCl version again and re-register with the component 61 // Return true if PNaCl installs are separated by user. 67 // Return true if PNaCl updates are disabled [all...] |
pnacl_component_installer.cc | 5 #include "chrome/browser/component_updater/pnacl/pnacl_component_installer.h" 38 // Name of the Pnacl component specified in the manifest. 39 const char kPnaclManifestName[] = "PNaCl Translator"; 41 // Sanitize characters from Pnacl Arch value so that they can be used 50 // Set the component's hash to the multi-CRX PNaCl package. 62 // If we don't have Pnacl installed, this is the version we claim. 68 // that depend on PNaCl. 78 // PNaCl is packaged as a multi-CRX. This returns the platform-specific 85 // Tell the rest of the world where to find the platform-specific PNaCl files. 135 // Read the PNaCl specific manifest 459 namespace pnacl { namespace [all...] |
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/ |
main.js | 76 embed.setAttribute('type', 'application/x-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/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/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...] |