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

  /external/chromium_org/native_client_sdk/src/getting_started/part1/
Makefile 44 all: hello_tutorial.pexe
47 $(RM) hello_tutorial.pexe hello_tutorial.bc
52 hello_tutorial.pexe: hello_tutorial.bc
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/
Makefile 83 earth_TGTS = $(earth_TGT_DIR)/earth.pexe \
100 bullet_TGTS = $(bullet_TGT_DIR)/NaClAMBullet.pexe \
112 lua_TGTS = $(lua_TGT_DIR)/lua.pexe \
130 voronoi_TGTS = $(voronoi_TGT_DIR)/voronoi.pexe \
144 life_TGTS = $(life_TGT_DIR)/life.pexe \
156 smoothlife_TGTS = $(smoothlife_TGT_DIR)/smoothnacl.pexe \
174 cube_TGTS = $(cube_TGT_DIR)/cube.pexe \
  /external/chromium_org/native_client_sdk/src/tools/
nacl_llvm.mk 97 all: $(1).pexe
98 $(1).pexe: $(1).bc
131 all: $(OUTDIR)/$(1).pexe
132 $(OUTDIR)/$(1).pexe: $(OUTDIR)/$(2).pexe
150 EXECUTABLES=$(OUTDIR)/$(1).pexe $(OUTDIR)/$(1)_unstripped.bc
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/bullet/
build.sh 85 LogExecute cp ${NACLAM_DIR}/pnacl/Release/NaClAMBullet.{pexe,nmf} ${OUT_DIR}
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/smoothlife/
build.sh 81 LogExecute cp ${SMOOTHLIFE_DIR}/pnacl/Release/smoothnacl.{pexe,nmf} ${OUT_DIR}
  /external/chromium_org/native_client_sdk/src/doc/reference/
nacl-manifest-format.rst 44 application, this is a URL for the statically linked bitcode ``pexe`` file.
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 56 * **Convenience:** Developers only need to ship a single ``.pexe`` file,
205 ``.pexe``) which can currently be translated to execute on processors
379 even the ``.pexe`` to ``.nexe`` translator, a simplified compiler
420 architecture-independent ``.pexe`` for Portable Native Client. To
468 The ``.nmf``, and ``.nexe`` or ``.pexe`` files must either be served from the
527 My ``.pexe`` isn't loading, help!
534 * PNaCl ``.pexe`` must be compiled with pepper_31 SDK or higher (earlier

Completed in 123 milliseconds