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

1 2

  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
Makefile 8 VALID_TOOLCHAINS := newlib glibc pnacl
26 # The PNaCl workflow uses both an unstripped and finalized/stripped binary.
28 ifneq (,$(or $(findstring pnacl,$(TOOLCHAIN)),$(findstring Release,$(CONFIG))))
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
Makefile 8 VALID_TOOLCHAINS := newlib glibc pnacl
23 # The PNaCl workflow uses both an unstripped and finalized/stripped binary.
25 ifneq (,$(or $(findstring pnacl,$(TOOLCHAIN)),$(findstring Release,$(CONFIG))))
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/life/
Makefile 8 VALID_TOOLCHAINS := newlib glibc pnacl
23 # The PNaCl workflow uses both an unstripped and finalized/stripped binary.
25 ifneq (,$(or $(findstring pnacl,$(TOOLCHAIN)),$(findstring Release,$(CONFIG))))
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/lua/
build.sh 75 make TOOLCHAIN=pnacl clean
76 make TOOLCHAIN=pnacl lua-ppapi
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/
Makefile 8 VALID_TOOLCHAINS := newlib glibc pnacl
23 # The PNaCl workflow uses both an unstripped and finalized/stripped binary.
25 ifneq (,$(or $(findstring pnacl,$(TOOLCHAIN)),$(findstring Release,$(CONFIG))))
  /external/chromium_org/tools/perf/page_sets/tough_pepper_cases/extra_data/
Makefile 8 VALID_TOOLCHAINS := newlib glibc pnacl linux
24 # The PNaCl workflow uses both an unstripped and finalized/stripped binary.
26 ifneq (,$(or $(findstring pnacl,$(TOOLCHAIN)),$(findstring Release,$(CONFIG))))
  /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/components/nacl/browser/
pnacl_host.h 23 namespace pnacl { namespace
30 // for all PNaCl translations. Unless otherwise specified, all methods should be
106 friend class pnacl::PnaclHostTest;
107 friend class pnacl::PnaclHostTestDisk;
173 scoped_ptr<pnacl::PnaclTranslationCache> disk_cache_;
180 } // namespace pnacl
nacl_host_message_filter.cc 80 pnacl::PnaclHost::GetInstance()->RendererClosing(render_process_id_);
118 // PNaCl hack
176 // want to use PNaCl, so start the translation cache initialization here.
177 pnacl::PnaclHost::GetInstance()->Init();
197 pnacl::PnaclHost::GetInstance()->CreateTemporaryFile(
232 pnacl::PnaclHost::GetInstance()->GetNexeFd(
244 pnacl::PnaclHost::GetInstance()->TranslationFinished(
pnacl_translation_cache.h 32 namespace pnacl { namespace
104 } // namespace pnacl
pnacl_host.cc 37 namespace pnacl { namespace
41 FileProxy(scoped_ptr<base::File> file, base::WeakPtr<pnacl::PnaclHost> host);
47 base::WeakPtr<pnacl::PnaclHost> host_;
51 base::WeakPtr<pnacl::PnaclHost> host)
81 pnacl::PnaclTranslationCache* cache = disk_cache_.release();
155 disk_cache_.reset(new pnacl::PnaclTranslationCache());
168 disk_cache_.reset(new pnacl::PnaclTranslationCache());
689 } // namespace pnacl
  /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/
Makefile 8 VALID_TOOLCHAINS := pnacl
31 # The PNaCl workflow uses both an unstripped and finalized/stripped binary.
33 ifneq (,$(or $(findstring pnacl,$(TOOLCHAIN)),$(findstring Release,$(CONFIG))))
build.sh 73 make NACL_ARCH=pnacl bullet
85 LogExecute cp ${NACLAM_DIR}/pnacl/Release/NaClAMBullet.{pexe,nmf} ${OUT_DIR}
  /external/chromium_org/chrome/browser/component_updater/pnacl/
pnacl_component_installer.h 23 namespace pnacl { namespace
24 // Returns true if PNaCl actually needs an on-demand component update.
25 // E.g., if PNaCl is not yet installed and the user is loading a PNaCl app,
28 // May conservatively return false before PNaCl is registered, but
52 // Register a PNaCl component for the first time.
58 // Return true if PNaCl updates are disabled.
61 // Determine the base directory for storing each version of 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/native_client_sdk/src/doc/reference/
nacl-manifest-format.rst 59 "pnacl-translate": {
66 // pnacl-debug is optional
67 "pnacl-debug": {
89 A ``pnacl-debug`` section can specify an unfinalized pnacl llvm bitcode file
215 * If the program is not a PNaCl program, then the manifest
  /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/tools/
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))
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
  /external/chromium_org/remoting/webapp/
plugin_settings.js 53 // 'native', 'nacl' or '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');

Completed in 1001 milliseconds

1 2