/frameworks/base/core/java/android/widget/ |
Adapter.java | 75 * Indicated whether the item ids are stable across changes to the
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
ualgo.h | 284 /// end of the resulting range. This operation is stable, meaning that the 303 /// value is the end of the resulting range. This operation is stable, meaning 327 /// elements that they point to are unspecified. Remove is stable, meaning 363 /// but the elements that they point to are unspecified. Unique is stable,
|
upredalgo.h | 137 /// is stable, meaning that the relative order of the elements that are copied 155 /// but the elements that they point to are unspecified. Remove_if is stable, 196 /// but the elements that they point to are unspecified. Unique is stable,
|
/ndk/docs/ |
SYSTEM-ISSUES.TXT | 19 of headers are provided (see docs/STABLE-APIS.TXT) which correspond to
|
OVERVIEW.TXT | 65 - A set of system headers corresponding to the list of stable native APIs 69 They are documented in the file docs/STABLE-APIS.TXT 120 Selected system libraries will gradually be added to the set of stable NDK
|
/packages/apps/Email/tests/src/com/android/exchange/ |
CalendarSyncEnablerTest.java | 148 TODO Find a stable way to check this.
|
/external/guava/src/com/google/common/collect/ |
ImmutableList.java | 53 * @since 2010.01.04 <b>stable</b> (imported from Google Collections Library) 238 * @since 2010.01.04 <b>stable</b> (Iterable overload existed previously)
|
ImmutableCollection.java | 39 * @since 2010.01.04 <b>stable</b> (imported from Google Collections Library)
|
TreeMultimap.java | 69 * @since 2010.01.04 <b>stable</b> (imported from Google Collections Library)
|
TreeMultiset.java | 48 * @since 2010.01.04 <b>stable</b> (imported from Google Collections Library)
|
/external/iproute2/doc/ |
api-ip6-flowlabels.tex | 223 longer than boot time require to store allocated labels at stable 331 labels at stable storage and restore them back after reboot before the first
|
/bionic/libc/kernel/common/linux/ |
nfs_xdr.h | 208 enum nfs3_stable_how stable; member in struct:nfs_writeargs
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
sequence.sgml | 47 Iterators are stable across most operations on a #GSequence. For
|
/external/elfutils/libdw/ |
dwarf_begin_elf.c | 75 safe and stable but the best we can do. */
|
/external/guava/src/com/google/common/base/ |
Functions.java | 37 * @since 2010.01.04 <b>stable</b> (imported from Google Collections Library)
|
/external/libpng/contrib/pngminus/ |
README | 40 At this moment libpng is in a very stable state and can do much of the
|
/external/ppp/pppd/plugins/pppoatm/ |
ans.c | 11 * as stable as possible).
|
/external/stlport/test/eh/ |
test_algo.cpp | 144 EFFECTS: Asserts that buf is a stable-sorted version of orig.
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
nfs_xdr.h | 208 enum nfs3_stable_how stable; member in struct:nfs_writeargs
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
nfs_xdr.h | 208 enum nfs3_stable_how stable; member in struct:nfs_writeargs
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
nfs_xdr.h | 208 enum nfs3_stable_how stable; member in struct:nfs_writeargs
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
nfs_xdr.h | 208 enum nfs3_stable_how stable; member in struct:nfs_writeargs
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
nfs_xdr.h | 208 enum nfs3_stable_how stable; member in struct:nfs_writeargs
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
nfs_xdr.h | 208 enum nfs3_stable_how stable; member in struct:nfs_writeargs
|
/dalvik/libcore/luni/src/main/java/java/util/ |
TimSort.java | 20 * A stable, adaptive, iterative mergesort that requires far fewer than 23 * on random arrays. Like all proper mergesorts, this sort is stable and 272 * first slot after them -- that's why this sort is stable. 300 * For its intended use in a stable mergesort, the strictness of the 631 * Merges two adjacent runs in place, in a stable fashion. The first [all...] |