/external/chromium_org/tools/gn/ |
commands.cc | 6 #include "tools/gn/item.h" 74 const Item* item = setup->builder()->GetItem(label); local 75 if (!item) { 81 const Target* target = item->AsTarget();
|
toolchain.h | 10 #include "tools/gn/item.h" 17 // This class is an Item so it can participate in dependency management. In 25 // be accessed until this Item is resolved. 26 class Toolchain : public Item { 76 // Item overrides.
|
/external/chromium_org/webkit/browser/blob/ |
blob_storage_host.h | 40 const BlobData::Item& data_item) WARN_UNUSED_RESULT;
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_rename_regs.c | 73 struct rc_variable * var = var_ptr->Item;
|
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
ItemPublishEvent.java | 21 * Represents an event generated by an item(s) being published to a node.
25 public class ItemPublishEvent <T extends Item> extends SubscriptionEvent
32 * of {@link Item} that were published.
35 * @param eventItems The list of {@link Item} that were published
45 * of {@link Item} that were published. The list of subscription ids
50 * @param eventItems The list of {@link Item} that were published
61 * of {@link Item} that were published in the past. The published
67 * @param eventItems The list of {@link Item} that were published
81 * Get the list of {@link Item} that were published.
83 * @return The list of published {@link Item}
[all...] |
PayloadItem.java | 21 * This class represents an item that has been, or will be published to a
22 * pubsub node. An <tt>Item</tt> has several properties that are dependent
25 * <h1>An Item received from a node (via {@link LeafNode#getItems()} or {@link LeafNode#addItemEventListener(org.jivesoftware.smackx.pubsub.listener.ItemEventListener)}</b>
31 * <h1>An Item created to send to a node (via {@link LeafNode#send()} or {@link LeafNode#publish()}</b>
34 * resending an item with the same id will overwrite the one that already exists if the items are persisted.
43 public class PayloadItem<E extends PacketExtension> extends Item
48 * Create an <tt>Item</tt> with no id and a payload The id will be set by the server.
62 * Create an <tt>Item</tt> with an id and payload.
64 * @param itemId The id of this item. It can be null if we want the server to set the id.
77 * Create an <tt>Item</tt> with an id, node id and payload. [all...] |
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/ |
ReferenceFormatter.java | 38 public static void writeReference(IndentingWriter writer, Item item) throws IOException { 39 switch (item.getItemType()) { 41 writeMethodReference(writer, (MethodIdItem)item); 44 writeFieldReference(writer, (FieldIdItem)item); 47 writeStringReference(writer, (StringIdItem)item); 50 writeTypeReference(writer, (TypeIdItem)item); 55 public static void writeMethodReference(IndentingWriter writer, MethodIdItem item) throws IOException { 56 writer.write(item.getContainingClass().getTypeDescriptor()); 58 writer.write(item.getMethodName().getStringValue()) [all...] |
/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
EncodedArrayItem.java | 35 public class EncodedArrayItem extends Item<EncodedArrayItem> { 42 * @param dexFile The <code>DexFile</code> that this item belongs to 50 * @param dexFile The <code>DexFile</code> that this item belongs to 61 * @param dexFile The <code>DexFile</code> that this item belongs to
|
/frameworks/compile/slang/ |
slang_rs_pragma_handler.h | 47 virtual void handleItem(const std::string &Item) { return; } 51 // Handle pragma like #pragma rs [name] ([item #1],[item #2],...,[item #i])
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
SelectionMenu.java | 51 PopupList.Item item = mPopupList.findItem(R.id.action_select_all); local 52 if (item != null) { 53 item.setTitle(mContext.getString(
|
/external/chromium_org/tools/json_schema_compiler/test/ |
arrays_unittest.cc | 205 std::vector<linked_ptr<Item> > items; 206 items.push_back(linked_ptr<Item>(new Item())); 207 items.push_back(linked_ptr<Item>(new Item()));
|
/frameworks/ex/carousel/java/com/android/ex/carousel/ |
CarouselRS.java | 545 ScriptField_ProgramStore_s.Item item = mProgramStoresCard.get(n); local 546 if (item == null) { 547 item = new ScriptField_ProgramStore_s.Item(); 549 item.programStore = programStore; 550 mProgramStoresCard.set(item, n, false); 685 private ScriptField_Card.Item getCard(int n) { 686 ScriptField_Card.Item item; local 698 ScriptField_Card.Item item = getCard(n); local 723 ScriptField_Card.Item item = getOrCreateCard(n); local 742 ScriptField_Card.Item item = getOrCreateCard(n); local 768 ScriptField_Card.Item item = getCard(n); local 790 ScriptField_Card.Item item = getCard(n); local 813 ScriptField_Card.Item item = getOrCreateCard(n); local 833 ScriptField_Card.Item item = getOrCreateCard(n); local [all...] |
/external/smack/src/org/jivesoftware/smack/ |
Roster.java | 283 RosterPacket.Item item = new RosterPacket.Item(user, name); local 287 item.addGroupName(group); 291 rosterPacket.addRosterItem(item); 312 private void insertRosterItems(List<RosterPacket.Item> items){ 316 Iterator<RosterPacket.Item> iter = items.iterator(); 323 private void insertRosterItem(RosterPacket.Item item, Collection<String> addedEntries, 325 RosterEntry entry = new RosterEntry(item.getUser(), item.getName() 458 RosterPacket.Item item = RosterEntry.toRosterItem(entry); local [all...] |
/external/chromium_org/content/browser/loader/ |
upload_data_stream_builder.cc | 85 const BlobData::Item& item = handle->data()->items().at(i); local 86 DCHECK_NE(BlobData::Item::TYPE_BLOB, item.type()); 87 resolved_elements->push_back(&item);
|
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/ |
WireFormatTest.java | 405 RawMessageSet.Item.newBuilder() 413 RawMessageSet.Item.newBuilder() 421 RawMessageSet.Item.newBuilder() 470 RawMessageSet.Item.newBuilder() 509 RawMessageSet.Item.newBuilder() 551 RawMessageSet.Item.newBuilder() 564 List<RawMessageSet.Item> items = raw.getItemList(); 566 RawMessageSet.Item item = items.get(i); local 568 output.writeBytes(3, item.getMessage()) [all...] |
/external/qemu/android/tools/ |
gen-hw-config.py | 28 # a dictionary that maps item types as they appear in the .ini 65 class Item: 110 lastItem = Item(value) 133 for item in items: 134 if item.type == None: 135 sys.stderr.write("ignoring config item with no type '%s'\n" % item.name) 138 if not typesToMacros.has_key(item.type): 139 sys.stderr.write("ignoring config item with unknown type '%s': '%s'\n" % \ 140 (item.type, item.name) [all...] |
/external/smack/src/org/jivesoftware/smackx/ |
GatewayManager.java | 17 import org.jivesoftware.smackx.packet.DiscoverItems.Item; 66 Iterator<Item> iter = items.getItems();
|
ReportedData.java | 79 DataForm.Item item = (DataForm.Item)items.next(); local 82 for (Iterator fields = item.getFields(); fields.hasNext();) { 245 * Returns the fields that define the data that goes with the item. 247 * @return the fields that define the data that goes with the item.
|
/external/smack/src/org/jivesoftware/smackx/commands/ |
AdHocCommandManager.java | 172 public List<DiscoverItems.Item> getNodeItems() {
230 DiscoverItems.Item item = new DiscoverItems.Item(info.getOwnerJID());
local 231 item.setName(info.getName());
232 item.setNode(info.getNode());
233 discoverItems.addItem(item);
307 public List<DiscoverItems.Item> getNodeItems() {
309 List<DiscoverItems.Item> answer = new ArrayList<DiscoverItems.Item>();
[all...] |
/external/smack/src/org/jivesoftware/smackx/provider/ |
DataFormProvider.java | 62 else if (parser.getName().equals("item")) { 106 private DataForm.Item parseItem(XmlPullParser parser) throws Exception { 116 if (parser.getName().equals("item")) { 121 return new DataForm.Item(fields);
|
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/ |
BallsRS.java | 45 ScriptField_VpConsts.Item i = new ScriptField_VpConsts.Item();
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
RSTestCore.java | 88 ScriptField_ListAllocs_s.Item listElem = new ScriptField_ListAllocs_s.Item();
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
RSTestCore.java | 92 ScriptField_ListAllocs_s.Item listElem = new ScriptField_ListAllocs_s.Item();
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
FieldIdsSection.java | 50 public Collection<? extends Item> items() { 129 FieldIdItem item = fieldIds.get(ref); local 131 if (item == null) { 135 return item.getIndex();
|
MethodIdsSection.java | 50 public Collection<? extends Item> items() { 129 MethodIdItem item = methodIds.get(ref); local 131 if (item == null) { 135 return item.getIndex();
|