Home
last modified time | relevance | path

Searched refs:deeper (Results 1 – 25 of 65) sorted by relevance

123

/external/mockito/src/main/java/org/mockito/internal/util/reflection/
DGenericTypeExtractor.java66 Type deeper = findGenericInteface(inter, targetBaseInterface); in findGenericInteface() local
67 if (deeper != null) { in findGenericInteface()
68 return deeper; in findGenericInteface()
/external/emma/core/java12/com/vladium/emma/report/txt/
DReportGenerator.java170 final boolean deeper = (m_settings.getDepth () > item.getMetadata ().getTypeID ()); in visit()
191 if (deeper) m_queue.addLast (pkg); in visit()
217 final boolean deeper = (m_settings.getDepth () > item.getMetadata ().getTypeID ()); in visit()
240 if (deeper) m_queue.addLast (srcORcls); in visit()
/external/e2fsprogs/tests/f_extent_too_deep/
Dname1 extent tree is deeper than it needs to be
/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java272 final boolean deeper = (m_settings.getDepth () > item.getMetadata ().getTypeID ()); in visit()
296 if (deeper) in visit()
302 if (deeper) m_queue.addLast (pkg); in visit()
388 final boolean deeper = (m_settings.getDepth () > item.getMetadata ().getTypeID ()); in visit()
413 if (deeper) in visit()
419 if (deeper) m_queue.addLast (srcORcls); in visit()
505 … final boolean deeper = (m_settings.getDepth () > ClassItem.getTypeMetadata ().getTypeID ()); in visit()
506 final boolean embedSrcFile = deeper && srcFileAvailable (item, m_cache); in visit()
589 if (deeper) in visit()
/external/emma/core/java12/com/vladium/emma/report/xml/
DReportGenerator.java398 …final boolean deeper = (childrenOrder != null) && (m_settings.getDepth () > metadata.getTypeID ())… in emitItem()
400 if (deeper) in emitItem()
/external/python/cpython2/Doc/library/
Ddistutils.rst36 For the benefits of packaging tool authors and users seeking a deeper
Dpprint.rst171 :class:`PrettyPrinter` is set and the object is deeper than allowed, this
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt17 tradeoff between performance and portability. On a deeper level, however,
/external/llvm/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt17 tradeoff between performance and portability. On a deeper level, however,
/external/libgsm/
DChangeLog19 COPYRIGHT: exploring the deeper meaning and cultural
/external/libchrome/base/message_loop/
Dmessage_pump_mac.mm427 // level encountered is deeper than the current level, a nested loop
558 // thread, deeper on the stack than the deepest Run call. Don't preempt
/external/autotest/client/site_tests/suite_HWQual/
DREADME.txt237 - If deeper investigation into a failure is required, you can review
/external/c-ares/
Dacinclude.m4461 AC_MSG_CHECKING([deeper for getnameinfo])
477 AC_MSG_CHECKING([deeper and deeper for getnameinfo])
Dconfigure.ac723 AC_MSG_CHECKING([deeper for $func])
/external/autotest/client/profilers/powertop/src/po/
Dnl.po283 "and your processor out of deeper powersave states."
Dja.po297 "and your processor out of deeper powersave states."
Dru.po309 "and your processor out of deeper powersave states."
Dit.po287 "and your processor out of deeper powersave states."
Dzh.po430 "and your processor out of deeper powersave states."
Dpl.po303 "and your processor out of deeper powersave states."
/external/curl/include/curl/
Dcurlbuild.h.dist81 * data type exists, dig deeper and you will find it.
/external/python/cpython2/Doc/howto/
Ddescriptor.rst19 creates a deeper understanding of how Python works and an appreciation for the
/external/llvm/docs/
DCMakePrimer.rst212 the value in that scope and any deeper subdirectories.
/external/curl/
Dacinclude.m4993 AC_MSG_CHECKING([deeper for getnameinfo])
1009 AC_MSG_CHECKING([deeper and deeper for getnameinfo])
/external/lisa/ipynb/examples/trace_analysis/
DTraceAnalysis_IdleStates.ipynb689 …"Now use trappy to plot the idle state of a single CPU over time. Higher is deeper: the plot is at…
691 …as the workload ramps down and the idle periods become longer, the idle states used become deeper."
799 …st the state that was entered. We should see that for long idle periods, deeper states were entere…

123