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

1 2

  /external/chromium_org/native_client_sdk/src/tools/tests/
create_nmf_test.py 147 * The generated NMF as a dictionary (i.e. parsed by json.loads)
164 nmf = json.loads(nmf_utils.GetJson())
165 return nmf, nexes
179 * The generated NMF as a dictionary (i.e. parsed by json.loads)
193 nmf = json.loads(nmf_utils.GetJson())
196 return nmf, nexes
207 * The generated NMF as a dictionary (i.e. parsed by json.loads)
217 nmf = json.loads(nmf_utils.GetJson())
219 return nmf, pexes
230 * The generated NMF as a dictionary (i.e. parsed by json.loads
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/
create_html.py 10 boilderplate a .html (and optionally a .nmf) file for a given
14 the nmf files. If it is given an nmf it will only create
48 <embed id="nacl_module" name="%(module_name)s" src="%(nmf)s"
109 nmf = None
119 if ext not in ('.nexe', '.pexe', '.nmf'):
120 raise Error('input file must be .nexe, .pexe or .nmf: %s' % filename)
122 if ext == '.nmf':
124 raise Error('Only one .nmf argument can be specified')
125 nmf = filenam
    [all...]
nacl_llvm.mk 138 # NMF Manifest generation
145 # $1 = Target Name (the basename of the nmf)
148 NMF:=python $(NACL_SDK_ROOT)/tools/create_nmf.py
153 all: $(OUTDIR)/$(1).nmf
154 $(OUTDIR)/$(1).nmf: $(EXECUTABLES)
155 $(call LOG,CREATE_NMF,$$@,$(NMF) -o $$@ $$^ -s $(OUTDIR) $(2))
nacl_gcc.mk 210 # $6 = 1 => Don't add to NMF.
273 # $5 = 1 => Don't add to NMF.
465 # NMF Manifiest generation
472 # $1 = Target Name (the basename of the nmf
475 NMF := python $(NACL_SDK_ROOT)/tools/create_nmf.py
516 all: $(OUTDIR)/$(1).nmf
517 $(OUTDIR)/$(1).nmf $(MANIFEST_JSON): $(EXECUTABLES)
518 $(call LOG,CREATE_NMF,$$@,$(NMF) $(NMF_FLAGS) -o $$@ $$^ $(GLIBC_PATHS) $(2) $(GLIBC_REMAP))
common.mk 256 $(RM) -f $(TARGET).nmf
513 # PNaCl's nexe is acquired with "remote get nexe <path>" instead of the NMF.
515 GDB_ARGS += -D --eval-command="nacl-manifest $(abspath $(OUTDIR))/$(TARGET).nmf"
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/
Makefile 84 $(earth_TGT_DIR)/earth.nmf
101 $(bullet_TGT_DIR)/NaClAMBullet.nmf
116 $(lua_TGT_DIR)/lua.nmf \
131 $(voronoi_TGT_DIR)/voronoi.nmf
145 $(life_TGT_DIR)/life.nmf
157 $(smoothlife_TGT_DIR)/smoothnacl.nmf
175 $(cube_TGT_DIR)/cube.nmf
  /external/chromium_org/native_client_sdk/src/doc/reference/
nacl-manifest-format.rst 2 Native Client Manifest (nmf) Format
14 NaCl Manifest File (``nmf``). The ``nmf`` tells the browser where to
256 URL of the nmf file, from ``<embed>`` src, and data URI
263 representing the contents of the file. Specifying the ``nmf`` contents
  /external/chromium_org/chrome/browser/resources/whispernet_proxy/js/
nacl.js 9 * @param {string} nmf The relative path to the nmf containing the location of
14 function NaclBridge(nmf, readyCallback) {
18 this.naclId_ = this.loadNacl_(nmf);
init.js 99 // TODO(rkc): Figure out how to embed the .nmf and the .pexe into component
101 whispernetNacl = new NaclBridge('whispernet_proxy.nmf.png',
  /external/chromium_org/ppapi/tests/extensions/background_keepalive/
background.js 33 ' src="ppapi_tests_extensions_background_keepalive.nmf"' +
  /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/gonacl_appengine/static/lua/
lua.js 8 NaClTerm.nmf = '//storage.googleapis.com/gonacl/demos/publish/234230_dev/lua/lua.nmf'
naclterm.js 209 embed.data = NaClTerm.nmf;
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/browser_dynamic_library/
nacl.scons 40 nmfs=['browser_dlopen_test.nmf'],
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
main.js 69 revision + '/bullet/NaClAMBullet.nmf';
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/
nacl.scons 23 nmf_names = ['%s.nmf' % exe_name for exe_name in exe_list]
  /external/chromium_org/third_party/skia/platform_tools/nacl/
httpd.py 151 if path.endswith('.nmf'):
164 nmf = '.' + last_nmf
168 decoder = decode_dump.CoreDecoder(nexe, nmf, addr, None, None)
  /external/skia/platform_tools/nacl/
httpd.py 151 if path.endswith('.nmf'):
164 nmf = '.' + last_nmf
168 decoder = decode_dump.CoreDecoder(nexe, nmf, addr, None, None)
  /external/chromium_org/native_client_sdk/src/build_tools/
generate_make.py 128 nmf = desc['TARGETS'][0]['NAME']
140 nmf, ' '.join(tools), ' '.join(configs), path),
  /external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
dynamic-loading.rst 157 manifest (.nmf) file, and deploy an application are provided below.
187 .nmf file and is therefore directly loadable with ``dlopen()``.
193 .nmf file and is loaded via an http mount using the :ref:`nacl_io library
202 to build x86 32-bit and 64-bit .nexe and .so files, and to generate a .nmf
216 .nmf files for details on how to build dynamically linked applications.
239 from ``dlopen.nmf``::
275 show the full command line which is used to generate the nmf::
277 create_nmf.py -o dlopen.nmf glibc/Release/dlopen_x86_32.nexe \
402 having the wrong path in the .nmf file. Double-check that the path in the
403 .nmf file is correct
    [all...]
  /external/chromium_org/native_client_sdk/src/resources/
common.js 118 * @param {string} path Directory name where .nmf file can be found.
130 moduleEl.setAttribute('src', path + '/' + name + '.nmf');
343 * @param {string} path Directory name where .nmf file can be found.
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/life/
example.js 66 moduleEl.setAttribute('src', getDataURL(name + '.nmf'));
  /external/chromium_org/ppapi/native_client/
chrome_main.scons 227 def WhitelistLibsForExtension(env, target_dir, nmf, extension_manifest):
229 # For static linking, assume the nexe and nmf files are already
232 nmf_base_name = os.path.basename(env.File(nmf).abspath)
467 tmp_manifest = '%s.tmp/%s.nmf' % (target, nmf_name)
468 command.extend(['--map_file', '%s.nmf' % nmf_name,
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/
liblouis.js 15 * @param {string} nmfPath Path to .nmf file for the module.
20 * Path to .nmf file for the module.

Completed in 1209 milliseconds

1 2