HomeSort by relevance Sort by last modified time
    Searched refs:attrs (Results 101 - 125 of 617) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
CorpusView.java 37 public CorpusView(Context context, AttributeSet attrs) {
38 super(context, attrs);
  /packages/apps/Settings/src/com/android/settings/
DefaultRingtonePreference.java 32 public DefaultRingtonePreference(Context context, AttributeSet attrs) {
33 super(context, attrs);
ProgressCategory.java 30 public ProgressCategory(Context context, AttributeSet attrs) {
31 super(context, attrs);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
CandidateViewButton.java 41 public CandidateViewButton(Context context, AttributeSet attrs) {
42 super(context, attrs);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
ClearUserDictionaryDialogPreferenceEN.java 38 * @param attrs The set of attributes
40 public ClearUserDictionaryDialogPreferenceEN(Context context, AttributeSet attrs) {
41 super(context, attrs);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
ClearLearnDictionaryDialogPreferenceJAJP.java 38 * @param attrs The set of attributes
40 public ClearLearnDictionaryDialogPreferenceJAJP(Context context, AttributeSet attrs) {
41 super(context, attrs);
ClearUserDictionaryDialogPreferenceJAJP.java 38 * @param attrs The set of attributes
40 public ClearUserDictionaryDialogPreferenceJAJP(Context context, AttributeSet attrs) {
41 super(context, attrs);
  /external/openssl/crypto/store/
str_lib.c 1285 static void STORE_ATTR_INFO_attr_free(STORE_ATTR_INFO *attrs,
1288 if (ATTR_IS_SET(attrs,code))
1295 STORE_ATTR_INFO_modify_cstr(attrs, code, NULL, 0);
1302 STORE_ATTR_INFO_modify_sha1str(attrs, code, NULL, 0);
1306 STORE_ATTR_INFO_modify_dn(attrs, code, NULL);
1309 STORE_ATTR_INFO_modify_number(attrs, code, NULL);
1316 int STORE_ATTR_INFO_free(STORE_ATTR_INFO *attrs)
1318 if (attrs)
1322 STORE_ATTR_INFO_attr_free(attrs, i);
1323 OPENSSL_free(attrs);
1561 STORE_ATTR_INFO *attrs = NULL; local
    [all...]
  /bionic/libc/kernel/common/linux/
attribute_container.h 24 struct class_device_attribute **attrs; member in struct:attribute_container
  /cts/tests/src/android/widget/cts/
MyGallery.java 39 public MyGallery(Context context, AttributeSet attrs) {
40 super(context, attrs);
43 public MyGallery(Context context, AttributeSet attrs, int defStyle) {
44 super(context, attrs, defStyle);
  /cts/tests/tests/widget/src/android/widget/cts/
ImageButtonTest.java 60 AttributeSet attrs = Xml.asAttributeSet(parser); local
61 assertNotNull(attrs);
65 new ImageButton(getContext(), attrs); local
67 new ImageButton(getContext(), attrs, 0); local
  /development/ndk/platforms/android-3/include/linux/
attribute_container.h 24 struct class_device_attribute **attrs; member in struct:attribute_container
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
IElement.java 33 public static IElement create (final Tag tag, final AttributeSet attrs)
35 return new ElementImpl (tag, attrs);
110 ElementImpl (final Tag tag, final AttributeSet attrs)
112 super (tag, attrs);
  /external/webkit/WebCore/bindings/js/
JSHTMLCanvasElementCustom.cpp 56 RefPtr<CanvasContextAttributes> attrs; local
59 attrs = WebGLContextAttributes::create();
60 WebGLContextAttributes* webGLAttrs = static_cast<WebGLContextAttributes*>(attrs.get());
81 return toJS(exec, globalObject(), WTF::getPtr(canvas->getContext(contextId, attrs.get())));
  /external/webkit/WebCore/bindings/v8/custom/
V8HTMLCanvasElementCustom.cpp 52 RefPtr<CanvasContextAttributes> attrs; local
55 attrs = WebGLContextAttributes::create();
56 WebGLContextAttributes* webGLAttrs = static_cast<WebGLContextAttributes*>(attrs.get());
77 CanvasRenderingContext* result = imp->getContext(contextId, attrs.get());
  /frameworks/base/core/tests/coretests/src/android/view/
VisibilityCallback.java 85 public MonitoredTextView(Context context, AttributeSet attrs) {
86 super(context, attrs);
89 public MonitoredTextView(Context context, AttributeSet attrs, int defStyle) {
90 super(context, attrs, defStyle);
  /packages/apps/Email/src/com/android/email/activity/
MessageListItem.java 56 public MessageListItem(Context context, AttributeSet attrs) {
57 super(context, attrs);
60 public MessageListItem(Context context, AttributeSet attrs, int defStyle) {
61 super(context, attrs, defStyle);
  /packages/apps/Gallery/src/com/android/camera/
GalleryPickerItem.java 37 public GalleryPickerItem(Context context, AttributeSet attrs) {
38 this(context, attrs, 0);
42 AttributeSet attrs,
44 super(context, attrs, defStyle);
  /packages/apps/Music/src/com/android/music/
RepeatingImageButton.java 42 public RepeatingImageButton(Context context, AttributeSet attrs) {
43 this(context, attrs, android.R.attr.imageButtonStyle);
46 public RepeatingImageButton(Context context, AttributeSet attrs, int defStyle) {
47 super(context, attrs, defStyle);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
attribute_container.h 24 struct class_device_attribute **attrs; member in struct:attribute_container
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
attribute_container.h 24 struct class_device_attribute **attrs; member in struct:attribute_container
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
attribute_container.h 24 struct class_device_attribute **attrs; member in struct:attribute_container
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
attribute_container.h 24 struct class_device_attribute **attrs; member in struct:attribute_container
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
attribute_container.h 24 struct class_device_attribute **attrs; member in struct:attribute_container
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
attribute_container.h 24 struct class_device_attribute **attrs; member in struct:attribute_container

Completed in 314 milliseconds

1 2 3 45 6 7 8 91011>>