Searched refs:attributeName (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DShaderProgram.java144 public void setAttributeValues(String attributeName, float[] data, int componentCount) { argument
145 if (!setShaderAttributeValues(attributeName, data, componentCount)) {
147 attributeName + "'!");
151 public void setAttributeValues(String attributeName, argument
158 if (!setShaderAttributeVertexFrame(attributeName,
166 attributeName + "'!");
289 private native boolean setShaderAttributeValues(String attributeName, argument
293 private native boolean setShaderAttributeVertexFrame(String attributeName, argument
/frameworks/base/services/java/com/android/server/firewall/
H A DStringFilter.java79 String attributeName = parser.getAttributeName(attributeIndex);
81 switch (attributeName.charAt(0)) {
83 if (!attributeName.equals(ATTR_EQUALS)) {
88 if (!attributeName.equals(ATTR_IS_NULL)) {
93 if (!attributeName.equals(ATTR_STARTS_WITH)) {
99 if (!attributeName.equals(ATTR_CONTAINS)) {
104 if (!attributeName.equals(ATTR_PATTERN)) {
110 if (!attributeName.equals(ATTR_REGEX)) {
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java133 String attributeName = resourceInfo.getSecond();
135 return Pair.of(attributeName, mContext.getRenderResources().getFrameworkResource(
136 resourceInfo.getFirst(), attributeName));
145 String attributeName = resourceInfo.getSecond();
147 return Pair.of(attributeName, mContext.getRenderResources().getProjectResource(
148 resourceInfo.getFirst(), attributeName));
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java400 public void setAttributeValues(String attributeName, float[] data, int components) { argument
401 VertexAttribute attr = getProgramAttribute(attributeName, true);
405 public void setAttributeValues(String attributeName, int vbo, int type, int components, argument
407 VertexAttribute attr = getProgramAttribute(attributeName, true);
/frameworks/base/core/java/android/content/pm/
H A DRegisteredServicesCache.java114 String attributeName, XmlSerializerAndParser<V> serializerAndParser) {
118 mAttributesName = attributeName;
113 RegisteredServicesCache(Context context, String interfaceName, String metaDataName, String attributeName, XmlSerializerAndParser<V> serializerAndParser) argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java530 public static Map<String, Integer> getEnumValues(String attributeName) { argument
532 return sEnumValueMap.get(attributeName);

Completed in 176 milliseconds