HomeSort by relevance Sort by last modified time
    Searched full:items (Results 226 - 250 of 6189) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/history/
most_visited_tiles_experiment.cc 72 std::vector<InstantMostVisitedItem>* items) {
73 for (size_t i = 0; i < items->size(); ) {
74 const std::string& url = (*items)[i].url.spec();
75 if (ShouldRemoveURL(open_urls, url, items->size()))
76 items->erase(items->begin() + i);
  /external/chromium_org/chrome/tools/build/win/
sln_deps.py 45 items = line.split('"')
47 project.name = items[3]
48 project.path = items[5]
49 project.guid = items[7]
50 project.type = items[1]
51 projects[items[7]] = project
  /external/chromium_org/components/json_schema/
json_schema_validator_unittest.cc 90 " \"items\": [ 123 ]," // "items" must contain a schema or schemas.
116 " \"items-property\": {"
118 " \"items\": {"
122 " \"items-list-property\": {"
124 " \"items\": ["
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
pubsubtasks.h 39 // A PubSub itemid + payload. Useful for signaling items.
47 // An IqTask which gets a <pubsub><items> for a particular jid and
48 // node, parses the items in the response and signals the items.
62 // A ReceiveTask which listens for <event><items> of a particular
63 // pubsub JID and node and then signals them items.
  /external/chromium_org/ui/webui/resources/js/cr/ui/
tree.js 65 get items() {
105 * tree items as necesary.
131 * of tree items.
148 this.items[this.items.length - 1];
152 this.items[0];
170 itemToSelect = item.items[0];
174 itemToSelect = this.items[0];
177 itemToSelect = this.items[this.items.length - 1]
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuWrapperICS.java 77 android.view.MenuItem[] items = null; local
79 items = new android.view.MenuItem[outSpecificItems.length];
83 .addIntentOptions(groupId, itemId, order, caller, specifics, intent, flags, items);
85 if (items != null) {
86 for (int i = 0, z = items.length; i < z; i++) {
87 outSpecificItems[i] = getMenuItemWrapper(items[i]);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
opcode.h 89 #define UNPACK_SEQUENCE 92 /* Number of sequence items */
97 #define DUP_TOPX 99 /* number of items to duplicate */
100 #define BUILD_TUPLE 102 /* Number of tuple items */
101 #define BUILD_LIST 103 /* Number of list items */
102 #define BUILD_SET 104 /* Number of set items */
132 #define BUILD_SLICE 133 /* Number of items */
listobject.h 6 This is a mutable type: the list items can be changed, and items can be
35 * Items must normally not be NULL, except during construction when
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_dict.py 7 d.items() -> list(d.items())
11 d.iteritems() -> iter(d.items())
15 d.viewitems() -> d.items()
47 trailer< '.' method=('keys'|'items'|'values'|
65 assert method_name in (u"keys", u"items", u"values"), repr(method)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
opcode.h 89 #define UNPACK_SEQUENCE 92 /* Number of sequence items */
97 #define DUP_TOPX 99 /* number of items to duplicate */
100 #define BUILD_TUPLE 102 /* Number of tuple items */
101 #define BUILD_LIST 103 /* Number of list items */
102 #define BUILD_SET 104 /* Number of set items */
132 #define BUILD_SLICE 133 /* Number of items */
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_dict.py 7 d.items() -> list(d.items())
11 d.iteritems() -> iter(d.items())
15 d.viewitems() -> d.items()
47 trailer< '.' method=('keys'|'items'|'values'|
65 assert method_name in (u"keys", u"items", u"values"), repr(method)
  /dalvik/libdex/
DexDataMap.h 18 * Verification-time map of data section items
27 u4 count; /* number of items currently in the map */
28 u4 max; /* maximum number of items that may be held */
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store.cc 13 // Find items matching between |subs| and |adds|, and remove them,
26 // Keep a pair of output iterators for writing kept items. Due to
28 // individual items would result in O(N^2) copies. Using std::list
54 // Record equal items and drop them.
67 // Remove items in |removes| from |full_hashes|. |full_hashes| and
76 // Where to store kept items.
83 // Keep items less than |*remove_iter|.
93 // Drop equal items, there may be multiple hits.
107 // Remove deleted items (|chunk_id| in |del_set|) from the vector.
112 // Scan through the items read, dropping the items in |del_set|
    [all...]
  /external/chromium/chrome/browser/ui/gtk/importer/
import_progress_dialog_gtk.h 27 uint16 items,
36 uint16 items,
73 // Items to import from the other browser.
  /external/chromium_org/ash/system/tray/
system_tray_bubble.h 32 const std::vector<ash::SystemTrayItem*>& items,
36 // Change the items displayed in the bubble.
37 void UpdateView(const std::vector<ash::SystemTrayItem*>& items,
  /external/chromium_org/chrome/common/extensions/api/
chromeos_info_private.json 24 "items": {"type": "string"}
43 "items": {
45 "items": {"type": "string"}
  /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/platform/
ContextMenu.cpp 31 static const ContextMenuItem* findItemWithAction(unsigned action, const Vector<ContextMenuItem>& items)
33 for (size_t i = 0; i < items.size(); ++i) {
34 const ContextMenuItem& item = items[i];
  /external/chromium_org/tools/gn/
ordered_set.h 10 // An ordered set of items. Only appending is supported. Iteration is designed
48 // Appends a range of items, skipping ones that already exist.
58 // Appends all items from the given other set.
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
MemberIdsSection.java 44 if (items().size() > MAX_MEMBERS) {
46 throw new DexException("Too many " + memberType + ": " + items().size()
50 for (Object i : items()) {
  /external/elfutils/backends/
x86_corenote.c 28 return ioperm_info (descsz, regs_offset, nregloc, reglocs, nitems, items);
33 size_t *nitems, const Ebl_Core_Item **items)
45 *items = &ioperm_item;
  /external/smack/src/org/jivesoftware/smackx/pubsub/
PubSubElementType.java 34 ITEMS("items", PubSubNamespace.BASIC),
35 ITEMS_EVENT("items", PubSubNamespace.EVENT),
  /frameworks/base/core/java/android/widget/
ListAdapter.java 29 * Indicates whether all the items in this adapter are enabled. If the
31 * it will take effect. If true, it means all items are selectable and
34 * @return True if all items are enabled, false otherwise.
  /packages/apps/Launcher3/src/com/android/launcher3/
DragSource.java 29 * @return whether items dragged from this source supports
34 * @return whether items dragged from this source supports 'App Info'
39 * @return whether items dragged from this source supports 'Delete' drop target (e.g. to remove
  /packages/apps/Stk/src/com/android/stk/
StkMenuAdapter.java 32 * Icon list view adapter to show the list of STK items.
38 public StkMenuAdapter(Context context, List<Item> items,
40 super(context, 0, items);

Completed in 3348 milliseconds

1 2 3 4 5 6 7 8 91011>>