HomeSort by relevance Sort by last modified time
    Searched refs:NAME_TAG (Results 1 - 6 of 6) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterCurvesRepresentation.java 121 writer.name(NAME_TAG);
147 if (NAME_TAG.equals(name)) {
FilterRepresentation.java 50 protected static final String NAME_TAG = "Name";
240 String[][] ret = {{NAME_TAG, getName()}};
261 if (NAME_TAG.equals(rep[i][0])) {
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/mdnsFilter/
VendorConfig.java 48 private static final String NAME_TAG = "name";
270 case NAME_TAG:
271 name = readSimpleTag(context, parser, NAME_TAG, false);
  /external/xmlrpcpp/src/
XmlRpcValue.cpp 41 static const char NAME_TAG[] = "<name>";
522 const std::string name = XmlRpcUtil::parseTag(NAME_TAG, valueXml, offset);
548 xml += NAME_TAG;
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
OCSPResponse.java 143 private static final int NAME_TAG = 1;
293 if (tag == NAME_TAG) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.variables_3.2.400.v20100505.jar 

Completed in 218 milliseconds