/external/compiler-rt/make/ |
options.mk | 22 # FIXME: Make this more portable. When that is done, it should probably be the
|
/external/icu4c/tools/genren/ |
README | 4 This script is intended to be used on Linux, although it should work on any platform that has Perl and nm command. Makefile may need to be updated, it's not 100% portable.
|
/external/libusb_aah/libusb/ |
libusb-1.0.rc | 40 VALUE "FileDescription", "C library for writing portable USB drivers in userspace\0"
|
/external/quake/quake/src/QW/server/ |
sys.h | 20 // sys.h -- non-portable functions
|
/external/srec/srec_jni/ |
Android.mk | 19 $(ASR_ROOT_DIR)/portable/include \
|
/external/srec/tools/grxmlcompile/ |
Android.mk | 29 $(ASR_ROOT_DIR)/portable/include \
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
PortableThreadSampler.java | 23 * and therefore is portable.
|
ThreadSampler.java | 23 * between portable and VM specific implementations of thread
|
/ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.threads/thread.thread.class/thread.thread.id/ |
thread_id.pass.cpp | 19 // Not very portable
|
/system/core/include/cutils/ |
qsort_r_compat.h | 18 * Provides a portable version of qsort_r, called qsort_r_compat, which is a
|
/development/ndk/sources/android/libportable/arch-mips/ |
signal.c | 27 #include <asm/unistd-portable.h> 219 * Maps a signal number from portable to native. 335 * If the signal is just outside the PORTABLE range 358 * Maps a signal number from native to portable. 461 * Mapping lower 32 Real Time signals to identical Portable signal numbers. 470 * Mapping upper 63 Native Real Time signals to the last Portable signal number. 477 ALOGE("%s: mips_signum:%d Can't be mapped to a unique portable signal;", __func__, 480 ALOGE("%s: Mapping highest 63 Real Time Signals to the largest RT Portable SigNo.", 490 LOG_FATAL("%s: mips_signum:%d is not portable;", __func__, mips_signum); 552 * Array of signal handlers as the portable users expects the [all...] |
stat.c | 22 /* Note: The Portable Header will define stat to stat_portable */
|
/dalvik/docs/ |
porting-guide.html | 40 Most of the Dalvik VM runtime is written in portable C. The one 41 non-portable component of the runtime is the JNI call bridge. Simply put, 85 The Dalvik runtime includes two interpreters, labeled "portable" and "fast". 86 The portable interpreter is largely contained within a single C function, 94 quite a bit slower than the portable interpreter, making "fast" something 98 support, you may want to switch to the portable interpreter. This can 102 <code>adb shell "echo dalvik.vm.execution-mode = int:portable >> /data/local.prop"</code> 104 and reboot, the Android app framework will start the VM with the portable 133 this is handled automatically by Dalvik, but there's no portable way to detect 259 with the basic set defined by the portable interpreter [all...] |
/dalvik/opcode-gen/ |
README.txt | 30 * Verify new code by running with "dalvik.vm.execution-mode = int:portable" 31 or "-Xint:portable".
|
/external/chromium/net/http/ |
http_auth_handler_ntlm.h | 11 // This contains the portable and the SSPI implementations for NTLM. 118 // It does nothing in the portable implementation.
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_cfg.h | 55 * use the portable [slower] macros. 105 /* No asm is a quick way to disable anything "not portable" */
|
/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 $";
|
/external/srec/tools/make_g2g/ |
make_g2g.c | 55 * Initialize portable library. 56 * Can't use CHKLOG() before plogInit, so use non-portable methods instead.
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
stdio.in.h | 88 "use gnulib module fprintf-posix for portable " \ 107 "use gnulib module vfprintf-posix for portable " \ 128 "use gnulib module printf-posix for portable " \ 154 "use gnulib module vprintf-posix for portable " \ 201 "use gnulib module sprintf-posix for portable " \ 216 "use gnulib module vsprintf-posix for portable " \ 407 "use gnulib module fflush for portable " \ 440 "use gnulib module fclose for portable " \
|
/dalvik/vm/compiler/codegen/arm/ |
Codegen.h | 37 /* Forward decalraton the portable versions due to circular dependency */
|
/dalvik/vm/compiler/codegen/arm/armv5te/ |
Codegen.cpp | 43 /* Thumb+Portable FP codegen routines */
|
/dalvik/vm/compiler/codegen/mips/ |
Codegen.h | 37 /* Forward-declare the portable versions due to circular dependency */
|
/dalvik/vm/compiler/codegen/mips/mips/ |
Codegen.cpp | 40 /* Thumb+Portable FP codegen routines */
|
/dalvik/vm/mterp/portable/ |
stubdefs.cpp | 18 * "Reportxxx" routine. Because the portable interpreter uses local
|
/external/bison/lib/ |
sig-handler.h | 33 special values like SIG_IGN but it is not portable to call it. */
|