/ndk/build/platforms/android-8/arch-arm/usr/include/net/ |
if_dl.h | 72 /* We do arithmetic directly with these, so keep them char instead of void */
|
/ndk/build/platforms/android-8/arch-arm/usr/include/sys/ |
_types.h | 64 * mbstate_t is an opaque object to keep conversion state, during multibyte
|
/ndk/build/platforms/android-8/arch-x86/usr/include/net/ |
if_dl.h | 72 /* We do arithmetic directly with these, so keep them char instead of void */
|
/ndk/build/platforms/android-8/arch-x86/usr/include/sys/ |
_types.h | 64 * mbstate_t is an opaque object to keep conversion state, during multibyte
|
/packages/apps/Calendar/src/com/android/calendar/ |
SelectCalendarsAdapter.java | 88 // This is to keep our update tokens separate from other tokens. Since we cancel old updates 94 // How long to keep refreshing for 103 // This is to keep track of whether or not multiple calendars have the same display name 116 //Keep these in sync with the projection
|
/packages/apps/Email/src/com/android/email/mail/transport/ |
DiscourseLogger.java | 26 * A class to keep last N of lines sent to the server and responses received from the server.
|
/packages/apps/Gallery/src/com/android/camera/ |
EvenlySpacedLayout.java | 34 // Wheather we keep the space in both ends of the layout
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
ImageList.java | 76 // TODO: Since mBucketId won't change, we should keep the array.
|
/packages/apps/IM/src/com/android/im/imps/ |
DataChannel.java | 97 * Starts the keep alive task. KeepAliveRequest will be sent to the server
|
ImpsTransactionManager.java | 29 /** Keep track of the client initialized transactions. */
|
/packages/inputmethods/PinyinIME/jni/include/ |
spellingtable.h | 37 // we only keep its first spelling_size_ chars.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
UiManifestElementNode.java | 32 * Each tree viewer used in the application page's parts needs to keep a model representing
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
InstrumentationPage.java | 43 super(editor, PAGE_ID, "Instrumentation"); // tab's label, keep it short
|
PermissionPage.java | 47 super(editor, PAGE_ID, "Permissions"); // tab label, keep it short
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/ |
ResourcesTreePage.java | 43 super(editor, PAGE_ID, "Resources"); // tab's label, keep it short
|
/system/core/libcutils/ |
array.c | 56 // Keep doubling capacity until we surpass necessary capacity.
|
/system/extras/tests/pftest/ |
pftest.c | 103 /* To keep p from being optimized by gcc */
|
/system/wlan/ti/wilink_6_1/TWD/TWDriver/ |
TWDriverInternal.h | 54 /* keep-alive templates definitions */
|
/external/libpng/ |
pngwrite.c | 25 * the chunk, as that will keep the code from breaking if you want to just 116 int keep = png_handle_as_unknown(png_ptr, up->name); local 117 if (keep != PNG_HANDLE_CHUNK_NEVER && 120 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS || 294 int keep = png_handle_as_unknown(png_ptr, up->name); local 295 if (keep != PNG_HANDLE_CHUNK_NEVER && 298 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS || 397 int keep = png_handle_as_unknown(png_ptr, up->name); local 398 if (keep != PNG_HANDLE_CHUNK_NEVER && 400 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS | [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngwrite.c | 21 * the chunk, as that will keep the code from breaking if you want to just 108 int keep=png_handle_as_unknown(png_ptr, up->name); local 109 if (keep != PNG_HANDLE_CHUNK_NEVER && 112 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS || 275 int keep=png_handle_as_unknown(png_ptr, up->name); local 276 if (keep != PNG_HANDLE_CHUNK_NEVER && 279 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS || 377 int keep=png_handle_as_unknown(png_ptr, up->name); local 378 if (keep != PNG_HANDLE_CHUNK_NEVER && 380 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS | [all...] |
/build/core/ |
cleanbuild.mk | 105 # necessary to keep things consistent. 112 # of MAKECMDGOALS. The "addprefix" is just to keep things pretty.
|
/dalvik/libcore/nio/src/main/java/java/nio/channels/spi/ |
AbstractSelectableChannel.java | 148 // throw ISE exactly to keep consistency 151 // throw NPE exactly to keep consistency
|
/dalvik/libcore/xml/src/main/java/javax/xml/validation/ |
TypeInfoProvider.java | 67 * Note that the caller can keep references to the obtained 102 * Note that the caller can keep references to the obtained
|
/dalvik/vm/arch/arm/ |
CallOldABI.S | 97 @ Rather than keep a count and pop them off after, we just hold on to 100 @ In theory we don't need to keep sp -- we can do an ldmdb instead of
|
/development/pdk/docs/source/ |
life-of-a-bug.jd | 115 states in a formal progression. We do try to keep the system up to date, but 126 keep the public issue tracker in sync with private issue trackers
|