/dalvik/dx/src/com/android/dx/dex/file/ |
AnnotationSetItem.java | 38 * {@code non-null;} set of annotations as individual items in an array. 42 private final AnnotationItem[] items; field in class:AnnotationSetItem 53 this.items = new AnnotationItem[annotations.size()]; 57 items[at] = new AnnotationItem(a); 117 int size = items.length; 120 items[i] = byteData.intern(items[i]); 128 AnnotationItem.sortByTypeIdIndex(items); 135 int size = items.length; 145 AnnotationItem item = items[i] [all...] |
ClassDefsSection.java | 56 public Collection<? extends Item> items() { method in class:ClassDefsSection
|
ProtoIdsSection.java | 49 public Collection<? extends Item> items() { method in class:ProtoIdsSection 134 for (Object i : items()) {
|
StringIdsSection.java | 51 public Collection<? extends Item> items() { method in class:StringIdsSection
|
TypeIdsSection.java | 53 public Collection<? extends Item> items() { method in class:TypeIdsSection 192 for (Object i : items()) {
|
UniformItemSection.java | 25 * {@link Item} objects. Each of the items must have the same size in 45 Collection<? extends Item> items = items(); local 46 int sz = items.size(); 53 return sz * items.iterator().next().writeSize(); 74 for (Item one : items()) { 85 for (Item one : items()) { 95 * Since all items must be the same size, we can use the size 105 * Alters or picks the order for items in this instance if desired, 106 * so that subsequent calls to {@link #items} will yield [all...] |
UniformListItem.java | 24 * Class that represents a contiguous list of uniform items. Each 28 * <p>This class inherits its alignment from its items, bumped up to 29 * {@code 4} if the items have a looser alignment requirement. If 44 private final List<T> items; field in class:UniformListItem 51 * @param items {@code non-null and non-empty;} list of items to represent 53 public UniformListItem(ItemType itemType, List<T> items) { 54 super(getAlignment(items), writeSize(items)); 60 this.items = items [all...] |
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
WiFiDirectServicesList.java | 56 private List<WiFiP2pService> items; field in class:WiFiDirectServicesList.WiFiDevicesAdapter 59 int textViewResourceId, List<WiFiP2pService> items) { 60 super(context, resource, textViewResourceId, items); 61 this.items = items; 72 WiFiP2pService service = items.get(position);
|
/external/bison/src/ |
state.h | 27 Each state of the machine is described by a set of items -- 30 state. These symbols at these items are the allowable inputs that 44 Each core contains a vector of NITEMS items which are the indices 45 in the RITEM vector of the items that are selected in this state. 220 /* Its items. Must be last, since ITEMS can be arbitrarily large. Sorted 223 item_number items[1]; member in struct:state 229 /* Create a new state with ACCESSING_SYMBOL for those items. */
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
jstemplate_test.js | 27 items: [ 'A', 'B', 'C', '' ]
43 d.items[1] = 'BB';
53 d.items.pop();
54 d.items.pop();
63 d.items.pop();
72 d.items.pop();
80 d.items.push('D');
|
/external/chromium_org/ash/system/tray/ |
system_tray.h | 46 // Calls TrayBackgroundView::Initialize(), creates the tray items, and 56 // Returns all tray items that has been added to system tray. 59 // Returns all tray user items that were added to the system tray. 62 // Shows the default view of all items. 88 // Updates the items when the login status of the system changes. 91 // Updates the items when the shelf alignment changes. 162 // Creates the default set of items for the sytem tray. 180 // Constructs or re-constructs |system_bubble_| and populates it with |items|. 183 void ShowItems(const std::vector<SystemTrayItem*>& items, 191 // |notification_items_|, or destroys it if there are no notification items 201 const ScopedVector<SystemTrayItem>& items() const { return items_; } function in class:ash::SystemTray [all...] |
/external/chromium_org/chrome/browser/importer/ |
importer_list.cc | 43 uint16 items = importer::NONE; local 44 if (!SafariImporterCanImport(base::mac::GetUserLibraryPath(), &items)) 52 safari->services_supported = items;
|
/external/chromium_org/chrome/browser/ui/bookmarks/ |
recently_used_folders_combo_model_unittest.cc | 90 std::set<base::string16> items; local 93 EXPECT_EQ(0u, items.count(model.GetItemAt(i)));
|
/external/chromium_org/chrome/browser/ui/gtk/extensions/ |
bundle_installed_bubble_gtk.cc | 38 // The padding for list items. 112 BundleInstaller::ItemList items = bundle->GetItemsWithState(state); local 113 if (heading.empty() || items.empty()) 120 for (size_t i = 0; i < items.size(); ++i) { 122 items[i].GetNameForDisplay()).c_str());
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
jstemplate_test.js | 27 items: [ 'A', 'B', 'C', '' ] 43 d.items[1] = 'BB'; 53 d.items.pop(); 54 d.items.pop(); 63 d.items.pop(); 72 d.items.pop(); 80 d.items.push('D');
|
/external/chromium_org/ppapi/c/private/ |
ppb_flash_menu.h | 37 * TODO(viettrungluu): Radio items not supported yet. Will also probably want 38 * special menu items tied to clipboard access. 66 struct PP_Flash_MenuItem *items; member in struct:PP_Flash_Menu
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8InspectorFrontendHostCustom.cpp | 122 Vector<ContextMenuItem> items = menu.items(); local 123 frontendHost->showContextMenu(event, items);
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebDragData.cpp | 70 WebVector<WebDragData::Item> WebDragData::items() const function in class:blink::WebDragData
|
WebSearchableFormData.cpp | 150 // Return nothing if one of those items are found: 215 const Vector<FormDataList::Item>& items = dataList.items(); local 217 for (Vector<FormDataList::Item>::const_iterator j(items.begin()); j != items.end(); ++j) {
|
/external/chromium_org/third_party/jstemplate/ |
jstemplate_test.js | 27 items: [ 'A', 'B', 'C', '' ] 43 d.items[1] = 'BB'; 53 d.items.pop(); 54 d.items.pop(); 63 d.items.pop(); 72 d.items.pop(); 80 d.items.push('D');
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
pubsubclient_unittest.cc | 26 const std::vector<buzz::PubSubItem>& items) { 27 for (std::vector<buzz::PubSubItem>::const_iterator item = items.begin(); 28 item != items.end(); ++item) { 34 this->items.push_back(handled_item); 69 std::vector<HandledPubSubItem> items; member in class:TestPubSubItemsListener 116 "<pub:items node=\"topic\"/>" 126 " <items node='topic'>" 133 " </items>" 138 ASSERT_EQ(2U, listener->items.size()); 139 EXPECT_EQ("key0", listener->items[0].itemid) [all...] |
pubsubtasks.cc | 64 // Creates <pubsub node="node"><items></pubsub> 109 std::vector<PubSubItem>* items) { 113 items->push_back(item); 116 // Right now, <retract>s are treated the same as items with empty 120 std::vector<PubSubItem>* items) { 121 ParseItem(retract_elem, items); 125 std::vector<PubSubItem>* items) { 135 ParseItem(item_elem, items); 141 ParseRetract(retract_elem, items); 148 std::vector<PubSubItem>* items) { 171 std::vector<PubSubItem> items; local 182 std::vector<PubSubItem> items; local [all...] |
pubsubtasks_unittest.cc | 27 const std::vector<buzz::PubSubItem>& items) { 28 OnItems(items); 32 const std::vector<buzz::PubSubItem>& items) { 33 OnItems(items); 36 void OnItems(const std::vector<buzz::PubSubItem>& items) { 37 for (std::vector<buzz::PubSubItem>::const_iterator item = items.begin(); 38 item != items.end(); ++item) { 44 this->items.push_back(handled_item); 60 std::vector<HandledPubSubItem> items; member in class:TestPubSubTasksListener 96 "<pub:items node=\"topic\"/> [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
prog_cache.c | 47 struct cache_item **items; member in struct:gl_program_cache 84 struct cache_item **items; local 91 items = (struct cache_item**) malloc(size * sizeof(*items)); 92 memset(items, 0, size * sizeof(*items)); 95 for (c = cache->items[i]; c; c = next) { 97 c->next = items[c->hash % size]; 98 items[c->hash % size] = c; 101 free(cache->items); [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/pqueue/ |
pqueue.c | 66 pitem *items; member in struct:_pqueue 115 if (pq->items == NULL) 117 pq->items = item; 121 for(curr = NULL, next = pq->items; 133 pq->items = item; 153 return pq->items; 159 pitem *item = pq->items; 161 if (pq->items != NULL) 162 pq->items = pq->items->next [all...] |