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

1 2 3 45 6 7 8

  /external/chromium_org/components/nacl/loader/nonsfi/
irt_fdio.cc 11 #include "components/nacl/loader/nonsfi/abi_conversion.h"
12 #include "components/nacl/loader/nonsfi/irt_interfaces.h"
13 #include "components/nacl/loader/nonsfi/irt_util.h"
18 namespace nacl { namespace
59 // So, here, because we need to convert the abi from host's to nacl's,
85 } // namespace nacl
irt_futex.cc 11 #include "components/nacl/loader/nonsfi/irt_interfaces.h"
12 #include "components/nacl/loader/nonsfi/irt_util.h"
15 namespace nacl { namespace
19 // Converts a pair of NaCl's timespec of absolute time and host's timespec of
77 } // namespace nacl
irt_interfaces.cc 5 #include "components/nacl/loader/nonsfi/irt_interfaces.h"
9 namespace nacl { namespace
60 } // namespace nacl
irt_memory.cc 9 #include "components/nacl/loader/nonsfi/irt_interfaces.h"
10 #include "components/nacl/loader/nonsfi/irt_util.h"
14 namespace nacl { namespace
89 } // namespace nacl
irt_thread.cc 11 #include "components/nacl/loader/nonsfi/irt_interfaces.h"
13 namespace nacl { namespace
126 } // namespace nacl
  /external/chromium_org/components/nacl/loader/sandbox_linux/
nacl_bpf_sandbox_linux.cc 5 #include "components/nacl/loader/sandbox_linux/nacl_bpf_sandbox_linux.h"
27 namespace nacl { namespace
49 // TODO(jln): NaCl's GDB debug stub uses the following socket system calls,
59 // used by NaCl's GDB debug stub.
67 // NaCl uses custom signal stacks.
76 // NaCl runtime exposes clock_getres to untrusted code.
78 // NaCl runtime uses flock to simulate POSIX behavior for pwrite.
91 // used by NaCl applications that use Pepper's 3D interfaces.
138 } // namespace nacl
  /external/chromium_org/components/nacl/renderer/
file_downloader.h 18 namespace nacl { namespace
70 } // namespace nacl
histogram.h 6 // seen while loading NaCl plugins.
12 namespace nacl { namespace
49 } // namespace nacl
json_manifest.h 17 namespace nacl { namespace
83 } // namespace nacl
manifest_downloader.cc 5 #include "components/nacl/renderer/manifest_downloader.h"
8 #include "components/nacl/renderer/histogram.h"
9 #include "components/nacl/renderer/nexe_load_manager.h"
15 namespace nacl { namespace
64 is_installed_ ? "NaCl.HttpStatusCodeClass.Manifest.InstalledApp" :
65 "NaCl.HttpStatusCodeClass.Manifest.NotInstalledApp",
90 } // namespace nacl
manifest_service_channel.h 27 namespace nacl { namespace
37 // Called when PPAPI initialization in the NaCl plugin is finished.
40 // Called when irt_open_resource() is invoked in the NaCl plugin.
80 } // namespace nacl
pnacl_translation_resource_host.cc 7 #include "components/nacl/common/nacl_host_messages.h"
60 const nacl::PnaclCacheInfo& cache_info,
82 const nacl::PnaclCacheInfo& cache_info,
file_downloader.cc 5 #include "components/nacl/renderer/file_downloader.h"
8 #include "components/nacl/renderer/nexe_load_manager.h"
14 namespace nacl { namespace
98 } // namespace nacl
manifest_service_channel.cc 5 #include "components/nacl/renderer/manifest_service_channel.h"
16 namespace nacl { namespace
99 } // namespace nacl
progress_event.cc 5 #include "components/nacl/renderer/progress_event.h"
22 namespace nacl { namespace
97 } // namespace nacl
  /external/chromium_org/components/nacl/zygote/
nacl_fork_delegate_linux.h 23 namespace nacl { namespace
25 // Appends any ZygoteForkDelegate instances needed by NaCl to |*delegates|.
31 // NaCl specific process characteristics (specifically address
77 } // namespace nacl
nacl_fork_delegate_linux_unittest.cc 5 #include "components/nacl/zygote/nacl_fork_delegate_linux.h"
12 namespace nacl { namespace
49 } // namespace nacl
nacl_fork_delegate_linux.cc 5 #include "components/nacl/zygote/nacl_fork_delegate_linux.h"
32 #include "components/nacl/common/nacl_nonsfi_util.h"
33 #include "components/nacl/common/nacl_paths.h"
34 #include "components/nacl/common/nacl_switches.h"
35 #include "components/nacl/loader/nacl_helper_linux.h"
50 // environment variables are passed through to NaCl processes. e.g.,
128 namespace nacl { namespace
152 // For communications between the NaCl loader process and
169 // NaCl's x86-64 sandbox is not zero-address-based. Starting
191 if (!PathService::Get(nacl::FILE_NACL_HELPER, &helper_exe))
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/api/core/
example.js 37 function setStats(nacl, compute, total) {
38 var statNaClEl = document.getElementById('NaCl');
42 statNaClEl.textContent = (nacl / itrMax) + ' ms';
49 // Convert NaCl Seconds elapsed to MS
  /external/chromium_org/chrome/common/
chrome_content_client.cc 27 #include "components/nacl/common/nacl_process_type.h"
48 #include "components/nacl/common/nacl_sandbox_type_mac.h"
72 const char kNaClPluginMimeType[] = "application/x-nacl";
175 // from the Chrome Web Store to use NaCl even if the command line switch
176 // isn't set. For other uses of NaCl we check for the command line switch.
182 content::PepperPluginInfo nacl; local
183 nacl.path = path;
184 nacl.name = ChromeContentClient::kNaClPluginName;
188 nacl.mime_types.push_back(nacl_mime_type);
194 nacl.mime_types.push_back(pnacl_mime_type)
    [all...]
  /external/chromium_org/native_client_sdk/doc_generated/_static/css/
nacl.css 40 #home .button-nacl {
61 #home .button-nacl:visited {
64 #home .button-nacl:hover {
69 #home .button-nacl:active {
  /external/chromium_org/native_client_sdk/src/doc/_static/css/
nacl.css 40 #home .button-nacl {
61 #home .button-nacl:visited {
64 #home .button-nacl:hover {
69 #home .button-nacl:active {
  /external/chromium_org/components/nacl/browser/
nacl_broker_host_win.cc 5 #include "components/nacl/browser/nacl_broker_host_win.h"
10 #include "components/nacl/browser/nacl_broker_service_win.h"
11 #include "components/nacl/browser/nacl_browser.h"
12 #include "components/nacl/common/nacl_cmd_line.h"
13 #include "components/nacl/common/nacl_messages.h"
14 #include "components/nacl/common/nacl_process_type.h"
15 #include "components/nacl/common/nacl_switches.h"
40 namespace nacl { namespace
56 // Create the path to the nacl broker/loader executable.
119 } // namespace nacl
    [all...]
nacl_validation_cache.cc 5 #include "components/nacl/browser/nacl_validation_cache.h"
10 namespace nacl { namespace
19 const char kValidationCacheBeginMagic[] = "NaCl";
128 } // namespace nacl
nacl_browser.cc 5 #include "components/nacl/browser/nacl_browser.h"
35 // Entries may not be claimed for two main reasons. 1) the NaCl process could
36 // be killed while it is loading. 2) the trusted NaCl plugin opens files using
63 #error Add support for your architecture to NaCl IRT file selection
97 void LogCacheQuery(nacl::NaClBrowser::ValidationCacheStatus status) {
98 UMA_HISTOGRAM_ENUMERATION("NaCl.ValidationCache.Query", status,
99 nacl::NaClBrowser::CACHE_MAX);
102 void LogCacheSet(nacl::NaClBrowser::ValidationCacheStatus status) {
104 UMA_HISTOGRAM_ENUMERATION("NaCl.ValidationCache.Set", status,
105 nacl::NaClBrowser::CACHE_MAX)
114 namespace nacl { namespace
    [all...]

Completed in 1599 milliseconds

1 2 3 45 6 7 8