Searched defs:collected (Results 1 - 13 of 13) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistry.cpp49 CheckerOptInfo &opt, CheckerInfoSet &collected) {
78 collected.insert(&*i);
80 collected.remove(&*i);
47 collectCheckers(const CheckerRegistry::CheckerInfoList &checkers, const llvm::StringMap<size_t> &packageSizes, CheckerOptInfo &opt, CheckerInfoSet &collected) argument
/external/testng/src/main/java/org/testng/internal/
H A DClassHelper.java214 Set<Method> collected) {
234 if (!isOverridden(method, collected) && !Modifier.isAbstract(methodModifiers)) {
213 extractMethods(Class<?> childClass, Class<?> clazz, Set<Method> collected) argument
/external/compiler-rt/lib/asan/
H A Dasan_fake_stack.cc143 uptr collected = 0; local
153 collected++;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
H A DUnicodeMap.java710 public String toString(Comparator<T> collected) { argument
712 if (collected == null) {
728 Set<T> set = values(new TreeSet<T>(collected));
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodeMap.java707 public String toString(Comparator<T> collected) { argument
709 if (collected == null) {
725 Set<T> set = values(new TreeSet<T>(collected));
/external/python/cpython3/Modules/
H A Dgcmodule.c176 /* total number of collected objects */
177 Py_ssize_t collected; member in struct:gc_generation_stats
203 to gc_refs, for each object in the generation being collected.
206 being collected.
377 * generation being collected, which can be recognized
390 * reachable from outside containers, and so can't be collected.
906 Py_ssize_t m = 0; /* # objects collected */
907 Py_ssize_t n = 0; /* # unreachable objects that couldn't be collected */
1074 stats->collected += m;
1088 Py_ssize_t collected, Py_ssize_
1087 invoke_gc_callback(const char *phase, int generation, Py_ssize_t collected, Py_ssize_t uncollectable) argument
1126 Py_ssize_t result, collected, uncollectable; local
[all...]
/external/elfutils/src/
H A Delflint.c2166 collected = { .p32 = xcalloc (bitmask_words, sizeof (Elf32_Word)) }; local
2231 collected.p32[maskidx]
2233 collected.p32[maskidx]
2238 collected.p64[maskidx]
2240 collected.p64[maskidx]
2263 if (memcmp (collected.p32, bitmask.p32, bitmask_words * sizeof (Elf32_Word)))
2268 free (collected.p32);
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 313 milliseconds