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

<<31323334

  /frameworks/base/core/java/android/view/inputmethod/
BaseInputConnection.java 563 com.android.internal.R.attr.candidatesTextStyleSpans
  /frameworks/base/core/java/android/webkit/
WebTextView.java 120 super(context, null, com.android.internal.R.attr.webTextViewStyle);
    [all...]
  /frameworks/base/core/java/android/widget/
ProgressBar.java 118 * @attr ref android.R.styleable#Theme_progressBarStyle
119 * @attr ref android.R.styleable#Theme_progressBarStyleSmall
120 * @attr ref android.R.styleable#Theme_progressBarStyleLarge
121 * @attr ref android.R.styleable#Theme_progressBarStyleHorizontal
166 this(context, attrs, com.android.internal.R.attr.progressBarStyle);
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmAnalyzer.java 483 public void visitAttribute(Attribute attr) {
  /hardware/ril/libril/
ril.cpp     [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactListItemView.java 45 com.android.internal.R.attr.quickContactBadgeStyleWindowMedium;
  /cts/tests/tests/widget/src/android/widget/cts/
TableLayoutTest.java     [all...]
  /frameworks/base/include/utils/
ResourceTypes.h 685 ssize_t indexOfAttribute(const char* ns, const char* attr) const;
687 const char16_t* attr, size_t attrLen) const;
    [all...]
  /frameworks/base/tools/aapt/
Command.cpp 238 const char* attr, String8* outError)
240 ssize_t idx = tree.indexOfAttribute(ns, attr);
319 // in android.R.attr
    [all...]
  /system/core/toolbox/
newfs_msdos.c 147 u_int8_t attr; /* attributes */ member in struct:de
710 mk1(de->attr, 050);
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_Utils.c 373 pthread_attr_t attr; local
374 memset(&attr, 0, sizeof(attr));
375 attr.__inheritsched = PTHREAD_EXPLICIT_SCHED;
376 attr.__schedparam.__sched_priority = OMX_AUDIO_DECODER_THREAD_PRIORITY;
405 nRet = pthread_create (&(pComponentPrivate->ComponentThread), &attr, AACDEC_ComponentThread, pComponentPrivate);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_Utils.c 416 pthread_attr_t attr; local
417 memset(&attr, 0, sizeof(attr));
418 attr.__inheritsched = PTHREAD_EXPLICIT_SCHED;
419 attr.__schedparam.__sched_priority = OMX_AUDIO_DECODER_THREAD_PRIORITY;
463 eError = pthread_create (&(pComponentPrivate->ComponentThread), &attr, AACENC_ComponentThread, pComponentPrivate);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_Utils.c 388 pthread_attr_t attr; local
389 memset(&attr, 0, sizeof(attr));
390 attr.__inheritsched = PTHREAD_EXPLICIT_SCHED;
391 attr.__schedparam.__sched_priority = OMX_AUDIO_DECODER_THREAD_PRIORITY;
424 nRet = pthread_create (&(pComponentPrivate->ComponentThread), &attr,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDec_Utils.c 400 pthread_attr_t attr; local
401 memset(&attr, 0, sizeof(attr));
402 attr.__inheritsched = PTHREAD_EXPLICIT_SCHED;
403 attr.__schedparam.__sched_priority = OMX_AUDIO_DECODER_THREAD_PRIORITY;
446 eError = pthread_create (&(pComponentPrivate->ComponentThread), &attr, NBAMRDEC_ComponentThread, pComponentPrivate);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEnc_Utils.c 357 pthread_attr_t attr; local
358 memset(&attr, 0, sizeof(attr));
359 attr.__inheritsched = PTHREAD_EXPLICIT_SCHED;
360 attr.__schedparam.__sched_priority = OMX_AUDIO_ENCODER_THREAD_PRIORITY;
398 eError = pthread_create (&(pComponentPrivate->ComponentThread), &attr, NBAMRENC_CompThread, pComponentPrivate);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_Utils.c 389 pthread_attr_t attr; local
390 memset(&attr, 0, sizeof(attr));
391 attr.__inheritsched = PTHREAD_EXPLICIT_SCHED;
392 attr.__schedparam.__sched_priority = OMX_AUDIO_DECODER_THREAD_PRIORITY;
428 eError = pthread_create (&(pComponentPrivate->WBAMR_DEC_ComponentThread), &attr, WBAMR_DEC_ComponentThread, pComponentPrivate);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEnc_Utils.c 356 pthread_attr_t attr; local
357 memset(&attr, 0, sizeof(attr));
358 attr.__inheritsched = PTHREAD_EXPLICIT_SCHED;
359 attr.__schedparam.__sched_priority = OMX_AUDIO_ENCODER_THREAD_PRIORITY;
401 &attr,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_Utils.c 407 pthread_attr_t attr; local
408 memset(&attr, 0, sizeof(attr));
409 attr.__inheritsched = PTHREAD_EXPLICIT_SCHED;
410 attr.__schedparam.__sched_priority = OMX_AUDIO_DECODER_THREAD_PRIORITY;
448 eError = pthread_create (&(pComponentPrivate->ComponentThread), &attr,
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c 509 pthread_attr_t attr; local
510 memset(&attr, 0, sizeof(attr));
511 attr.__inheritsched = PTHREAD_EXPLICIT_SCHED;
512 attr.__schedparam.__sched_priority = OMX_VGPOP_THREAD_PRIORITY;
548 &attr,
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c 333 pthread_attr_t attr; local
334 memset(&attr, 0, sizeof(attr));
    [all...]
  /external/libxml2/
relaxng.c 1183 xmlAttrPtr attr; local
    [all...]
xpath.c 8446 xmlAttrPtr attr; local
12324 xmlAttrPtr attr = (xmlAttrPtr) cur; local
    [all...]
HTMLparser.c     [all...]
  /dalvik/docs/
prettify.js 322 var attr = node.attributes[i];
323 if (!attr.specified) { continue; }
325 normalizedHtml(attr, out);
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol_tok.cpp 500 //ucol_uprv_tok_setOptionInImage(src->opts, rulesOptions[i].attr, rulesOptions[i].subopts[j].attrVal);
501 *attrib = rulesOptions[i].attr;
611 ucol_uprv_tok_setOptionInImage(src->opts, rulesOptions[i].attr, rulesOptions[i].subopts[j].attrVal);
    [all...]

Completed in 1754 milliseconds

<<31323334