HomeSort by relevance Sort by last modified time
    Searched refs:atts (Results 1 - 25 of 207) sorted by null

1 2 3 4 5 6 7 8 9

  /frameworks/base/core/java/android/content/
DefaultDataHandler.java 99 private void parseRow(Attributes atts) throws SAXException {
100 String uriStr = atts.getValue(URI_STR);
107 atts.getValue(URI_STR) + " parsing failure");
112 String postfix = atts.getValue(POSTFIX);
134 Attributes atts) throws SAXException {
149 parseRow(atts);
152 int attrLen = atts.getLength();
157 parseRow(atts);
161 int attrLen = atts.getLength();
165 String key = atts.getValue(0)
    [all...]
  /frameworks/av/media/libmedia/
MediaProfiles.cpp 171 MediaProfiles::createVideoCodec(const char **atts, MediaProfiles *profiles)
173 CHECK(!strcmp("codec", atts[0]) &&
174 !strcmp("bitRate", atts[2]) &&
175 !strcmp("width", atts[4]) &&
176 !strcmp("height", atts[6]) &&
177 !strcmp("frameRate", atts[8]));
180 const int codec = findTagForName(sVideoEncoderNameMap, nMappings, atts[1]);
185 atoi(atts[3]), atoi(atts[5]), atoi(atts[7]), atoi(atts[9]))
    [all...]
  /external/webrtc/webrtc/libjingle/xmllite/
xmlbuilder.cc 36 const char * name, const char ** atts) {
43 if (!*atts)
48 while (*atts) {
49 QName attName(pctx->ResolveQName(*atts, true));
64 pelNew->AddAttr(attName, std::string(*(atts + 1)));
65 atts += 2;
73 const char * name, const char ** atts) {
74 XmlElement * pelNew = BuildElement(pctx, name, atts);
xmlbuilder.h 36 const char * name, const char ** atts);
38 const char * name, const char ** atts);
xmlparser.h 45 const char * name, const char ** atts) = 0;
64 void ExpatStartElement(const char * name, const char ** atts);
  /libcore/luni/src/main/java/org/xml/sax/helpers/
AttributeListImpl.java 37 * public void startElement (String name, AttributeList atts)
41 * myatts = new AttributeListImpl(atts);
91 * @param atts The attribute list to copy
94 public AttributeListImpl (AttributeList atts)
96 setAttributeList(atts);
113 * @param atts The attribute list to copy.
115 public void setAttributeList (AttributeList atts)
117 int count = atts.getLength();
122 addAttribute(atts.getName(i), atts.getType(i), atts.getValue(i))
    [all...]
AttributesImpl.java 72 * @param atts The existing Attributes object.
74 public AttributesImpl (Attributes atts)
76 setAttributes(atts);
346 * @param atts The attributes to copy.
348 public void setAttributes (Attributes atts)
351 length = atts.getLength();
355 data[i*5] = atts.getURI(i);
356 data[i*5+1] = atts.getLocalName(i);
357 data[i*5+2] = atts.getQName(i);
358 data[i*5+3] = atts.getType(i)
    [all...]
  /hardware/intel/common/utils/ISV/profile/
isv_profile.cpp 179 void ISVProfile::getConfigData(const char *name, const char **atts)
186 if (strcmp(atts[attIndex], "name") == 0) {
187 if (getFilterID(atts[attIndex + 1]) == 0) {
188 ALOGE("Couldn't parase the filter %s\n", atts[attIndex+1]);
195 if (!strcmp(atts[attIndex], "value") && !strcmp(atts[attIndex + 1], "true"))
201 if (mCurrentFilter && !strcmp(atts[attIndex], "value")) {
202 if (!strcmp(atts[attIndex + 1], "0"))
204 else if (!strcmp(atts[attIndex + 1], "FFFFFFFF"))
207 mConfigs[mCurrentFilter].minResolution = getResolution(atts[attIndex + 1])
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/ext/
Attributes2Impl.java 65 * @param atts The existing Attributes object.
67 public Attributes2Impl (Attributes atts)
69 super (atts);
192 * @param atts The attributes to copy.
196 public void setAttributes (Attributes atts)
198 int length = atts.getLength ();
200 super.setAttributes (atts);
204 if (atts instanceof Attributes2) {
205 Attributes2 a2 = (Attributes2) atts;
212 declared [i] = !"CDATA".equals (atts.getType (i))
    [all...]
  /hardware/intel/common/utils/ISV/include/
isv_profile.h 105 static void startElement(void *userData, const char *name, const char **atts);
109 void getConfigData(const char *name, const char **atts);
110 void handleFilterParameter(const char *name, const char **atts);
111 void handleCommonParameter(const char *name, const char **atts);
  /libcore/luni/src/main/java/org/xml/sax/
DocumentHandler.java 125 * @param atts The attributes attached to the element, if any.
131 public abstract void startElement (String name, AttributeList atts)
  /external/webrtc/webrtc/libjingle/xmpp/
xmppstanzaparser.cc 41 XmlParseContext * pctx, const char * name, const char ** atts) {
43 XmlElement * pelStream = XmlBuilder::BuildElement(pctx, name, atts);
53 builder_.StartElement(pctx, name, atts);
xmppstanzaparser.h 43 const char * name, const char ** atts)
44 { outer_->IncomingStartElement(pctx, name, atts); }
61 const char * name, const char ** atts);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
AttributesTest.java 150 Attributes atts = new Attributes(); local
151 assertNull("Assert 0: ", atts.put(Attributes.Name.CLASS_PATH, "tools.jar"));
152 assertNull("Assert 1: ", atts.put(Attributes.Name.MANIFEST_VERSION, "1"));
154 atts2.putAll(atts);
158 atts.putAll(Collections.EMPTY_MAP);
227 Attributes atts = new Attributes(); local
228 assertNull("Assert 0: ", atts.put(Attributes.Name.CLASS_PATH, "tools.jar"));
229 assertEquals("Assert 1: ", "tools.jar", atts.getValue(Attributes.Name.CLASS_PATH));
232 atts.put("not a name", "value");
238 atts.put(Attributes.Name.CLASS_PATH, Boolean.TRUE)
    [all...]
  /hardware/intel/common/utils/media_resource_manager/arbitrator/
MediaResourceArbitrator.cpp 444 const char **atts) {
450 if (strcmp(atts[attIndex], "name") == 0) {
451 ALOGV("Parsing codec %s", atts[attIndex+1]);
459 if (strcmp(atts[attIndex], "value") == 0) {
462 MapCodecTypeFromName((const char*)atts[attIndex+1]);
469 if (mIfParsingCodec && !strcmp(atts[attIndex], "value")) {
470 if (!strcmp(atts[attIndex + 1], "false"))
480 if (mIfParsingCodec && !strcmp(atts[attIndex], "value")) {
481 if (!strcmp(atts[attIndex + 1], "false"))
492 if (strcmp(atts[attIndex], "value") == 0)
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
ElementType.java 150 public AttributesImpl atts() {return theAtts;} method in class:ElementType
183 @param atts The AttributesImpl object
189 public void setAttribute(AttributesImpl atts, String name, String type, String value) {
196 int i = atts.getIndex(name);
201 atts.addAttribute(namespace, localName, name, type, value);
204 if (type == null) type = atts.getType(i);
206 atts.setAttribute(i, namespace, localName, name, type, value);
AttributesImpl.java 80 * @param atts The existing Attributes object.
82 public AttributesImpl (Attributes atts)
84 setAttributes(atts);
354 * @param atts The attributes to copy.
356 public void setAttributes (Attributes atts)
359 length = atts.getLength();
363 data[i*5] = atts.getURI(i);
364 data[i*5+1] = atts.getLocalName(i);
365 data[i*5+2] = atts.getQName(i);
366 data[i*5+3] = atts.getType(i)
    [all...]
  /frameworks/av/include/media/
MediaProfiles.h 341 static output_format createEncoderOutputFileFormat(const char **atts);
342 static VideoCodec* createVideoCodec(const char **atts, MediaProfiles *profiles);
343 static AudioCodec* createAudioCodec(const char **atts, MediaProfiles *profiles);
344 static AudioDecoderCap* createAudioDecoderCap(const char **atts);
345 static VideoDecoderCap* createVideoDecoderCap(const char **atts);
346 static VideoEncoderCap* createVideoEncoderCap(const char **atts);
347 static AudioEncoderCap* createAudioEncoderCap(const char **atts);
350 int cameraId, const char **atts, Vector<int>& cameraIds);
352 static int getCameraId(const char **atts);
354 void addStartTimeOffset(int cameraId, const char **atts);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerTrace.java 121 * @param atts The SAX attribute list.
123 public void fireGenerateEvent(int eventType, String name, Attributes atts);
AttributesImplSerializer.java 188 * @param atts the attributes to copy into these attributes.
192 public final void setAttributes(Attributes atts)
195 super.setAttributes(atts);
200 int numAtts = atts.getLength();
  /external/eyes-free/AccessCheck/src/com/android/accessibility/
AccessibilityValidationContentHandler.java 115 Attributes atts) {
136 for (int i = 0; i < atts.getLength(); i++) {
137 String currentAttribute = atts.getLocalName(i).toLowerCase();
144 extendedOutput.append("|src=" + atts.getValue(i));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
VersionTrackerTask.java 104 Attributes atts) {
106 String element = atts.getValue("id");
127 Attributes atts) {
130 String element = atts.getValue("id");
131 String version = atts.getValue("version");
  /libcore/luni/src/test/java/libcore/xml/
ExpatSaxParserTest.java 230 Attributes atts) throws SAXException {
247 // Check atts.
248 assertEquals(1, atts.getLength());
250 assertSame("", atts.getURI(0));
251 assertSame("a", atts.getLocalName(0));
252 assertEquals("b", atts.getValue(0));
253 assertEquals(0, atts.getIndex("", "a"));
254 assertEquals("b", atts.getValue("", "a"));
272 // Check atts.
273 assertEquals(2, atts.getLength())
    [all...]
SimpleParserTest.java 106 public void startElement(String uri, String localName, String qName, Attributes atts) {
118 for (int i = 0; i < atts.getLength(); i++) {
119 attributes1.put(atts.getLocalName(i), atts.getValue(i));
132 for (int i = 0; i < atts.getLength(); i++) {
133 attributes2.put(atts.getQName(i), atts.getValue(i));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/tools/
TestVersionTracker.java 75 Attributes atts) {
77 String element = atts.getValue("id");
78 String version = atts.getValue("version");

Completed in 402 milliseconds

1 2 3 4 5 6 7 8 9