HomeSort by relevance Sort by last modified time
    Searched full:sel_ldr (Results 26 - 44 of 44) sorted by null

12

  /external/chromium/chrome/browser/nacl_host/
nacl_process_host.cc 102 // one side through the browser to sel_ldr, socket pairs are created
103 // in the browser and then passed to the renderer and sel_ldr.
  /external/chromium_org/ppapi/c/private/
ppb_nacl_private.h 64 /* Launches NaCl's sel_ldr process. Returns PP_EXTERNAL_PLUGIN_OK on success
68 * indicates that the nexe run by sel_ldr will use the PPAPI APIs.
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
browserlauncher.py 169 # sel_ldr appends program output to the file so we need to clear it
186 if self.options.sel_ldr:
187 env['NACL_SEL_LDR'] = self.options.sel_ldr
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin.h 156 // Report the error code that sel_ldr produces when starting a nexe.
291 // Start sel_ldr from the main thread, given the start params.
300 // is successful, the file descriptor is opened and can be passed to sel_ldr
318 // is successful, the file descriptor is opened and can be passed to sel_ldr
service_runtime.cc 416 // file usage is done -- and sel_ldr uses this RPC call -- we should
499 // Create the command channel to the sel_ldr and load the nexe from nacl_desc.
575 "ServiceRuntime: failed to create sel_ldr launcher");
pnacl_coordinator.cc 668 // Open the nexe file for connecting ld and sel_ldr.
plugin.cc 341 "sel_ldr init failure " + subprocess->description());
384 // Before forking a new sel_ldr process, ensure that we do not leak
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
build_sdk.py 412 ['sel_ldr', 'sel_ldr_x86_32'],
482 GypNinjaBuild('x64', gyp_py, nacl_core_sdk_gyp, 'sel_ldr', out_dir_64)
484 # We only need sel_ldr from the 64-bit out directory.
485 # sel_ldr needs to be renamed, so we'll call it sel_ldr64.
486 files_to_copy = [('sel_ldr', 'sel_ldr64')]
    [all...]
parse_dsc.py 17 'SEL_LDR': (bool, [True, False], False),
sdk_files.list 434 tools/sel_ldr.py
  /external/chromium_org/native_client_sdk/src/tools/
common.mk 228 ifdef SEL_LDR
458 SEL_LDR_PATH := python $(NACL_SDK_ROOT)/tools/sel_ldr.py
nacl_gcc.mk 471 $(error Cannot run in sel_ldr unless $$NACL_ARCH is set)
477 $(error Cannot run in sel_ldr unless $$NACL_ARCH is set)
  /external/chromium_org/ppapi/native_client/tools/browser_tester/
browser_tester.py 86 parser.add_option('--sel_ldr', dest='sel_ldr', action='store',
88 help='Use the sel_ldr located here.')
  /external/chromium_org/components/nacl/browser/
nacl_process_host.cc 139 // For Native Client sel_ldr processes on 32-bit Windows, reserve 1 GB of
387 // one side through the browser to sel_ldr, socket pairs are created
388 // in the browser and then passed to the renderer and sel_ldr.
    [all...]
  /external/chromium_org/components/nacl/loader/
nacl_listener.cc 51 // we preallocate one on startup, since NaCl's sel_ldr only needs one
  /external/chromium_org/components/nacl/renderer/
ppb_nacl_private_impl.cc 80 // Launch NaCl's sel_ldr process.
  /external/chromium_org/ppapi/native_client/
chrome_main.scons 291 # Run sel_ldr on the nexe to trace the NEEDED libraries.
434 special_args = ['--ppapi_plugin', '--sel_ldr', '--irt_library', '--file',
  /external/chromium/webkit/glue/
webkit_glue.h 285 // Launch NaCl's sel_ldr process.
  /external/chromium_org/native_client_sdk/src/doc/devguide/coding/
progress-events.rst 72 | | failed, sel_ldr | | | |

Completed in 1085 milliseconds

12