OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sel_ldr
(Results
1 - 25
of
44
) sorted by null
1
2
/external/chromium_org/native_client_sdk/src/examples/tutorial/testing/
example.dsc
3
'
SEL_LDR
': True,
testing.cc
15
#if defined(
SEL_LDR
)
/external/chromium_org/native_client_sdk/src/examples/tutorial/using_ppapi_simple/
example.dsc
3
'
SEL_LDR
': True,
hello_world.c
11
#ifdef
SEL_LDR
/external/chromium_org/native_client_sdk/src/tools/tests/
sel_ldr_test.py
20
import
sel_ldr
namespace
27
self.assertRaises(SystemExit,
sel_ldr
.main, [])
39
sel_ldr
.main(['foo.nexe'])
51
sel_ldr
.main(['foo.nexe'])
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
nexe_arch.h
16
// Returns the kind of SFI sandbox implemented by
sel_ldr
on this
20
//
sel_ldr
(s). It is not sufficient to derive the result only from
22
// capable of launching a 64-bit NaCl sandbox if a 64-bit
sel_ldr
is
service_runtime.h
222
// ServiceRuntime abstracts a NativeClient
sel_ldr
instance.
232
// The destructor terminates the
sel_ldr
process.
235
// Spawn the
sel_ldr
instance. On success, returns true.
240
// If starting
sel_ldr
from a background thread, wait for
sel_ldr
to
249
// Establish an SrpcClient to the
sel_ldr
instance and load the nexe.
temporary_file.h
29
// read by:
sel_ldr
(passed in explicitly to command channel)
75
// interface needs a string that is unique per
sel_ldr
instance only, so
srpc_client.h
40
// The destructor closes the connection to
sel_ldr
.
temporary_file.cc
81
//
sel_ldr
currently does not allow loading from Quota-backed descs,
/external/chromium_org/native_client_sdk/src/tools/
sel_ldr.py
6
"""Wrapper script for launching application within the
sel_ldr
.
37
epilog = 'Example:
sel_ldr
.py my_nexe.nexe'
49
# complete -F _optcomplete
sel_ldr
.py
73
raise Error('Cannot run ARM executables under
sel_ldr
')
77
sel_ldr
= os.path.join(SCRIPT_DIR, 'sel_ldr_%s' % arch_suffix)
80
sel_ldr
+= '.exe'
82
Log('
SEL_LDR
= %s' %
sel_ldr
)
84
cmd = [
sel_ldr
]
87
# Run
sel_ldr
under nacl_helper_bootstra
[
all
...]
getos.py
178
sel_ldr
= os.path.join(sdk_path, 'tools', 'sel_ldr_' + arch)
179
if not os.path.exists(
sel_ldr
):
180
raise Error("
sel_ldr
not found: %s" %
sel_ldr
)
181
return
sel_ldr
/external/chromium_org/native_client_sdk/src/build_tools/
nacl_interp_loader_mono.sh
31
SEL_LDR
="$NACL_SDK_ROOT/toolchain/linux_x86/bin/sel_ldr_${arch}"
37
SEL_LDR
="$NACL_SDK_ROOT/tools/sel_ldr_${arch}"
49
exec "$
SEL_LDR
" -E "NACL_PWD=`pwd`" -E "MONO_PATH=$MONO_PATH" \
test_sdk.py
68
'
SEL_LDR
': True
75
args += ['
SEL_LDR
=1', 'run']
85
# We only ship 32-bit version of
sel_ldr
on mac.
93
title = '
sel_ldr
tests: %s' % os.path.basename(project['NAME'])
/external/chromium_org/native_client_sdk/src/tests/sdk_util_test/
example.dsc
3
'
SEL_LDR
': True,
main.cc
9
#if defined(
SEL_LDR
)
/external/chromium_org/chrome/browser/nacl_host/test/
gdb_rsp.py
25
# We have to poll because we do not know when
sel_ldr
has
29
#
sel_ldr
's debug stub.
42
raise Exception('Could not connect to
sel_ldr
\'s debug stub in %i seconds'
/external/chromium_org/v8/tools/
nacl-run.py
31
# '
sel_ldr
' container. It is derived from android-run.py.
107
sel_ldr
= "sel_ldr_x86_64"
112
sel_ldr
= "sel_ldr_x86_32"
122
nacl_sel_ldr = os.path.join(nacl_sdk_dir, "tools",
sel_ldr
)
141
#
sel_ldr
Options:
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
example.dsc
3
'
SEL_LDR
': True,
main.cc
9
#if defined(
SEL_LDR
)
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
ppapi_bad_native.html
17
// This nexe should fail validation inside the
sel_ldr
.
/external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
main.cc
9
#if defined(
SEL_LDR
)
/external/chromium_org/chrome/test/nacl/
nacl_browsertest_uma.cc
25
// Did the
sel_ldr
report success?
/external/chromium_org/components/nacl/loader/
nacl_validation_query.h
89
// Create a validation cache interface for use by
sel_ldr
.
/external/chromium_org/ppapi/api/private/
ppb_nacl_private.idl
40
/* Launches NaCl's
sel_ldr
process. Returns PP_EXTERNAL_PLUGIN_OK on success
44
* indicates that the nexe run by
sel_ldr
will use the PPAPI APIs.
Completed in 185 milliseconds
1
2