Searched refs:collected (Results 1 - 25 of 35) sorted by relevance

12

/external/fmtlib/support/
H A Ddocopt.py112 def match(self, left, collected=None):
113 collected = [] if collected is None else collected
116 return False, left, collected
118 same_name = [a for a in collected if a.name == self.name]
127 return True, left_, collected + [match]
129 return True, left_, collected
130 return True, left_, collected + [match]
221 def match(self, left, collected
[all...]
/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/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
H A Dchrome_tracing_agent_unittest.py76 self.collected = False
93 self.collected = True
214 self.assertFalse(devtool1.collected)
216 self.assertTrue(devtool1.collected)
228 self.assertFalse(devtool4.collected)
231 self.assertTrue(devtool4.collected)
/external/toolchain-utils/user_activity_benchmarks/
H A Dselect_hot_functions.sql15 -- The reports were collected periodically.
/external/compiler-rt/lib/asan/
H A Dasan_fake_stack.cc143 uptr collected = 0; local
153 collected++;
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli92 is not garbage collected and must be destroyed with [dispose ee].
98 execution engine is not garbage collected and must be destroyed with
106 engine is not garbage collected and must be destroyed with [dispose ee].
/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/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli44 engine is not garbage collected and must be destroyed with [dispose ee].
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
H A DUnicodeMap.java706 public String toString(Comparator<T> collected) { argument
708 if (collected == null) {
724 Set<T> set = values(new TreeSet<T>(collected));
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodeMap.java705 public String toString(Comparator<T> collected) { argument
707 if (collected == null) {
723 Set<T> set = values(new TreeSet<T>(collected));
/external/protobuf/ruby/tests/
H A Dbasic.rb473 collected = {}
474 m.each { |k,v| collected[v] = k }
475 assert collected == { 42 => "jkl;", 1 => "asdf" }
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as19 /** State of a lexer, parser, or tree parser are collected into a state
/external/blktrace/doc/
H A Dblktrace.tex46 run in \emph{live} mode directly outputs data collected by blktrace.
/external/google-breakpad/autotools/
H A Dltmain.sh1632 # Now that we've collected a possible --mode arg, show help if necessary
/external/google-tv-pairing-protocol/cpp/
H A Dlibtool2133 # Now that we've collected a possible --mode arg, show help if necessary
H A Dltmain.sh1632 # Now that we've collected a possible --mode arg, show help if necessary
/external/libmtp/
H A Dltmain.sh1632 # Now that we've collected a possible --mode arg, show help if necessary
/external/libnetfilter_conntrack/
H A Dltmain.sh1632 # Now that we've collected a possible --mode arg, show help if necessary
/external/libnfnetlink/
H A Dltmain.sh1632 # Now that we've collected a possible --mode arg, show help if necessary
/external/libogg/
H A Dltmain.sh1632 # Now that we've collected a possible --mode arg, show help if necessary
/external/libusb-compat/
H A Dltmain.sh1639 # Now that we've collected a possible --mode arg, show help if necessary
/external/libvorbis/
H A Dltmain.sh1632 # Now that we've collected a possible --mode arg, show help if necessary

Completed in 1821 milliseconds

12