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

<<71727374757677787980>>

  /packages/apps/Terminal/jni/
com_android_terminal_Terminal.cpp 580 if (a.attrs.bold != b.attrs.bold) return false;
581 if (a.attrs.underline != b.attrs.underline) return false;
582 if (a.attrs.italic != b.attrs.italic) return false;
583 if (a.attrs.blink != b.attrs.blink) return false;
584 if (a.attrs.reverse != b.attrs.reverse) return false
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
frv-dis.c 80 unsigned int attrs)
89 print_keyword (cd, dis_info, names, regno, attrs);
96 unsigned int attrs ATTRIBUTE_UNUSED,
109 unsigned int attrs ATTRIBUTE_UNUSED,
145 void const *attrs ATTRIBUTE_UNUSED,
425 unsigned int attrs,
432 if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SEM_ONLY))
434 else if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SIGNED))
446 unsigned int attrs,
453 if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SEM_ONLY)
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /cts/tests/tests/widget/src/android/widget/cts/
AbsSeekBarTest.java 344 public MyAbsSeekBar(Context context, AttributeSet attrs) {
345 super(context, attrs);
348 public MyAbsSeekBar(Context context, AttributeSet attrs, int defStyle) {
349 super(context, attrs, defStyle);
352 public MyAbsSeekBar(Context context, AttributeSet attrs, int defStyle, int defStyleRes) {
353 super(context, attrs, defStyle, defStyleRes);
DigitalClockTest.java 143 public MockDigitalClock(Context context, AttributeSet attrs) {
144 super(context, attrs);
ViewFlipperTest.java 72 AttributeSet attrs = Xml.asAttributeSet(parser); local
73 new ViewFlipper(mActivity, attrs);
  /external/clang/lib/Parse/
Parser.cpp 591 ParsedAttributesWithRange attrs(AttrFactory);
592 MaybeParseCXX11Attributes(attrs);
593 MaybeParseMicrosoftAttributes(attrs);
595 Result = ParseExternalDeclaration(attrs);
623 Parser::ParseExternalDeclaration(ParsedAttributesWithRange &attrs,
664 return ParseOpenMPDeclarativeDirectiveWithExtDecl(AS, attrs);
681 attrs.getList(),
696 return ParseExternalDeclaration(attrs);
699 ProhibitAttributes(attrs);
750 return ParseDeclaration(Declarator::FileContext, DeclEnd, attrs);
    [all...]
  /external/testng/src/main/java/org/testng/reporters/
XMLSuiteResultWriter.java 97 Properties attrs = new Properties(); local
99 attrs.setProperty(XMLReporterConfig.ATTR_URL, suiteResultName);
100 xmlBuffer.addEmptyElement(XMLReporterConfig.TAG_TEST, attrs);
257 Properties attrs = new Properties(); local
258 attrs.setProperty(XMLReporterConfig.ATTR_INDEX, String.valueOf(i));
259 xmlBuffer.push(XMLReporterConfig.TAG_PARAM, attrs);
  /frameworks/base/graphics/java/android/graphics/drawable/
DrawableWrapper.java 120 @NonNull AttributeSet attrs, @Nullable Theme theme)
122 super.inflate(r, parser, attrs, theme);
136 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.DrawableWrapper);
140 inflateChildDrawable(r, parser, attrs, theme);
432 @NonNull AttributeSet attrs, @Nullable Theme theme)
441 dr = Drawable.createFromXmlInnerForDensity(r, parser, attrs,
ShapeDrawable.java 379 AttributeSet attrs) {
382 TypedArray a = r.obtainAttributes(attrs,
401 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme)
403 super.inflate(r, parser, attrs, theme);
405 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.ShapeDrawable);
419 if (!inflateTag(name, r, parser, attrs)) {
  /frameworks/base/libs/androidfw/
AttributeResolution.cpp 60 size_t src_values_length, uint32_t* attrs,
103 const uint32_t cur_ident = attrs[ii];
207 uint32_t def_style_res, const uint32_t* attrs, size_t attrs_length,
286 const uint32_t cur_ident = attrs[ii];
412 uint32_t* attrs, size_t attrs_length,
432 const uint32_t cur_ident = attrs[ii];
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewThumbnail.java 100 public TaskViewThumbnail(Context context, AttributeSet attrs) {
101 this(context, attrs, 0);
104 public TaskViewThumbnail(Context context, AttributeSet attrs, int defStyleAttr) {
105 this(context, attrs, defStyleAttr, 0);
108 public TaskViewThumbnail(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
109 super(context, attrs, defStyleAttr, defStyleRes);
  /frameworks/support/compat/java/android/support/v4/graphics/drawable/
DrawableCompat.java 121 AttributeSet attrs, Resources.Theme t)
123 drawable.inflate(res, parser, attrs);
298 AttributeSet attrs, Resources.Theme t)
300 drawable.inflate(res, parser, attrs, t);
490 * @param attrs Base set of attribute values
496 @NonNull XmlPullParser parser, @NonNull AttributeSet attrs,
499 IMPL.inflate(drawable, res, parser, attrs, theme);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp 123 ScopedLocalRef<jintArray> attrs(
125 if (!attrs.get()) {
126 ALOGE("Fail to new jintArray for attrs");
130 sCallbackEnv->SetIntArrayRegion(attrs.get(), 0, num_attr, (jint*)p_attrs);
135 (jbyte)num_attr, attrs.get());
283 ALOGE("Fail to allocate new jintArray for attrs");
305 ScopedLocalRef<jbyteArray> attrs(sCallbackEnv.get(),
307 if (!attrs.get()) {
308 ALOGE("Fail to new jintArray for attrs");
322 attrs.get(), 0, sizeof(uint8_t) * BTRC_UID_SIZE, (jbyte*)folder_uid)
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
SwipeButtonView.java 106 public SwipeButtonView(Context context, AttributeSet attrs) {
107 this(context, attrs, 0);
110 public SwipeButtonView(Context context, AttributeSet attrs, int defStyleAttr) {
111 this(context, attrs, defStyleAttr, 0);
114 public SwipeButtonView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
115 super(context, attrs, defStyleAttr, defStyleRes);
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsRecyclerView.java 62 public AllAppsRecyclerView(Context context, AttributeSet attrs) {
63 this(context, attrs, 0);
66 public AllAppsRecyclerView(Context context, AttributeSet attrs, int defStyleAttr) {
67 this(context, attrs, defStyleAttr, 0);
70 public AllAppsRecyclerView(Context context, AttributeSet attrs, int defStyleAttr,
72 super(context, attrs, defStyleAttr);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 128 * @param attrs
130 public SuggestionStripView(final Context context, final AttributeSet attrs) {
131 this(context, attrs, R.attr.suggestionStripViewStyle);
134 public SuggestionStripView(final Context context, final AttributeSet attrs,
136 super(context, attrs, defStyle);
162 context, attrs, defStyle, mWordViews, mDividerViews, mDebugInfoViews);
175 final TypedArray keyboardAttr = context.obtainStyledAttributes(attrs,
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_htmlparser.py 33 def handle_starttag(self, tag, attrs):
34 self.append(("starttag", tag, attrs))
36 def handle_startendtag(self, tag, attrs):
37 self.append(("startendtag", tag, attrs))
68 def handle_starttag(self, tag, attrs):
69 EventCollector.handle_starttag(self, tag, attrs)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_htmlparser.py 33 def handle_starttag(self, tag, attrs):
34 self.append(("starttag", tag, attrs))
36 def handle_startendtag(self, tag, attrs):
37 self.append(("startendtag", tag, attrs))
68 def handle_starttag(self, tag, attrs):
69 EventCollector.handle_starttag(self, tag, attrs)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_htmlparser.py 33 def handle_starttag(self, tag, attrs):
34 self.append(("starttag", tag, attrs))
36 def handle_startendtag(self, tag, attrs):
37 self.append(("startendtag", tag, attrs))
68 def handle_starttag(self, tag, attrs):
69 EventCollector.handle_starttag(self, tag, attrs)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_htmlparser.py 33 def handle_starttag(self, tag, attrs):
34 self.append(("starttag", tag, attrs))
36 def handle_startendtag(self, tag, attrs):
37 self.append(("startendtag", tag, attrs))
68 def handle_starttag(self, tag, attrs):
69 EventCollector.handle_starttag(self, tag, attrs)
  /external/autotest/tko/
nightly.py 33 attrs = get_test_attributes(testrunx)
34 return attrs.get('antag', None)
37 def matching_test_attributes(attrs, required_test_attributes):
40 matches = [attrs[key] == required_test_attributes[key]
41 for key in attrs if key in required_test_attributes]
244 print "<a href='%s?%s&runs&attrs'>" % (myurl,
262 attrs = set()
268 attrs.update(set(d.keys()))
271 attrs = sorted(list(attrs))[:100
    [all...]
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.1_3/
cglib-nodep-2.1_3.jar 
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
WaveScopeView.java 46 public WaveScopeView(Context context, AttributeSet attrs) {
47 super(context, attrs);
  /cts/tests/tests/view/src/android/view/animation/cts/
AccelerateDecelerateInterpolatorTest.java 72 AttributeSet attrs = Xml.asAttributeSet(parser); local
73 new AccelerateDecelerateInterpolator(mActivity, attrs);

Completed in 1838 milliseconds

<<71727374757677787980>>