/external/llvm/include/llvm/Support/ |
DynamicLibrary.h | 1 //===-- llvm/Support/DynamicLibrary.h - Portable Dynamic Library -*- C++ -*-===// 25 /// This class provides a portable interface to dynamic libraries which also 28 /// operating system interface, this class provides a portable interface that
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
imghdr.py | 79 """PBM (portable bitmap)""" 87 """PGM (portable graymap)""" 95 """PPM (portable pixmap)"""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
imghdr.py | 79 """PBM (portable bitmap)""" 87 """PGM (portable graymap)""" 95 """PPM (portable pixmap)"""
|
/cts/tools/vm-tests-tf/etc/ |
starttests | 55 if [ "$selection" = "--portable" ]; then 57 interpreter="portable" 87 echo "Usage: vm-tests [--help|--portable] [<mnemonic>]" 90 echo " --portable uses the portable interpreter;"
|
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/ |
application-structure.rst | 36 * a Native Client module, written in C or C++, and compiled into a portable 78 specifies the MIME type of the embedded content; for Portable Native Client 99 module (executable) to load. For PNaCl it specifies a single portable 112 "portable": { 171 the module (either portable, or specific to the end-user's architecture). A
|
/external/chromium_org/components/storage_monitor/ |
portable_device_watcher_win.cc | 5 // Any tasks that communicates with the portable device may take >100ms to 38 // Returns true if |data| represents a class of portable devices. 55 // Returns the portable device plug and play device ID string. 148 // reference to the portable device interface. 297 // Returns true if the portable device belongs to a mass storage class. 385 // Wrapper function to get an instance of portable device manager. On success, 395 // Either there is no portable device support (Windows XP with old versions of 401 // Enumerates the attached portable devices. On success, returns true and fills 402 // in |devices| with the attached portable device details. On failure, returns 446 // Sometimes, portable device manager doesn't have the new device details [all...] |
/dalvik/docs/ |
embedded-vm-control.html | 164 interpreter cores. These are referred to as "fast", "portable", and 167 constrast, the "portable" interpreter is written in C and expected to 169 of "portable" that includes support for profiling and single-stepping. 176 <p>The VM allows you to choose between "fast", "portable", and "jit" with an 181 <p>To select the "portable" interpreter, you would use: 182 <pre>adb shell setprop dalvik.vm.execution-mode int:portable</pre> 190 "portable" version. (When we have optimized versions for all popular
|
/external/chromium_org/native_client_sdk/doc_generated/devguide/ |
distributing.html | 7 <li><a class="reference internal" href="#portable-native-client" id="id1">Portable Native Client</a></li> 8 <li><p class="first"><a class="reference internal" href="#non-portable-native-client" id="id2">Non-portable Native Client</a></p> 18 </div><p>This document describes how to distribute Portable Native Client applications 21 <h2 id="portable-native-client">Portable Native Client</h2> 22 <p>Portable Native Client is enabled by default for web pages, so no separate 32 <h2 id="non-portable-native-client">Non-portable Native Client</h2 [all...] |
/external/chromium_org/native_client_sdk/doc_generated/ |
overview.html | 42 <p>Native Client comes in two flavors: traditional (NaCl) and portable (PNaCl). 44 target a specific hardware platform. Portable can run on the open web. A 123 that transform C/C++ code to Portable Native Client modules or Native Client 140 <li>The left side of the diagram shows <strong>Portable Native Client</strong> (PNaCl, 141 pronounced “pinnacle”). An LLVM based toolchain produces a single, portable 145 <li>The right side of the diagram shows <strong>(non-portable) Native Client</strong>. A GCC 170 <p>Portable Native Client (PNaCl, prounounced “pinnacle”) employs state-of-the-art 171 compiler technology to compile C/C++ source code to a portable bitcode 204 <li><strong>pexe (portable NaCl file):</strong> A compiled Native Client module. It uses the 217 functions in a safe and portable way. One of the security constraints in Nativ [all...] |
/development/ndk/sources/android/libportable/arch-mips/ |
signal.c | 27 #include <asm/unistd-portable.h> 228 * Maps a signal number from portable to native. 348 * If the signal is just outside the PORTABLE range 371 * Maps a signal number from native to portable. 477 * Mapping lower 32 Real Time signals to identical Portable signal numbers. 486 * Mapping upper 63 Native Real Time signals to the last Portable signal number. 493 ALOGE("%s: mips_signum:%d Can't be mapped to a unique portable signal;", __func__, 496 ALOGE("%s: Mapping highest 63 Real Time Signals to the largest RT Portable SigNo.", 506 LOG_FATAL("%s: mips_signum:%d is not portable;", __func__, mips_signum); 568 * Array of signal handlers as the portable users expects the [all...] |
/art/runtime/arch/arm/ |
entrypoints_init_arm.cc | 19 #include "entrypoints/portable/portable_entrypoints.h" 35 // Portable entrypoints. 139 // Portable
|
/art/runtime/arch/mips/ |
entrypoints_init_mips.cc | 19 #include "entrypoints/portable/portable_entrypoints.h" 36 // Portable entrypoints. 144 // Portable
|
/external/chromium_org/native_client_sdk/doc_generated/reference/ |
pnacl-c-cpp-language-support.html | 24 <li><p class="first"><a class="reference internal" href="#portable-simd-vectors" id="id14">Portable SIMD Vectors</a></p> 167 <p>Inline assembly isn’t supported by PNaCl because it isn’t portable. The 174 <p>PNaCl supports <a class="reference internal" href="#portable-simd-vectors"><em>Portable SIMD Vectors</em></a>, 180 <h2 id="portable-simd-vectors"><span id="id2"></span>Portable SIMD Vectors</h2> 182 very hardware-specific. Portable Native Client offers a portable version 186 <p>SIMD vector support was added to Portable Native Client for version 37 of Chrom [all...] |
/frameworks/compile/mclinker/tools/mcld/lib/ |
ScriptOptions.cpp | 29 ArgPortList("portable", 31 llvm::cl::desc("Use a portable function fo symbol."), 104 // set up rename map, for --portable
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
xxmodule.c | 99 * to be portable to Windows without using C++. */ 217 * to be portable to Windows without using C++. */ 272 * to be portable to Windows without using C++. */
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
xxmodule.c | 99 * to be portable to Windows without using C++. */ 217 * to be portable to Windows without using C++. */ 272 * to be portable to Windows without using C++. */
|
/art/runtime/ |
quick_exception_handler.h | 35 // Manages exception delivery for Quick backend. Not used by Portable backend.
|
/development/ndk/sources/android/libportable/ |
Android.mk | 33 # Uncomment the next line to easily enable Lib-Portable logging during development.
|
/external/bison/darwin-lib/sys/ |
stat.h | 638 _GL_WARN_ON_USE (fchmodat, "fchmodat is not portable - " 692 _GL_WARN_ON_USE (fstatat, "fstatat is not portable - " 722 _GL_WARN_ON_USE (futimens, "futimens is not portable - " 841 _GL_WARN_ON_USE (mkdirat, "mkdirat is not portable - " 867 _GL_WARN_ON_USE (mkfifo, "mkfifo is not portable - " 883 _GL_WARN_ON_USE (mkfifoat, "mkfifoat is not portable - " 910 _GL_WARN_ON_USE (mknod, "mknod is not portable - " 928 _GL_WARN_ON_USE (mknodat, "mknodat is not portable - " [all...] |
/external/bison/lib/ |
fseterr.c | 52 /* Portable fallback, based on an idea by Rich Felker.
|
strerror.c | 53 even if the system strerror is, but portable programs shouldn't
|
sys_stat.in.h | 326 _GL_WARN_ON_USE (fchmodat, "fchmodat is not portable - " 380 _GL_WARN_ON_USE (fstatat, "fstatat is not portable - " 410 _GL_WARN_ON_USE (futimens, "futimens is not portable - " 529 _GL_WARN_ON_USE (mkdirat, "mkdirat is not portable - " 555 _GL_WARN_ON_USE (mkfifo, "mkfifo is not portable - " 571 _GL_WARN_ON_USE (mkfifoat, "mkfifoat is not portable - " 598 _GL_WARN_ON_USE (mknod, "mknod is not portable - " 616 _GL_WARN_ON_USE (mknodat, "mknodat is not portable - " 720 _GL_WARN_ON_USE (utimensat, "utimensat is not portable - "
|
verify.h | 44 be portable, R should be an integer constant expression. Unlike 77 somehow be embedded into a declaration. To be portable, this 99 macro solves this problem, but is not portable.) 217 be portable, R should be an integer constant expression. Unlike
|
/external/bison/linux-lib/sys/ |
stat.h | 638 _GL_WARN_ON_USE (fchmodat, "fchmodat is not portable - " 692 _GL_WARN_ON_USE (fstatat, "fstatat is not portable - " 722 _GL_WARN_ON_USE (futimens, "futimens is not portable - " 841 _GL_WARN_ON_USE (mkdirat, "mkdirat is not portable - " 867 _GL_WARN_ON_USE (mkfifo, "mkfifo is not portable - " 883 _GL_WARN_ON_USE (mkfifoat, "mkfifoat is not portable - " 910 _GL_WARN_ON_USE (mknod, "mknod is not portable - " 928 _GL_WARN_ON_USE (mknodat, "mknodat is not portable - " [all...] |
/external/bison/m4/ |
fpieee.m4 | 17 dnl This cannot be done in a portable way: it depends on the compiler,
|