/external/guava/guava/src/com/google/common/collect/ |
ImmutableMultimap.java | 57 * @since 2.0 (imported from Google Collections Library) 165 * @since 2.0 (imported from Google Collections Library) 188 * @since 11.0 241 * @since 8.0 253 * @since 8.0 290 @SuppressWarnings("unchecked") // safe since multimap is not writable 369 * @since 11
|
ImmutableSetMultimap.java | 55 * @since 2.0 (imported from Google Collections Library) 191 * @since 2.0 (imported from Google Collections Library) 215 * @since 11.0 247 * @since 8.0 265 * @since 8.0 310 @SuppressWarnings("unchecked") // safe since multimap is not writable 377 * @since 11
|
Iterators.java | 57 * @since 2.0 (imported from Google Collections Library) 81 // Casting to any type is safe since there are no actual elements. 108 // Casting to any type is safe since there are no actual elements. 137 * @since 10.0 210 * @since 2.0 254 * <p>Note that this will modify the supplied iterators, since they will have 424 "no calls to next() since last call to remove()"); 559 "no calls to next() since last call to remove()"); 733 * @since 7.0 752 * @since 11. [all...] |
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ImmutableMultimap.java | 56 * @since 2.0 (imported from Google Collections Library) 164 * @since 2.0 (imported from Google Collections Library) 187 * @since 11.0 240 * @since 8.0 252 * @since 8.0 289 @SuppressWarnings("unchecked") // safe since multimap is not writable 359 * @since 11
|
ImmutableSetMultimap.java | 50 * @since 2.0 (imported from Google Collections Library) 186 * @since 2.0 (imported from Google Collections Library) 210 * @since 11.0 242 * @since 8.0 260 * @since 8.0 305 @SuppressWarnings("unchecked") // safe since multimap is not writable 372 * @since 11
|
Iterators.java | 55 * @since 2.0 (imported from Google Collections Library) 79 // Casting to any type is safe since there are no actual elements. 106 // Casting to any type is safe since there are no actual elements. 135 * @since 10.0 208 * @since 2.0 252 * <p>Note that this will modify the supplied iterators, since they will have 406 "no calls to next() since last call to remove()"); 541 "no calls to next() since last call to remove()"); 697 * @since 7.0 716 * @since 11. [all...] |
/external/openssh/contrib/cygwin/ |
README | 10 Important change since 3.7.1p2-2: 49 Important change since 3.4p1-2: 61 since that feature doesn't make any sense on a system which doesn't 73 Important change since 3.0.1p1-2: 81 Important change since 2.9p2: 83 Since Cygwin is able to switch user context without password beginning 90 Important change since 2.3.0p1:
|
/external/webkit/Source/WebCore/history/ |
PageCache.cpp | 259 // (objects created by the plug-in). Since there is no way to pause/resume a Netscape plug-in, 299 // Don't write to the cache if in the middle of a redirect, since we will want to 301 // No point writing to the cache on a reload or loadSame, since we will just write 450 LOG(PageCache, "WebCorePageCache: Postponing releaseAutoreleasedPagesNowOrReschedule() - %f since last load, %f since last input, %i objects pending release", loadDelta, userDelta, m_autoreleaseSet.size()); 455 LOG(PageCache, "WebCorePageCache: Releasing page caches - %f seconds since last load, %f since last input, %i objects pending release", loadDelta, userDelta, m_autoreleaseSet.size());
|
/frameworks/av/include/media/nbaio/ |
NBAIO.h | 94 // Note that since the offerer allocates space for counter-offers, but only the offeree knows 136 // Return the number of frames written successfully since construction. 139 // Number of frames lost due to underrun since construction. 142 // Number of underruns since construction, where a set of contiguous lost frames is one event. 232 // Number of frames read successfully since construction. 235 // Number of frames lost due to overrun since construction. 239 // Number of overruns since construction, where a set of contiguous lost frames is one event.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ConfigurationSelector.java | 763 // Since the qualifier classes are immutable, and we don't want to 778 // Looks like the code is not a number. This should not happen since the text 829 // Since the qualifier classes are immutable, and we don't want to [all...] |
/external/libusb/libusb/ |
libusbi.h | 374 * connection session since boot (i.e. if you disconnect and reconnect a 436 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since 538 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 557 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 576 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 593 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 609 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 623 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 643 * has been disconnected since it was opened 656 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since i [all...] |
/external/libusb_aah/libusb/ |
libusbi.h | 497 * connection session since boot (i.e. if you disconnect and reconnect a 559 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since 661 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 680 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 699 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 716 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 732 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 746 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 766 * has been disconnected since it was opened 779 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since i [all...] |
/external/webkit/Source/WebKit/qt/Api/ |
qwebframe.cpp | 472 \since 4.4 706 \since 4.5 804 \since 4.6 817 \since 4.6 820 \since 4.6 [all...] |
/libcore/luni/src/main/java/java/util/ |
Arrays.java | 26 * @since 1.2 185 * @since 1.6 235 * @since 1.6 285 * @since 1.6 346 * @since 1.6 407 * @since 1.6 457 * @since 1.6 513 * @since 1.6 574 * @since 1.6 629 * @since 1. [all...] |
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
CalendarDatabaseHelperTest.java | 103 "dtstart INTEGER," + // millis since epoch 104 "dtend INTEGER," + // millis since epoch 117 "originalInstanceTime INTEGER," + // millis since epoch 118 "lastDate INTEGER" + // millis since epoch 291 "dtstart INTEGER," + // millis since epoch 292 "dtend INTEGER," + // millis since epoch 305 "originalInstanceTime INTEGER," + // millis since epoch 307 "lastDate INTEGER," + // millis since epoch 314 "dtstart2 INTEGER," + //millis since epoch, allDay events in local timezone 315 "dtend2 INTEGER," + //millis since epoch, allDay events in local timezon [all...] |
/external/javassist/src/main/javassist/ |
ClassPool.java | 197 * The returned object is always identical since this method is 289 * <p>Since version 3.14, <code>packageName</code> can be a 298 * @since 3.1 309 * @since 3.1 320 * @since 3.1 330 * since <code>get()</code> does not search the class path at all 379 * <code>Point</code> class except the class name since <code>Pair</code> 458 * @since 3.13 498 * @since 3.8.1 585 * if this class pool cannot edit the class since it is in a paren [all...] |
/external/skia/legacy/src/images/ |
SkImageDecoder_libpng.cpp | 157 // only return true if the src is opaque (since 565 is opaque) 306 // we track if we actually see a non-opaque pixels, since sometimes a PNG sets its colortype 307 // to |= PNG_COLOR_MASK_ALPHA, but all of its pixels are in fact opaque. We care, since we 367 /* We have to pass the colortable explicitly, since we may have one 497 We don't really handle 16bit components properly here, since we 574 which is a problem since we use the byte as an index. To work around this we grow 661 // we track if we actually see a non-opaque pixels, since sometimes a PNG sets its colortype 662 // to |= PNG_COLOR_MASK_ALPHA, but all of its pixels are in fact opaque. We care, since we 675 // If yes, then we will stick to AllocPixelRef since it's cheaper with the swap happening. 741 /* We have to pass the colortable explicitly, since we may have on [all...] |
/external/skia/src/images/ |
SkImageDecoder_libpng.cpp | 158 // only return true if the src is opaque (since 565 is opaque) 307 // we track if we actually see a non-opaque pixels, since sometimes a PNG sets its colortype 308 // to |= PNG_COLOR_MASK_ALPHA, but all of its pixels are in fact opaque. We care, since we 368 /* We have to pass the colortable explicitly, since we may have one 503 We don't really handle 16bit components properly here, since we 580 which is a problem since we use the byte as an index. To work around this we grow 667 // we track if we actually see a non-opaque pixels, since sometimes a PNG sets its colortype 668 // to |= PNG_COLOR_MASK_ALPHA, but all of its pixels are in fact opaque. We care, since we 681 // If yes, then we will stick to AllocPixelRef since it's cheaper with the swap happening. 747 /* We have to pass the colortable explicitly, since we may have on [all...] |
/external/libvpx/libvpx/examples/includes/geshi/docs/api/geshi/core/ |
GeSHi.html | 495 <li><span class="field">since:</span> 1.0.0</li> [all...] |
/frameworks/base/core/java/android/widget/ |
CalendarView.java | 715 * since January 1, 1970 00:00:00 in {@link TimeZone#getDefault()} time 731 * since January 1, 1970 00:00:00 in {@link TimeZone#getDefault()} time 745 // the new min date since the latter is used for 752 // reinitialize the adapter since its range depends on min date 758 // adapter for the shown views since we have changed the adapter 760 // note that calling setDate will not work since the date is the same 767 * since January 1, 1970 00:00:00 in {@link TimeZone#getDefault()} time 783 * since January 1, 1970 00:00:00 in {@link TimeZone#getDefault()} time 796 // reinitialize the adapter since its range depends on max date 803 // adapter for the shown views since we have changed the adapte [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
CookieStoreTest.java | 38 * @since 1.6 131 * @since 1.6 205 * @since 1.6 255 * @since 1.6 284 * @since 1.6 375 * @since 1.6
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
CachedXPathAPI.java | 38 * These functions tend to be a little slow, since a number of objects must be 49 * obtain a new XPathAPIObject to continue searching it, since trying to use 252 * The implementation of this is a little slow, since it creates 273 // Since we don't have a XML Parser involved here, install some default support 300 * The implementation of this is a little slow, since it creates 323 // Since we don't have a XML Parser involved here, install some default support
|
/external/bzip2/ |
CHANGES | 23 Removed 'ranlib' from Makefile, since most modern Unix-es 64 Nuked --repetitive-best and --repetitive-fast since they are 186 in the 18 or so months since 1.0.1 was released. Most of the fixes 254 No changes to bzip2recover since there is no issue with file 270 Fixes some minor bugs since the last version, 1.0.2. 293 Fixes some minor bugs since the last version, 1.0.3.
|
/external/chromium/chrome/browser/history/ |
text_database.cc | 39 // free since sqlite always indexes the internal rowid. 100 // We don't actually check the prefix here. Since the file system could 137 // The default cache size is 2000 which give >8MB of data. Since we will often 158 // here. If that's not the case, since this is only indexed data, it's 191 // Note that there is no point in creating an index over time. Since 375 // Since we got the results in order, we know the last item is the last
|
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/ |
Splitter.java | 92 * @since 1.0 264 * @since 9.0 330 * @since 10.0 343 * @since 10.0 356 * @since 10.0 468 // Since we may have changed the end, we need to trim it again.
|