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

1 2 3 4 56 7 8

  /external/chromium_org/third_party/libvpx/
generate_gypi.sh 347 gen_config_files nacl "--target=generic-gnu --enable-pic --enable-realtime-only ${all_platforms}"
366 lint_config nacl
386 gen_rtcd_header nacl nacl
437 echo "Generate NaCl source list."
438 config=$(print_config_basic nacl)
  /external/chromium_org/components/nacl/broker/
nacl_broker_listener.cc 5 #include "components/nacl/broker/nacl_broker_listener.h"
13 #include "components/nacl/common/nacl_cmd_line.h"
14 #include "components/nacl/common/nacl_debug_exception_handler_win.h"
15 #include "components/nacl/common/nacl_messages.h"
16 #include "components/nacl/common/nacl_switches.h"
53 // Allow the server side of a pipe restricted to the "chrome.nacl."
59 L"\\\\.\\pipe\\chrome.nacl.*");
91 // Create the path to the nacl broker/loader executable - it's the executable
97 nacl::CopyNaClCommandLineArguments(cmd_line);
  /external/chromium_org/components/nacl/browser/
nacl_browser.h 16 #include "components/nacl/browser/nacl_browser_delegate.h"
17 #include "components/nacl/browser/nacl_validation_cache.h"
26 namespace nacl { namespace
40 // Will it be possible to launch a NaCl process, eventually?
43 // Are we ready to launch a NaCl process now? Implies IsOk().
91 // The NaCl singleton keeps information about NaCl executable files opened via
92 // PPAPI. This allows the NaCl process to get trusted information about the
96 // modified after validation, allowing an escape from the NaCl sandbox.
100 // Instead of allowing these attacks, the NaCl process only trusts informatio
    [all...]
nacl_process_host.cc 5 #include "components/nacl/browser/nacl_process_host.h"
29 #include "components/nacl/browser/nacl_browser.h"
30 #include "components/nacl/browser/nacl_browser_delegate.h"
31 #include "components/nacl/browser/nacl_host_message_filter.h"
32 #include "components/nacl/common/nacl_cmd_line.h"
33 #include "components/nacl/common/nacl_host_messages.h"
34 #include "components/nacl/common/nacl_messages.h"
35 #include "components/nacl/common/nacl_process_type.h"
36 #include "components/nacl/common/nacl_switches.h"
68 #include "components/nacl/browser/nacl_broker_service_win.h
121 namespace nacl { namespace
235 namespace nacl { namespace
    [all...]
nacl_process_host.h 16 #include "components/nacl/common/nacl_types.h"
33 namespace nacl { namespace
38 // Represents the browser side of the browser <--> NaCl communication
39 // channel. There will be one NaClProcessHost per NaCl process
40 // The browser is responsible for starting the NaCl process
42 // After that, most of the communication is directly between NaCl plugin
43 // running in the renderer and NaCl processes.
50 // permission_bits: controls which interfaces the NaCl plugin can use.
84 // Initialize the new NaCl process. Result is returned by sending ipc
104 // nacl_process_host.h doesn't include NaCl headers. Needed since it'
    [all...]
pnacl_host.cc 5 #include "components/nacl/browser/pnacl_host.h"
14 #include "components/nacl/browser/nacl_browser.h"
15 #include "components/nacl/browser/pnacl_translation_cache.h"
98 cache_info(nacl::PnaclCacheInfo()) {
115 NaClBrowserDelegate* browser_delegate = nacl::NaClBrowser::GetDelegate();
230 const nacl::PnaclCacheInfo& cache_info,
nacl_validation_cache_unittest.cc 6 #include "components/nacl/browser/nacl_validation_cache.h"
9 namespace nacl { namespace
pnacl_translation_cache_unittest.cc 5 #include "components/nacl/browser/pnacl_translation_cache.h"
11 #include "components/nacl/common/pnacl_types.h"
126 nacl::PnaclCacheInfo info;
  /external/chromium_org/components/nacl/renderer/
nexe_load_manager.h 23 namespace nacl { namespace
119 // A flag indicating if the NaCl executable is being loaded from an installed
125 // register a mime handler that loads NaCl executables into an arbitrary web
127 // for NaCl resources that we have seen so far".
136 // Time of the start of loading a NaCl module.
167 } // namespace nacl
ppb_nacl_private_impl.cc 5 #include "components/nacl/renderer/ppb_nacl_private_impl.h"
19 #include "components/nacl/common/nacl_host_messages.h"
20 #include "components/nacl/common/nacl_messages.h"
21 #include "components/nacl/common/nacl_nonsfi_util.h"
22 #include "components/nacl/common/nacl_switches.h"
23 #include "components/nacl/common/nacl_types.h"
24 #include "components/nacl/renderer/file_downloader.h"
25 #include "components/nacl/renderer/histogram.h"
26 #include "components/nacl/renderer/json_manifest.h"
27 #include "components/nacl/renderer/manifest_downloader.h
63 namespace nacl { namespace
    [all...]
histogram.cc 5 #include "components/nacl/renderer/histogram.h"
9 namespace nacl { namespace
44 HistogramEnumerate("NaCl.LoadStatus.Plugin", error_code, PP_NACL_ERROR_MAX);
48 "NaCl.LoadStatus.Plugin.InstalledApp" :
49 "NaCl.LoadStatus.Plugin.NotInstalledApp";
84 HistogramEnumerate("NaCl.Client.OSArch", os_arch, kNaClOSArchMax);
193 HistogramEnumerate("NaCl.Manifest.IsDataURI", is_data_uri, 2);
207 } // namespace nacl
json_manifest.cc 5 #include "components/nacl/renderer/json_manifest.h"
13 #include "components/nacl/renderer/nexe_load_manager.h"
18 namespace nacl { namespace
43 // Sample NaCl manifest file:
180 // This prohibits NaCl clients from invoking PNaCl.
183 error_stream << "PNaCl-like NMF with application/x-nacl mimetype instead "
279 // The known values for NaCl ISA dictionaries in the manifest.
304 // For NaCl, arch entries can only be
383 typedef base::ScopedPtrHashMap<PP_Instance, nacl::JsonManifest> JsonManifestMap;
530 // NaCl
    [all...]
  /external/llvm/test/MC/ARM/
arm_instructions.s 3 @ RUN: llvm-mc -mcpu=cortex-a9-mp -triple armv7-unknown-nacl -show-encoding %s \
4 @ RUN: | FileCheck %s -check-prefix=NACL
5 @ RUN: llvm-mc -mcpu=cortex-a8 -mattr=+nacl-trap -triple armv7 -show-encoding %s \
6 @ RUN: | FileCheck %s -check-prefix=NACL
10 @ NACL: trap
11 @ NACL: encoding: [0xf0,0xde,0xfe,0xe7]
  /external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_sandbox.cc 5 #include "components/nacl/loader/nonsfi/nonsfi_sandbox.h"
35 namespace nacl { namespace
157 // When PROT_EXEC is specified, IRT mmap of Non-SFI NaCl helper
273 // used by NaCl applications that use Pepper's 3D interfaces.
342 new nacl::nonsfi::NaClNonSfiBPFSandboxPolicy()));
350 } // namespace nacl
nonsfi_main.cc 5 #include "components/nacl/loader/nonsfi/nonsfi_main.h"
12 #include "components/nacl/loader/nonsfi/elf_loader.h"
13 #include "components/nacl/loader/nonsfi/irt_interfaces.h"
25 namespace nacl { namespace
206 } // namespace nacl
  /external/chromium_org/native_client_sdk/src/tools/
common.mk 142 # Disable DOS PATH warning when using Cygwin based NaCl tools on Windows.
168 # If this makefile is part of a valid nacl SDK, but NACL_SDK_ROOT is set
200 # Compute path to requested NaCl Toolchain
229 # By default this is the NaCl SDK 'lib' folder.
406 # If the requested toolchain is a NaCl or PNaCl toolchain, the use the
407 # macros and targets defined in nacl.mk, otherwise use the host sepecific
449 CHROME_ARGS += --enable-nacl --enable-pnacl --no-first-run
458 SYSARCH := $(shell $(GETOS) --nacl-arch)
516 GDB_ARGS += -D --eval-command="nacl-manifest $(abspath $(OUTDIR))/$(TARGET).nmf"
525 $(CHROME_ARGS) $(SANDBOX_ARGS) --enable-nacl-debug
    [all...]
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin.cc 213 // The NaCl process probably crashed. On Linux, a crash causes this
234 NaClSubprocess* Plugin::LoadHelperNaClModule(const nacl::string& helper_url,
237 nacl::scoped_ptr<NaClSubprocess> nacl_subprocess(
256 // Helper NaCl modules always use the PNaCl manifest, as there is no
262 // here in StartSrpcServices, since helper NaCl modules
270 // NaCl modules have their own manifest. Currently the
293 wrapper_factory_ = new nacl::DescWrapperFactory();
365 "NaCl.Perf.ShutdownTime.Total",
  /external/chromium_org/build/
install-build-deps.sh 19 echo "--[no-]nacl: enable or disable installation of prerequisites for"\
20 "building standalone NaCl and all its toolchains"
39 # own workstations can pass --no-arm --no-nacl when running the script.
54 --nacl) do_inst_nacl=1;;
55 --no-nacl) do_inst_nacl=0;;
113 # NaCl binaries. These are always needed, regardless of whether or not we want
145 # Packages to build NaCl, its toolchains, and its ports.
284 echo "Including NaCl, NaCl toolchain, NaCl ports dependencies.
    [all...]
  /external/chromium_org/chrome/test/nacl/
nacl_browsertest.cc 22 #include "chrome/test/nacl/nacl_browsertest_util.h"
23 #include "components/nacl/browser/nacl_browser.h"
24 #include "components/nacl/common/nacl_switches.h"
86 // creating a new set of manifests because shared NaCl/PNaCl manifests are not
230 // Test with the NaCl debug flag turned on.
279 nacl::NaClBrowser::GetInstance()->SetGdbDebugStubPortListener(
286 nacl::NaClBrowser::GetInstance()->ClearGdbDebugStubPortListener();
294 // Test with the NaCl debug flag turned on, but mask off every URL
306 // to continue the app startup. However, NaCl on windows can't open the
  /external/chromium_org/remoting/webapp/
plugin_settings.js 53 // 'native', 'nacl' or 'pnacl'.
  /external/chromium_org/chrome/browser/task_manager/
task_manager.cc 34 #include "components/nacl/browser/nacl_browser.h"
297 return nacl::kGdbDebugStubPortUnknown;
416 if (port == nacl::kGdbDebugStubPortUnknown) {
418 } else if (port == nacl::kGdbDebugStubPortUnused) {
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/tutorial/load_progress/
example.js 19 // Handler that gets called when the NaCl module starts loading. This
21 // application/x-nacl.
28 // total The size of the NaCl module in bytes. Note that this value
50 // Handler that gets called if an error occurred while loading the NaCl
58 // Handler that gets called if the NaCl module load is aborted.
63 // When the NaCl module has loaded indicate success.
69 // Handler that gets called when the NaCl module loading has completed.
70 // You will always get one of these events, regardless of whether the NaCl
73 // that if the NaCl module loads successfully, you will get both a 'load'
84 // Handle a message coming from the NaCl module
    [all...]
  /external/chromium_org/chrome/app/
chrome_main_delegate.cc 37 #include "components/nacl/common/nacl_switches.h"
74 #include "components/nacl/common/nacl_paths.h"
75 #include "components/nacl/zygote/nacl_fork_delegate_linux.h"
425 nacl::RegisterPathProvider();
796 // This entry is not needed on Linux, where the NaCl loader
849 nacl::AddNaClZygoteForkDelegates(delegates);
    [all...]
  /external/chromium_org/v8/
Makefile 210 # - "nacl" : cross-compile for Native Client (ia32 and x64)
302 Makefile.nacl must-set-NACL_SDK_ROOT
303 @$(MAKE) -f Makefile.nacl $@ \
356 --command-prefix="tools/nacl-run.py"
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/
liblouis.js 90 embed.type = 'application/x-nacl';
294 // TODO(plundblad): The nacl wrapper currently returns an error

Completed in 522 milliseconds

1 2 3 4 56 7 8