HomeSort by relevance Sort by last modified time
    Searched full:nexe (Results 76 - 100 of 114) sorted by null

1 2 34 5

  /external/chromium_org/chrome/test/nacl/
nacl_browsertest_uma.cc 41 histograms.ExpectTotalCount("NaCl.Perf.Size.Nexe", 1);
nacl_browsertest_util.h 88 // Run a simple test that checks that a nexe loads correctly. Useful for
  /external/chromium_org/ppapi/native_client/
chrome_main.scons 242 # For static linking, assume the nexe and nmf files are already
281 # Put what used to be specified under 'program' into 'main.nexe'.
282 obj['files']['main.nexe'] = {}
284 obj['files']['main.nexe'][k] = v.copy()
295 # Run sel_ldr on the nexe to trace the NEEDED libraries.
315 nmf_data = {'program': dict((arch, {'url': '%s_%s.nexe' % (exe_name, arch)})
336 '${STAGING_DIR}/%s.nexe' % env.ProgramNameForNmf(exe_name))
504 # Set a given file to be the nexe's stdin.
510 # Set a given file to be the nexe's stdout or stderr. The tester also
  /external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
crash_in_syscall.html 51 embed.lastError.indexOf('Nexe crashed during startup') != -1);
untrusted_crash.html 51 embed.lastError.indexOf('Nexe crashed during startup') != -1);
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/
nacl.scons 46 # TODO(eugenis): enable when Valgrind learns to autodetect the nexe name
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_coordinator.cc 121 const int32_t kSizeKBMax = 512*1024; // very large .pexe / .nexe.
383 PLUGIN_PRINTF(("PnaclCoordinator::TranslateFinished can't stat nexe.\n"));
391 // The nexe is written to the temp_nexe_file_. We must Reset() the file
584 "Failed to copy translated nexe to cache (no quota).");
590 "Failed to copy translated nexe to cache (no space).");
595 "Failed to copy translated nexe to cache.");
647 "Failed to open translated nexe (not found).");
653 "Failed to open translated nexe (no access).");
658 "Failed to open translated nexe.");
    [all...]
json_manifest.cc 51 // "x86-32": {"url": "myprogram_x86-32.nexe"},
52 // "x86-64": {"url": "myprogram_x86-64.nexe"},
53 // "arm": {"url": "myprogram_arm.nexe"}
56 // "x86-32": {"url": "interpreter_x86-32.nexe"},
57 // "x86-64": {"url": "interpreter_x86-64.nexe"},
58 // "arm": {"url": "interpreter_arm.nexe"}
292 // "pnacl-translate", which would cause the creation of a nexe.
plugin_error.h 8 * Error codes and data structures used to report errors when loading a nexe.
pnacl_translate_thread.h 62 // channel on the plugin side, which causes the trusted code in the nexe to
temporary_file.h 20 // the object file created by llc. The second holds the nexe produced by
local_temp_file.h 28 // the object file created by llc. The second holds the nexe produced by
  /external/chromium_org/native_client_sdk/src/build_tools/
build_app.py 36 re.search(r'_unstripped_.*?\.nexe', f)):
51 if ext in ('.nexe', '.so'):
dsc2gyp.py 140 'inputs': ['<(PRODUCT_DIR)/%(NAME)s_x86_32.nexe',
141 '<(PRODUCT_DIR)/%(NAME)s_x86_64.nexe'] + %(SODEPS)s,
312 target['EXT'] = '.nexe'
build_sdk.py 408 ['irt_core_newlib_x32.nexe', 'irt_core_x86_32.nexe'],
409 ['irt_core_newlib_x64.nexe', 'irt_core_x86_64.nexe'],
437 if platform == 'win' and not pair[0].endswith('.nexe'):
  /external/chromium_org/ppapi/
ppapi_untrusted.gyp 185 # Shim is a dependency for the nexe because we pre-translate.
209 # Shim is a dependency for the nexe because we pre-translate.
  /external/chromium_org/chrome/tools/build/win/
FILES.cfg 369 'filename': 'nacl_irt_x86_32.nexe',
374 'filename': 'nacl_irt_x86_64.nexe',
769 'filename': 'nacl_irt_x86_32.nexe.debug',
775 'filename': 'nacl_irt_x86_64.nexe.debug',
  /external/chromium_org/chrome/
chrome_dll_bundle.gypi 165 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
169 '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe',
  /external/chromium_org/native_client_sdk/src/tools/
getos.py 185 irt = os.path.join(sdk_path, 'tools', 'irt_core_%s.nexe' % arch)
217 help='Print NEXE loader path.')
common.mk 458 $(SEL_LDR_PATH) $(SEL_LDR_ARGS) $(OUTDIR)/$(TARGET)_$(NACL_ARCH).nexe
464 $(SEL_LDR_PATH) -d $(SEL_LDR_ARGS) $(OUTDIR)/$(TARGET)_$(NACL_ARCH).nexe
  /external/chromium/chrome/common/
chrome_content_client.cc 27 const char* kNaClPluginExtension = "nexe";
  /external/chromium_org/chrome/browser/extensions/
extension_nacl_browsertest.cc 37 // .nexe is part of an extension from the Chrome Webstore.
  /external/chromium_org/ppapi/api/
ppb_var.idl 58 * @param[in] module A PP_Module uniquely identifying the module or .nexe.
  /external/chromium_org/chrome/browser/nacl_host/
nacl_browser.cc 66 // That may need to be based on the actual nexe rather than a static
74 irt_name.append(FILE_PATH_LITERAL(".nexe"));
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_support_extension/
pnacl_component_crx_gen.py 273 # Copy llc.nexe and ld.nexe, but with some renaming and directory flattening.

Completed in 1011 milliseconds

1 2 34 5