/external/libxml2/test/relaxng/ |
tutorA.rng | 18 <ref name="common-atts"/> 22 <ref name="common-atts"/> 37 <ref name="common-atts"/> 41 <ref name="common-atts"/> 45 <ref name="common-atts"/> 49 <ref name="common-atts"/> 53 <ref name="common-atts"/> 57 <ref name="common-atts"/> 61 <ref name="common-atts"/> 65 <ref name="common-atts"/> [all...] |
/frameworks/av/media/libmedia/ |
MediaProfiles.cpp | 173 MediaProfiles::createVideoCodec(const char **atts, MediaProfiles *profiles) 175 CHECK(!strcmp("codec", atts[0]) && 176 !strcmp("bitRate", atts[2]) && 177 !strcmp("width", atts[4]) && 178 !strcmp("height", atts[6]) && 179 !strcmp("frameRate", atts[8])); 182 const int codec = findTagForName(sVideoEncoderNameMap, nMappings, atts[1]); 187 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);
|
/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...] |
/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...] |
/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/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...] |
/external/expat/examples/ |
elements.c | 26 startElement(void *userData, const char *name, const char **atts) 30 (void)atts;
|
/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/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...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/ |
PeripheralProfile.java | 174 public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException { 176 mProfileName = atts.getValue(kAttr_ProfileName); 177 mProfileDescription = atts.getValue(kAttr_ProfileDescription); 178 mProductName = atts.getValue(kAttr_Product); 181 parseProfileAttributes(mOutputAttributes, localName, atts); 184 parseProfileAttributes(mInputAttributes, localName, atts); 187 parseProfileButtons(mButtonAttributes, localName, atts);
|
/libcore/luni/src/test/java/libcore/xml/ |
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));
|
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...] |
/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");
|
/frameworks/av/media/libmedia/include/media/ |
MediaProfiles.h | 370 static output_format createEncoderOutputFileFormat(const char **atts); 371 static VideoCodec* createVideoCodec(const char **atts, MediaProfiles *profiles); 372 static AudioCodec* createAudioCodec(const char **atts, MediaProfiles *profiles); 373 static AudioDecoderCap* createAudioDecoderCap(const char **atts); 374 static VideoDecoderCap* createVideoDecoderCap(const char **atts); 375 static VideoEncoderCap* createVideoEncoderCap(const char **atts); 376 static AudioEncoderCap* createAudioEncoderCap(const char **atts); 379 int cameraId, const char **atts, Vector<int>& cameraIds); 381 static int getCameraId(const char **atts); 383 void addStartTimeOffset(int cameraId, const char **atts); [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/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/ |
MockHandler.java | 97 public void startElement(String name, AttributeList atts) throws SAXException { 98 logger.add("startElement", name, atts); 101 public void startElement(String uri, String localName, String name, Attributes atts) 103 logger.add("startElement", uri, localName, name, atts);
|
/libcore/luni/src/main/java/org/xml/sax/ |
AttributeList.java | 39 * public void startElement (String name, AttributeList atts) { 40 * for (int i = 0; i < atts.getLength(); i++) { 41 * String name = atts.getName(i); 42 * String type = atts.getType(i); 43 * String value = atts.getValue(i); 56 * public void startElement (String name, AttributeList atts) { 57 * String identifier = atts.getValue("id"); 58 * String label = atts.getValue("label");
|
/packages/apps/Email/tests/src/com/android/email/provider/ |
PolicyTests.java | 131 ArrayList<Attachment> atts = new ArrayList<Attachment>(); local 133 atts.add(att1); 135 atts.add(att2); 136 msg1.mAttachments = atts; 140 atts.clear(); 142 atts.add(att3); 144 atts.add(att4); 145 msg2.mAttachments = atts;
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
PYXWriter.java | 177 Attributes atts) throws SAXException { 181 int length = atts.getLength(); 183 qname = atts.getQName(i); 184 if (qname.length() == 0) qname = atts.getLocalName(i); 186 // theWriter.print(atts.getType(i)); // DEBUG 189 theWriter.println(atts.getValue(i));
|
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);
|
/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...] |
/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");
|