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

<<61626364656667686970>>

  /packages/apps/Email/res/menu/
message_list_context_trash.xml 20 <item android:id="@+id/open" android:title="@string/open_action" />
21 <item android:id="@+id/delete" android:title="@string/delete_action" />
  /packages/apps/IM/res/drawable/
chat_history_selector.xml 22 <item
27 <item
  /packages/apps/Mms/res/drawable/
chat_history_selector.xml 18 <item
23 <item
fasttrack_badge_middle.xml 18 <item
24 <item
  /packages/apps/Mms/src/org/w3c/dom/smil/
TimeList.java 24 * Returns the <code>index</code> th item in the collection. If
32 public Time item(int index); method in interface:TimeList
  /packages/apps/Settings/res/drawable/
wifi_signal.xml 19 <item settings:state_encrypted="true" android:drawable="@drawable/wifi_signal_lock" />
20 <item settings:state_encrypted="false" android:drawable="@drawable/wifi_signal_open" />
  /packages/providers/ContactsProvider/res/values/
unrestricted_packages.xml 23 <item>com.android.contacts</item>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/
UiPropertySheetPage.java 58 * The tooltip will display the element's javadoc, if any, or the item's getText otherwise.
94 TreeItem item = tree.getItem(new Point(event.x, event.y));
95 if (item != null) {
96 Object data = item.getData();
102 tooltip = item.getText();
104 tooltip = item.getText() + ":\r" + tooltip;
119 label.setData("_TABLEITEM", item);
124 Rectangle rect = item.getBounds(0);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceItem.java 20 * Base class representing a Resource Item, as returned by a {@link IResourceRepository}.
35 * Returns the name of the resource item.
  /system/core/libacc/tests/
accarm 26 def which(item):
27 return runCmd(["which", item])
  /dalvik/vm/
Hash.c 175 void* dvmHashTableLookup(HashTable* pHashTable, u4 itemHash, void* item,
183 assert(item != HASH_TOMBSTONE);
184 assert(item != NULL);
192 (*cmpFunc)(pEntry->data, item) == 0)
212 pEntry->data = item;
235 result = item;
249 * Does NOT invoke the "free" function on the item.
251 bool dvmHashTableRemove(HashTable* pHashTable, u4 itemHash, void* item)
262 if (pEntry->data == item) {
288 * Does NOT invoke the "free" function on the item
    [all...]
  /external/webkit/WebCore/inspector/front-end/
inspector.html 126 <div class="toolbar-item close-left"><button id="close-button-left"></button></div>
127 <div class="toolbar-item flexable-space"></div>
128 <div class="toolbar-item hidden" id="search-results-matches"></div>
129 <div class="toolbar-item"><input id="search" type="search" incremental results="0"><div id="search-toolbar-label" class="toolbar-label"></div></div>
130 <div class="toolbar-item close-right"><button id="close-button-right"></button></div>
134 <div id="main-status-bar" class="status-bar"><div id="anchored-status-bar-items"><button id="dock-status-bar-item" class="status-bar-item"><div class="glyph"></div><div class="glyph shadow"></div></button><button id="console-status-bar-item" class="status-bar-item"><div class="glyph"></div><div class="glyph shadow"></div></button><button id="changes-status-bar-item" class="status-bar-item hidden"></button><div id="count-items"><div id="changes-count" class="hidd (…)
    [all...]
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
expected_data.txt 4 4 mimetype=vnd.android.cursor.item/name
31 31 mimetype=vnd.android.cursor.item/name
58 58 mimetype=vnd.android.cursor.item/name
85 85 mimetype=vnd.android.cursor.item/phone_v2
112 112 mimetype=vnd.android.cursor.item/phone_v2
139 139 mimetype=vnd.android.cursor.item/phone_v2
166 166 mimetype=vnd.android.cursor.item/email_v2
193 193 mimetype=vnd.android.cursor.item/email_v2
220 220 mimetype=vnd.android.cursor.item/email_v2
247 247 mimetype=vnd.android.cursor.item/group_membershi
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-size.1 155 .IX Item "-A"
158 .IX Item "-B"
160 .IX Item "--format=compatibility"
199 .IX Item "--help"
202 .IX Item "-d"
205 .IX Item "-o"
207 .IX Item "-x"
209 .IX Item "--radix=number"
219 .IX Item "-t"
222 .IX Item "--totals
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-size.1 155 .IX Item "-A"
158 .IX Item "-B"
160 .IX Item "--format=compatibility"
199 .IX Item "--help"
202 .IX Item "-d"
205 .IX Item "-o"
207 .IX Item "-x"
209 .IX Item "--radix=number"
219 .IX Item "-t"
222 .IX Item "--totals
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/
i686-unknown-linux-gnu-size.1 155 .IX Item "-A"
158 .IX Item "-B"
160 .IX Item "--format=compatibility"
199 .IX Item "--help"
202 .IX Item "-d"
205 .IX Item "-o"
207 .IX Item "-x"
209 .IX Item "--radix=number"
219 .IX Item "-t"
222 .IX Item "--totals
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiFlagAttributeNode.java 210 for (TableItem item : mTable.getItems()) {
211 if (item.getChecked()) {
212 results.add((String)item.getData());
250 TableItem item = new TableItem(mTable, SWT.NONE); local
251 item.setText(name);
252 item.setData(name);
255 item.setChecked(hasName);
270 TableItem item = new TableItem(mTable, SWT.NONE); local
271 item.setText(String.format("%1$s (unknown flag)", name));
272 item.setData(name)
    [all...]
  /bionic/libc/stdlib/
bsearch.c 38 * is 5 we look at item 2, so we change lim to 2 so that we will
41 * the base up one item past p: e.g., when lim is 5 we change base
42 * to item 3 and make lim 2 so that we will look at items 3 and 4.
44 * halving: e.g., when lim is 4, we still looked at item 2, so we
46 * look at item 3.
  /cts/tests/src/android/app/cts/
AppStubActivity.java 102 menu.add(0, 0, 0, "Fake Item");
107 public boolean onOptionsItemSelected(MenuItem item) {
109 return super.onOptionsItemSelected(item);
131 public boolean onContextItemSelected(MenuItem item){
133 return super.onContextItemSelected(item);
  /cts/tools/dasm/src/java_cup/
lalr_item_set.java 68 /** Does the set contain a particular item?
69 * @param itm the item in question.
75 /** Return the item in the set matching a particular item (or null if not
77 * @param itm the item we are looking for.
112 /** Add a singleton item, merging lookahead sets if the item is already
115 * @param itm the item being added.
123 /* see if an item with a matching core is already there */
145 /** Remove a single item if it is in the set.
    [all...]
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_namednodemapchildnoderange.java 72 testEmployee = elementList.item(2);
80 child = attributes.item(2);
84 child = attributes.item(0);
86 child = attributes.item(1);
88 child = attributes.item(3);
namednodemapreturnfirstitem.java 31 * The "item(index)" method returns the indexth item in
32 * the map(test for first item).
74 testAddress = elementList.item(1);
76 child = attributes.item(0);
namednodemapreturnlastitem.java 31 * The "item(index)" method returns the indexth item in
32 * the map(test for last item).
74 testEmployee = elementList.item(1);
76 child = attributes.item(1);
  /development/samples/SkeletonApp/src/com/example/android/skeletonapp/
SkeletonActivity.java 95 // item is enabled depending on whether there is text to clear.
102 * Called when a menu item is selected.
105 public boolean onOptionsItemSelected(MenuItem item) {
106 switch (item.getItemId()) {
115 return super.onOptionsItemSelected(item);
  /external/emma/core/java12/com/vladium/emma/report/
AbstractItemVisitor.java 20 public Object visit (final AllItem item, final Object ctx)
25 public Object visit (final PackageItem item, final Object ctx)
30 public Object visit (final SrcFileItem item, final Object ctx)
35 public Object visit (final ClassItem item, final Object ctx)
40 public Object visit (final MethodItem item, final Object ctx)

Completed in 342 milliseconds

<<61626364656667686970>>