/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/ |
sysfs.h | 31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, } 33 #define __ATTR_RO(_name) { .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, .show = _name##_show, } 35 #define __ATTR_NULL { .attr = { .name = NULL } } 37 #define attr_name(_attr) (_attr).attr.name 42 struct attribute attr; member in struct:bin_attribute 47 int (*mmap)(struct kobject *, struct bin_attribute *attr,
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/ |
sysfs.h | 31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, } 33 #define __ATTR_RO(_name) { .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, .show = _name##_show, } 35 #define __ATTR_NULL { .attr = { .name = NULL } } 37 #define attr_name(_attr) (_attr).attr.name 42 struct attribute attr; member in struct:bin_attribute 47 int (*mmap)(struct kobject *, struct bin_attribute *attr,
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/ |
sysfs.h | 31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, } 33 #define __ATTR_RO(_name) { .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, .show = _name##_show, } 35 #define __ATTR_NULL { .attr = { .name = NULL } } 37 #define attr_name(_attr) (_attr).attr.name 42 struct attribute attr; member in struct:bin_attribute 47 int (*mmap)(struct kobject *, struct bin_attribute *attr,
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/ |
sysfs.h | 31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, } 33 #define __ATTR_RO(_name) { .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, .show = _name##_show, } 35 #define __ATTR_NULL { .attr = { .name = NULL } } 37 #define attr_name(_attr) (_attr).attr.name 42 struct attribute attr; member in struct:bin_attribute 47 int (*mmap)(struct kobject *, struct bin_attribute *attr,
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/ |
sysfs.h | 31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, } 33 #define __ATTR_RO(_name) { .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, .show = _name##_show, } 35 #define __ATTR_NULL { .attr = { .name = NULL } } 37 #define attr_name(_attr) (_attr).attr.name 42 struct attribute attr; member in struct:bin_attribute 47 int (*mmap)(struct kobject *, struct bin_attribute *attr,
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/ |
sysfs.h | 31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, } 33 #define __ATTR_RO(_name) { .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, .show = _name##_show, } 35 #define __ATTR_NULL { .attr = { .name = NULL } } 37 #define attr_name(_attr) (_attr).attr.name 42 struct attribute attr; member in struct:bin_attribute 47 int (*mmap)(struct kobject *, struct bin_attribute *attr,
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
sysfs.h | 31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, } 33 #define __ATTR_RO(_name) { .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, .show = _name##_show, } 35 #define __ATTR_NULL { .attr = { .name = NULL } } 37 #define attr_name(_attr) (_attr).attr.name 42 struct attribute attr; member in struct:bin_attribute 47 int (*mmap)(struct kobject *, struct bin_attribute *attr,
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
sysfs.h | 31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, } 33 #define __ATTR_RO(_name) { .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, .show = _name##_show, } 35 #define __ATTR_NULL { .attr = { .name = NULL } } 37 #define attr_name(_attr) (_attr).attr.name 42 struct attribute attr; member in struct:bin_attribute 47 int (*mmap)(struct kobject *, struct bin_attribute *attr,
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
sysfs.h | 31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, } 33 #define __ATTR_RO(_name) { .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, .show = _name##_show, } 35 #define __ATTR_NULL { .attr = { .name = NULL } } 37 #define attr_name(_attr) (_attr).attr.name 42 struct attribute attr; member in struct:bin_attribute 47 int (*mmap)(struct kobject *, struct bin_attribute *attr,
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
mount_node_pipe.h | 21 virtual Error Read(const HandleAttr& attr, void *buf, size_t count, 23 virtual Error Write(const HandleAttr& attr, const void *buf,
|
/external/chromium_org/third_party/skia/include/xml/ |
SkDOM.h | 26 typedef SkDOMAttr Attr; 46 const Attr* getFirstAttr(const Node*) const; 47 const Attr* getNextAttr(const Node*, const Attr*) const; 48 const char* getAttrName(const Node*, const Attr*) const; 49 const char* getAttrValue(const Node*, const Attr*) const; 77 const Attr* fAttr; 78 const Attr* fStop;
|
/external/clang/include/clang/Lex/ |
Makefile | 9 $(ObjDir)/AttrSpellings.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \ 12 $(Verb) $(ClangTableGen) -gen-clang-attr-spelling-list -o $(call SYSPATH, $@) \
|
/external/libsepol/tests/policies/test-linker/ |
module1.conf | 15 #test for type in module and attr in module, added to in module 25 # test for attr declared in base, added to in module 29 # test for attr declared in base, added to in 2 modules 33 # test for attr declared in base optional, added to in module 37 # test for attr declared in module, added to in base optional 53 # attr a added to in base optional, declared/added to in module, added to in other module 57 # attr a added to in base optional, declared/added in module , added to in other module optional 128 # attr a added to in base optional, declared/added in module optional, added to in other module
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_GL_GetAttribute.3 | 8 \fBint \fBSDL_GL_GetAttribute\fP\fR(\fBSDLGLattr attr, int *value\fR);
|
/external/skia/include/xml/ |
SkDOM.h | 26 typedef SkDOMAttr Attr; 46 const Attr* getFirstAttr(const Node*) const; 47 const Attr* getNextAttr(const Node*, const Attr*) const; 48 const char* getAttrName(const Node*, const Attr*) const; 49 const char* getAttrValue(const Node*, const Attr*) const; 77 const Attr* fAttr; 78 const Attr* fStop;
|
/frameworks/base/tests/StatusBar/res/layout/ |
progress_notification.xml | 9 style="?android:attr/progressBarStyleHorizontal" 20 android:textAppearance="?android:attr/textAppearanceSmall" />
|
/packages/apps/ContactsCommon/res/layout/ |
custom_contact_list_filter_account.xml | 20 android:minHeight="?android:attr/listPreferredItemHeight" 22 android:paddingLeft="?android:attr/expandableListPreferredItemPaddingLeft" 23 android:paddingRight="?android:attr/scrollbarSize" 24 android:paddingStart="?android:attr/expandableListPreferredItemPaddingLeft" 25 android:paddingEnd="?android:attr/scrollbarSize"> 43 android:textAppearance="?android:attr/textAppearanceMedium" 54 android:textAppearance="?android:attr/textAppearanceSmall" 55 android:textColor="?android:attr/textColorTertiary"
|
/sdk/testapps/testSensors/res/layout/ |
one_row.xml | 12 android:textAppearance="?android:attr/textAppearanceSmall" />
19 android:textAppearance="?android:attr/textAppearanceSmall" />
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractStyleWizard.java | 47 import org.w3c.dom.Attr; 86 private Set<Attr> mInSelection; 87 private List<Attr> mAllAttributes; 89 private Map<Attr, Integer> mFrequencyCount; 90 private Set<Attr> mShown; 91 private List<Attr> mInitialChecked; 92 private List<Attr> mAllChecked; 93 private List<Map.Entry<String, List<Attr>>> mRoot; 94 private Map<String, List<Attr>> mAvailableAttributes; 170 Attr attribute = (Attr) event.getElement() [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_aalinetemp.h | 68 GLfloat (*attribArray)[4] = line->span.array->attribs[attr]; 69 if (attr >= FRAG_ATTRIB_TEX0 && attr < FRAG_ATTRIB_VAR0 72 const GLuint unit = attr - FRAG_ATTRIB_TEX0; 73 const GLfloat invQ = solve_plane_recip(fx, fy, line->attrPlane[attr][3]); 76 attribArray[i][c] = solve_plane(fx, fy, line->attrPlane[attr][c]) * invQ; 79 = compute_lambda(line->attrPlane[attr][0], 80 line->attrPlane[attr][1], invQ, 81 line->texWidth[attr], line->texHeight[attr]); [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_aalinetemp.h | 68 GLfloat (*attribArray)[4] = line->span.array->attribs[attr]; 69 if (attr >= FRAG_ATTRIB_TEX0 && attr < FRAG_ATTRIB_VAR0 72 const GLuint unit = attr - FRAG_ATTRIB_TEX0; 73 const GLfloat invQ = solve_plane_recip(fx, fy, line->attrPlane[attr][3]); 76 attribArray[i][c] = solve_plane(fx, fy, line->attrPlane[attr][c]) * invQ; 79 = compute_lambda(line->attrPlane[attr][0], 80 line->attrPlane[attr][1], invQ, 81 line->texWidth[attr], line->texHeight[attr]); [all...] |
/frameworks/base/packages/Keyguard/res/values/ |
attrs.xml | 25 <attr name="layout_gravity"> 60 </attr> 67 <attr name="pageSpacing" format="dimension" /> 69 <attr name="scrollIndicatorPaddingLeft" format="dimension" /> 70 <attr name="scrollIndicatorPaddingRight" format="dimension" /> 74 <attr name="dotSize" format="dimension" /> 75 <attr name="numDots" format="integer" /> 76 <attr name="glowDot" format="reference" /> 77 <attr name="leftToRight" format="boolean" /> 81 <attr name="layout_childType" [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/ |
vbo_exec_draw.c | 168 GLuint attr; local 176 for (attr = 0; attr < VERT_ATTRIB_FF_MAX; attr++) { 177 exec->vtx.inputs[attr] = &vbo->currval[VBO_ATTRIB_POS+attr]; 179 for (attr = 0; attr < MAT_ATTRIB_MAX; attr++) { 180 ASSERT(VERT_ATTRIB_GENERIC(attr) < Elements(exec->vtx.inputs)) [all...] |
/external/mesa3d/src/mesa/vbo/ |
vbo_exec_draw.c | 168 GLuint attr; local 176 for (attr = 0; attr < VERT_ATTRIB_FF_MAX; attr++) { 177 exec->vtx.inputs[attr] = &vbo->currval[VBO_ATTRIB_POS+attr]; 179 for (attr = 0; attr < MAT_ATTRIB_MAX; attr++) { 180 ASSERT(VERT_ATTRIB_GENERIC(attr) < Elements(exec->vtx.inputs)) [all...] |
/frameworks/base/docs/html/sdk/api_diff/18/changes/ |
android.R.attr.html | 10 android.R.attr 74 Class android.<A HREF="../../../../reference/android/R.attr.html" target="_top"><font size="+2"><code>R.attr</code></font></A> 87 <A NAME="android.R.attr.canRequestEnhancedWebAccessibility"></A> 88 <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#canRequestEnhancedWebAccessibility" target="_top"><code>canRequestEnhancedWebAccessibility</code></A></nobr> 94 <A NAME="android.R.attr.canRequestFilterKeyEvents"></A> 95 <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#canRequestFilterKeyEvents" target="_top"><code>canRequestFilterKeyEvents</code></A></nobr> 101 <A NAME="android.R.attr.canRequestTouchExplorationMode"></A> 102 <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#canRequestTouchExplorationMode" target="_top"><code>canRequestTouchExplorationMode</code></A></nobr> 108 <A NAME="android.R.attr.childIndicatorEnd"></A [all...] |