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

<<21222324252627282930>>

  /packages/apps/Phone/src/com/android/phone/
CdmaVoicePrivacyCheckBoxPreference.java 28 this(context, attrs, com.android.internal.R.attr.checkBoxPreferenceStyle);
Use2GOnlyCheckBoxPreference.java 42 this(context, attrs,com.android.internal.R.attr.checkBoxPreferenceStyle);
  /packages/apps/Settings/src/com/android/settings/quicklaunch/
ShortcutPreference.java 60 context.getTheme().resolveAttribute(android.R.attr.disabledAlpha, outValue, true);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
module.h 53 struct attribute attr; member in struct:module_attribute
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
module.h 53 struct attribute attr; member in struct:module_attribute
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
module.h 53 struct attribute attr; member in struct:module_attribute
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
module.h 53 struct attribute attr; member in struct:module_attribute
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
module.h 53 struct attribute attr; member in struct:module_attribute
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
module.h 53 struct attribute attr; member in struct:module_attribute
  /system/core/adb/
sysdeps.h 406 pthread_attr_t attr; local
408 pthread_attr_init (&attr);
409 pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED);
411 return pthread_create( pthread, &attr, start, arg );
  /external/quake/quake/src/WinQuake/
gl_vidlinuxglx.cpp 735 XSetWindowAttributes attr; local
847 attr.background_pixel = 0;
848 attr.border_pixel = 0;
849 attr.colormap = XCreateColormap(dpy, root, visinfo->visual, AllocNone);
850 attr.event_mask = X_MASK;
854 attr.override_redirect = True;
855 attr.backing_store = NotUseful;
856 attr.save_under = False;
862 visinfo->visual, mask, &attr);
  /external/webkit/WebCore/svg/animation/
SVGSMILElement.cpp 349 void SVGSMILElement::parseMappedAttribute(MappedAttribute* attr)
351 if (attr->name() == SVGNames::beginAttr) {
357 parseBeginOrEnd(attr->value().string(), Begin);
360 } else if (attr->name() == SVGNames::endAttr) {
366 parseBeginOrEnd(attr->value().string(), End);
370 SVGElement::parseMappedAttribute(attr);
373 void SVGSMILElement::attributeChanged(Attribute* attr, bool preserveDecls)
375 SVGElement::attributeChanged(attr, preserveDecls);
377 const QualifiedName& attrName = attr->name();
    [all...]
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /external/v8/src/
ic.cc 441 PropertyAttributes attr; local
442 Object* result = object->GetProperty(*object, &lookup, *name, &attr);
447 if (attr == ABSENT) {
682 PropertyAttributes attr; local
685 Object* result = object->GetProperty(*object, &lookup, *name, &attr);
689 if (attr == ABSENT && IsContextual(object)) {
696 return object->GetProperty(*object, &lookup, *name, &attr);
869 PropertyAttributes attr; local
872 Object* result = object->GetProperty(*object, &lookup, *name, &attr);
876 if (attr == ABSENT && IsContextual(object))
    [all...]
  /cts/tools/utils/cts/
tools.py 97 for (attr, value) in self.attributes.iteritems():
98 package.setAttribute(attr, value)
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
MethodSourcer.java 153 public void visitAttribute(Attribute attr) {
154 mOutput.write("%s /* non-standard method attribute */ ", attr.type);
  /external/chromium/third_party/icu/public/i18n/unicode/
coll.h     [all...]
tblcoll.h 545 * @param attr attribute type
550 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
555 * @param attr attribute type
560 virtual UColAttributeValue getAttribute(UColAttribute attr,
    [all...]
ucal.h 792 * @param attr The desired attribute; one of UCAL_LENIENT, UCAL_FIRST_DAY_OF_WEEK,
794 * @return The value of attr.
800 UCalendarAttribute attr);
807 * @param attr The desired attribute; one of UCAL_LENIENT, UCAL_FIRST_DAY_OF_WEEK,
809 * @param newValue The new value of attr.
815 UCalendarAttribute attr,
    [all...]
  /external/icu4c/i18n/unicode/
coll.h     [all...]
tblcoll.h 545 * @param attr attribute type
550 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
555 * @param attr attribute type
560 virtual UColAttributeValue getAttribute(UColAttribute attr,
    [all...]
ucal.h 812 * @param attr The desired attribute; one of UCAL_LENIENT, UCAL_FIRST_DAY_OF_WEEK,
814 * @return The value of attr.
820 UCalendarAttribute attr);
827 * @param attr The desired attribute; one of UCAL_LENIENT, UCAL_FIRST_DAY_OF_WEEK,
829 * @param newValue The new value of attr.
835 UCalendarAttribute attr,
    [all...]
  /external/webkit/WebKitTools/iExploder/htdocs/
iexploder.rb 158 attr = @htmlAttr[rand(@htmlAttr.length)]
160 out << attr
  /frameworks/base/policy/src/com/android/internal/policy/impl/
IconUtilities.java 94 result.addState(new int[] { android.R.attr.state_focused },
96 result.addState(new int[] { android.R.attr.state_pressed },

Completed in 411 milliseconds

<<21222324252627282930>>