Home
last modified time | relevance | path

Searched defs:hasResources (Results 1 – 4 of 4) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DResourcePath.java28 public boolean hasResources() { in hasResources() method in ResourcePath
/external/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h102 bool hasResources() const { return InstrCount != ~0u; } in hasResources() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h124 bool hasResources() const { return InstrCount != ~0u; } in hasResources() function
/external/deqp/scripts/android/
Dbuild_apk.py369 def __init__ (self, appDirName, appName, hasResources = True): argument