Home
last modified time | relevance | path

Searched defs:getAllAttributes (Results 1 – 5 of 5) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
DServiceData.java59 public Map<String, String> getAllAttributes() { in getAllAttributes() method in ServiceData
DBroadcastReceiverData.java64 public Map<String, String> getAllAttributes() { in getAllAttributes() method in BroadcastReceiverData
DActivityData.java179 public Map<String, String> getAllAttributes() { in getAllAttributes() method in ActivityData
/external/angle/src/libANGLE/
DShader.h84 const std::vector<sh::ShaderVariable> &getAllAttributes() const { return mAllAttributes; } in getAllAttributes() function
DShader.cpp676 const std::vector<sh::ShaderVariable> &Shader::getAllAttributes() in getAllAttributes() function in gl::Shader