HomeSort by relevance Sort by last modified time
    Searched refs:item (Results 1601 - 1625 of 5060) sorted by null

<<61626364656667686970>>

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaSet.java 143 // item could be null only in ClusterAlbum
144 MediaObject item = list.get(i); local
145 if (item != null && item.mPath == path) return i;
186 // called for each media item with its index.
196 void consume(int index, MediaItem item);
209 MediaItem item = items.get(i); local
210 consumer.consume(startIndex + start + i, item);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
DetailsPage.java 82 for (IContributionItem item: provider.getToolBarItems()) {
83 mToolBarManager.add(item);
91 for (IContributionItem item: mToolBarManager.getItems()) {
92 item.setVisible(false);
100 for (IContributionItem item: provider.getToolBarItems()) {
101 item.setVisible(true);
  /external/harfbuzz_ng/src/
hb-private.hh 400 item_t *item = items.find (v); local
401 if (item) {
403 item_t old = *item;
404 *item = v;
409 item = NULL;
413 item = items.push ();
414 if (likely (item))
415 *item = v;
418 return item;
425 item_t *item = items.find (v) local
441 item_t *item = items.find (v); local
452 item_t *item = items.find (v); local
    [all...]
  /external/blktrace/doc/
blktrace.tex 36 \item[Kernel patch] A patch to the Linux kernel which includes the
41 \item[blktrace] A utility which transfers event traces from the kernel
45 \item[blkparse] A utility which formats events stored in files, or when
114 \item Manually mount after each boot:
119 \item Add an entry into /etc/fstab, and have it done automatically at
341 \item blktrace receives data from the kernel in buffers passed up
347 \item blktrace defaults to collecting \emph{all} events that can be
355 \item As noted above, the events are passed up via a series of buffers
359 \item blktrace stores the extracted data into files stored in the
368 \item blktrace may also be run concurrently with blkparse to produc
    [all...]
  /cts/suite/audio_quality/lib/src/task/
TaskProcess.cpp 264 std::vector<android::String8>& item = *(itemTokens.get()); local
265 if (StringUtil::compare(item[0], "id") == 0) {
266 Param param(EId, item[1]);
269 } else if (StringUtil::compare(item[0], "val") == 0) {
270 Param param(EVal, item[1]);
273 } else if (isInput && (StringUtil::compare(item[0], "consti") == 0)) {
274 long long value = atoll(item[1].string());
279 } else if (isInput && (StringUtil::compare(item[0], "constf") == 0)) {
280 double value = atof(item[1].string());
286 LOGE("unrecognized word %s", item[0].string())
    [all...]
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_namednodemapchildnoderange.js 106 testEmployee = elementList.item(2);
123 child = attributes.item(2);
127 child = attributes.item(0);
129 child = attributes.item(1);
131 child = attributes.item(3);
hc_namednodemapreturnfirstitem.js 78 The "item(index)" method returns the indexth item in
79 the map(test for first item).
118 testAddress = elementList.item(1);
122 child = attributes.item(indexN10070);
hc_namednodemapreturnlastitem.js 78 The "item(index)" method returns the indexth item in
79 the map(test for last item).
120 testEmployee = elementList.item(1);
124 child = attributes.item(indexN10070);
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLCollection06.js 78 An item(index) method retrieves an item specified by ordinal index
82 the "rows" attribute. The item located at ordinal index 0 is further
107 testNode = nodeList.item(0);
110 rowNode = rowsnodeList.item(0);
HTMLCollection07.js 78 An item(index) method retrieves an item specified by ordinal index
82 the "rows" attribute. The item located at ordinal index 3 is further
106 testNode = nodeList.item(0);
109 rowNode = rowsnodeList.item(3);
HTMLOptionsCollection02.js 82 The item() method retrieves a node specified by ordinal index.
86 Retrieve the fourth item in the list and examine its firstChild's
91 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#HTMLOptionsCollection-item
111 testNode = nodeList.item(0);
114 optionsNode = optionsList.item(3);
HTMLOptionsCollection06.js 82 The item() method retrieves a node specified by ordinal index.
86 Retrieve the tenth item in the list - null should be returned since
91 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#HTMLOptionsCollection-item
111 testNode = nodeList.item(0);
114 optionsNode = optionsList.item(10);
HTMLOptionsCollection07.js 82 The item() method retrieves a node specified by ordinal index. Nodes
86 Retrieve the first item in the list and examine its firstChild's
91 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#HTMLOptionsCollection-item
111 testNode = nodeList.item(0);
114 optionsNode = optionsList.item(0);
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_namednodemapchildnoderange.js 106 testEmployee = elementList.item(2);
123 child = attributes.item(2);
127 child = attributes.item(0);
129 child = attributes.item(1);
131 child = attributes.item(3);
hc_namednodemapreturnfirstitem.js 78 The "item(index)" method returns the indexth item in
79 the map(test for first item).
118 testAddress = elementList.item(1);
122 child = attributes.item(indexN10070);
hc_namednodemapreturnlastitem.js 78 The "item(index)" method returns the indexth item in
79 the map(test for last item).
120 testEmployee = elementList.item(1);
124 child = attributes.item(indexN10070);
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLCollection06.js 78 An item(index) method retrieves an item specified by ordinal index
82 the "rows" attribute. The item located at ordinal index 0 is further
107 testNode = nodeList.item(0);
110 rowNode = rowsnodeList.item(0);
HTMLCollection07.js 78 An item(index) method retrieves an item specified by ordinal index
82 the "rows" attribute. The item located at ordinal index 3 is further
106 testNode = nodeList.item(0);
109 rowNode = rowsnodeList.item(3);
HTMLOptionsCollection02.js 82 The item() method retrieves a node specified by ordinal index.
86 Retrieve the fourth item in the list and examine its firstChild's
91 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#HTMLOptionsCollection-item
111 testNode = nodeList.item(0);
114 optionsNode = optionsList.item(3);
HTMLOptionsCollection06.js 82 The item() method retrieves a node specified by ordinal index.
86 Retrieve the tenth item in the list - null should be returned since
91 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#HTMLOptionsCollection-item
111 testNode = nodeList.item(0);
114 optionsNode = optionsList.item(10);
HTMLOptionsCollection07.js 82 The item() method retrieves a node specified by ordinal index. Nodes
86 Retrieve the first item in the list and examine its firstChild's
91 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#HTMLOptionsCollection-item
111 testNode = nodeList.item(0);
114 optionsNode = optionsList.item(0);
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
domstringlistitem01.js 78 Check implementation of DOMStringList.item by accessing items 0 and length-1 and expecting
82 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#DOMStringList-item
107 parameter = paramList.item(0);
109 parameter = paramList.item(length);
112 parameter = paramList.item(length);
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebContextMenuProxyMac.mm 93 WebKit::WebContextMenuItemData item(ActionType, static_cast<ContextMenuAction>([sender tag]), [sender title], [sender isEnabled], [sender state] == NSOnState);
97 item.setUserData([static_cast<WebUserDataWrapper *>(representedObject) userData]);
100 _menuProxy->contextMenuItemSelected(item);
119 void WebContextMenuProxyMac::contextMenuItemSelected(const WebContextMenuItemData& item)
121 m_page->contextMenuItemSelected(item);
  /packages/apps/Phone/src/com/android/phone/
SimContacts.java 266 MenuItem item = menu.findItem(MENU_IMPORT_ALL); local
267 if (item != null) {
268 item.setVisible(mCursor != null && mCursor.getCount() > 0);
274 public boolean onOptionsItemSelected(MenuItem item) {
275 switch (item.getItemId()) {
308 return super.onOptionsItemSelected(item);
312 public boolean onContextItemSelected(MenuItem item) {
313 switch (item.getItemId()) {
315 ContextMenu.ContextMenuInfo menuInfo = item.getMenuInfo();
322 return super.onContextItemSelected(item);
    [all...]
  /external/chromium/chrome/browser/resources/
network_menu.js 45 networkMenuItem.innerHTML = '<div class="network-menu-item">' +
347 onClick_: function(event, item) {
348 // If item is a NetworkMenuItem, it must have at least one of the following.
349 if (item.autoConnectCheckbox || item.ssidEdit || item.passwordEdit) {
351 if (event.target == item.autoConnectCheckbox ||
352 event.target == item.autoConnectCheckbox.nextElementSibling ||
353 event.target == item.ssidEdit ||
354 event.target == item.passwordEdit)
    [all...]

Completed in 1469 milliseconds

<<61626364656667686970>>