/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_funcattrs.py | 13 power< any+ trailer< '.' attr=('func_closure' | 'func_doc' | 'func_globals' 19 attr = results["attr"][0] 20 attr.replace(Name((u"__%s__" % attr.value[5:]), 21 prefix=attr.prefix))
|
fix_methodattrs.py | 18 power< any+ trailer< '.' attr=('im_func' | 'im_self' | 'im_class') > any* > 22 attr = results["attr"][0] 23 new = unicode(MAP[attr.value]) 24 attr.replace(Name(new, prefix=attr.prefix))
|
/system/extras/tests/bionic/libc/common/ |
test_pthread_mutex.c | 111 static void do_test_mutex_1(pthread_mutexattr_t *attr) 116 TZERO(pthread_mutex_init(lock, attr)); 122 static void set_mutexattr_type(pthread_mutexattr_t *attr, int type) 125 TZERO(pthread_mutexattr_settype(attr, type)); 127 TZERO(pthread_mutexattr_gettype(attr, &newtype)); 135 pthread_mutexattr_t attr[1]; local 141 TZERO(pthread_mutexattr_init(attr)); 143 set_mutexattr_type(attr, PTHREAD_MUTEX_NORMAL); 144 do_test_mutex_1(attr); 146 set_mutexattr_type(attr, PTHREAD_MUTEX_RECURSIVE) 222 pthread_mutexattr_t attr[1]; local 345 pthread_mutexattr_t attr[1]; local [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/ |
IDLExtendedAttributes.txt | 13 # - "Attr" means that the Attr does not take a value, i.e. [Attr]. 14 # - "Attr=X" means that Attr takes a required value, which must be X; 15 # i.e. [Attr=X]. 16 # - "Attr=X|Y|Z" means that Attr takes a required value, and the valid 18 # e.g. [Attr=X], [Attr=Y], [Attr=X|Z] [all...] |
/external/linux-tools-perf/util/include/linux/added/ |
hw_breakpoint.h | 38 static inline void hw_breakpoint_init(struct perf_event_attr *attr) 40 memset(attr, 0, sizeof(*attr)); 42 attr->type = PERF_TYPE_BREAKPOINT; 43 attr->size = sizeof(*attr); 48 attr->pinned = 1; 49 attr->sample_period = 1; 52 static inline void ptrace_breakpoint_init(struct perf_event_attr *attr) 54 hw_breakpoint_init(attr); [all...] |
/external/elfutils/tests/ |
run-show-abbrev.sh | 33 abbrev[0]: attr[0]: code = 16, form = 6, offset = 0 34 abbrev[0]: attr[1]: code = 18, form = 1, offset = 2 35 abbrev[0]: attr[2]: code = 17, form = 1, offset = 4 36 abbrev[0]: attr[3]: code = 3, form = 8, offset = 6 37 abbrev[0]: attr[4]: code = 27, form = 8, offset = 8 38 abbrev[0]: attr[5]: code = 37, form = 8, offset = 10 39 abbrev[0]: attr[6]: code = 19, form = 11, offset = 12 41 abbrev[19]: attr[0]: code = 1, form = 19, offset = 19 42 abbrev[19]: attr[1]: code = 63, form = 12, offset = 21 43 abbrev[19]: attr[2]: code = 3, form = 8, offset = 2 [all...] |
/external/clang/include/clang/Lex/ |
CMakeLists.txt | 1 clang_tablegen(AttrSpellings.inc -gen-clang-attr-spelling-list 3 SOURCE ../Basic/Attr.td
|
/external/clang/include/clang/Parse/ |
CMakeLists.txt | 1 clang_tablegen(AttrExprArgs.inc -gen-clang-attr-expr-args-list 3 SOURCE ../Basic/Attr.td 6 clang_tablegen(AttrLateParsed.inc -gen-clang-attr-late-parsed-list 8 SOURCE ../Basic/Attr.td
|
/packages/inputmethods/LatinIME/java/res/values/ |
attrs.xml | 24 <attr name="keyboardStyle" format="reference" /> 26 <attr name="keyboardViewStyle" format="reference" /> 28 <attr name="mainKeyboardViewStyle" format="reference" /> 30 <attr name="emojiPalettesViewStyle" format="reference" /> 32 <attr name="moreKeysKeyboardStyle" format="reference" /> 34 <attr name="moreKeysKeyboardViewStyle" format="reference" /> 36 <attr name="moreKeysKeyboardContainerStyle" format="reference" /> 38 <attr name="suggestionStripViewStyle" format="reference" /> 40 <attr name="suggestionWordStyle" format="reference" /> 47 <attr name="keyBackground" format="reference" / [all...] |
/developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/res/values/ |
attrs.xml | 5 <attr name="animationDuration" format="enum"> 9 </attr> 10 <attr name="animators" format="string"/>
|
/developers/build/templates/CardStream/_MODULE_/src/template/res/values/ |
attrs.xml | 5 <attr name="animationDuration" format="enum"> 9 </attr> 10 <attr name="animators" format="string"/>
|
/external/chromium_org/tools/deep_memory_profiler/tests/ |
range_dict_tests.py | 44 for begin, end, attr in ranges.iter_range(20, 40): 45 result.append({'begin': begin, 'end':end, 'attr':attr.get()}) 47 {'begin': 20, 'end': 40, 'attr': 0}, 55 for begin, end, attr in ranges.iter_range(20, 20): 56 result.append({'begin': begin, 'end':end, 'attr':attr.get()}) 62 for begin, end, attr in ranges.iter_range(20, 30): 63 attr.set(12) 64 for begin, end, attr in ranges.iter_range(30, 40) [all...] |
/frameworks/base/tests/BiDiTests/res/values/ |
attrs.xml | 4 <attr name="size" format="dimension" /> 5 <attr name="color" format="color" /> 6 <attr name="text" format="string" />
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
navigation1-expected-navigate15.txt | 1 Go To Declaration in navigation1.xml for ?android:attr/alert^DialogStyle: 2 Open Declaration in values/attrs.xml : [?android:attr/alertDialogStyle] 7 <attr name="alertDialogStyle" format="reference" />^
|
/packages/apps/Settings/res/values/ |
attrs.xml | 19 <attr name="state_encrypted" format="boolean" /> 22 <attr name="icon" format="reference" /> 27 <attr name="android:textAppearance" /> 29 <attr name="android:textColor" /> 31 <attr name="android:textSize" /> 33 <attr name="android:typeface" /> 35 <attr name="android:textStyle" /> 37 <attr name="android:shadowColor" /> 39 <attr name="android:shadowDx" /> 41 <attr name="android:shadowDy" / [all...] |
/external/wpa_supplicant_8/src/wps/ |
wps_validate.c | 1028 struct wps_parse_attr attr; local 1034 if (wps_parse_msg(&buf, &attr) < 0) { 1039 if (wps_validate_network_idx(attr.network_idx, 1) || 1040 wps_validate_ssid(attr.ssid, attr.ssid_len, 1) || 1041 wps_validate_auth_type(attr.auth_type, 1) || 1042 wps_validate_encr_type(attr.encr_type, 1) || 1043 wps_validate_network_key_index(attr.network_key_idx, 0) || 1044 wps_validate_network_key(attr.network_key, attr.network_key_len 1083 struct wps_parse_attr attr; local 1122 struct wps_parse_attr attr; local 1180 struct wps_parse_attr attr; local 1227 struct wps_parse_attr attr; local 1256 struct wps_parse_attr attr; local 1285 struct wps_parse_attr attr; local 1341 struct wps_parse_attr attr; local 1396 struct wps_parse_attr attr; local 1448 struct wps_parse_attr attr; local 1484 struct wps_parse_attr attr; local 1522 struct wps_parse_attr attr; local 1553 struct wps_parse_attr attr; local 1589 struct wps_parse_attr attr; local 1620 struct wps_parse_attr attr; local 1656 struct wps_parse_attr attr; local 1687 struct wps_parse_attr attr; local 1724 struct wps_parse_attr attr; local 1762 struct wps_parse_attr attr; local 1798 struct wps_parse_attr attr; local 1835 struct wps_parse_attr attr; local 1869 struct wps_parse_attr attr; local 1904 struct wps_parse_attr attr; local 1938 struct wps_parse_attr attr; local [all...] |
/frameworks/support/v7/appcompat/res/values-v14/ |
themes_base.xml | 33 <item name="windowActionBar">?android:attr/windowActionBar</item> 34 <item name="actionBarSize">?android:attr/actionBarSize</item> 35 <item name="actionBarItemBackground">?android:attr/actionBarItemBackground</item> 36 <item name="selectableItemBackground">?android:attr/selectableItemBackground</item> 37 <item name="actionButtonStyle">?android:attr/actionButtonStyle</item> 38 <item name="dividerVertical">?android:attr/dividerVertical</item> 39 <item name="dividerHorizontal">?android:attr/dividerHorizontal</item> 41 <item name="android:actionBarWidgetTheme">?attr/actionBarWidgetTheme</item> 44 <item name="listPreferredItemHeight">?android:attr/listPreferredItemHeight</item> 45 <item name="listPreferredItemHeightSmall">?android:attr/listPreferredItemHeightSmall</item [all...] |
/packages/apps/Contacts/res/values/ |
attrs.xml | 20 <attr name="mimeType" format="string"/> 22 <attr name="remoteViews" format="reference"/> 24 <attr name="icon" format="reference"/> 26 <attr name="summaryColumn" format="string"/> 28 <attr name="detailColumn" format="string"/> 32 <attr name="edgeWidth" format="dimension"/> 33 <attr name="listenEdges"> 36 </attr> 40 <attr name="layout_narrowParentWidth" format="dimension"/> 41 <attr name="layout_narrowWidth" format="dimension"/ [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/ |
innerHTML-setter-siblings.html | 12 var attr = '<div foo="bar" foo="bar" foo="bar" foo="bar sda"></div>'; 16 var attr10 = attr + attr + attr + attr + attr + attr + attr + attr + attr + attr [all...] |
/packages/apps/Camera/res/values/ |
attrs.xml | 18 <attr name="title" format="string" /> 21 <attr name="key" format="string" /> 22 <attr name="defaultValue" format="string|reference" /> 23 <attr name="entryValues" format="reference" /> 24 <attr name="entries" format="reference" /> 27 <attr name="icons" format="reference" /> 28 <attr name="modes" format="reference" /> 32 <attr name="singleIcon" format="reference" /> 33 <attr name="icons" /> 34 <attr name="largeIcons" format="reference" / [all...] |
/packages/apps/LegacyCamera/res/values/ |
attrs.xml | 18 <attr name="title" format="string" /> 21 <attr name="key" format="string" /> 22 <attr name="defaultValue" format="string|reference" /> 23 <attr name="entryValues" format="reference" /> 24 <attr name="entries" format="reference" /> 27 <attr name="icons" format="reference" /> 28 <attr name="modes" format="reference" /> 32 <attr name="singleIcon" format="reference" /> 33 <attr name="icons" /> 34 <attr name="largeIcons" format="reference" / [all...] |
/development/samples/training/ads-and-ux/res/values/ |
attrs.xml | 21 <attr name="actionbarCompatTitleStyle" format="reference" /> 22 <attr name="actionbarCompatButtonStyle" format="reference" /> 23 <attr name="actionbarCompatButtonHomeStyle" format="reference" /> 24 <attr name="actionbarCompatProgressIndicatorStyle" format="reference" /> 29 <attr name="textColor" format="color" /> 30 <attr name="textSize" format="dimension" /> 32 <attr name="textStyle"> 36 </attr> 38 <attr name="typeface"> 43 </attr> [all...] |
/development/samples/training/device-management-policy/res/values/ |
attrs.xml | 20 <attr name="actionbarCompatTitleStyle" format="reference" /> 21 <attr name="actionbarCompatButtonStyle" format="reference" /> 22 <attr name="actionbarCompatButtonHomeStyle" format="reference" /> 23 <attr name="actionbarCompatProgressIndicatorStyle" format="reference" /> 28 <attr name="textColor" format="color" /> 29 <attr name="textSize" format="dimension" /> 31 <attr name="textStyle"> 35 </attr> 37 <attr name="typeface"> 42 </attr> [all...] |
/frameworks/base/packages/SystemUI/res/values/ |
attrs.xml | 20 <attr name="keyCode" format="integer" /> 22 <attr name="keyRepeat" format="boolean" /> 24 <attr name="glowBackground" format="reference" /> 27 <attr name="text" format="string" /> 30 <attr name="insetLeft" format="dimension" /> 33 <attr name="rowHeight" format="dimension" /> 36 <attr name="recentItemLayout" format="reference" /> 39 <attr name="minSize" format="dimension" /> 40 <attr name="maxSize" format="dimension" /> 41 <attr name="holdTime" format="integer" / [all...] |
/packages/apps/Camera2/res/values/ |
attrs.xml | 18 <attr name="listPreferredItemHeightSmall" format="dimension" /> 19 <attr name="switchStyle" format="reference" /> 25 <attr name="title" format="string" /> 28 <attr name="key" format="string" /> 29 <attr name="defaultValue" format="string|reference" /> 30 <attr name="entryValues" format="reference" /> 31 <attr name="entries" format="reference" /> 32 <attr name="labelList" format="reference" /> 35 <attr name="icons" format="reference" /> 36 <attr name="modes" format="reference" / [all...] |