HomeSort by relevance Sort by last modified time
    Searched full:portable (Results 51 - 75 of 1828) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/doc/
index.rst 15 **Portable Native Client** extends that technology with
23 Portable Native Client lets developers run native compiled code on the web.
46 * **Portable Native Client (PNaCl)**: Pronounced 'pinnacle', PNaCl runs single,
47 portable (**pexe**) executables and is available in most implementations of
52 * **Native Client (NaCl)**: Also called traditional or non-portable Native
71 that walks you through a basic web application for Portable Native Client
faq.rst 11 Client (NaCl) and Portable Native Client (PNaCl, pronounced
41 * **Portability:** Native Client and Portable Native Client applications
48 Portable Native client further enhances the above:
73 When should I use Portable Native Client instead of Native Client?
80 When should I use Portable Native Client / Native Client?
97 Portable Native Client and Native Client are versatile technologies which are
100 How fast does code run in Portable Native Client?
122 :ref:`Portable SIMD Vectors <portable_simd_vectors>`.
128 * `Native Client: A Sandbox for Portable, Untrusted x86 Code`_ (PDF).
135 Why use Portable Native Client instead of *<technology X>*
    [all...]
nacl-and-pnacl.rst 8 **Portable Native Client**, and provides recommendations for when to use each.
30 platform. This is neither portable nor convenient, making it ill-suited for the
44 Portable Native Client (PNaCl)
104 example, inline assembly. PNaCl tries to offer high-performance portable
105 equivalents. One such example is PNaCl's :ref:`Portable SIMD Vectors
  /external/chromium_org/native_client_sdk/doc_generated/
publications-and-presentations.html 5 <p>This page lists Native Client and Portable Native Client talks, demos,
20 <td><a class="reference external" href="https://www.youtube.com/watch?v=5RFjOec-TI0">Introduction to Portable Native Client</a></td>
61 <td><a class="reference external" href="http://llvm.org/devmtg/2010-11/videos/Sehr_NativeClient-desktop.mp4">Portable Native Client</a></td>
91 <tr class="row-even"><td><a class="reference external" href="http://research.google.com/pubs/pub34913.html">Native Client: A Sandbox for Portable, Untrusted x86 Native Code</a></td>
97 <tr class="row-odd"><td><a class="reference external" href="http://nativeclient.googlecode.com/svn/data/site/pnacl.pdf">PNaCl: Portable Native Client Executables</a></td>
106 Portable Native Client. They share their insights and provide some tips
108 <h3 id="porting-nebula3-to-portable-native-client">Porting Nebula3 to Portable Native Client</h3>
109 <p>Andre Weissflog ported his Nebula3 engine to Portable Native Client (see
faq.html 10 <li><a class="reference internal" href="#when-should-i-use-portable-native-client-instead-of-native-client" id="id3">When should I use Portable Native Client instead of Native Client?</a></li>
11 <li><a class="reference internal" href="#when-should-i-use-portable-native-client-native-client" id="id4">When should I use Portable Native Client / Native Client?</a></li>
12 <li><a class="reference internal" href="#how-fast-does-code-run-in-portable-native-client" id="id5">How fast does code run in Portable Native Client?</a></li>
13 <li><a class="reference internal" href="#why-use-portable-native-client-instead-of-technology-x" id="id6">Why use Portable Native Client instead of <em>&lt;technology X&gt;</em>?</a></li>
74 Client (NaCl) and Portable Native Client (PNaCl, pronounced
100 <li><p class="first"><strong>Portability:</strong> Native Client and Portable Native Client application
    [all...]
  /external/srec/portable/include/
pmemory.h 99 * Portable malloc()
104 * Portable malloc()
111 * Portable calloc()
117 * Portable calloc()
125 * Portable realloc()
130 * Portable realloc()
136 * Portable new()
147 * Portable free()
152 * Portable free()
  /development/ndk/sources/android/libportable/arch-mips/
socket.c 54 * Portable to Native socktype mapper.
94 * Native to Portable socktype mapper.
175 * Returns a list of portable addrinfo structures that are
176 * later made free with a call to the portable version of
215 * Map socktypes in the return list of addrinfo structures from native to portable.
232 * to the portable version of getaddrinfo().
eventfd.c 21 #include <asm/unistd-portable.h>
37 * Portable to Native event flags mapper.
  /development/ndk/sources/android/libportable/arch-mips64/
socket.c 54 * Portable to Native socktype mapper.
94 * Native to Portable socktype mapper.
175 * Returns a list of portable addrinfo structures that are
176 * later made free with a call to the portable version of
215 * Map socktypes in the return list of addrinfo structures from native to portable.
232 * to the portable version of getaddrinfo().
  /external/chromium_org/base/
format_macros.h 10 // To print a 64-bit value in a portable way:
19 // To print a size_t value in a portable way:
  /external/chromium_org/components/nacl/renderer/
json_manifest.cc 33 const char* const kPortableKey = "portable";
57 // "portable": {"url": "foo.txt"}
61 // "portable": {"url": "bar.txt"}
72 // "portable": {
84 // "portable": {"url": "foo.txt"}
87 // "portable": {"url": "bar.txt"}
252 // have a fallback 'portable' entry if there is no match. Returns true if
287 // "portable" is here to allow checking that, if present, it can
305 // "arch/portable" : URLSpec
307 // "portable" : { "pnacl-translate": URLSpec
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
sslmutex.h 7 /* What SSL really wants is portable process-shared unnamed mutexes in
12 * Windows has mutexes that meet that description, but they're not portable.
  /external/chromium_org/tools/accessibility/nvda/
README.txt 28 In the installer, choose "Create Portable copy" rather than "Install...".
35 Tools > Create Portable Copy.
  /external/clang/lib/StaticAnalyzer/Checkers/
FixedAddressChecker.cpp 37 // Using a fixed address is not portable because that address will probably
57 "Using a fixed address is not portable because that "
  /external/libpcap/packaging/
pcap.spec.in 17 Libpcap provides a portable framework for low-level network
33 Libpcap provides a portable framework for low-level network
  /external/srec/srec/include/
portable.h 2 * portable.h *
25 static const char portable_h[] = "$Id: portable.h,v 1.4.10.4 2007/10/15 18:06:25 dahan Exp $";
  /art/runtime/
Android.mk 176 entrypoints/portable/portable_alloc_entrypoints.cc \
177 entrypoints/portable/portable_cast_entrypoints.cc \
178 entrypoints/portable/portable_dexcache_entrypoints.cc \
179 entrypoints/portable/portable_field_entrypoints.cc \
180 entrypoints/portable/portable_fillarray_entrypoints.cc \
181 entrypoints/portable/portable_invoke_entrypoints.cc \
182 entrypoints/portable/portable_jni_entrypoints.cc \
183 entrypoints/portable/portable_lock_entrypoints.cc \
184 entrypoints/portable/portable_thread_entrypoints.cc \
185 entrypoints/portable/portable_throw_entrypoints.cc
    [all...]
  /art/runtime/base/unix_file/
null_file.h 27 // conjunction with /dev/null, but that's not portable and costs a file
  /art/runtime/entrypoints/portable/
portable_entrypoints.h 33 // Pointers to functions that are called by code generated by compiler's adhering to the portable
  /development/ndk/sources/android/libportable/arch-x86/
stat.c 20 /* Note: The Portable Header will define stat to stat_portable */
  /development/ndk/sources/android/libportable/common/include/
portability.h 27 * Check a portable pointer before we access it
signalfd_portable.h 25 * This structure is the same for Native and Portable.
  /external/chromium_org/athena/main/
athena_content_client.cc 22 const char kPDFPluginDescription[] = "Portable Document Format";
  /external/chromium_org/chrome/installer/test/
resource_loader.h 5 // A helper class for loading resources out of portable executable files.
resource_updater.h 5 // A helper class for updating resources in portable executable files.

Completed in 373 milliseconds

1 23 4 5 6 7 8 91011>>