Home
last modified time | relevance | path

Searched defs:hasResult (Results 1 – 3 of 3) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DDop.java44 private final boolean hasResult; field in Dop
61 boolean hasResult) { in Dop()
124 public boolean hasResult() { in hasResult() method in Dop
DDalvInsn.java204 public final boolean hasResult() { in hasResult() method in DalvInsn
/external/webkit/Source/WebCore/platform/graphics/filters/
DFilterEffect.h57 …bool hasResult() const { return m_imageBufferResult || m_unmultipliedImageResult || m_premultiplie… in hasResult() function