/external/guava/guava/src/com/google/common/cache/ |
Cache.java | 148 * removed from {@code Cache} in Guava release 12.0. Note that 168 * removed from {@code Cache} in Guava release 12.0. Note that 183 * removed from {@code Cache} in Guava release 12.0. Note that
|
/external/jmdns/src/javax/jmdns/impl/ |
ListenerStatus.java | 71 * A service has been removed. 81 logger.finer("Service Removed called for a service already removed: " + event);
|
/external/markdown/docs/ |
CHANGE_LOG | 59 Dec 12, 2007: Updated docs. Removed encoding arg from Markdown 65 Nov 19, 2007: `message` now uses python's logging module. Also removed 93 comments. Added "safe mode" (user's html tags are removed).
|
/external/markdown/markdown/extensions/ |
codehilite.py | 131 line should be removed or left in place. If the sheband line contains a 135 code fragment and removed from the code block prior to processing for 195 # be removed when inserting raw html
|
/external/mdnsresponder/mDNSShared/ |
GenLinkedList.c | 72 /* If the element is removed, its link will be set to NULL. */ 162 /* When the element is removed, its link will be set to NULL. */ 261 /* If the element is removed, its link will be set to NULL. */
|
/external/openssh/ |
ssh-add.1 | 102 be removed. 104 public key files and matching keys will be removed from the agent. 192 removed many bugs, re-added newer features and
|
/external/qemu/memcheck/ |
memcheck_mmrange_map.c | 222 int removed = 0; local 226 removed++; 229 return removed;
|
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebIconDatabase.idl | 47 Every icon in the database has a retain count. If an icon has a retain count greater than 0, it will be written to disk for later use. If an icon's retain count equals zero it will be removed from disk. The retain count is not persistent across launches. If the WebKit client wishes to retain an icon it should retain the icon once for every launch. This is best done at initialization time before the database begins removing icons. To make sure that the database does not remove unretained icons prematurely, call delayDatabaseCleanup until all desired icons are retained. Once all are retained, call allowDatabaseCleanup. 49 Note that an icon can be retained after the database clean-up has begun. This just has to be done before the icon is removed. Icons are removed from the database whenever new icons are added to it.
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
eloop_none.c | 172 int removed = 0; local 189 removed++; 196 return removed;
|
/external/wpa_supplicant_8/src/utils/ |
eloop_none.c | 163 int removed = 0; local 180 removed++; 187 return removed;
|
/frameworks/base/core/java/android/text/ |
Spanned.java | 93 * They can never have a length of 0 and are automatically removed 94 * from the buffer if all the text they cover is removed. 108 * they can be found and removed when the composing text is being
|
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
java.nio.charset.Charset.html | 7 <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared."> 92 <TD VALIGN="TOP">The unchecked exceptions <code>java.nio.charset.IllegalCharsetNameException</code> and <code>java.nio.charset.UnsupportedCharsetExceptionare</code> are still thrown by this method but the exceptions were removed from the formal API specification.</TD> 102 <TD VALIGN="TOP">The unchecked exception <code>java.nio.charset.IllegalCharsetNameException</code> is still thrown by this method but the exception was removed from the formal API specification.</TD>
|
java.util.regex.Matcher.html | 7 <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared."> 92 <TD VALIGN="TOP">The unchecked exception <code>java.lang.IllegalStateException</code> is still thrown by this method but the exception was removed from the formal API specification.</TD> 102 <TD VALIGN="TOP">The unchecked exception <code>java.lang.IllegalStateException</code> is still thrown by this method but the exception was removed from the formal API specification.</TD>
|
/libcore/luni/src/main/java/java/util/ |
Queue.java | 10 // removed link to collections framework docs 55 * element which would be removed by a call to {@link #remove() } or 71 * Exactly which element is removed from the queue is a
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
UnwrapRefactoring.java | 101 // Determine the element of the container to be removed. 103 // elements, then it's the parent which should be removed. Otherwise, 170 // (1) If the removed parent is the root container, transfer its
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/ |
ProjectPropertiesWorkingCopy.java | 140 // removed values, we need to record what properties have been visited, so that 157 // check if this property must be removed. 176 // the line was wrong, let's just ignore it so that it's removed from the
|
/bionic/libc/private/ |
resolv_iface.h | 35 * NOTE: <resolv.h> contains the same declarations, this will be removed
|
/bionic/libdl/ |
Android.mk | 31 # against libc creating a circular dependency which is removed and we end up
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
GoNegRespTestCase.java | 93 * In the case of GO, p2p group will be removed automatically because
|
/cts/tests/tests/database/src/android/database/cts/ |
ObservableTest.java | 61 // removed, so it can not be unregistered anymore, and it can be registered again.
|
/cts/tools/signature-tools/test/signature/comparator/ |
PackageCompareTest.java | 75 assertEquals(DeltaType.REMOVED, packageDelta.getType());
|
/development/ndk/platforms/android-9/include/android/ |
native_window.h | 61 * from being deleted until the reference is removed.
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
Forwarding.java | 76 // so that our own will stop running and be removed from the
|
/docs/source.android.com/src/tech/datausage/ |
tags-explained.md | 44 level). Such tags can be removed, reapplied, or modified during
|
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/ |
Readme.txt | 12 Removed routine checkGenerateFile. It got feeble with the
|