HomeSort by relevance Sort by last modified time
    Searched refs:attrs (Results 2226 - 2250 of 4096) sorted by null

<<81828384858687888990>>

  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 95 public VerticalTextSpinner(Context context, AttributeSet attrs) {
96 this(context, attrs, 0);
99 public VerticalTextSpinner(Context context, AttributeSet attrs, int defStyle) {
100 super(context, attrs, defStyle);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SearchActivityView.java 83 public SearchActivityView(Context context, AttributeSet attrs) {
84 super(context, attrs);
87 public SearchActivityView(Context context, AttributeSet attrs, int defStyle) {
88 super(context, attrs, defStyle);
  /packages/apps/Settings/src/com/android/settings/location/
SettingsInjector.java 176 AttributeSet attrs = Xml.asAttributeSet(parser); local
191 return parseAttributes(si.packageName, si.name, userHandle, res, attrs);
206 UserHandle userHandle, Resources res, AttributeSet attrs) {
208 TypedArray sa = res.obtainAttributes(attrs, android.R.styleable.SettingInjectorService);
  /packages/apps/TV/src/com/android/tv/guide/
ProgramGrid.java 111 public ProgramGrid(Context context, AttributeSet attrs) {
112 this(context, attrs, 0);
115 public ProgramGrid(Context context, AttributeSet attrs, int defStyle) {
116 super(context, attrs, defStyle);
ProgramItemView.java 175 public ProgramItemView(Context context, AttributeSet attrs) {
176 this(context, attrs, 0);
179 public ProgramItemView(Context context, AttributeSet attrs, int defStyle) {
180 super(context, attrs, defStyle);
  /packages/apps/TV/src/com/android/tv/ui/
KeypadChannelSwitchView.java 107 public KeypadChannelSwitchView(Context context, AttributeSet attrs) {
108 this(context, attrs, 0);
111 public KeypadChannelSwitchView(Context context, AttributeSet attrs, int defStyleAttr) {
112 super(context, attrs, defStyleAttr);
SelectInputView.java 141 public SelectInputView(Context context, AttributeSet attrs) {
142 this(context, attrs, 0);
145 public SelectInputView(Context context, AttributeSet attrs, int defStyleAttr) {
146 super(context, attrs, defStyleAttr);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeableListView.java 85 public SwipeableListView(Context context, AttributeSet attrs) {
86 this(context, attrs, -1);
89 public SwipeableListView(Context context, AttributeSet attrs, int defStyle) {
90 super(context, attrs, defStyle);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
c-tree.h 272 tree attrs; member in struct:c_declspecs
403 tree attrs; member in struct:c_declarator::__anon50173::__anon50174
412 tree attrs; member in union:c_declarator::__anon50173
429 tree attrs; member in struct:c_parm
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
expatreader.py 303 def start_element(self, name, attrs):
304 self._cont_handler.startElement(name, AttributesImpl(attrs))
309 def start_element_ns(self, name, attrs):
322 for (aname, value) in attrs.items():
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
expatreader.py 303 def start_element(self, name, attrs):
304 self._cont_handler.startElement(name, AttributesImpl(attrs))
309 def start_element_ns(self, name, attrs):
322 for (aname, value) in attrs.items():
  /prebuilts/go/darwin-x86/src/syscall/
syscall_linux_test.go 107 attrs := syscall.SysProcAttr{
113 cmd.SysProcAttr = &attrs
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/
address_test.go 15 attrs uint
92 as, err := parseAddrs(tt.attrs, tt.fn, tt.b)
  /prebuilts/go/linux-x86/src/syscall/
syscall_linux_test.go 107 attrs := syscall.SysProcAttr{
113 cmd.SysProcAttr = &attrs
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/
address_test.go 15 attrs uint
92 as, err := parseAddrs(tt.attrs, tt.fn, tt.b)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
expatreader.py 303 def start_element(self, name, attrs):
304 self._cont_handler.startElement(name, AttributesImpl(attrs))
309 def start_element_ns(self, name, attrs):
322 for (aname, value) in attrs.items():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
expatreader.py 303 def start_element(self, name, attrs):
304 self._cont_handler.startElement(name, AttributesImpl(attrs))
309 def start_element_ns(self, name, attrs):
322 for (aname, value) in attrs.items():
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java 187 String attrs = type.getDefaultAttrs(mValues.project, root); local
189 return createXmlFile(file, xmlns, root, attrs, child, type.getResFolderType());
329 String attrs = type.getDefaultAttrs(project, root); local
330 return createXmlFile(file, xmlns, root, attrs, null, folderType);
  /build/make/tools/droiddoc/templates-ndk/
class.cs 32 <?cs if:subcount(cl.attrs) ?>
45 <?cs if:subcount(class.attrs) ?>
46 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#lattrs">XML Attrs</a>
50 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
244 <?cs def:write_attr_summary(attrs, included) ?>
251 <?cs each:attr=attrs ?>
292 || subcount(class.attrs)
314 <?cs if:subcount(class.attrs) ?>
317 <?cs call:write_attr_summary(class.attrs, 1) ?>
320 <?cs # if there are inherited attrs, write the table ?
    [all...]
  /build/make/tools/droiddoc/templates-sac/
class.cs 29 <?cs if:subcount(cl.attrs) ?>
42 <?cs if:subcount(class.attrs) ?>
43 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#lattrs">XML Attrs</a>
47 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
235 <?cs def:write_attr_summary(attrs, included) ?>
242 <?cs each:attr=attrs ?>
277 || subcount(class.attrs)
299 <?cs if:subcount(class.attrs) ?>
302 <?cs call:write_attr_summary(class.attrs, 1) ?>
305 <?cs # if there are inherited attrs, write the table ?
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TimePickerTest.java 78 AttributeSet attrs = mActivity.getResources().getLayout(R.layout.timepicker); local
79 assertNotNull(attrs);
83 new TimePicker(mActivity, attrs);
86 new TimePicker(mActivity, attrs, 0);
88 new TimePicker(mActivity, attrs, 0);
101 AttributeSet attrs = mActivity.getResources().getLayout(R.layout.timepicker); local
102 new TimePicker(null, attrs);
107 AttributeSet attrs = mActivity.getResources().getLayout(R.layout.timepicker); local
108 new TimePicker(null, attrs, 0);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
dist.py 128 def __init__ (self, attrs=None):
130 attributes of a Distribution, and then use 'attrs' (a dictionary
133 'attrs' will be assigned to some null value: 0, None, an empty list
229 # Now we'll use the attrs dictionary (ultimately, keyword args from
233 if attrs:
238 options = attrs.get('options')
240 del attrs['options']
246 if 'licence' in attrs:
247 attrs['license'] = attrs['licence']
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 145 NamedNodeMap attrs=m_root.getAttributes(); local
146 int attrsize=(attrs==null) ? 0 : attrs.getLength();
155 attrIndex=addNode(attrs.item(i),0,attrIndex,NULL);
158 // Terminate list of attrs, and make sure they aren't
163 } // if attrs exist
533 NamedNodeMap attrs=next.getAttributes(); local
534 int attrsize=(attrs==null) ? 0 : attrs.getLength();
542 attrIndex=addNode(attrs.item(i)
    [all...]
  /external/doclava/res/assets/templates/
class.cs 23 <?cs if:subcount(cl.attrs) ?>
36 <?cs if:subcount(class.attrs) ?>
37 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#lattrs">XML Attrs</a>
41 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
224 <?cs def:write_attr_summary(attrs, included) ?>
231 <?cs each:attr=attrs ?>
266 || subcount(class.attrs)
288 <?cs if:subcount(class.attrs) ?>
291 <?cs call:write_attr_summary(class.attrs, 1) ?>
294 <?cs # if there are inherited attrs, write the table ?
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
dist.py 128 def __init__ (self, attrs=None):
130 attributes of a Distribution, and then use 'attrs' (a dictionary
133 'attrs' will be assigned to some null value: 0, None, an empty list
229 # Now we'll use the attrs dictionary (ultimately, keyword args from
233 if attrs:
238 options = attrs.get('options')
240 del attrs['options']
246 if 'licence' in attrs:
247 attrs['license'] = attrs['licence'
    [all...]

Completed in 1866 milliseconds

<<81828384858687888990>>