/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Number/ |
15.7.3.js | 50 var item = 0; 51 array[item++] = new TestCase(SECTION, "Number.__proto__", Function.prototype, Number.__proto__ ); 52 array[item++] = new TestCase(SECTION, "Number.length", 1, Number.length );
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ObjectObjects/ |
15.2.3-1.js | 47 var item = 0; 49 array[item++] = new TestCase( SECTION, "Object.__proto__", Function.prototype, Object.__proto__ ); 50 array[item++] = new TestCase( SECTION, "Object.length", 1, Object.length );
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/ |
15.5.3.1-1.js | 51 var item = 0; 53 array[item++] = new TestCase( SECTION, "String.prototype.length", 0, String.prototype.length ); 55 array[item++] = new TestCase( SECTION,
|
15.5.3.2-2.js | 54 var item = 0; 56 array[item++] = new TestCase( SECTION, 61 array[item++] = new TestCase( SECTION,
|
15.5.3.js | 53 var item = 0; 55 array[item++] = new TestCase( SECTION, "String.prototype", Function.prototype, String.__proto__ ); 56 array[item++] = new TestCase( SECTION, "String.length", 1, String.length );
|
15.5.4.1.js | 44 var item = 0; 46 array[item++] = new TestCase( SECTION, "String.prototype.constructor == String", true, String.prototype.constructor == String ); 47 array[item++] = new TestCase( SECTION, "var STRING = new String.prototype.constructor('hi'); STRING.getClass = Object.prototype.toString; STRING.getClass()",
|
15.5.4.7-3.js | 70 var item = 0; 72 array[item++] = new TestCase( SECTION, 77 array[item++] = new TestCase( SECTION, 82 array[item++] = new TestCase( SECTION, 87 array[item++] = new TestCase( SECTION, 92 array[item++] = new TestCase( SECTION,
|
/external/webkit/Source/WebKit/mac/History/ |
WebBackForwardList.h | 63 - (void)addItem:(WebHistoryItem *)item; 80 @param item The history item to move the pointer to 82 - (void)goToItem:(WebHistoryItem *)item; 151 @param item The item that will be checked for presence in the WebBackForwardList. 152 @result Returns YES if the item is in the list. 154 - (BOOL)containsItem:(WebHistoryItem *)item; 159 @param index Index of the desired list item relative to the current item; 0 is current item, -1 is back item, 1 is forward item, etc [all...] |
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
namednodemapchildnoderange.java | 73 testEmployee = elementList.item(2); 77 child = attributes.item(0); 78 child = attributes.item(1);
|
/packages/apps/Gallery2/src/com/android/photos/ |
AlbumSetFragment.java | 96 Cursor item = (Cursor) getItemAtPosition(position); local 100 mLoaderCompatShim.getPathForItem(item).toString()); 102 item.getString(AlbumSetLoader.INDEX_TITLE)); 107 public int getItemMediaType(Object item) { 112 public int getItemSupportedOperations(Object item) { 113 return ((Cursor) item).getInt(AlbumSetLoader.INDEX_SUPPORTED_OPERATIONS); 117 public ArrayList<Uri> getSubItemUrisForItem(Object item) { 118 return mLoaderCompatShim.urisForSubItems((Cursor) item); 127 public Uri getItemUri(Object item) { 128 return mLoaderCompatShim.uriForItem((Cursor) item); [all...] |
PhotoSetFragment.java | 74 Cursor item = (Cursor) getItemAtPosition(position); local 75 Uri uri = mLoaderCompatShim.uriForItem(item); 102 public int getItemMediaType(Object item) { 103 return ((Cursor) item).getInt(PhotoSetLoader.INDEX_MEDIA_TYPE); 107 public int getItemSupportedOperations(Object item) { 108 return ((Cursor) item).getInt(PhotoSetLoader.INDEX_SUPPORTED_OPERATIONS); 113 public ArrayList<Uri> getSubItemUrisForItem(Object item) { 115 mSubItemUriTemp.add(mLoaderCompatShim.uriForItem((Cursor) item)); 125 public Uri getItemUri(Object item) { 126 return mLoaderCompatShim.uriForItem((Cursor) item); [all...] |
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/ |
DateTimeEditor.java | 46 public Runnable bindEditor(View v, final EditableItem item, final Runnable afterChange) { 61 Date d = getDateTime(item); 73 Date d = getDateTime(item); 77 Date d = getDateTime(item); 81 item.setValue(d.getTime()); 97 Date d = getDateTime(item); 101 Date d = getDateTime(item); 104 item.setValue(d.getTime()); 118 item.setValue(null); 125 private static Date getDateTime(EditableItem item) { [all...] |
TextEditor.java | 31 public Runnable bindEditor(View v, final EditableItem item, final Runnable afterChange) { 37 textEditor.setText(item.getValue() == null ? "" : item.getValue().toString()); 39 if (item.hasValue()) 44 if (equal(newVal, item.getValue())) 46 item.setValue(newVal);
|
/external/webkit/Source/WebCore/platform/mac/ |
ContextMenuItemMac.mm | 45 ContextMenuItem::ContextMenuItem(NSMenuItem* item) 47 m_platformDescription = item; 52 NSMenuItem* item = [[NSMenuItem alloc] initWithTitle:@"" action:nil keyEquivalent:@""]; 53 m_platformDescription = item; 54 [item release]; 66 NSMenuItem* item = [[NSMenuItem alloc] initWithTitle:title action:nil keyEquivalent:@""]; 67 [item setEnabled:enabled]; 68 [item setState:checked ? NSOnState : NSOffState]; 69 [item setTag:action]; 71 return item; [all...] |
/external/webkit/Source/WebKit/mac/Misc/ |
WebNSArrayExtras.m | 58 // Start this with YES so very last item will be removed if it's a separator. 61 NSMenuItem *item = [self objectAtIndex:index]; 62 ASSERT([item isKindOfClass:[NSMenuItem class]]); 63 BOOL itemIsSeparator = [item isSeparatorItem];
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebhistory.cpp | 45 \brief The QWebHistoryItem class represents one item in the history of a QWebPage 52 The following table shows the properties of the page held by the history item, and 62 \row \o userData() \o The user specific data that was stored with the history item. 73 Constructs a history item from \a other. The new item and \a other 74 will share their data, and modifying either this item or \a other will 83 Assigns the \a other history item to this. This item and \a other 84 will share their data, and modifying either this item or \a other will 94 Destroys the history item 448 WebCore::HistoryItem *item = d->lst->entries()[i].get(); local 539 WTF::PassRefPtr<WebCore::HistoryItem> item = WebCore::HistoryItem::create(); local [all...] |
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
RenderState.java | 87 ScriptField_RenderState_s.Item item = new ScriptField_RenderState_s.Item(); local 88 item.pv = mVertex.getRSData().getAllocation(); 89 item.pf = mFragment.getRSData().getAllocation(); 90 item.ps = mStore; 91 item.pr = mRaster; 93 mField.set(item, 0, true);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ResourceLabelProvider.java | 102 ResourceItem item = (ResourceItem)element; local 103 if (item.hasDefault() == false) { 125 ResourceItem item = (ResourceItem)element; local 126 if (item.isDeclaredInline()) { 129 int count = item.getAlternateCount(); 131 if (item.hasDefault()) {
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
PhotoDataAdapter.java | 137 // is used to determine the item movement. 159 public void onPhotoChanged(int index, Path item); 167 // The path of the current viewing item will be stored in mItemPath. 169 // can find the item. If mItemPath is null, then we use the mCurrentIndex to 230 MediaItem item = getItemInternal(index); local 231 if (item == null) return MediaObject.INVALID_DATA_VERSION; 232 return item.getDataVersion(); 236 MediaItem item = getItemInternal(index); local 237 if (item == null) return null; 238 return item.getPath() 400 MediaItem item = mData[index % DATA_CACHE_SIZE]; local 451 MediaItem item = getItem(index); local 469 MediaItem item = getItem(mCurrentIndex + offset); local 481 MediaItem item = getItem(mCurrentIndex + offset); local 508 MediaItem item = getItem(mCurrentIndex + offset); local 516 MediaItem item = getItem(mCurrentIndex + offset); local 585 MediaItem item = getMediaItem(0); local 660 MediaItem item = mData[currentIndex % DATA_CACHE_SIZE]; local 811 MediaItem item = mData[i % DATA_CACHE_SIZE]; local 1054 MediaItem item = findCurrentMediaItem(info); local 1125 MediaItem item = items.get(i); local [all...] |
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentMenuSupport.java | 113 MenuItem item; local 114 item = menu.add("Menu 1a"); 115 MenuItemCompat.setShowAsAction(item, MenuItemCompat.SHOW_AS_ACTION_IF_ROOM); 116 item = menu.add("Menu 1b"); 117 MenuItemCompat.setShowAsAction(item, MenuItemCompat.SHOW_AS_ACTION_IF_ROOM); 134 MenuItem item; local 135 item = menu.add("Menu 2"); 136 MenuItemCompat.setShowAsAction(item, MenuItemCompat.SHOW_AS_ACTION_IF_ROOM);
|
/external/chromium/chrome/browser/resources/ntp4/ |
recently_closed.css | 26 .recent-menu-item { 47 .recent-menu-item:active, 48 .recent-menu-item:visited, 49 .recent-menu-item:link {
|
/external/chromium/chrome/browser/ui/webui/options/ |
import_data_handler.h | 42 virtual void ImportItemStarted(importer::ImportItem item) OVERRIDE; 43 virtual void ImportItemEnded(importer::ImportItem item) OVERRIDE;
|
/external/chromium/webkit/glue/ |
webmenuitem.h | 25 WebMenuItem(const WebKit::WebMenuItemInfo& item); 26 WebMenuItem(const WebMenuItem& item);
|
/external/hamcrest/src/org/hamcrest/core/ |
IsInstanceOf.java | 27 public boolean matches(Object item) { 28 return theClass.isInstance(item);
|
/external/libvorbis/ |
Makefile.am | 33 for item in $(EXTRA_DIST); do \ 34 if test -d $$item; then \ 35 echo -n "cleaning $$item dir for distribution..."; \ 36 rm -rf `find $(distdir)/$$item -name .svn`; \
|