/external/libunwind/doc/ |
unw_step.tex | 8 \begin{Name}{3}{unw\_step}{David Mosberger-Tang}{Programming Library}{unw\_step}unw\_step -- advance to next stack frame 19 The \Func{unw\_step}() routine advances the unwind cursor \Var{cp} to 25 if the updated cursor refers to a valid stack frame, or 0 if the 32 address-space, this routine is also safe to use from a signal handler. 38 \item[\Const{UNW\_ENOINFO}] \Prog{Libunwind} was unable to locate the 39 unwind-info needed to complete the operation. 40 \item[\Const{UNW\_EBADVERSION}] The unwind-info needed to complete the 47 \item[\Const{UNW\_ESTOPUNWIND}] Returned if a call to
|
/external/libvorbis/doc/ |
05-comment.tex | 14 The comment field is meant to be used much like someone jotting a 15 quick note on the bottom of a CDR. It should be a little information to 16 remember the disc by and explain it to others; a short, to-the-point 17 text note that need not only be a couple words, but isn't going to be 19 they turn out to be, eg: 22 Honest Bob and the Factory-to-Dealer-Incentives, \textit{``I'm Still 34 number of vectors is bounded to $2^{32}-1$ and the length of each vector 35 is limited to $2^{32}-1$ bytes. The vector length is encoded; the vector 36 contents themselves are not null terminated. In addition to the vecto [all...] |
/external/llvm/ |
llvm-gen-intrinsics.mk | 16 $(call transform-host-td-to-out,intrinsic) 18 $(call transform-device-td-to-out,intrinsic)
|
/external/llvm/test/MC/AsmParser/ |
cfi-window-save.s | 3 # Should use SPARC as the target to test this. However, SPARC does not support
|
/external/mesa3d/src/mesa/math/ |
m_xform.h | 7 * Permission is hereby granted, free of charge, to any person obtaining a 9 * to deal in the Software without restriction, including without limitation 10 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 11 * and/or sell copies of the Software, and to permit persons to whom the 12 * Software is furnished to do so, subject to the following conditions: 18 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 50 * coordinates are very useful to us because they let us cull 53 * day in hardware, we would still have a reason to want to do it her [all...] |
/external/openssl/ |
Android.mk | 3 # Enable to be able to use ALOG* with #include "cutils/log.h"
|
/external/pdfium/core/include/thirdparties/freetype/freetype/ |
ftstroke.h | 12 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */ 43 * glyph. It also allows you to retrieve the `outside' and/or the 46 * This can be useful to generate `bordered' glyph, i.e., glyphs 58 * Opaque handler to a path stroker object. 74 * Used to render rounded line joins. Circular arcs are used 75 * to join two lines smoothly. 78 * Used to render beveled line joins. The outer corner of 84 * Used to render mitered line joins, with fixed bevels if the 97 * Used to render mitered line joins, with variable bevels if 99 * strokes is clipped at a line perpendicular to the bisecto [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/ |
ftstroke.h | 12 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */ 43 * glyph. It also allows you to retrieve the `outside' and/or the 46 * This can be useful to generate `bordered' glyph, i.e., glyphs 58 * Opaque handler to a path stroker object. 74 * Used to render rounded line joins. Circular arcs are used 75 * to join two lines smoothly. 78 * Used to render beveled line joins. The outer corner of 84 * Used to render mitered line joins, with fixed bevels if the 97 * Used to render mitered line joins, with variable bevels if 99 * strokes is clipped at a line perpendicular to the bisecto [all...] |
/external/proguard/bin/ |
proguardgui.bat | 6 REM Note: when passing file names containing spaces to this script, 7 REM you'll have to add escaped quotes around them, e.g.
|
retrace.bat | 6 REM Note: when passing file names containing spaces to this script, 7 REM you'll have to add escaped quotes around them, e.g.
|
/external/valgrind/main/VEX/priv/ |
s390_disasm.c | 24 along with this program; if not, write to the Free Software 41 /* Return the mnemonic padded with blanks to its right */ 112 HChar *to; local 125 for (from = base, to = buf; *from; ++from, ++to) { 126 *to = *from; 129 for (from = suffix[mask >> 1]; *from; ++from, ++to) { 130 *to = *from; 132 *to = '\0'; 138 /* Common function used to construct a mnemonic based on a condition cod 143 HChar *to; local [all...] |
/external/valgrind/main/memcheck/tests/ |
badpoll.stderr.exp | 1 Syscall param poll(ufds.fd) points to uninitialised byte(s) 8 Syscall param poll(ufds.revents) points to unaddressable byte(s)
|
/external/wpa_supplicant_8/src/radius/ |
Makefile | 7 @echo Nothing to be made.
|
/frameworks/av/media/libnbaio/ |
Android.mk | 19 # libsndfile license is incompatible; uncomment to use for local debug only 21 #LOCAL_C_INCLUDES += path/to/libsndfile/src
|
/ndk/tests/device/b8708181-Vector4/jni/ |
Android.mk | 10 # x86 ABI was recently changed to gen SSSE3 by default. Disable it in order 11 # for this test to run on emulator-x86 w/o KVM/HAXM
|
/packages/apps/Calendar/src/com/android/calendar/ |
CloudNotificationBackplane.java | 10 * Unless required by applicable law or agreed to in writing, software 28 public void send(String to, String msgId, Bundle data) throws IOException;
|
/packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/ |
MessageHeaderViewTest.java | 3 * Licensed to The Android Open Source Project. 11 * Unless required by applicable law or agreed to in writing, software 32 String[] to = makeRecipientArray("TO", 60); local 34 String summary = MessageHeaderView.getRecipientSummaryText(getContext(), "", "", to, cc, 44 String[] to = makeRecipientArray("TO", 20); local 47 String summary = MessageHeaderView.getRecipientSummaryText(getContext(), "", "", to, cc,
|
/packages/apps/VoiceDialer/ |
Android.mk | 16 # Install the srec data files if VoiceDialer.apk is installed to system image. 22 # Use the following include to make our test apk.
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mtd/ |
map.h | 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 97 #define map_copy_from(map, to, from, len) inline_map_copy_from(map, to, from, len) 99 #define map_copy_to(map, to, from, len) inline_map_copy_to(map, to, from, len)
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mtd/ |
map.h | 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 97 #define map_copy_from(map, to, from, len) inline_map_copy_from(map, to, from, len) 99 #define map_copy_to(map, to, from, len) inline_map_copy_to(map, to, from, len)
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/mtd/ |
map.h | 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 97 #define map_copy_from(map, to, from, len) inline_map_copy_from(map, to, from, len) 99 #define map_copy_to(map, to, from, len) inline_map_copy_to(map, to, from, len)
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/mtd/ |
map.h | 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 97 #define map_copy_from(map, to, from, len) inline_map_copy_from(map, to, from, len) 99 #define map_copy_to(map, to, from, len) inline_map_copy_to(map, to, from, len)
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/mtd/ |
map.h | 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 97 #define map_copy_from(map, to, from, len) inline_map_copy_from(map, to, from, len) 99 #define map_copy_to(map, to, from, len) inline_map_copy_to(map, to, from, len)
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/mtd/ |
map.h | 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 97 #define map_copy_from(map, to, from, len) inline_map_copy_from(map, to, from, len) 99 #define map_copy_to(map, to, from, len) inline_map_copy_to(map, to, from, len)
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/mtd/ |
map.h | 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 97 #define map_copy_from(map, to, from, len) inline_map_copy_from(map, to, from, len) 99 #define map_copy_to(map, to, from, len) inline_map_copy_to(map, to, from, len)
|