HomeSort by relevance Sort by last modified time
    Searched full:items (Results 451 - 475 of 6602) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/polymer/components-chromium/core-layout/
core-layout.css 197 -moz-align-items: flex-start;
198 -webkit-align-items: flex-start;
199 align-items: flex-start;
205 -moz-align-items: center;
206 -webkit-align-items: center;
207 align-items: center;
213 -moz-align-items: flex-end;
214 -webkit-align-items: flex-end;
215 align-items: flex-end;
  /external/chromium_org/tools/strict_enum_value_checker/
strict_enum_value_checker_test.py 37 def __init__(self, message, items=None, long_text=""):
39 self.items = items
43 def __init__(self, message, items, long_text=""):
44 MockOutputApi.PresubmitResult.__init__(self, message, items, long_text)
48 def __init__(self, message, items, long_text=""):
49 MockOutputApi.PresubmitResult.__init__(self, message, items, long_text)
53 def __init__(self, message, items, long_text=""):
54 MockOutputApi.PresubmitResult.__init__(self, message, items, long_text)
  /external/fonttools/Lib/fontTools/
inspect.py 47 if hasattr(value, 'items'):
60 items = []
68 items.append((k,v))
69 self._items = items
92 # Load all items
102 self._items = sorted(value.__dict__.items())
106 self._value_str = '%s of %d items' % (value.__class__.__name__, len(value))
107 self._items = sorted(value.items())
113 self._value_str = '%s of %d items' % (value.__class__.__name__,
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
ItemLocationBox.java 65 public List<Item> items = new LinkedList<Item>(); field in class:ItemLocationBox
76 for (Item item : items) {
92 IsoTypeWriter.writeUInt16(byteBuffer, items.size());
93 for (Item item : items) {
112 items.add(new Item(content));
150 return items;
153 public void setItems(List<Item> items) {
154 this.items = items;
  /external/svox/pico/lib/
picosa.h 38 items input
61 limits) of items terminated by a PUNC item.
67 - when reading items from the external buffer a CMD(...FLUSH...) is
73 items processed and output
81 1. PROCESS_POSD: processing input WORDGRAPH or WORDINDEX items, after
96 3. PROCESS_PHR: then, after processing these WORDPHON items,
105 4. PROCESS_ACC: then, after processing the WORDPHON and BOUND items
173 - see defines below for max nr of items. Item heads plus ref. to contents
175 - MAXNR_HEADX (max nr elements==items in headx array)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
menu.h 81 struct tagITEM *left; /* neighbor items */
94 short rows; /* Nr. of items high */
95 short cols; /* Nr. of items wide */
96 short frows; /* Nr. of formatted items high */
97 short fcols; /* Nr. of formatted items wide */
98 short arows; /* Nr. of items high (actual) */
112 ITEM **items; /* array of items */ member in struct:tagMENU
113 short nitems; /* Nr. of items in menu */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
menu.h 81 struct tagITEM *left; /* neighbor items */
94 short rows; /* Nr. of items high */
95 short cols; /* Nr. of items wide */
96 short frows; /* Nr. of formatted items high */
97 short fcols; /* Nr. of formatted items wide */
98 short arows; /* Nr. of items high (actual) */
112 ITEM **items; /* array of items */ member in struct:tagMENU
113 short nitems; /* Nr. of items in menu */
  /cts/tests/tests/view/res/menu/
category_order.xml 36 <!-- This group uses the secondary category, which is used for less oftenly used items.
37 Notice these items will show up after the above items.
  /development/samples/ApiDemos/res/menu/
category_order.xml 36 <!-- This group uses the secondary category, which is used for less oftenly used items.
37 Notice these items will show up after the above items.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List15.java 55 mode.setTitle("Select Items");
68 " items", Toast.LENGTH_SHORT).show();
97 mode.setSubtitle("" + checkedCount + " items selected");
  /development/tools/axl/
chewperf.py 79 for x in range(len(buckets.items())):
80 window[x % len(window)] = buckets.items()[x][1]
81 print "%s\t%s" % (buckets.items()[x][0], sum(window) / len(window))
  /external/chromium_org/ash/shelf/
shelf_model_unittest.cc 117 ShelfID original_id = model_->items()[index].id;
120 EXPECT_EQ(original_id, model_->items()[index].id);
122 EXPECT_EQ(TYPE_PLATFORM_APP, model_->items()[index].type);
137 EXPECT_EQ(TYPE_APP_SHORTCUT, model_->items()[index].type);
152 // Verifies all the items get unique ids.
155 ids.insert(model_->items()[i].id);
159 // Assertions around where items are added.
167 // platform app items should be after browser shortcut.
235 EXPECT_EQ(TYPE_BROWSER_SHORTCUT, model_->items()[2].type);
236 EXPECT_EQ(TYPE_APP_LIST, model_->items()[0].type)
    [all...]
  /external/chromium_org/chrome/browser/download/
all_download_item_notifier_unittest.cc 84 content::DownloadManager::DownloadVector items; local
85 items.push_back(&item());
87 .WillOnce(SetArgPointee<0>(items));
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
bookmark_folder_applescript.h 38 // Returns an array of |BookmarkItemAppleScript*| of all the bookmark items
57 // which consists of bookmark folders as well as bookmark items.
63 // which consists of bookmark folders as well as bookmark items.
  /external/chromium_org/chrome/browser/ui/cocoa/
history_menu_cocoa_controller_unittest.mm 78 std::map<NSMenuItem*, HistoryMenuBridge::HistoryItem*>& items =
81 items.begin();
83 for ( ; it != items.end(); ++it) {
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_codelab7_useridentification.html 93 if (!result || !result.items || result.items.length==0) {
96 var listId=result.items[0].id;
99 for (var j=0; j&lt;tasks.items.length; j++) {
101 $scope.todos.push({text:tasks.items[j].title, done:tasks.items[j].status!=&quot;needsAction&quot;});
119 if (!result || !result.items || result.items.length==0) {
122 var listId=result.items[0].id;
125 for (var j=0; j&lt;tasks.items.length; j++)
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
SelectPopupDropdown.java 33 public SelectPopupDropdown(ContentViewCore contentViewCore, List<SelectPopupItem> items,
49 DropdownItem[] dropdownItems = items.toArray(new DropdownItem[items.size()]);
  /external/chromium_org/google_apis/drive/
drive_api_parser_unittest.cc 45 ASSERT_EQ(2U, applist->items().size());
47 const AppResource& app1 = *applist->items()[0];
83 const AppResource& app2 = *applist->items()[1];
127 ASSERT_EQ(3U, filelist->items().size());
129 const FileResource& file1 = *filelist->items()[0];
172 const FileResource& file2 = *filelist->items()[1];
196 const FileResource& file3 = *filelist->items()[2];
224 ASSERT_EQ(4U, changelist->items().size());
226 const ChangeResource& change1 = *changelist->items()[0];
234 const ChangeResource& change2 = *changelist->items()[1]
    [all...]
  /external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
StylePropertyShorthand.cpp.tmpl 30 {% for property_id, property in properties.items() %}
51 {% for property_id, property in properties.items() if property.camel_case_name != "marker" %}
65 {% for longhand_id, shorthands in longhands_dictionary.items() %}
  /external/chromium_org/third_party/WebKit/Source/web/
WebSelectElement.cpp 45 WebVector<WebElement> items(sourceItems.size());
47 items[i] = WebElement(sourceItems[i].get());
49 return items;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_configuration.py 43 def items(self): member in class:TestConfiguration
44 return self.__dict__.items()
74 for category, specifier in test_configuration.items():
86 for macro, specifier_list in macros.items():
122 for category, specifier in configuration.items():
127 for cat2, spec2 in configuration.items():
134 for specifier, sets_by_category in matching_sets_by_category.items():
135 for category, set_by_category in sets_by_category.items():
169 for macro_specifier, macro in macros_dict.items():
194 for macro_specifier, macro in macros_dict.items()
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
discoitemsquerytask.cc 52 std::vector<DiscoItem> items; local
58 items.push_back(item);
61 SignalResult(items);
discoitemsquerytask.h 28 // Fires a disco items query, such as the following example:
34 // <query xmlns=' http://jabber.org/protocol/disco#items'
44 // <query xmlns=' http://jabber.org/protocol/disco#items '
  /external/chromium_org/third_party/polymer/components/core-item/
demo.html 51 <h2>items with icon and label:</h2>
56 <h2>items with label only:</h2>
66 <h2>items sized with CSS:</h2>
  /external/chromium_org/third_party/polymer/components/core-selector/
core-selector.html 16 The attribute `multi` indicates if multiple items can be selected at once.
73 <content id="items" select="*"></content>
190 * The target element that contains items. If this is not set
201 * selection items. Note this only works if the 'target' property is set.
247 get items() {
253 this.target.children) : this.$.items.getDistributedNodes();
322 null : this.items[this.valueToIndex(value)];
343 for (var i=0, items=this.items, c; (c=items[i]); i++)
    [all...]

Completed in 2267 milliseconds

<<11121314151617181920>>