/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
namednodemapsetnameditemns07.java | 85 element = (Element) elementList.item(0); 88 element = (Element) elementList.item(1);
|
namednodemapsetnameditemns08.java | 81 element = (Element) elementList.item(0); 84 element = (Element) elementList.item(1);
|
normalize01.java | 81 firstChild = elementList.item(2); 83 textNode = (CharacterData) textList.item(0);
|
removeAttributeNS01.java | 86 gender = genderList.item(2); 95 genElement = (Element) gList.item(0);
|
removeAttributeNS02.java | 89 testAddr = elementList.item(0); 92 testAddr = elementList.item(0);
|
setNamedItemNS01.java | 87 anotherElement = elementList.item(2); 90 testAddress = elementList.item(0);
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
GetAttributeNodeNS.java | 83 testAddr = (Element) elementList.item(0); 96 testAddr = (Element) elementList.item(0);
|
HasAttributes.java | 77 addrNode = addrList.item(0); 88 addrNode = addrList.item(0);
|
Normalize.java | 86 firstChild = elementList.item(2); 88 textNode = (CharacterData) textList.item(0);
|
SetAttributeNS.java | 87 testAddr = elementList.item(0); 108 testAddr = elementList.item(0); 137 // gender = genderList.item(2); 139 // gen = genList.item(0); 147 // genElement = (Element) gList.item(0); 172 testAddr = elementList.item(0); 200 testAddr = elementList.item(0); 216 testAddr = elementList.item(0); 237 testAddr = elementList.item(0); 264 testAddr = elementList.item(0) [all...] |
/ndk/sources/host-tools/make-3.81/ |
hash.h | 40 typedef void (*hash_map_func_t) __P((void const *item)); 41 typedef void (*hash_map_arg_func_t) __P((void const *item, void *arg)); 66 void *hash_insert __P((struct hash_table *ht, const void *item)); 67 void *hash_insert_at __P((struct hash_table *ht, const void *item, void const *slot)); 68 void *hash_delete __P((struct hash_table *ht, void const *item)); 79 #define HASH_VACANT(item) ((item) == 0 || (void *) (item) == hash_deleted_item)
|
/packages/apps/Browser/src/com/android/browser/ |
ActivityController.java | 44 boolean onOptionsItemSelected(MenuItem item); 48 boolean onContextItemSelected(MenuItem item);
|
/packages/apps/Contacts/src/com/android/contacts/preference/ |
ContactsPreferenceActivity.java | 58 * corresponding menu item can be removed. 66 public boolean onOptionsItemSelected(MenuItem item) { 67 switch (item.getItemId()) {
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
DeskClockFragment.java | 85 public boolean onMenuItemClick(MenuItem item) { 86 return getActivity().onOptionsItemSelected(item);
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
SnailSource.java | 35 mMatcher.add("/snail/item/*", SNAIL_ITEM); 38 // The only path we accept is "/snail/set/id" and "/snail/item/id" 44 String itemPath = "/snail/item/" + mMatcher.getVar(0); 45 SnailItem item = local 47 return new SnailAlbum(path, item); 68 return Path.fromString("/snail/item").getChild(id);
|
/packages/apps/Mms/src/com/android/mms/dom/smil/ |
SmilLayoutElementImpl.java | 50 if (childNodes.item(i).getNodeName().equals("root-layout")) { 51 rootLayoutNode = (SMILRootLayoutElement)childNodes.item(i);
|
/prebuilts/misc/common/swig/include/2.0.11/php/ |
director.swg | 39 GCItem_var(GCItem *item = 0) : _item(item) 43 GCItem_var& operator=(GCItem *item) 46 _item = item;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_find.py | 23 for item in (("GL", lib_gl), 26 print "\t", item
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/ |
__init__.py | 53 getbaseclasses(item) 71 'cobj' : item,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pyclbr.py | 139 def defined_in(item, module): 140 if isinstance(item, ClassType): 141 return item.__module__ == module.__name__ 142 if isinstance(item, FunctionType): 143 return item.func_globals is module.__dict__ 146 item = getattr(module, name) 147 if isinstance(item, (ClassType, FunctionType)): 148 if defined_in(item, module):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_find.py | 23 for item in (("GL", lib_gl), 26 print "\t", item
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pyclbr.py | 139 def defined_in(item, module): 140 if isinstance(item, ClassType): 141 return item.__module__ == module.__name__ 142 if isinstance(item, FunctionType): 143 return item.func_globals is module.__dict__ 146 item = getattr(module, name) 147 if isinstance(item, (ClassType, FunctionType)): 148 if defined_in(item, module):
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
FlagXmlPropertyDialog.java | 112 // Enforce single-item selection 195 if (e.item instanceof TableItem) { 196 TableItem item = (TableItem) e.item; local 197 item.setChecked(!item.getChecked()); 208 TableItem item = mTable.getSelection()[0]; local 209 item.setChecked(!item.getChecked());
|
/external/chromium_org/third_party/skia/third_party/harfbuzz/src/ |
harfbuzz-indic.cpp | [all...] |
/external/chromium_org/ui/webui/resources/css/ |
tree.css | 11 .tree-item > .tree-row { 44 .tree-item[expanded] > .tree-row > .expand-icon { 100 .tree-item > .tree-row > * { 123 html[dir=rtl] .tree-item[expanded] > .tree-row > .tree-label { 146 .tree-item[expanded] > .tree-row > .tree-label { 166 .tree-item[editing] input { 178 html[dir=rtl] .tree-item[editing] input {
|