Searched defs:attributes (Results 1 - 25 of 428) sorted by last modified time

1234567891011>>

/external/zlib/src/contrib/untgz/
H A Duntgz.c251 /* push file attributes */
268 /* restore file attributes */
397 struct attr_item *attributes = NULL; local
465 push_attr(&attributes,fname,tarmode,tartime);
553 push_attr(&attributes,fname,tarmode,tartime);
570 restore_attr(&attributes);
/external/svox/pico/tts/
H A Dsvox_ssml_parser.cpp103 void SvoxSsmlParser::starttagHandler(void* data, const XML_Char* element, const XML_Char** attributes) argument
105 ((SvoxSsmlParser*)data)->startElement(element, attributes);
108 void SvoxSsmlParser::startElement(const XML_Char* element, const XML_Char** attributes) argument
127 for (int i = 0; attributes[i]; i += 2)
129 if (strcmp(attributes[i], "xml:lang") == 0)
133 m_docLanguage = new char[strlen(attributes[i+1])+1];
135 strcpy(m_docLanguage, attributes[i+1]);
140 else if (strcmp(element, "p") == 0) /* currently no attributes are supported for <p> */
152 else if (strcmp(element, "s") == 0) /* currently no attributes are supported for <s> */
173 for (int i = 0; attributes[
[all...]
/external/skia/src/gpu/gl/mac/
H A DSkNativeGLContext_mac.cpp38 CGLPixelFormatAttribute attributes[] = { local
48 CGLChoosePixelFormat(attributes, &pixFormat, &npix);
/external/skia/src/ports/
H A DSkFontConfigParser_android.cpp72 * Handler for font files. This processes the attributes for language and
75 static void fontFileElementHandler(FamilyData *familyData, const char **attributes) { argument
78 if (attributes) {
80 while (attributes[currentAttributeIndex]) {
81 const char* attributeName = attributes[currentAttributeIndex];
82 const char* attributeValue = attributes[currentAttributeIndex+1];
130 // If it's a file, parse the attributes, then parse the text inside
/external/skia/src/svg/
H A DSkSVGParser.cpp70 const SkSVGAttribute* attributes; local
71 size_t count = element->getAttributes(&attributes);
74 if (strncmp(attributes->fName, attrValue, len) == 0 && strlen(attributes->fName) == len) {
75 SkASSERT(result == (attributes->fOffset -
79 attributes++;
153 if (fCurrElement == NULL) // this signals we should ignore attributes for this element
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/smack/src/com/kenai/jbosh/
H A DBodyParserSAX.java91 final Attributes attributes) {
109 // Read in the attributes, making sure to expand the namespaces
111 for (int idx=0; idx < attributes.getLength(); idx++) {
112 String attrURI = attributes.getURI(idx);
116 String attrLN = attributes.getLocalName(idx);
117 String attrVal = attributes.getValue(idx);
87 startElement( final String uri, final String localName, final String qName, final Attributes attributes) argument
/external/smack/src/org/jivesoftware/smack/
H A DAccountManager.java106 * Returns an unmodifiable collection of the names of the required account attributes.
107 * All attributes must be set when creating new accounts. The standard set of possible
108 * attributes are as follows: <ul>
124 * Typically, servers require no attributes when creating new accounts, or just
127 * @return the required account attributes.
134 Map<String, String> attributes = info.getAttributes();
135 if (attributes != null) {
136 return Collections.unmodifiableSet(attributes.keySet());
187 * require a number of extra account attributes such as an email address and phone
189 * attributes wit
220 createAccount(String username, String password, Map<String, String> attributes) argument
[all...]
/external/smack/src/org/jivesoftware/smack/packet/
H A DRegistration.java31 * existing account information. XMPP servers may require a number of attributes to be set
32 * when creating a new account. The standard account attributes are as follows:
54 private Map<String, String> attributes = new HashMap<String,String>(); field in class:Registration
80 * Returns the map of String key/value pairs of account attributes.
82 * @return the account attributes.
85 return attributes;
89 * Sets the account attributes. The map must only contain String key/value pairs.
91 * @param attributes the account attributes.
93 public void setAttributes(Map<String, String> attributes) { argument
[all...]
/external/skia/src/animator/
H A DSkScriptTokenizer.cpp1062 const OperatorAttributes* attributes = &gOpAttributes[op]; local
1072 if (attributes->fLeftType != SkOperand2::kNoType) {
1080 attributes = &gOpAttributes[op];
1084 if (value1.fType == SkOperand2::kObject && (value1.fType & attributes->fLeftType) == 0) {
1089 if (value2.fType == SkOperand2::kObject && (value2.fType & attributes->fLeftType) == 0) {
1093 if (attributes->fLeftType != SkOperand2::kNoType) {
1095 if ((attributes->fLeftType & SkOperand2::kString) && attributes->fBias & kTowardsString &&
1105 } else if (attributes->fLeftType & SkOperand2::kScalar && ((value1.fType | value2.fType) &
1113 if ((value1.fType & attributes
[all...]
/external/robolectric/lib/main/
H A Dandroid.jar ... public abstract void start (org.xml.sax.Attributes) } android/sax/TextElementListener.class TextElementListener.java package android ...
H A Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Djavassist-3.14.0-GA.jar ... bytecode.ExceptionTable exceptions private java.util.ArrayList attributes public void " href="/5.0.0_r2/s? ...
H A Djson-20080701.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/json/ org/json/CDL.class CDL. ...
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
H A DMenuLoader.java55 NamedNodeMap attributes = node.getAttributes();
57 if (attributes != null) {
58 int length = attributes.getLength();
60 Node attr = attributes.item(i);
107 Map<String, String> attributes, Menu root) {
113 if (attributes != null) {
114 for (Map.Entry<String, String> entry : attributes.entrySet()) {
116 menuNode.attributes.put(entry.getKey(),
131 private final TestAttributeSet attributes; field in class:MenuLoader.MenuNode
135 public MenuNode(String name, Map<String, String> attributes) { argument
106 inflateMenu(Context context, String key, Map<String, String> attributes, Menu root) argument
[all...]
H A DPreferenceLoader.java49 NamedNodeMap attributes = node.getAttributes();
52 if (attributes != null) {
53 int length = attributes.getLength();
55 Node attr = attributes.item(i);
85 private final Map<String, String> attributes; field in class:PreferenceLoader.PreferenceNode
89 public PreferenceNode(String name, Map<String, String> attributes) { argument
91 this.attributes = attributes;
128 TestAttributeSet attributeSet = new TestAttributeSet(attributes);
H A DViewLoader.java59 NamedNodeMap attributes = node.getAttributes();
61 if (attributes != null) {
62 int length = attributes.getLength();
64 Node attr = attributes.item(i);
70 parent.attributes.put("android:focus", "true");
92 private View inflateView(Context context, String layoutName, Map<String, String> attributes, View parent) { argument
98 if (attributes != null) {
99 for (Map.Entry<String, String> entry : attributes.entrySet()) {
101 viewNode.attributes.put(entry.getKey(), entry.getValue());
150 private final Map<String, String> attributes; field in class:ViewLoader.ViewNode
156 ViewNode(String name, Map<String, String> attributes, boolean isSystem) argument
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/util/
H A DTestAttributeSet.java12 Map<String, String> attributes = new HashMap<String, String>(); field in class:TestAttributeSet
19 * Names of attributes to be validated for i18n-safe values.
32 public TestAttributeSet(Map<String, String> attributes, ResourceExtractor resourceExtractor, argument
34 this.attributes = attributes;
41 public TestAttributeSet(Map<String, String> attributes) { argument
42 this.attributes = attributes;
49 attributes.put(name, value);
186 if (attributes
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
H A DTestAttributeSetTest.java21 private HashMap<String, String> attributes; field in class:TestAttributeSetTest
26 attributes = new HashMap<String, String>();
35 attributes.put("android:id", "@android:id/text1");
36 TestAttributeSet testAttributeSet = new TestAttributeSet(attributes, resourceExtractor, null, null, false);
42 attributes.put("id", "@id/text1");
43 TestAttributeSet testAttributeSet = new TestAttributeSet(attributes, resourceExtractor, null, null, false);
49 attributes.put("id", "@null");
50 TestAttributeSet testAttributeSet = new TestAttributeSet(attributes, resourceExtractor, null, null, false);
56 attributes.put("android:id", "@+id/text1");
58 TestAttributeSet testAttributeSet = new TestAttributeSet(attributes, resourceExtracto
[all...]
/external/protobuf/gtest/src/
H A Dgtest-filepath.cc174 const DWORD attributes = GetFileAttributes(unicode); local
176 return attributes != kInvalidFileAttributes;
198 const DWORD attributes = GetFileAttributes(unicode); local
200 if ((attributes != kInvalidFileAttributes) &&
201 (attributes & FILE_ATTRIBUTE_DIRECTORY)) {
H A Dgtest.cc3017 // delimited XML attributes based on the property key="value" pairs.
3019 // to delimit this attribute from prior attributes.
3265 // delimited XML attributes based on the property key="value" pairs.
3268 Message attributes; local
3271 attributes << " " << property.key() << "="
3274 return attributes.GetString();

Completed in 393 milliseconds

1234567891011>>