/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
peers.cpp | 524 QStringList items = local 531 for (int i = 0; i < items.size(); i++) { 532 QString str = items.at(i); 558 item->setData(items.join(QString("\n")), peer_role_details); 837 QStringList items = text.split(' '); local 838 QString uuid = items[1]; 839 QString addr = items[2]; 850 items = text.mid(pos + 1, pos2 - pos - 1). 852 name = items[0]; 853 items.append(addr) 872 QStringList items = text.split(' '); local 883 QStringList items = text.split(' '); local 909 QStringList items = local 958 QStringList items = text.split(' '); local 997 QStringList items = text.split(' '); local 1013 QStringList items = text.split(' '); local 1036 QStringList items = text.split(' '); local 1057 QStringList items = text.split(' '); local 1116 QStringList items = text.split(' '); local 1154 QStringList items = text.split(' '); local 1181 QStringList items = text.split(' '); local 1242 QStringList items = text.split(' '); local 1259 QStringList items = text.split(' '); local 1321 QStringList items = text.split(' '); local 1332 QStringList items = text.split(' '); local [all...] |
/external/dbus/bus/ |
expirelist.c | 2 /* expirelist.c List of items that expire 33 DBusList *items; /**< List of BusExpireItem */ member in struct:BusExpireList 95 _dbus_assert (list->items == NULL); 148 link = _dbus_list_get_first_link (&list->items); 151 DBusList *next = _dbus_list_get_next_link (&list->items, link); 204 if (list->items != NULL) 233 _dbus_list_remove_link (&list->items, link); 240 return _dbus_list_remove (&list->items, item); 247 _dbus_list_unlink (&list->items, link); 256 ret = _dbus_list_prepend (&list->items, item) [all...] |
/external/llvm/utils/lit/lit/ |
Util.py | 94 def printHistogram(items, title = 'Items'): 97 items.sort(key = lambda (_,v): v) 99 maxValue = max([v for _,v in items]) 112 for name,v in items: 120 for name,value in items[-20:]: 128 cDigits = int(math.ceil(math.log(len(items), 10))) 134 pct = float(len(row)) / len(items) 140 cDigits, len(items))
|
/external/webkit/Source/WebCore/platform/mac/ |
ContextMenuMac.mm | 88 Vector<ContextMenuItem> items; 91 items.reserveCapacity(count); 94 items.append(ContextMenuItem([menu objectAtIndex:i])); 96 return items;
|
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebHistoryPrivate.idl | 37 HRESULT allItems([in, out] int* count, [out, retval] IWebHistoryItem** items);
|
/system/core/toolbox/ |
dynarray.h | 10 void** items; member in struct:__anon25854 30 * remove items from the array during iteration. 36 _item_type _item = (_item_type)(_array)->items[_nn_##__LINE__]; \ 58 * This macro is only intended for simple uses. Do not add or remove items
|
/external/webkit/Source/WebCore/dom/ |
SelectElement.cpp | 78 // Returns the 1st valid item |skip| items from |listIndex| in direction |direction| if there is one. 112 const Vector<Element*>& items = data.listItems(element); local 113 int index = nextValidIndex(items, items.size(), SkipBackwards, INT_MAX); 114 if (static_cast<unsigned>(index) == items.size()) 127 const Vector<Element*>& items = data.listItems(element); local 136 int edgeIndex = (direction == SkipForwards) ? 0 : (items.size() - 1); 138 return nextValidIndex(items, edgeIndex, direction, skipAmount); 168 const Vector<Element*>& items = data.listItems(element); local 169 for (unsigned i = 0; i < items.size(); ++i) 183 const Vector<Element*>& items = data.listItems(element); local 204 const Vector<Element*>& items = data.listItems(element); local 227 const Vector<Element*>& items = data.listItems(element); local 347 const Vector<Element*>& items = data.listItems(element); local 366 const Vector<Element*>& items = data.listItems(element); local 408 const Vector<Element*>& items = data.listItems(element); local 427 const Vector<Element*>& items = data.listItems(element); local 457 const Vector<Element*>& items = data.listItems(element); local 469 const Vector<Element*>& items = data.listItems(element); local 488 const Vector<Element*>& items = data.listItems(element); local 517 const Vector<Element*>& items = data.listItems(element); local 538 const Vector<Element*>& items = data.listItems(element); local 908 const Vector<Element*>& items = data.listItems(element); local 963 const Vector<Element*>& items = data.listItems(element); local 1010 const Vector<Element*>& items = data.listItems(element); local 1031 const Vector<Element*>& items = data.listItems(element); local 1061 Vector<Element*> items = m_listItems; local [all...] |
/external/chromium/chrome/browser/tab_contents/ |
popup_menu_helper_mac.h | 30 const std::vector<WebMenuItem>& items,
|
/external/chromium/googleurl/ |
PRESUBMIT_unittest.py | 39 def __init__(self, msg, items=[], long_text=''): 41 self.items = items 77 len(PRESUBMIT.LocalChecks(api, MockOutputApi)[0].items) == 3)
|
/external/emma/core/java12/com/vladium/emma/report/ |
Item.java | 52 final IItem [] items = new IItem [m_children.size ()]; local 53 m_children.toArray (items); 55 Arrays.sort (items, order); 57 return Arrays.asList (items).iterator ();
|
/external/llvm/utils/Target/ARM/ |
analyze-match-table.py | 19 items = [s.strip() for s in b.split(",")] 23 insns.append((code,string,converter,items,features)) 30 items = insn[3] 32 flags.update(items)
|
/external/chromium/chrome/browser/importer/ |
importer_host.h | 70 // |items| - specifies which data to import (bitmask of importer::ImportItem). 76 uint16 items, 93 // |items| - specifies which data to import (bitmask of importer::ImportItem). 96 uint16 items, 100 // process starts, if bookmarks and/or search engines are among the items 102 void CheckForLoadedModels(uint16 items);
|
/external/chromium/chrome/common/extensions/docs/js/ |
sidebar.js | 52 * Controls are inserted as the first children of list items in the sidebar 62 var items = toc.getElementsByTagName('li'); 64 for (var i = 0; i < items.length; i++) { 65 var item = items[i];
|
/external/webkit/Source/WebCore/platform/ |
ContextMenu.h | 67 void setItems(const Vector<ContextMenuItem>& items) { m_items = items; } 68 const Vector<ContextMenuItem>& items() const { return m_items; } function in class:WebCore::ContextMenu
|
/external/icu4c/tools/toolutil/ |
package.cpp | 395 items=NULL; 426 if(items[idx].isDataOwned) { 427 free(items[idx].data); 431 uprv_free((void*)items); 531 fprintf(stderr, "icupkg: too many items, maximum is %d\n", itemMax); 558 memset(items, 0, itemCount*sizeof(Item)); 565 * Get the common prefix of the items. 598 items[i].name=s+prefixLength; 601 items[i].data=(uint8_t *)inBytes+ds->readUInt32(inEntries[i].dataOffset); 603 items[i-1].length=(int32_t)(items[i].data-items[i-1].data) [all...] |
/external/chromium/chrome/browser/ui/toolbar/ |
back_forward_menu_model.cc | 47 int items = GetHistoryItemCount(); local 49 if (items > 0) { 53 if (items == kMaxHistoryItems) 54 chapter_stops = GetChapterStopCount(items); 57 items += chapter_stops + 1; // Chapter stops also need a separator. 61 items += 2; 64 return items; 199 // If the index is past the number of history items + separator, 212 // Look to see if we have reached the separator for the history items. 283 int items = 0 local [all...] |
/external/webkit/Source/WebKit/qt/Api/ |
qwebhistory.cpp | 228 A list of items describing the pages that can be visited by going back can be 229 obtained by calling the backItems() function; similarly, items describing the 231 The total list of items is obtained with the items() function. 234 of a list. Arbitrary items in the history can be obtained with itemAt(), the total 235 number of items is given by count(), and the history can be cleared with the 258 \sa count(), items() 286 Returns a list of all items currently in the history. 290 QList<QWebHistoryItem> QWebHistory::items() const function in class:QWebHistory 292 const WebCore::HistoryItemVector &items = d->lst->entries() local 503 const WebCore::HistoryItemVector &items = d->lst->entries(); local [all...] |
/external/webkit/Source/WebKit/win/ |
MarshallingHelpers.cpp | 231 CFStringRef* items = 0; local 233 items = new CFStringRef[len]; 237 items[lBound] = BSTRToCFStringRef(str); 241 CFArrayRef result = CFArrayCreate(0, (const void**)items, len, &kCFTypeArrayCallBacks); 242 if (items) 243 delete[] items; 254 CFNumberRef* items = 0; local 256 items = new CFNumberRef[len]; 260 items[lBound] = intToCFNumberRef(num); 263 CFArrayRef result = CFArrayCreate(0, (const void**) items, len, &kCFTypeArrayCallBacks) 276 void* items; local [all...] |
/external/webkit/Source/WebKit/chromium/src/ |
ExternalPopupMenu.cpp | 68 if (info.items.isEmpty()) 131 WebVector<WebMenuItemInfo> items( 134 WebMenuItemInfo& popupItem = items[i]; 157 info->items.swap(items);
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
WebPopupMenuProxyMac.mm | 52 void WebPopupMenuProxyMac::populate(const Vector<WebPopupItem>& items, NSFont *font, TextDirection menuTextDirection) 62 int size = items.size(); 65 if (items[i].m_type == WebPopupItem::Separator) 72 NSWritingDirection writingDirection = items[i].m_textDirection == LTR ? NSWritingDirectionLeftToRight : NSWritingDirectionRightToLeft; 79 if (items[i].m_hasTextDirectionOverride) { 84 RetainPtr<NSAttributedString> string(AdoptNS, [[NSAttributedString alloc] initWithString:nsStringFromWebCoreString(items[i].m_text) attributes:attributes.get()]); 87 [menuItem setEnabled:items[i].m_isEnabled]; 88 [menuItem setToolTip:nsStringFromWebCoreString(items[i].m_toolTip)]; 93 void WebPopupMenuProxyMac::showPopupMenu(const IntRect& rect, TextDirection textDirection, double scaleFactor, const Vector<WebPopupItem>& items, const PlatformPopupMenuData& data, int32_t selectedIndex) 102 populate(items, font, textDirection) [all...] |
/packages/apps/Settings/src/com/android/settings/ |
AppWidgetPickActivity.java | 82 void putCustomAppWidgets(List<PickAdapter.Item> items) { 131 if (LOGD) Log.d(TAG, "Using " + customInfo.size() + " custom items"); 132 putAppWidgetItems(customInfo, customExtras, items); 169 List<Bundle> customExtras, List<PickAdapter.Item> items) { 195 items.add(item); 200 * Build and return list of items to be shown in dialog. This will mix both 206 List<PickAdapter.Item> items = new ArrayList<PickAdapter.Item>(); local 208 putInstalledAppWidgets(items); 209 putCustomAppWidgets(items); 211 // Sort all items together by labe [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
MapItem.java | 53 * {@code > 0;} count of items covered; {@code 1} if this 73 if (mapSection.items().size() != 0) { 75 "mapSection.items().size() != 0"); 78 ArrayList<MapItem> items = new ArrayList<MapItem>(50); local 86 for (Item item : section.items()) { 90 items.add(new MapItem(currentType, section, 102 // Add a MapItem for the final items in the section. 103 items.add(new MapItem(currentType, section, 107 items.add(new MapItem(mapSection)); 112 new UniformListItem<MapItem>(ItemType.TYPE_MAP_LIST, items)); [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
MapItem.java | 53 * {@code > 0;} count of items covered; {@code 1} if this 73 if (mapSection.items().size() != 0) { 75 "mapSection.items().size() != 0"); 78 ArrayList<MapItem> items = new ArrayList<MapItem>(50); local 86 for (Item item : section.items()) { 90 items.add(new MapItem(currentType, section, 102 // Add a MapItem for the final items in the section. 103 items.add(new MapItem(currentType, section, 107 items.add(new MapItem(mapSection)); 112 new UniformListItem<MapItem>(ItemType.TYPE_MAP_LIST, items)); [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/ |
BackupTestActivity.java | 116 List<BackupItem> items = new ArrayList<BackupItem>(); local 118 items.add(new CategoryBackupItem(R.string.bu_preferences)); 119 loadPreferenceGroup1(items); 120 loadPreferenceGroup2(items); 122 items.add(new CategoryBackupItem(R.string.bu_files)); 123 loadFile(TEST_FILE_1, items); 124 loadFile(TEST_FILE_2, items); 126 return items; 129 private void loadPreferenceGroup1(List<BackupItem> items) { 133 items.add(new PreferenceBackupItem(TEST_PREFS_1, INT_PREF, "" + intValue)) [all...] |
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/ |
PackagesDiffLogic.java | 97 // sort items in platforms... directly deal with items with no platform 100 // Ignore items that have no archive compatible with the current platform. 115 // keep track of what platform is currently installed and its items 119 List<PkgItem> items = platformItems.get(api); local 120 if (items == null) { 121 platformItems.put(api, items = new ArrayList<PkgItem>()); 123 items.add(item); 135 List<PkgItem> items = platformItems.get(api); local 136 if (items != null) 148 List<PkgItem> items = platformItems.get(maxApi); local 272 List<PkgItem> items = new ArrayList<PkgItem>(); local 329 List<PkgItem> items = cat.getItems(); local 361 List<PkgItem> items = cat.getItems(); local 504 List<PkgItem> items = cat.getItems(); local [all...] |