HomeSort by relevance Sort by last modified time
    Searched refs:Item (Results 201 - 225 of 475) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/Stk/src/com/android/stk/
StkMenuActivity.java 34 import com.android.internal.telephony.cat.Item;
40 * SELECT ITEM menus. This activity is started multiple times with different
111 Item item = getSelectedItem(position); local
112 if (item == null) {
115 sendResponse(StkAppService.RES_ID_MENU_SELECTION, item.id, false);
211 public boolean onOptionsItemSelected(MenuItem item) {
215 switch (item.getItemId()) {
226 Item stkItem = getSelectedItem(position);
234 return super.onOptionsItemSelected(item);
303 Item item = null; local
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
bundle_installed_bubble_gtk.cc 82 text_column, bundle, BundleInstaller::Item::STATE_INSTALLED);
83 InsertExtensionList(text_column, bundle, BundleInstaller::Item::STATE_FAILED);
110 BundleInstaller::Item::State state) {
  /external/chromium_org/chrome/common/
automation_messages.h 158 // items that go in the menu. An item may be a submenu, so the data
164 // This struct describes one item in the menu.
165 struct Item {
166 Item();
168 // This is the type of the menu item, using values from the enum
172 // This is the command id of the menu item, which will be passed by
173 // Chrome Frame to Chrome if the item is selected.
179 // These are states of the menu item.
189 std::vector<Item> items;
  /external/emma/core/java12/com/vladium/emma/report/
ClassItem.java 23 final class ClassItem extends Item
233 private static final Item.ItemMetadata METADATA; // set in <clinit>
237 METADATA = new Item.ItemMetadata (IItemMetadata.TYPE_ID_CLASS, "class",
MethodItem.java 22 final class MethodItem extends Item
206 private static final Item.ItemMetadata METADATA; // set in <clinit>
210 METADATA = new Item.ItemMetadata (IItemMetadata.TYPE_ID_METHOD, "method",
  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 96 WorklistItem Item = VisitStack.pop_back_val();
97 BasicBlock *BB = Item.getPointer();
98 bool IsSubloopHeader = Item.getInt();
  /external/smack/src/org/jivesoftware/smack/
RosterEntry.java 233 static RosterPacket.Item toRosterItem(RosterEntry entry) {
234 RosterPacket.Item item = new RosterPacket.Item(entry.getUser(), entry.getName()); local
235 item.setItemType(entry.getType());
236 item.setItemStatus(entry.getStatus());
237 // Set the correct group names for the item.
239 item.addGroupName(group.getName());
241 return item;
RosterGroup.java 79 RosterPacket.Item item = RosterEntry.toRosterItem(entry); local
80 item.removeGroupName(this.name);
81 item.addGroupName(name);
82 packet.addRosterItem(item);
173 RosterPacket.Item item = RosterEntry.toRosterItem(entry); local
174 item.addGroupName(getName());
175 packet.addRosterItem(item);
215 RosterPacket.Item item = RosterEntry.toRosterItem(entry) local
    [all...]
  /external/smack/src/org/jivesoftware/smackx/provider/
MUCUserProvider.java 60 if (parser.getName().equals("item")) {
86 private MUCUser.Item parseItem(XmlPullParser parser) throws Exception {
88 MUCUser.Item item = local
89 new MUCUser.Item(
92 item.setNick(parser.getAttributeValue("", "nick"));
93 item.setJid(parser.getAttributeValue("", "jid"));
98 item.setActor(parser.getAttributeValue("", "jid"));
101 item.setReason(parser.nextText());
105 if (parser.getName().equals("item")) {
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
Instruction35c.java 36 import org.jf.dexlib.Item;
54 byte regA, Item referencedItem) {
141 private static void checkItem(Opcode opcode, Item item, int regCount) {
144 String type = ((TypeIdItem) item).getTypeDescriptor();
154 MethodIdItem methodIdItem = (MethodIdItem) item;
Instruction3rc.java 36 import org.jf.dexlib.Item;
50 public Instruction3rc(Opcode opcode, short regCount, int startReg, Item referencedItem) {
110 private static void checkItem(Opcode opcode, Item item, int regCount) {
113 String type = ((TypeIdItem) item).getTypeDescriptor();
123 MethodIdItem methodIdItem = (MethodIdItem) item;
Instruction21c.java 36 import org.jf.dexlib.Item;
45 public Instruction21c(Opcode opcode, short regA, Item referencedItem) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_util.cpp 29 for (Item *next, *item = head.next; item != &head; item = next) {
30 next = item->next;
31 delete item;
39 Item *rem = pos;
51 Item *item = pos; local
58 DLLIST_DEL(item);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_util.cpp 29 for (Item *next, *item = head.next; item != &head; item = next) {
30 next = item->next;
31 delete item;
39 Item *rem = pos;
51 Item *item = pos; local
58 DLLIST_DEL(item);
    [all...]
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
TorusTest.java 72 ScriptField_TestScripts_s.Item[] mTests;
96 mTests[index] = new ScriptField_TestScripts_s.Item();
105 ScriptField_TorusTestData_s.Item dataItem = new ScriptField_TorusTestData_s.Item();
121 mTests = new ScriptField_TestScripts_s.Item[mNames.length];
147 public ScriptField_TestScripts_s.Item[] getTests() {
  /external/smack/asmack-master/static-src/custom/org/jivesoftware/smackx/pubsub/provider/
ItemProvider.java 20 import org.jivesoftware.smackx.pubsub.Item;
27 * Parses an <b>item</b> element as is defined in both the {@link PubSubNamespace#BASIC} and {@link PubSubNamespace#EVENT}
28 * namespaces. To parse the item contents, it will use whatever {@link PacketExtensionProvider} is registered in
42 return new Item(id, node);
  /external/smack/src/org/jivesoftware/smackx/pubsub/provider/
ItemProvider.java 20 import org.jivesoftware.smackx.pubsub.Item;
27 * Parses an <b>item</b> element as is defined in both the {@link PubSubNamespace#BASIC} and {@link PubSubNamespace#EVENT}
28 * namespaces. To parse the item contents, it will use whatever {@link PacketExtensionProvider} is registered in
42 return new Item(id, node);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
Section.java 40 public abstract class Section<T extends Item> {
50 * if this section already has an item equivalent to the one that is being interned.
61 * The type of item that this section holds
84 * @return the offset of the byte immediate after the last item in this section
93 T item = items.get(i); local
94 assert item != null;
96 offset = item.placeAt(offset, i);
116 for (Item item: items) {
117 assert item!=null
    [all...]
  /frameworks/av/media/libstagefright/httplive/
M3UParser.h 56 struct Item {
70 Vector<Item> mItems;
  /external/smack/src/org/jivesoftware/smackx/muc/
MultiUserChat.java 121 public List<DiscoverItems.Item> getNodeItems() {
122 List<DiscoverItems.Item> answer = new ArrayList<DiscoverItems.Item>();
125 answer.add(new DiscoverItems.Item(rooms.next()));
218 // Collect the entityID for each returned item
219 for (Iterator<DiscoverItems.Item> items=result.getItems(); items.hasNext();) {
258 for (Iterator<DiscoverItems.Item> it = items.getItems(); it.hasNext();) {
259 DiscoverItems.Item item = it.next(); local
261 DiscoverInfo info = discoManager.discoverInfo(item.getEntityID())
1380 MUCOwner.Item item = new MUCOwner.Item(affiliation); local
1409 MUCOwner.Item item = new MUCOwner.Item(affiliation); local
1446 MUCAdmin.Item item = new MUCAdmin.Item(affiliation, null); local
1477 MUCAdmin.Item item = new MUCAdmin.Item(affiliation, null); local
1505 MUCAdmin.Item item = new MUCAdmin.Item(null, role); local
1534 MUCAdmin.Item item = new MUCAdmin.Item(null, role); local
1700 MUCOwner.Item item = new MUCOwner.Item(affiliation); local
1741 MUCAdmin.Item item = new MUCAdmin.Item(affiliation, null); local
1803 MUCAdmin.Item item = new MUCAdmin.Item(null, role); local
    [all...]
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader.java 82 public boolean onOptionsItemSelected(Menu.Item item){
83 switch (item.getId()) {
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_grid.js 49 var item = self.ownerDocument.createElement('LI');
50 FileGrid.Item.decorate(item, entry, self);
51 return item;
67 var entry = this.dataModel.item(this.getListItemAncestor(box));
100 * @param {HTMLElement} li List item.
105 li.className = 'thumbnail-item';
190 * Item for the Grid View.
193 FileGrid.Item = function() {
200 FileGrid.Item.prototype.__proto__ = cr.ui.ListItem.prototype
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_rename_regs.c 73 struct rc_variable * var = var_ptr->Item;
  /external/chromium_org/tools/gn/
build_settings.cc 60 void BuildSettings::ItemDefined(scoped_ptr<Item> item) const {
61 DCHECK(item);
63 item_defined_callback_.Run(item.Pass());
command_gen.cc 33 const Item* item) {
36 const Target* target = item->AsTarget();

Completed in 1501 milliseconds

1 2 3 4 5 6 7 891011>>