Home
last modified time | relevance | path

Searched refs:NaCl (Results 26 – 50 of 1457) sorted by relevance

12345678910>>...59

/dports/security/libssh/libssh-0.9.6/cmake/Modules/
H A DFindNaCl.cmake1 # - Try to find NaCl
4 # NACL_FOUND - system has NaCl
5 # NACL_INCLUDE_DIRS - the NaCl include directory
6 # NACL_LIBRARIES - Link these to use NaCl
7 # NACL_DEFINITIONS - Compiler switches required for using NaCl
55 find_package_handle_standard_args(NaCl DEFAULT_MSG NACL_LIBRARIES NACL_INCLUDE_DIRS)
/dports/science/cp2k-data/cp2k-7.1.0/tests/Fist/regtest-3/
H A DTEST_FILES_RESET5 NaCl-H2O.inp
29 NaCl.inp
31 NaCl-H2O.inp
35 NaCl-H2O.inp
75 NaCl-H2O.inp
76 NaCl.inp
100 NaCl.inp
101 NaCl-H2O.inp
126 NaCl.inp
148 NaCl.inp
[all …]
H A DNaCl-H2O.inp5 parm_file_name ../sample_pot/NaCl-H2O.pot
39 CONN_FILE_NAME ../sample_psf/NaCl-H2O.psf
41 COORD_FILE_NAME ../sample_pdb/NaCl-H2O.pdb
47 PROJECT NaCl-H2O
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/nacl_irt/public/
H A DREADME3 stable ABI, as exposed under Chromium by NaCl's IRT interfaces. It
4 defines how PPAPI is exposed to user code as a NaCl IRT interface. It
8 This directory only defines NaCl IRT interfaces that are specific to
9 Chromium's embedding of NaCl. Non-PPAPI-specific NaCl IRT
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/nacl_irt/public/
H A DREADME3 stable ABI, as exposed under Chromium by NaCl's IRT interfaces. It
4 defines how PPAPI is exposed to user code as a NaCl IRT interface. It
8 This directory only defines NaCl IRT interfaces that are specific to
9 Chromium's embedding of NaCl. Non-PPAPI-specific NaCl IRT
/dports/science/py-phonopy/phonopy-2.11.0/example/NaCl/
H A DREADME1 NaCl example. Details are presented on the phonopy document at http://phonopy.github.io/phonopy/exa…
27 NaCl.py, NaCl-yaml.py, and NaCl-read_write_fc.py are phonopy API examples, which are executed by, e…
29 % python NaCl.py
/dports/science/phonopy/phonopy-2.11.0/example/NaCl/
H A DREADME1 NaCl example. Details are presented on the phonopy document at http://phonopy.github.io/phonopy/exa…
27 NaCl.py, NaCl-yaml.py, and NaCl-read_write_fc.py are phonopy API examples, which are executed by, e…
29 % python NaCl.py
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/nacl/common/
H A Dnacl.mojom12 // from NaCl to the renderer before the NaCl process exits very soon after.
17 // from NaCl to the renderer before the NaCl process exits very soon after.
24 // When this interface is closed, it indicates that the NaCl loader process
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/nacl/common/
H A Dnacl.mojom12 // from NaCl to the renderer before the NaCl process exits very soon after.
17 // from NaCl to the renderer before the NaCl process exits very soon after.
24 // When this interface is closed, it indicates that the NaCl loader process
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/docs/
H A Dchromium_integration.md10 Most of NaCl, including the trusted runtime and tests, is built using Scons.
11 However, Chromium ignores NaCl's Scons build system and uses gn to build NaCl
13 `*.gn` and `*.gni` files in the NaCl tree, though the NaCl standalone build
14 doesn't use them. These gn files cover NaCl's trusted code but not tests.
34 so it would be beneficial to avoid loading non-NaCl Chromium code into
39 **Platform** | **Chromium process** | **NaCl process** | **Outer sandbox supported?**
49 1. NaCl supports the SUID sandbox but not, currently, the seccomp sandbox. See
56 segmentation, which the x86-32 version of NaCl relies on.
H A Dasync_only_plugin.md5 Suppose we remove the Javascript bridge from the NaCl plugin -- that is, remove
16 would we expose ports to a NaCl process? A ports an appropriate IPC mechanism
17 for NaCl to use? * Should the argument be a Unicode string (UTF-16?), a byte
19 Unicode string, which is not really appropriate for NaCl because we are likely
22 Can we still do synchronous calls from Javascript to a NaCl process? * How do we
33 connection? * Can we have multiple connections to the NaCl process? * Can we set
34 up connections between multiple NaCl processes? * Do we have message size
41 library to its own server, or load it from a Google server. * The NaCl plugin
59 memory in the NaCl process, or we would require explicit deletion calls in
79 Flash supports a synchronous Javascript bridge. If the NaCl plugin does not
[all …]
H A Dwindows_dll_injection_problem.md9 * sel\_ldr mmaps the whole of the NaCl process's address space range in order to
20 There is a race condition: while there is a temporary hole in the NaCl process's
24 vulnerable to exploit by untrusted NaCl code running in another thread: * In the
25 code region: NaCl code might jump to instructions in the DLL that was injected
27 code. * In the data region: NaCl code might modify the DLL's data and cause it
32 The NaCl runtime could ensure that no other NaCl threads are running while it
H A Dvalgrind_memcheck.md3 It is possible to run [Valgrind/Memcheck](http://www.valgrind.org) on NaCl.
6 Currently, Valgrind for NaCl is supported only on **Linux x86\_64**. This
22 Currently, Valgrind for NaCl is supported only on Linux x86\_64. From
38 This will hopefully not be needed when NaCl supports dynamic linking.
40 which can run on NaCl.
58 If you want to run NaCl binary under valgrind w/o using scons: * build the
74 Valgrind treats the NaCl process (`sel_ldr`) as any other regular Linux process.
75 The only difference is when NaCl mmaps 84G for untrusted region, Valgrind
93 The patch to make valgrind work for NaCl (both trusted and untrusted code) is in
106 * Notify Valgrind about the NaCl's untrusted memory region:
[all …]
H A Dimc_sockets.md5 NaCl has four types of socket endpoint:
22 In addition, NaCl has these non-socket descriptor types:
31 SocketAddress and BoundSocket are NaCl's answer to Unix domain sockets that are
43 In NaCl, the filename string is replaced with a pair of descriptors, created by
51 There is no built-in filesystem namespace in NaCl. Rather than passing the
59 In NaCl, the primary means of sharing is to share SocketAddress descriptors,
67 and a single descriptor) is implemented as follows on Windows by NaCl's trusted
108 If this pattern is going to be common, it could be combined into a single NaCl
134 sockets to NaCl in order to support Unix programs that use pipes.
150 allows SocketAddresses to be shared with non-NaCl plugins that are statically
[all …]
H A Dguest_code.md14 * A web app may wish to embed and run NaCl code written by other people, e.g.
25 * In NaCl, this means there should be no system calls that provide
27 * open(): On Unix, this is a source of ambient authority, but in NaCl it
30 * In NaCl, this means it should be possible to choose what descriptors a
31 NaCl process is started with.
32 * Currently, the `<embed>` element always starts NaCl processes with a
H A Dlinux_outer_sandbox.md3 Currently NaCl's Chromium integration does not work when combined with
7 NaCl under Chromium requires the options `--internal-nacl --no-sandbox` (e.g.
25 running NaCl's test cases in this sandbox. (Some tests will work but
27 * Ensure that the sel\_ldr side of the NaCl plugin works under the
35 Running NaCl under the seccomp sandbox raises the following issues:
37 * NaCl's internal IMC library uses Linux's Unix domain socket "abstract
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/tests/Fist/regtest-3/
H A DNaCl-H2O.inp5 parm_file_name ../sample_pot/NaCl-H2O.pot
39 CONN_FILE_NAME ../sample_psf/NaCl-H2O.psf
41 COORD_FILE_NAME ../sample_pdb/NaCl-H2O.pdb
47 PROJECT NaCl-H2O
/dports/science/py-phonopy/phonopy-2.11.0/example/NaCl-QE-q2r/
H A DNaCl.ph-gamma.in1 phonons of NaCl
4 prefix='NaCl',
11 fildyn='NaCl.dyn',
H A DNaCl.ph.in1 phonons of NaCl
4 prefix='NaCl',
11 fildyn='NaCl.dyn',
/dports/science/phonopy/phonopy-2.11.0/example/NaCl-QE-q2r/
H A DNaCl.ph-gamma.in1 phonons of NaCl
4 prefix='NaCl',
11 fildyn='NaCl.dyn',
H A DNaCl.ph.in1 phonons of NaCl
4 prefix='NaCl',
11 fildyn='NaCl.dyn',
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/doc/migration/
H A Dindex.rst6 (P)NaCl Deprecation Announcements
25 This change is not intended to affect NaCl or PNaCl in Chrome Apps or extensions, and the "enable-n…
27 (this flag also retains its current function of enabling non-PNaCl "native" NaCl on any page).
38 For the majority of (P)NaCl uses cases we recommend transitioning
39 from the NaCl SDK to `Emscripten
44 While direct support for NaCl / Pepper APIs in not available,
54 of the APIs exposed to (P)NaCl.
59 as threads are crucial to matching (P)NaCl's most interesting use
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/test/data/
H A Ddebye-huckel-all.yaml10 - species_waterSolution: [H2O(L), Na+, Cl-, H+, OH-, NaCl(aq), NaOH(aq), SiO2(aq),
21 OH-: 1.3765e-06, NaCl(aq): 0.98492, NaOH(aq): 3.8836e-06, NaH3SiO4(aq): 6.8798e-05,
26 - species_waterSolution: [H2O(L), Na+, Cl-, H+, OH-, NaCl(aq), NaOH(aq), SiO2(aq),
37 OH-: 1.3765e-06, NaCl(aq): 0.98492, NaOH(aq): 3.8836e-06, NaH3SiO4(aq): 6.8798e-05,
42 - species_waterSolution: [H2O(L), Na+, Cl-, H+, OH-, NaCl(aq), NaOH(aq), SiO2(aq),
53 OH-: 1.3765e-06, NaCl(aq): 0.98492, NaOH(aq): 3.8836e-06, NaH3SiO4(aq): 6.8798e-05,
58 - species_waterSolution: [H2O(L), Na+, Cl-, H+, OH-, NaCl(aq), NaOH(aq), NaH3SiO4(aq),
74 OH-: 1.3765e-06, NaCl(aq): 0.98492, NaOH(aq): 3.8836e-06, NaH3SiO4(aq): 6.8798e-05,
79 - species_waterSolution: [H2O(L), Na+, Cl-, H+, OH-, NaCl(aq), NaOH(aq), NaH3SiO4(aq),
95 OH-: 1.3765e-06, NaCl(aq): 0.98492, NaOH(aq): 3.8836e-06, NaH3SiO4(aq): 6.8798e-05,
[all …]
H A DNaCl_Solid.yaml7 - name: NaCl(S)
10 - species_NaCl(S): [NaCl(S)]
14 - name: NaCl(S)
/dports/science/phonopy/phonopy-2.11.0/doc/
H A Dvasp-dfpt.rst13 following structure is a conventional unit cell of NaCl.
71 e.g., as found in ``example/NaCl-VASPdfpt``
100 .. |NaCl-VASPdfpt| image:: NaCl-VASPdfpt.png
103 |NaCl-VASPdfpt|

12345678910>>...59