HomeSort by relevance Sort by last modified time
    Searched full:attr (Results 201 - 225 of 5293) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Delegator.py 10 attr = getattr(self.delegate, name) # May raise AttributeError
11 setattr(self, name, attr)
12 self.__cache[name] = attr
13 return attr
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Delegator.py 10 attr = getattr(self.delegate, name) # May raise AttributeError
11 setattr(self, name, attr)
12 self.__cache[name] = attr
13 return attr
  /external/clang/test/CodeGen/
ms_struct-bitfield-2.c 4 #define ATTR __attribute__((__ms_struct__))
20 } ATTR;
27 } ATTR;
39 } ATTR;
47 } ATTR;
58 } ATTR;
67 } ATTR;
79 } ATTR;
86 } ATTR;
100 } ATTR;
    [all...]
ms_struct-bitfield.c 4 #define ATTR __attribute__((__ms_struct__))
11 } ATTR t1;
20 } ATTR t2;
31 } ATTR t3;
37 } ATTR t4;
45 } ATTR t5;
53 } ATTR t6;
71 } ATTR t7;
78 } ATTR t8;
108 } ATTR t9
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkXMLParser_tinyxml.cpp 21 const TiXmlAttribute* attr = elem->FirstAttribute(); local
22 while (attr)
24 //printf("walk_elem_attr(%s=\"%s\") ", attr->Name(), attr->Value());
26 parser->addAttribute(attr->Name(), attr->Value());
27 attr = attr->Next();
  /external/skia/src/ports/
SkXMLParser_tinyxml.cpp 21 const TiXmlAttribute* attr = elem->FirstAttribute(); local
22 while (attr)
24 //printf("walk_elem_attr(%s=\"%s\") ", attr->Name(), attr->Value());
26 parser->addAttribute(attr->Name(), attr->Value());
27 attr = attr->Next();
  /packages/apps/Contacts/res/layout/
user_profile_header.xml 22 android:layout_height="?attr/list_item_header_height"
23 android:paddingLeft="?attr/list_item_padding_left"
24 android:paddingRight="?attr/list_item_padding_right"
25 android:paddingStart="?attr/list_item_padding_left"
26 android:paddingEnd="?attr/list_item_padding_right"
42 android:paddingLeft="?attr/list_item_text_indent"
43 android:paddingStart="?attr/list_item_text_indent" />
51 android:textAppearance="?android:attr/textAppearanceSmall"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
xattr.h 13 #define XATTR_CREATE 0x1 /* set value, fail if attr already exists */
14 #define XATTR_REPLACE 0x2 /* set value, fail if attr does not exist */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
xattr.h 13 #define XATTR_CREATE 0x1 /* set value, fail if attr already exists */
14 #define XATTR_REPLACE 0x2 /* set value, fail if attr does not exist */
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.R.attr.html 10 android.R.attr
74 Class android.<A HREF="../../../../reference/android/R.attr.html" target="_top"><font size="+2"><code>R.attr</code></font></A>
87 <A NAME="android.R.attr.allowSingleTap"></A>
88 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#allowSingleTap" target="_top"><code>allowSingleTap</code></A></nobr>
94 <A NAME="android.R.attr.animateOnClick"></A>
95 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#animateOnClick" target="_top"><code>animateOnClick</code></A></nobr>
101 <A NAME="android.R.attr.backgroundDimEnabled"></A>
102 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#backgroundDimEnabled" target="_top"><code>backgroundDimEnabled</code></A></nobr>
108 <A NAME="android.R.attr.bottomOffset"></A
    [all...]
  /development/samples/ActionBarCompat/res/values/
attrs.xml 20 <attr name="actionbarCompatTitleStyle" format="reference" />
21 <attr name="actionbarCompatItemStyle" format="reference" />
22 <attr name="actionbarCompatItemHomeStyle" format="reference" />
23 <attr name="actionbarCompatProgressIndicatorStyle" format="reference" />
27 <attr name="maskDrawable" format="reference" />
28 <attr name="borderDrawable" format="reference" />
  /development/samples/Home/res/values/
attrs.xml 21 <attr name="stackOrientation">
24 </attr>
25 <attr name="marginLeft" format="dimension" />
26 <attr name="marginTop" format="dimension" />
27 <attr name="marginRight" format="dimension" />
28 <attr name="marginBottom" format="dimension" />
  /external/clang/include/clang/AST/
CMakeLists.txt 1 clang_tablegen(Attrs.inc -gen-clang-attr-classes
3 SOURCE ../Basic/Attr.td
6 clang_tablegen(AttrImpl.inc -gen-clang-attr-impl
8 SOURCE ../Basic/Attr.td
11 clang_tablegen(AttrDump.inc -gen-clang-attr-dump
13 SOURCE ../Basic/Attr.td
Attr.h 1 //===--- Attr.h - Classes for representing attributes ----------*- C++ -*-===//
10 // This file defines the Attr interface and subclasses.
40 /// Attr - This represents one attribute.
41 class Attr {
48 /// attribute defined in Attr.td file.
55 virtual ~Attr();
76 Attr(attr::Kind AK, SourceRange R, unsigned SpellingListIndex = 0)
82 attr::Kind getKind() const {
83 return static_cast<attr::Kind>(AttrKind)
    [all...]
  /external/oprofile/libutil++/
xml_output.cpp 52 string init_attr(tag_t attr, size_t value)
57 init_xml_int_attr(attr, value, buf, MAX_XML_BUF);
63 string init_attr(tag_t attr, double value)
68 init_xml_dbl_attr(attr, value, buf, MAX_XML_BUF);
74 string init_attr(tag_t attr, string const & str)
79 init_xml_str_attr(attr, str.c_str(), buf, MAX_XML_BUF);
  /packages/apps/Gallery/res/values/
attrs.xml 18 <attr name="icons" format="reference" />
19 <attr name="modes" format="reference" />
22 <attr name="icons" />
25 <attr name="orientation">
28 </attr>
30 <attr name="keepEndSpace" format="boolean"/>
  /packages/apps/Gallery2/res/values/
filtershow_values_attrs.xml 19 <attr name="android:text"/>
20 <attr name="android:textColor"/>
23 <attr name="max_width" format="dimension" />
26 <attr name="elemSize" format="dimension" />
27 <attr name="elemEndSize" format="dimension" />
30 <attr name="iconSize" format="dimension" />
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_sys_exc.py 12 from ..fixer_util import Attr, Call, Name, Number, Subscript, Node, syms
27 attr = Attr(Name(u"sys"), call)
28 attr[1].children[0].prefix = results["dot"].prefix
29 attr.append(Subscript(index))
30 return Node(syms.power, attr, prefix=node.prefix)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xmllib.py 16 nsdoc = "<foo xmlns='URI' attr='val'/>"
33 def unknown_starttag(self, name, attr):
34 self.name, self.attr = name, attr
41 self.assertEqual(h.attr, {'attr':'val'})
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_sys_exc.py 12 from ..fixer_util import Attr, Call, Name, Number, Subscript, Node, syms
27 attr = Attr(Name(u"sys"), call)
28 attr[1].children[0].prefix = results["dot"].prefix
29 attr.append(Subscript(index))
30 return Node(syms.power, attr, prefix=node.prefix)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xmllib.py 16 nsdoc = "<foo xmlns='URI' attr='val'/>"
33 def unknown_starttag(self, name, attr):
34 self.name, self.attr = name, attr
41 self.assertEqual(h.attr, {'attr':'val'})
  /external/wpa_supplicant_8/src/wps/
wps.c 99 struct wps_parse_attr attr; local
102 if (wps_parse_msg(cfg->assoc_wps_ie, &attr) < 0) {
105 } else if (attr.request_type == NULL) {
111 *attr.request_type);
112 data->request_type = *attr.request_type;
224 struct wps_parse_attr attr; local
227 * In theory, this could also verify that attr.sel_reg_config_methods
233 if (wps_parse_msg(msg, &attr) < 0 ||
234 !attr.selected_registrar || *attr.selected_registrar == 0 |
285 struct wps_parse_attr attr; local
305 struct wps_parse_attr attr; local
377 struct wps_parse_attr attr; local
390 struct wps_parse_attr attr; local
545 struct wps_parse_attr attr; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_save_draw.c 142 GLuint attr; local
155 for (attr = 0; attr < VERT_ATTRIB_FF_MAX; attr++) {
156 save->inputs[attr] = &vbo->currval[VBO_ATTRIB_POS+attr];
158 for (attr = 0; attr < MAT_ATTRIB_MAX; attr++) {
159 save->inputs[VERT_ATTRIB_GENERIC(attr)]
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_save_draw.c 142 GLuint attr; local
155 for (attr = 0; attr < VERT_ATTRIB_FF_MAX; attr++) {
156 save->inputs[attr] = &vbo->currval[VBO_ATTRIB_POS+attr];
158 for (attr = 0; attr < MAT_ATTRIB_MAX; attr++) {
159 save->inputs[VERT_ATTRIB_GENERIC(attr)]
    [all...]
  /frameworks/base/core/res/res/values/
attrs.xml 31 <attr name="colorForeground" format="color" />
33 <attr name="colorForegroundInverse" format="color" />
35 <attr name="colorBackground" format="color" />
42 <attr name="colorBackgroundCacheHint" format="color" />
45 <attr name="colorPressedHighlight" format="color" />
47 <attr name="colorLongPressedHighlight" format="color" />
50 <attr name="colorFocusedHighlight" format="color" />
53 <attr name="colorActivatedHighlight" format="color" />
56 <attr name="colorMultiSelectHighlight" format="color" />
59 <attr name="disabledAlpha" format="float" /
    [all...]

Completed in 1260 milliseconds

1 2 3 4 5 6 7 891011>>