OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:purge
(Results
51 - 75
of
128
) sorted by null
1
2
3
4
5
6
/libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java
245
* {@link #remove(Runnable)} and {@link #
purge
} are available to
1765
public void
purge
() {
method in class:ThreadPoolExecutor
[
all
...]
/libcore/jsr166-tests/src/test/java/jsr166/
ScheduledExecutorSubclassTest.java
687
*
purge
removes cancelled tasks from the queue
703
// which
purge
will not fail. (At worst, when queue is empty.)
706
p.
purge
();
711
fail("
Purge
failed to remove cancelled tasks");
[
all
...]
ScheduledExecutorTest.java
635
*
purge
eventually removes cancelled tasks from the queue
651
// which
purge
will not fail. (At worst, when queue is empty.)
654
p.
purge
();
659
fail("
Purge
failed to remove cancelled tasks");
[
all
...]
ThreadPoolExecutorSubclassTest.java
722
*
purge
removes cancelled tasks from the queue
751
p.
purge
();
754
p.
purge
(); // Nothing to do
[
all
...]
ThreadPoolExecutorTest.java
607
*
purge
removes cancelled tasks from the queue
636
p.
purge
();
639
p.
purge
(); // Nothing to do
[
all
...]
/external/mdnsresponder/mDNSCore/
mDNS.c
10822
mDNSBool
purge
= cr->resrec.RecordType == kDNSRecordTypePacketNegative ||
local
[
all
...]
/external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar
commons-collections.jar
hsqldb.jar
/external/robolectric/v1/lib/main/
commons-logging-1.1.1.jar
/prebuilts/devtools/tools/lib/
commons-logging-1.1.1.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.logging_1.1.1.v201101211721.jar
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar
/prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar
/prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar
/prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.3/
commons-logging-1.1.3.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.logging_1.1.1.v201101211721.jar
org.eclipse.equinox.registry_3.5.300.v20130327-1442.jar
/prebuilts/tools/common/offline-m2/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar
/prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar
/prebuilts/tools/common/m2/repository/net/java/dev/jna/jna/3.4.0/
jna-3.4.0.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar
/external/guice/lib/build/
felix-2.0.5.jar
/external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.3alpha-8.jar
/packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar
Completed in 290 milliseconds
1
2
3
4
5
6