/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completion11-expected-completion72.txt | 1 Code completion in completion11.xml for ?^android:attr/Textapp: 2 ?android:attr/ 3 ?attr/
|
completion11-expected-completion73.txt | 1 Code completion in completion11.xml for ?android:attr/Textapp^: 2 ?android:attr/textAppearance : Base text color, typeface, size, and style. 3 ?android:attr/textAppearanceButton 4 ?android:attr/textAppearanceInverse 5 ?android:attr/textAppearanceLarge 6 ?android:attr/textAppearanceLargeInverse 7 ?android:attr/textAppearanceLargePopupMenu 8 ?android:attr/textAppearanceListItem 9 ?android:attr/textAppearanceListItemSmall 10 ?android:attr/textAppearanceMediu [all...] |
completion11-expected-completion74.txt | 1 Code completion in completion11.xml for ?and^roid:attr/Textapp: 2 ?android:attr/
|
completion11-expected-applyCompletion46.diff | 1 Code completion in completion11.xml for ?android:attr/Textapp^ selecting ?android:attr/textAppearanceLargeInverse: 3 - style="?android:attr/Textapp^" 4 + style="?android:attr/textAppearanceLargeInverse^"
|
/frameworks/base/tests/BiDiTests/ |
new-attributes.txt | 1 <public type="attr" name="layoutDirection" /> 3 <public type="attr" name="layout_marginStart"/> 4 <public type="attr" name="layout_marginEnd"/> 6 <public type="attr" name="paddingStart"/> 7 <public type="attr" name="paddingEnd"/> 9 <public type="attr" name="textDirection"/>
|
/external/valgrind/main/drd/tests/ |
pth_mutex_reinit.c | 15 pthread_mutexattr_t attr; local 17 pthread_mutexattr_init(&attr); 18 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_NORMAL); 19 pthread_mutex_init(&m, &attr); 20 pthread_mutexattr_destroy(&attr); 24 pthread_mutexattr_init(&attr); 25 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE); 26 pthread_mutex_init(&m, &attr); 27 pthread_mutexattr_destroy(&attr);
|
pth_process_shared_mutex.c | 16 pthread_mutexattr_t attr; local 18 pthread_mutexattr_init(&attr); 19 pthread_mutexattr_setpshared(&attr, PTHREAD_PROCESS_SHARED); 20 pthread_mutex_init(&mutex, &attr); 21 pthread_mutexattr_destroy(&attr);
|
/external/chromium_org/third_party/skia/include/svg/ |
SkSVGAttribute.h | 27 #define SVG_ATTRIBUTE(attr) { #attr, SK_OFFSETOF(BASE_CLASS, f_##attr) } 30 #define SVG_ATTRIBUTE(attr) { #attr } 34 #define SVG_ADD_ATTRIBUTE(attr) \ 35 if (f_##attr.size() > 0) \ 36 parser._addAttributeLen(#attr, f_##attr.c_str(), f_##attr.size() [all...] |
/external/skia/include/svg/ |
SkSVGAttribute.h | 27 #define SVG_ATTRIBUTE(attr) { #attr, SK_OFFSETOF(BASE_CLASS, f_##attr) } 30 #define SVG_ATTRIBUTE(attr) { #attr } 34 #define SVG_ADD_ATTRIBUTE(attr) \ 35 if (f_##attr.size() > 0) \ 36 parser._addAttributeLen(#attr, f_##attr.c_str(), f_##attr.size() [all...] |
/packages/apps/ContactsCommon/res/values/ |
attrs.xml | 20 <attr name="list_item_height" format="dimension"/> 21 <attr name="list_section_header_height" format="dimension"/> 22 <attr name="activated_background" format="reference"/> 23 <attr name="section_header_background" format="reference"/> 24 <attr name="list_item_divider" format="reference"/> 25 <attr name="list_item_padding_top" format="dimension"/> 26 <attr name="list_item_padding_right" format="dimension"/> 27 <attr name="list_item_padding_bottom" format="dimension"/> 28 <attr name="list_item_padding_left" format="dimension"/> 29 <attr name="list_item_gap_between_image_and_text" format="dimension"/ [all...] |
/external/replicaisland/res/values/ |
attrs.xml | 4 <attr name="minText" format = "string"/> 5 <attr name="maxText" format = "string"/> 9 <attr name="leftKey" format = "string"/> 10 <attr name="rightKey" format = "string"/> 11 <attr name="jumpKey" format = "string"/> 12 <attr name="attackKey" format = "string"/>
|
/frameworks/base/docs/html/sdk/api_diff/6/ |
missingSinces.txt | 2 NO DOC BLOCK: android.R.attr Field quickContactBadgeStyleSmallWindowLarge 3 NO DOC BLOCK: android.R.attr Field quickContactBadgeStyleSmallWindowMedium 4 NO DOC BLOCK: android.R.attr Field quickContactBadgeStyleSmallWindowSmall 5 NO DOC BLOCK: android.R.attr Field quickContactBadgeStyleWindowLarge 6 NO DOC BLOCK: android.R.attr Field quickContactBadgeStyleWindowMedium 7 NO DOC BLOCK: android.R.attr Field quickContactBadgeStyleWindowSmall
|
/development/samples/FixedGridLayout/res/values/ |
attrs.xml | 3 <attr name="cellWidth" format="dimension" /> 4 <attr name="cellHeight" format="dimension" />
|
/packages/apps/Email/res/values/ |
attrs.xml | 21 <attr name="protocol" format="string"/> 22 <attr name="name" format="string"/> 23 <attr name="hide" format="boolean"/> 24 <attr name="accountType" format="string"/> 25 <attr name="serviceClass" format="string"/> 26 <attr name="intent" format="string"/> 27 <attr name="intentPackage" format="string"/> 28 <attr name="port" format="integer"/> 29 <attr name="portSsl" format="integer"/> 30 <attr name="defaultSsl" format="boolean"/ [all...] |
/external/clang/include/clang/Serialization/ |
CMakeLists.txt | 1 clang_tablegen(AttrPCHRead.inc -gen-clang-attr-pch-read 3 SOURCE ../Basic/Attr.td 6 clang_tablegen(AttrPCHWrite.inc -gen-clang-attr-pch-write 8 SOURCE ../Basic/Attr.td
|
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/stlport/ |
.___init__.py | 1 Mac OS X 2 x ? ATTR v?H ? ? ? com.apple.quarantine q/0000;00000000;;
|
._printers.py | 1 Mac OS X 2 x ? ATTR v?I ? ? ? com.apple.quarantine q/0000;00000000;;
|
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/test/ |
._test.cpp | 1 Mac OS X 2 x ? ATTR v?N ? ? ? com.apple.quarantine q/0000;00000000;;
|
/external/clang/include/clang/Sema/ |
CMakeLists.txt | 1 clang_tablegen(AttrTemplateInstantiate.inc -gen-clang-attr-template-instantiate 3 SOURCE ../Basic/Attr.td 6 clang_tablegen(AttrParsedAttrList.inc -gen-clang-attr-parsed-attr-list 8 SOURCE ../Basic/Attr.td 11 clang_tablegen(AttrParsedAttrKinds.inc -gen-clang-attr-parsed-attr-kinds 13 SOURCE ../Basic/Attr.td 16 clang_tablegen(AttrSpellingListIndex.inc -gen-clang-attr-spelling-index 18 SOURCE ../Basic/Attr.t [all...] |
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/ |
kdt_pam.dtfmt | 21 ! for the :ATTR the values in the range [1, 255] or
28 :ATTR "1" :PROP type = numeric
30 :ATTR "2" :PROP type = numeric
32 :ATTR "3" :PROP type = numeric
34 :ATTR "4" :PROP type = numeric
36 :ATTR "5" :PROP type = numeric
38 :ATTR "6" :PROP type = numeric
40 :ATTR "7" :PROP type = numeric
42 :ATTR "8" :PROP type = numeric
44 :ATTR "9" :PROP type = numeric [all...] |
/cts/tests/res/values/ |
attrs.xml | 20 <attr name="Type1" format="integer"> 26 </attr> 27 <attr name="Type2" format="integer"> 33 </attr> 35 <attr name="type1" format="boolean"/> 36 <attr name="type2" format="boolean"/> 37 <attr name="type3" format="color"/> 38 <attr name="type4" format="reference|color"/> 39 <attr name="type5" format="dimension"/> 40 <attr name="type6" format="dimension"/ [all...] |
/development/ndk/sources/android/libportable/arch-mips/ |
pthread.c | 71 PTHREAD_WRAPPER(pthread_attr_init, (pthread_attr_t *attr), (attr), "(attr:%p)"); 73 PTHREAD_WRAPPER(pthread_attr_destroy, (pthread_attr_t *attr), (attr), "(attr:%p)"); 75 PTHREAD_WRAPPER(pthread_attr_setdetachstate, (pthread_attr_t *attr, int state), (attr, state), 76 "(attr:%p, state:%d)"); 78 PTHREAD_WRAPPER(pthread_attr_getdetachstate, (pthread_attr_t const *attr, int *state) [all...] |
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t012lexerXML.output | 2 Attr: version='1.0' 7 attr CDATA #IMPLIED 14 Attr: attr="val'ue" 15 Attr: attr2='val"ue' 29 Attr: cursor='11'
|
/prebuilts/python/darwin-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))
|