HomeSort by relevance Sort by last modified time
    Searched refs:nacl (Results 76 - 100 of 183) sorted by null

1 2 34 5 6 7 8

  /external/chromium_org/components/nacl/loader/nonsfi/
irt_icache_unittest.cc 10 #include "components/nacl/loader/nonsfi/irt_interfaces.h"
15 nacl::nonsfi::kIrtIcache.clear_cache;
46 nacl::nonsfi::kIrtIcache.clear_cache;
irt_clock.cc 8 #include "components/nacl/loader/nonsfi/abi_conversion.h"
9 #include "components/nacl/loader/nonsfi/irt_interfaces.h"
12 namespace nacl { namespace
68 // Cast away the distinction between host types and NaCl ABI types.
77 } // namespace nacl
abi_conversion.cc 14 namespace nacl { namespace
32 // (a,m,c)timensec, are ignored to sync with the NaCl's original
50 LOG(WARNING) << "Unusual NaCl descriptor type: "
74 } // namespace nacl
irt_basic.cc 12 #include "components/nacl/loader/nonsfi/abi_conversion.h"
13 #include "components/nacl/loader/nonsfi/irt_interfaces.h"
14 #include "components/nacl/loader/nonsfi/irt_util.h"
18 namespace nacl { namespace
97 } // namespace nacl
irt_exception_handling.cc 9 #include "components/nacl/loader/nonsfi/irt_interfaces.h"
15 namespace nacl { namespace
19 // This is NonSFI version of exception handling codebase, NaCl side of
24 // Crash signals to handle. The differences from SFI NaCl are that
25 // NonSFI NaCl does not use NACL_THREAD_SUSPEND_SIGNAL (==SIGUSR1),
46 not useful for NonSFI NaCl. */);
71 // TODO(uekawa): Implement clear_flag() to behave like SFI NaCl's
107 } // namespace nacl
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
fault_pm_nameservice_test.cc 43 void dump_output(nacl::StringBuffer *sb, int d, size_t nbytes) {
44 nacl::scoped_array<uint8_t> bytes;
77 void Initialize(const pp::Var& message_data, nacl::StringBuffer* sb) {
99 void RngDump(const pp::Var& message_data, nacl::StringBuffer* sb) {
119 void ManifestTest(const pp::Var& message_data, nacl::StringBuffer* sb) {
155 void (*handler)(const pp::Var& message_data, nacl::StringBuffer* out);
176 reinterpret_cast<void (*)(const pp::Var&, nacl::StringBuffer*)>(NULL) }
178 nacl::StringBuffer sb;
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
test_interface.h 78 void RegisterTest(nacl::string test_name, TestFunction test_function);
99 void PostTestMessage(nacl::string test_name, nacl::string message);
105 nacl::string StringifyVar(const PP_Var& var);
141 template<typename T> nacl::string toString(T v) {
  /external/chromium_org/components/nacl/loader/
nacl_helper_linux.cc 7 #include "components/nacl/loader/nacl_helper_linux.h"
35 #include "components/nacl/common/nacl_switches.h"
36 #include "components/nacl/loader/nacl_listener.h"
37 #include "components/nacl/loader/nonsfi/irt_exception_handling.h"
38 #include "components/nacl/loader/sandbox_linux/nacl_sandbox_linux.h"
71 nacl::NaClSandbox* nacl_sandbox) {
73 VLOG(1) << "NaCl loader: setting up IPC descriptor";
78 // The low-level kSandboxIPCChannel is used by renderers and NaCl for
79 // various operations. See the LinuxSandbox::METHOD_* methods. NaCl uses
91 nacl::nonsfi::InitializeSignalHandler()
    [all...]
nacl_listener.cc 5 #include "components/nacl/loader/nacl_listener.h"
19 #include "components/nacl/common/nacl_messages.h"
20 #include "components/nacl/loader/nacl_ipc_adapter.h"
21 #include "components/nacl/loader/nacl_validation_db.h"
22 #include "components/nacl/loader/nacl_validation_query.h"
36 #include "components/nacl/loader/nonsfi/irt_random.h"
37 #include "components/nacl/loader/nonsfi/nonsfi_main.h"
55 // we preallocate one on startup, since NaCl's sel_ldr only needs one
78 // Fall back to NaCl's default implementation.
118 // Creates the PPAPI IPC channel between the NaCl IRT and the hos
    [all...]
nacl_helper_win_64.cc 14 #include "components/nacl/broker/nacl_broker_listener.h"
15 #include "components/nacl/common/nacl_switches.h"
16 #include "components/nacl/loader/nacl_listener.h"
17 #include "components/nacl/loader/nacl_main_platform_delegate.h"
27 // main() routine for the NaCl broker process.
28 // This is necessary for supporting NaCl in Chrome on Win64.
46 namespace nacl { namespace
79 CHECK(false) << "Unknown NaCl 64 process.";
83 } // namespace nacl
  /external/chromium_org/native_client_sdk/src/build_tools/
nacl-mono-runtime.sh 35 readonly NACL_CROSS_PREFIX_DASH=i686-nacl-
47 readonly NACL_CROSS_PREFIX_DASH=x86_64-nacl-
59 readonly NACL_CROSS_PREFIX_DASH=arm-nacl-
65 # TODO(olonho): move it to Mono's configure, once nacl target implemented.
86 # TODO(olonho): move it to Mono's configure, once nacl target implemented.
177 --enable-nacl-gc \
180 --enable-nacl-codegen \
  /external/chromium_org/components/nacl/browser/
nacl_host_message_filter.cc 5 #include "components/nacl/browser/nacl_host_message_filter.h"
8 #include "components/nacl/browser/nacl_browser.h"
9 #include "components/nacl/browser/nacl_file_host.h"
10 #include "components/nacl/browser/nacl_process_host.h"
11 #include "components/nacl/browser/pnacl_host.h"
12 #include "components/nacl/common/nacl_host_messages.h"
23 namespace nacl { namespace
31 // Only allow NaCl plugins to request certain permissions. We don't want
32 // a compromised renderer to be able to start a nacl plugin with e.g. Flash
116 const nacl::NaClLaunchParams& launch_params
    [all...]
nacl_broker_service_win.h 13 #include "components/nacl/browser/nacl_broker_host_win.h"
15 namespace nacl { namespace
68 } // namespace nacl
nacl_validation_cache.h 14 namespace nacl { namespace
66 } // namespace nacl
nacl_broker_service_win.cc 5 #include "components/nacl/browser/nacl_broker_service_win.h"
7 #include "components/nacl/browser/nacl_process_host.h"
8 #include "components/nacl/common/nacl_process_type.h"
13 namespace nacl { namespace
33 base::WeakPtr<nacl::NaClProcessHost> nacl_process_host,
106 } // namespace nacl
pnacl_host.h 15 #include "components/nacl/browser/nacl_file_host.h"
16 #include "components/nacl/common/pnacl_types.h"
74 const nacl::PnaclCacheInfo& cache_info,
127 nacl::PnaclCacheInfo cache_info;
  /external/chromium_org/components/nacl/loader/sandbox_linux/
nacl_sandbox_linux.cc 5 #include "components/nacl/loader/sandbox_linux/nacl_sandbox_linux.h"
21 #include "components/nacl/common/nacl_switches.h"
22 #include "components/nacl/loader/nonsfi/nonsfi_sandbox.h"
23 #include "components/nacl/loader/sandbox_linux/nacl_bpf_sandbox_linux.h"
28 namespace nacl { namespace
118 layer_two_enabled_ = nacl::nonsfi::InitializeBPFSandbox();
121 layer_two_enabled_ = nacl::InitializeBPFSandbox();
148 "The SUID sandbox is not engaged for NaCl:";
157 "The seccomp-bpf sandbox is not engaged for NaCl:";
165 } // namespace nacl
    [all...]
  /external/chromium_org/components/nacl/renderer/
manifest_downloader.h 18 namespace nacl { namespace
20 // Downloads a NaCl manifest (.nmf) and returns the contents of the file to
26 // This is a pretty arbitrary limit on the byte size of the NaCl manifest
61 } // namespace nacl
  /external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
string_buffer.cc 11 namespace nacl { namespace
65 } // namespace nacl
  /external/chromium_org/chrome/browser/nacl_host/test/
gdb_debug_stub_browsertest.cc 12 #include "components/nacl/browser/nacl_browser.h"
13 #include "components/nacl/common/nacl_switches.h"
54 nacl::NaClBrowser::GetInstance()->SetGdbDebugStubPortListener(
61 nacl::NaClBrowser::GetInstance()->ClearGdbDebugStubPortListener();
67 // NaCl tests are disabled under ASAN because of qualification test.
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
file_downloader.cc 34 const nacl::string& url,
169 nacl::string FileDownloader::GetResponseHeaders() const {
174 return nacl::string();
  /external/chromium_org/ppapi/tests/extensions/background_keepalive/
background.js 34 ' type="application/x-nacl" />';
  /external/chromium_org/build/
install-build-deps-android.sh 22 --no-syms --no-arm --no-chromeos-fonts --no-nacl --no-prompt
  /external/chromium_org/components/nacl/common/
nacl_types.cc 5 #include "components/nacl/common/nacl_types.h"
8 namespace nacl { namespace
89 } // namespace nacl
nacl_types.h 25 namespace nacl { namespace
40 // Parameters sent to the NaCl process when we start it.
51 // issues in cases where NaCl is not compiled into the main Chromium
65 // Parameters sent to the browser process to have it launch a NaCl process.
118 } // namespace nacl

Completed in 992 milliseconds

1 2 34 5 6 7 8