HomeSort by relevance Sort by last modified time
    Searched refs:attr (Results 301 - 325 of 828) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/test/java/libcore/java/text/
OldNumberFormatFieldTest.java 76 protected MyNumberFormat(String attr) {
77 super(attr);
  /external/webkit/WebCore/html/
HTMLInputElement.cpp 1065 void HTMLInputElement::parseMappedAttribute(MappedAttribute *attr)
1067 if (attr->name() == nameAttr) {
1069 m_data.setName(attr->value());
1071 HTMLFormControlElementWithState::parseMappedAttribute(attr);
1072 } else if (attr->name() == autocompleteAttr) {
1073 if (equalIgnoringCase(attr->value(), "off")) {
1079 if (attr->isEmpty())
1087 } else if (attr->name() == typeAttr) {
1088 setInputType(attr->value());
1089 } else if (attr->name() == valueAttr)
    [all...]
  /external/webkit/WebCore/svg/
SVGTextContentElement.cpp 485 void SVGTextContentElement::parseMappedAttribute(MappedAttribute* attr)
487 if (attr->name() == SVGNames::lengthAdjustAttr) {
488 if (attr->value() == "spacing")
490 else if (attr->value() == "spacingAndGlyphs")
492 } else if (attr->name() == SVGNames::textLengthAttr) {
493 setTextLengthBaseValue(SVGLength(LengthModeOther, attr->value()));
497 if (SVGTests::parseMappedAttribute(attr))
499 if (SVGLangSpace::parseMappedAttribute(attr)) {
500 if (attr->name().matches(XMLNames::spaceAttr)) {
503 if (attr->value() == preserveString
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/
BaseLayout.groovy 110 def attr = element.getAttribute(ANDROID_URI, ATTR_ID);
111 if (attr != null) {
112 String id = attr.getValue();
227 for (attr in oldElement.getAttributes()) {
228 String uri = attr.getUri();
229 String name = attr.getName();
230 String value = attr.getValue();
  /external/quake/quake/src/WinQuake/
quake-rogue.spec.sh 96 %attr(644,root,root) $3/rogue/pak0.pak
97 %attr(644,root,root) $3/rogue/docs/manual.doc
98 %attr(644,root,root) $3/rogue/docs/manual.htm
99 %attr(644,root,root) $3/rogue/docs/manual.txt
100 %attr(644,root,root) $3/rogue/docs/readme.doc
101 %attr(644,root,root) $3/rogue/docs/readme.htm
102 %attr(644,root,root) $3/rogue/docs/readme.txt
103 %attr(644,root,root) $3/rogue/docs/ctf.doc
104 %attr(644,root,root) $3/rogue/docs/ctf.htm
105 %attr(644,root,root) $3/rogue/docs/ctf.tx
    [all...]
  /external/skia/src/ports/
SkXMLParser_expat.cpp 46 static void XMLCALL start_proc(void *data, const char *el, const char **attr)
57 while (*attr)
59 const char* attr0 = attr[0];
60 const char* attr1 = attr[1];
73 attr += 2;
SkXMLPullParser_expat.cpp 62 static void XMLCALL start_proc(void *data, const char *el, const char **attr)
70 int n = count_pairs(attr);
78 info[i].fName = dupstr(alloc, attr[0], strlen(attr[0]));
79 info[i].fValue = dupstr(alloc, attr[1], strlen(attr[1]));
80 attr += 2;
  /external/webkit/WebCore/dom/
Attr.cpp 24 #include "Attr.h"
36 inline Attr::Attr(Element* element, Document* document, PassRefPtr<Attribute> attribute)
43 ASSERT(!m_attribute->attr());
47 PassRefPtr<Attr> Attr::create(Element* element, Document* document, PassRefPtr<Attribute> attribute)
49 RefPtr<Attr> attr = adoptRef(new Attr(element, document, attribute)); local
50 attr->createTextChild()
    [all...]
  /external/wpa_supplicant/
eap_sake.c 161 struct eap_sake_parse_attr attr; local
172 if (eap_sake_parse_attributes(payload, payload_len, &attr))
175 if (!attr.perm_id_req && !attr.any_id_req) {
208 struct eap_sake_parse_attr attr; local
223 if (eap_sake_parse_attributes(payload, payload_len, &attr))
226 if (!attr.rand_s) {
232 os_memcpy(data->rand_s, attr.rand_s, EAP_SAKE_RAND_LEN);
246 if (attr.serverid) {
248 attr.serverid, attr.serverid_len)
309 struct eap_sake_parse_attr attr; local
    [all...]
eap_sim_common.h 142 struct eap_sim_attrs *attr, int aka, int encr);
145 struct eap_sim_attrs *attr, int aka);
154 u8 * eap_sim_msg_add_full(struct eap_sim_msg *msg, u8 attr,
156 u8 * eap_sim_msg_add(struct eap_sim_msg *msg, u8 attr,
158 u8 * eap_sim_msg_add_mac(struct eap_sim_msg *msg, u8 attr);
  /libcore/luni/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
MockAbstractPreferences.java 37 Properties attr = new Properties(); field in class:MockAbstractPreferences
143 return result == returnNull ? null : attr.getProperty(key);
149 Set<Object> keys = attr.keySet();
164 attr.put(name, value);
182 attr.remove(key);
  /external/bluetooth/glib/gthread/
gthread-posix.c 311 pthread_attr_t attr; local
318 posix_check_cmd (pthread_attr_init (&attr));
326 pthread_attr_setstacksize (&attr, stack_size);
334 pthread_attr_setscope (&attr, PTHREAD_SCOPE_SYSTEM);
338 posix_check_cmd (pthread_attr_setdetachstate (&attr,
346 posix_check_cmd (pthread_attr_getschedparam (&attr, &sched));
348 posix_check_cmd_prio (pthread_attr_setschedparam (&attr, &sched));
352 (pthread_attr_setprio (&attr, g_thread_priority_map [priority]));
355 ret = posix_error (pthread_create (thread, &attr,
358 posix_check_cmd (pthread_attr_destroy (&attr));
    [all...]
  /external/strace/
ipc.c 409 struct mq_attr attr;
412 if (umove(tcp, tcp->u_arg[3], &attr) < 0)
416 attr.mq_maxmsg, attr.mq_msgsize);
468 struct mq_attr attr;
469 if (umove(tcp, addr, &attr) < 0) {
474 printflags(openmodes, attr.mq_flags + 1, "O_???");
476 attr.mq_maxmsg, attr.mq_msgsize, attr.mq_curmsgs)
    [all...]
  /external/libxml2/
c14n.c 705 xmlAttrPtr attr; local
790 for(attr = cur->properties; attr != NULL; attr = attr->next) {
796 if((attr->ns != NULL) && !xmlC14NIsXmlNs(attr->ns) && xmlC14NIsVisible(ctx, attr, cur)) {
797 already_rendered = xmlExcC14NVisibleNsStackFind(ctx->ns_rendered, attr->ns, ctx);
798 xmlC14NVisibleNsStackAdd(ctx->ns_rendered, attr->ns, cur);
980 xmlAttrPtr attr; local
    [all...]
  /bionic/libc/kernel/common/linux/
device.h 62 struct attribute attr; member in struct:bus_attribute
88 struct attribute attr; member in struct:driver_attribute
120 struct attribute attr; member in struct:class_attribute
128 struct attribute attr; member in struct:class_device_attribute
163 struct attribute attr; member in struct:device_attribute
164 ssize_t (*show)(struct device *dev, struct device_attribute *attr,
166 ssize_t (*store)(struct device *dev, struct device_attribute *attr,
  /development/ndk/platforms/android-3/include/linux/
device.h 62 struct attribute attr; member in struct:bus_attribute
88 struct attribute attr; member in struct:driver_attribute
120 struct attribute attr; member in struct:class_attribute
128 struct attribute attr; member in struct:class_device_attribute
163 struct attribute attr; member in struct:device_attribute
164 ssize_t (*show)(struct device *dev, struct device_attribute *attr,
166 ssize_t (*store)(struct device *dev, struct device_attribute *attr,
  /external/icu4c/test/intltest/
simplethread.cpp 360 static pthread_attr_t attr; local
369 rc = pthread_attr_create(&attr);
372 rc = pthread_create(&(imp->fThread),attr,&SimpleThreadProc,(void*)this);
375 rc = pthread_attr_init(&attr);
379 //threads created with this attr to be in
383 pthread_attr_setdetachstate(&attr, &detachstate);
386 // pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED);
387 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_JOINABLE);
391 rc = pthread_create(&(imp->fThread),&attr,&SimpleThreadProc,(void*)this);
  /external/qemu/elff/
dwarf_cu.h 129 * attr - Attribute list inside the mapped .debug_info section of the ELF
138 const Elf_Byte* process_attrib(const Elf_Byte* attr,
166 DIEAttrib attr; local
167 return cu_die()->get_attrib(DW_AT_comp_dir, &attr) ? attr.value()->str :
178 DIEAttrib attr; local
179 return cu_die()->get_attrib(DW_AT_name, &attr) ? attr.value()->str :
  /external/svox/pico/lib/
picodbg.c 148 static int picodbg_setTextAttr(FILE *stream, int attr)
165 SetConsoleTextAttribute(hConsole, (WORD) attr);
175 static int picodbg_setTextAttr(FILE *stream, int attr)
179 if (attr == -1) {
181 } else switch (attr) {
206 static int picodbg_setTextAttr(FILE *stream, int attr)
210 (void) attr;
  /external/webkit/WebCore/loader/
ImageLoader.cpp 146 AtomicString attr = m_element->getAttribute(m_element->imageSourceAttributeName());
148 if (attr == m_failedLoadURL)
156 if (!(attr.isNull() || (attr.isEmpty() && document->baseURI().isLocalFile()))) {
159 newImage = new CachedImage(sourceURI(attr));
164 newImage = document->docLoader()->requestImage(sourceURI(attr));
168 m_failedLoadURL = !newImage ? attr : AtomicString();
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
device.h 62 struct attribute attr; member in struct:bus_attribute
88 struct attribute attr; member in struct:driver_attribute
120 struct attribute attr; member in struct:class_attribute
128 struct attribute attr; member in struct:class_device_attribute
163 struct attribute attr; member in struct:device_attribute
164 ssize_t (*show)(struct device *dev, struct device_attribute *attr,
166 ssize_t (*store)(struct device *dev, struct device_attribute *attr,
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
device.h 62 struct attribute attr; member in struct:bus_attribute
88 struct attribute attr; member in struct:driver_attribute
120 struct attribute attr; member in struct:class_attribute
128 struct attribute attr; member in struct:class_device_attribute
163 struct attribute attr; member in struct:device_attribute
164 ssize_t (*show)(struct device *dev, struct device_attribute *attr,
166 ssize_t (*store)(struct device *dev, struct device_attribute *attr,
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
device.h 62 struct attribute attr; member in struct:bus_attribute
88 struct attribute attr; member in struct:driver_attribute
120 struct attribute attr; member in struct:class_attribute
128 struct attribute attr; member in struct:class_device_attribute
163 struct attribute attr; member in struct:device_attribute
164 ssize_t (*show)(struct device *dev, struct device_attribute *attr,
166 ssize_t (*store)(struct device *dev, struct device_attribute *attr,
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
device.h 62 struct attribute attr; member in struct:bus_attribute
88 struct attribute attr; member in struct:driver_attribute
120 struct attribute attr; member in struct:class_attribute
128 struct attribute attr; member in struct:class_device_attribute
163 struct attribute attr; member in struct:device_attribute
164 ssize_t (*show)(struct device *dev, struct device_attribute *attr,
166 ssize_t (*store)(struct device *dev, struct device_attribute *attr,
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
device.h 62 struct attribute attr; member in struct:bus_attribute
88 struct attribute attr; member in struct:driver_attribute
120 struct attribute attr; member in struct:class_attribute
128 struct attribute attr; member in struct:class_device_attribute
163 struct attribute attr; member in struct:device_attribute
164 ssize_t (*show)(struct device *dev, struct device_attribute *attr,
166 ssize_t (*store)(struct device *dev, struct device_attribute *attr,

Completed in 1312 milliseconds

<<11121314151617181920>>