HomeSort by relevance Sort by last modified time
    Searched refs:collector (Results 126 - 150 of 648) sorted by null

1 2 3 4 56 7 8 91011>>

  /art/runtime/gc/collector/
concurrent_copying-inl.h 31 namespace collector { namespace in namespace:art::gc
121 // against this, return here if the CC collector isn't running.
202 } // namespace collector
concurrent_copying.cc 47 namespace collector { namespace in namespace:art::gc
217 // If thread is a running mutator, then act on behalf of the garbage collector.
464 explicit VerifyGrayImmuneObjectsVisitor(ConcurrentCopying* collector)
465 : collector_(collector) {}
    [all...]
  /art/runtime/gc/space/
malloc_space.h 28 namespace collector { namespace in namespace:art::gc
30 } // namespace collector
  /external/r8/src/main/java/com/android/tools/r8/graph/
DexClass.java 148 public abstract void addDependencies(MixedSectionCollection collector);
  /prebuilts/go/darwin-x86/src/runtime/
mcache.go 48 // but it is opaque to the garbage collector.
58 // to the garbage collector.
  /prebuilts/go/linux-x86/src/runtime/
mcache.go 48 // but it is opaque to the garbage collector.
58 // to the garbage collector.
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 1932 ServiceCollector collector = _serviceCollectors.get(loType); local
1988 ServiceCollector collector = _serviceCollectors.get(type); local
    [all...]
  /external/guava/guava-tests/test/com/google/common/io/
FilesTest.java 522 List<String> collector = new ArrayList<String>();
526 collector.add(line);
532 return collector;
549 List<String> collector = new ArrayList<String>();
554 collector.add(line);
561 return collector;
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
StaggeredGridLayoutManagerBaseConfigSetTest.java 761 AttachDetachCollector collector = new AttachDetachCollector(mRecyclerView); local
798 AttachDetachCollector collector = new AttachDetachCollector(mRecyclerView); local
    [all...]
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
TabulatorsTest.java 47 import java.util.stream.Collector;
247 Collector<T, ?, ? extends M> collector,
250 boolean ordered = !collector.characteristics().contains(Collector.Characteristics.UNORDERED);
253 .terminal(s -> s.collect(collector))
259 .terminal(s -> s.unordered().collect(collector))
281 Collector<T, ?, R> collector,
284 withData(data).terminal(s -> s.collect(collector)).expectedResult(check).exercise()
    [all...]
  /external/autotest/site_utils/
run_suite.py     [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
WifiAwareStateManagerTest.java 111 public ErrorCollector collector = new ErrorCollector(); field in class:WifiAwareStateManagerTest
223 collector.checkThat("usage enabled", mDut.isUsageEnabled(), equalTo(true));
269 collector.checkThat("usage enabled", mDut.isUsageEnabled(), equalTo(true));
274 collector.checkThat("usage disabled", mDut.isUsageEnabled(), equalTo(false));
316 collector.checkThat("usage enabled", mDut.isUsageEnabled(), equalTo(true));
328 collector.checkThat("num of clients", sparseArrayCaptor.getValue().size(), equalTo(1));
333 collector.checkThat("usage disabled", mDut.isUsageEnabled(), equalTo(false));
353 collector.checkThat("usage disabled", mDut.isUsageEnabled(), equalTo(false));
359 collector.checkThat("usage enabled", mDut.isUsageEnabled(), equalTo(true));
372 collector.checkThat("num of clients", sparseArrayCaptor.getValue().size(), equalTo(1))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pyexpat.py 272 def collector(name, *args): function in function:InterningTest.test
274 p.StartElementHandler = collector
275 p.EndElementHandler = collector
  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
GlesStubActivity.java 465 private static void collectEglExtensions(GlesStubActivity collector) {
479 collector.addEglExtensions(extensions.split(" "));
  /external/v8/src/heap/
heap.h     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/arm/
ggen.go 22 // so that garbage collector only sees initialized values
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/mips/
ggen.go 22 // so that the garbage collector only sees initialized values
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/mips64/
ggen.go 22 // so that the garbage collector only sees initialized values
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ppc64/
ggen.go 22 // so that the garbage collector only sees initialized values
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/x86/
ggen.go 22 // so that the garbage collector only sees initialized values
  /prebuilts/go/darwin-x86/src/cmd/vet/
unsafeptr.go 52 // because in the middle the garbage collector doesn't
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
testing.go 268 // collector merges in one channel all the upstream signals from parallel tests.
272 var collector = make(chan interface{})
305 collector <- <-t.signal
322 t := (<-collector).(*T)
  /prebuilts/go/darwin-x86/test/stress/
runstress.go 7 // It runs forever and should never fail. It tries to stress the garbage collector,
  /prebuilts/go/linux-x86/src/cmd/compile/internal/arm/
ggen.go 22 // so that garbage collector only sees initialized values
  /prebuilts/go/linux-x86/src/cmd/compile/internal/mips/
ggen.go 22 // so that the garbage collector only sees initialized values

Completed in 2655 milliseconds

1 2 3 4 56 7 8 91011>>