/toolchain/binutils/binutils-2.25/opcodes/ |
mep-dis.c | 103 unsigned int attrs) 105 print_keyword (cd, dis_info, & mep_cgen_opval_h_cr_ivc2, value, attrs); 118 unsigned int attrs) 120 print_keyword (cd, dis_info, & mep_cgen_opval_h_ccr_ivc2, value, attrs); 744 void const *attrs ATTRIBUTE_UNUSED, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winldap.h | 374 WINLDAPAPI ULONG LDAPAPI ldap_searchW(LDAP *ld,const PWCHAR base,ULONG scope,const PWCHAR filter,PWCHAR attrs[],ULONG attrsonly); 375 WINLDAPAPI ULONG LDAPAPI ldap_searchA(LDAP *ld,const PCHAR base,ULONG scope,const PCHAR filter,PCHAR attrs[],ULONG attrsonly); 376 WINLDAPAPI ULONG LDAPAPI ldap_search_sW(LDAP *ld,const PWCHAR base,ULONG scope,const PWCHAR filter,PWCHAR attrs[],ULONG attrsonly,LDAPMessage **res); 377 WINLDAPAPI ULONG LDAPAPI ldap_search_sA(LDAP *ld,const PCHAR base,ULONG scope,const PCHAR filter,PCHAR attrs[],ULONG attrsonly,LDAPMessage **res); 378 WINLDAPAPI ULONG LDAPAPI ldap_search_stW(LDAP *ld,const PWCHAR base,ULONG scope,const PWCHAR filter,PWCHAR attrs[],ULONG attrsonly,struct l_timeval *timeout,LDAPMessage **res); 379 WINLDAPAPI ULONG LDAPAPI ldap_search_stA(LDAP *ld,const PCHAR base,ULONG scope,const PCHAR filter,PCHAR attrs[],ULONG attrsonly,struct l_timeval *timeout,LDAPMessage **res); 380 WINLDAPAPI ULONG LDAPAPI ldap_search_extW(LDAP *ld,const PWCHAR base,ULONG scope,const PWCHAR filter,PWCHAR attrs[],ULONG attrsonly,PLDAPControlW *ServerControls,PLDAPControlW *ClientControls,ULONG TimeLimit,ULONG SizeLimit,ULONG *MessageNumber); 381 WINLDAPAPI ULONG LDAPAPI ldap_search_extA(LDAP *ld,const PCHAR base,ULONG scope,const PCHAR filter,PCHAR attrs[],ULONG attrsonly,PLDAPControlA *ServerControls,PLDAPControlA *ClientControls,ULONG TimeLimit,ULONG SizeLimit,ULONG *MessageNumber); 382 WINLDAPAPI ULONG LDAPAPI ldap_search_ext_sW(LDAP *ld,const PWCHAR base,ULONG scope,const PWCHAR filter,PWCHAR attrs[],ULONG attrsonly,PLDAPControlW *ServerControls,PLDAPControlW *ClientControls,struct l_timeval *timeout,ULONG SizeLimit,LDAPMessage **res); 383 WINLDAPAPI ULONG LDAPAPI ldap_search_ext_sA(LDAP *ld,const PCHAR base,ULONG scope,const PCHAR filter,PCHAR attrs[],ULONG attrsonly,PLDAPControlA *ServerControls,PLDAPControlA *ClientControls,struct l_timeval *ti (…) [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_darwin.go | 24 attrs, err := getAttrList(".", attrList{CommonAttr: attrCmnFullpath}, buf, 0) 25 if err == nil && len(attrs) == 1 && len(attrs[0]) >= 2 { 26 wd := string(attrs[0]) 109 func getAttrList(path string, attrList attrList, attrBuf []byte, options uint) (attrs [][]byte, err error) { 148 return attrs, errorspkg.New("truncated attribute header") 153 return attrs, errorspkg.New("truncated results; attrBuf too small") 156 attrs = append(attrs, dat[datOff:end])
|
/prebuilts/go/linux-x86/src/syscall/ |
syscall_darwin.go | 24 attrs, err := getAttrList(".", attrList{CommonAttr: attrCmnFullpath}, buf, 0) 25 if err == nil && len(attrs) == 1 && len(attrs[0]) >= 2 { 26 wd := string(attrs[0]) 109 func getAttrList(path string, attrList attrList, attrBuf []byte, options uint) (attrs [][]byte, err error) { 148 return attrs, errorspkg.New("truncated attribute header") 153 return attrs, errorspkg.New("truncated results; attrBuf too small") 156 attrs = append(attrs, dat[datOff:end])
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
BitmapDrawableTest.java | 436 AttributeSet attrs = DrawableTestUtils.getAttributeSet( local 438 bitmapDrawable.inflate(mContext.getResources(), parser, attrs); local 447 attrs = DrawableTestUtils.getAttributeSet( 450 bitmapDrawable.inflate(mContext.getResources(), null, attrs); local 459 attrs = DrawableTestUtils.getAttributeSet( 463 bitmapDrawable.inflate(mContext.getResources(), parser, attrs); local 468 attrs = DrawableTestUtils.getAttributeSet( 472 bitmapDrawable.inflate(mContext.getResources(), parser, attrs); local 477 attrs = DrawableTestUtils.getAttributeSet( 481 bitmapDrawable.inflate(null, parser, attrs); [all...] |
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
ArgumentPromotion.cpp | 523 if (Attributes attrs = PAL.getRetAttributes()) 524 AttributesVec.push_back(AttributeWithIndex::get(0, attrs)); 540 if (Attributes attrs = PAL.getParamAttributes(ArgIndex)) 541 AttributesVec.push_back(AttributeWithIndex::get(Params.size(), attrs)); 593 if (Attributes attrs = PAL.getFnAttributes()) 594 AttributesVec.push_back(AttributeWithIndex::get(~0, attrs)); 648 if (Attributes attrs = CallPAL.getRetAttributes()) 649 AttributesVec.push_back(AttributeWithIndex::get(0, attrs)); 660 if (Attributes Attrs = CallPAL.getParamAttributes(ArgIndex)) 661 AttributesVec.push_back(AttributeWithIndex::get(Args.size(), Attrs)); [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
ResolverDrawerLayout.java | 122 public ResolverDrawerLayout(Context context, AttributeSet attrs) { 123 this(context, attrs, 0); 126 public ResolverDrawerLayout(Context context, AttributeSet attrs, int defStyleAttr) { 127 super(context, attrs, defStyleAttr); 129 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ResolverDrawerLayout, 856 public ViewGroup.LayoutParams generateLayoutParams(AttributeSet attrs) { 857 return new LayoutParams(getContext(), attrs); 894 public LayoutParams(Context c, AttributeSet attrs) { 895 super(c, attrs); 897 final TypedArray a = c.obtainStyledAttributes(attrs, [all...] |
/frameworks/support/design/src/android/support/design/widget/ |
CollapsingToolbarLayout.java | 142 public CollapsingToolbarLayout(Context context, AttributeSet attrs) { 143 this(context, attrs, 0); 146 public CollapsingToolbarLayout(Context context, AttributeSet attrs, int defStyleAttr) { 147 super(context, attrs, defStyleAttr); 154 TypedArray a = context.obtainStyledAttributes(attrs, [all...] |
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
BaseCardView.java | 151 public BaseCardView(Context context, AttributeSet attrs) { 152 this(context, attrs, R.attr.baseCardViewStyle); 155 public BaseCardView(Context context, AttributeSet attrs, int defStyleAttr) { 156 super(context, attrs, defStyleAttr); 158 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.lbBaseCardView, 818 public LayoutParams generateLayoutParams(AttributeSet attrs) { 819 return new BaseCardView.LayoutParams(getContext(), attrs); 863 public LayoutParams(Context c, AttributeSet attrs) { 864 super(c, attrs); 865 TypedArray a = c.obtainStyledAttributes(attrs, R.styleable.lbBaseCardView_Layout) [all...] |
/prebuilts/go/darwin-x86/src/mime/ |
mediatype.go | 38 attrs := make([]string, 0, len(param)) 40 attrs = append(attrs, a) 42 sort.Strings(attrs) 44 for _, attribute := range attrs {
|
/prebuilts/go/linux-x86/src/mime/ |
mediatype.go | 38 attrs := make([]string, 0, len(param)) 40 attrs = append(attrs, a) 42 sort.Strings(attrs) 44 for _, attribute := range attrs {
|
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.2.0/ |
manifest-merger-22.2.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.4.0/ |
manifest-merger-22.4.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.4.2/ |
manifest-merger-22.4.2.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.5.0/ |
manifest-merger-22.5.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.5.1/ |
manifest-merger-22.5.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.5.3/ |
manifest-merger-22.5.3.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.7.0/ |
manifest-merger-22.7.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.7.1/ |
manifest-merger-22.7.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.7.3/ |
manifest-merger-22.7.3.jar | |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_pyexpat.py | 68 def StartElementHandler(self, name, attrs):
70 sortdict(attrs))
299 def StartElementHandler(self, name, attrs):
301 bt = attrs.get("buffer-text")
381 def StartElementHandler(self, name, attrs):
398 def StartElementHandler(self, name, attrs):
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_vbo_t.c | 69 nouveau_init_array(&render->attrs[attr], attr, 88 struct nouveau_array *a = &render->attrs[attr]; 127 struct nouveau_array *a = &render->attrs[attr]; 304 struct nouveau_array *a = &render->attrs[attr]; 337 struct nouveau_array *a = &render->attrs[attr]; 439 EMIT_IMM(ctx, &render->attrs[attr], j);
|
/external/strace/tests/ |
perf_event_open.c | 668 } attrs[] = { local 726 for (i = 0; i < ARRAY_SIZE(attrs) * ARRAY_SIZE(attr_types) * 728 struct perf_event_attr *attr = attrs[i % ARRAY_SIZE(attrs)].ptr; 729 uint32_t size = attrs[i % ARRAY_SIZE(attrs)].size;
|
/external/strace/tests-m32/ |
perf_event_open.c | 668 } attrs[] = { local 726 for (i = 0; i < ARRAY_SIZE(attrs) * ARRAY_SIZE(attr_types) * 728 struct perf_event_attr *attr = attrs[i % ARRAY_SIZE(attrs)].ptr; 729 uint32_t size = attrs[i % ARRAY_SIZE(attrs)].size;
|
/external/strace/tests-mx32/ |
perf_event_open.c | 668 } attrs[] = { local 726 for (i = 0; i < ARRAY_SIZE(attrs) * ARRAY_SIZE(attr_types) * 728 struct perf_event_attr *attr = attrs[i % ARRAY_SIZE(attrs)].ptr; 729 uint32_t size = attrs[i % ARRAY_SIZE(attrs)].size;
|