HomeSort by relevance Sort by last modified time
    Searched refs:portable (Results 1 - 25 of 30) sorted by null

1 2

  /art/runtime/arch/mips/
portable_entrypoints_mips.S 25 # Fake callee save ref and args frame set up, note portable doesn't use callee save frames.
65 * Invocation stub for portable code.
  /development/ndk/sources/android/libportable/arch-mips/
pipe.c 24 #include <asm/unistd-portable.h>
27 #include <asm/unistd-portable.h>
42 * Portable to Native event flags mapper.
inotify.c 22 #include <asm/unistd-portable.h>
43 * Portable to Native event flags mapper.
timerfd.c 22 #include <asm/unistd-portable.h>
40 * Portable to Native event flags mapper.
eventfd.c 21 #include <asm/unistd-portable.h>
37 * Portable to Native event flags mapper.
syscall.c 29 #include <asm/unistd-portable.h>
45 * Add existing portable system calls currently redirected from
516 clockid = va_arg(ap, int); /* clockid is portable */
594 * It assumes that the portable and native arguments are compatible
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/
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...]
  /external/compiler-rt/make/
options.mk 22 # FIXME: Make this more portable. When that is done, it should probably be the
  /art/runtime/arch/arm/
portable_entrypoints_arm.S 20 * Portable invocation stub.
55 add sp, #16 @ first 4 args are not passed on stack for portable
68 @ Fake callee save ref and args frame set up, note portable doesn't use callee save frames.
100 @ Fake callee save ref and args frame set up, note portable doesn't use callee save frames.
142 @ Fake callee save ref and args frame set up, note portable doesn't use callee save frames.
  /external/chromium_org/tools/perf/benchmarks/
octane.py 41 'Emulate the portable console\'s architecture and runs a demanding 3D '
  /external/chromium_org/native_client_sdk/src/tools/
create_nmf.py 50 PORTABLE_KEY = 'portable' # key for portable section of manifest
334 portable = manifest[PROGRAM_KEY][PORTABLE_KEY]
342 if TRANSLATE_KEY in portable:
344 portable[TRANSLATE_KEY] = translate_dict
348 if TRANSLATE_DEBUG_KEY in portable:
350 portable[TRANSLATE_DEBUG_KEY] = translate_dict
432 'arch' is taken to mean 'portable'.
452 canonicalized.append([unquoted[0], 'portable', unquoted[2]])
  /art/compiler/
Android.mk 147 dex/portable/mir_to_gbc.cc \
149 jni/portable/jni_compiler.cc \
  /external/ceres-solver/scripts/
ceres-solver.spec 34 Ceres Solver is a portable C++ library that allows for modeling and solving
  /art/patchoat/
patchoat.cc 535 uintptr_t portable = reinterpret_cast<uintptr_t>( local
537 if (portable != 0) {
538 copy->SetEntryPointFromPortableCompiledCodePtrSize(reinterpret_cast<void*>(portable + delta_),
    [all...]
  /external/compiler-rt/make/platform/
clang_linux.mk 124 # Use our stub SDK as the sysroot to support more portable building. For now we
clang_darwin.mk 150 # Use our stub SDK as the sysroot to support more portable building.
  /external/linux-tools-perf/perf-3.12.0/tools/perf/config/
utilities.mak 164 # necessarily very portable, so it's only used if
  /external/chromium_org/base/strings/
string_util_unittest.cc 1053 bool portable; member in struct:base::__anon7104
    [all...]
  /external/libunwind/doc/
libunwind-ia64.tex 201 \Prog{libunwind}, portable code should not rely on this equivalence.
  /external/bison/
maint.mk     [all...]
  /external/chromium_org/third_party/libevent/
ltmain.sh     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/config/
ltmain.sh     [all...]
  /external/cmockery/cmockery_0_1_2/
libtool     [all...]
ltmain.sh     [all...]

Completed in 327 milliseconds

1 2