Searched refs:items (Results 251 - 275 of 1140) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-object-private.hh83 hb_lockable_set_t<hb_user_data_item_t, hb_mutex_t> items; member in struct:hb_user_data_array_t
85 inline void init (void) { lock.init (); items.init (); }
94 inline void finish (void) { items.finish (lock); lock.finish (); }
/external/chromium_org/third_party/jinja2/
H A Dutils.py134 items = import_name.split('.')
135 module = '.'.join(items[:-1])
136 obj = items[-1]
432 def items(self): member in class:LRUCache
433 """Return a list of items."""
439 """Iterate over all items."""
440 return iter(self.items())
444 return [x[1] for x in self.items()]
463 """Iterate over the values in the cache dict, oldest items
483 def __init__(self, *items)
[all...]
/external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/
H A Dmakefile_writer.py14 def write_group(f, name, items, append):
20 items: list of strings to be passed to the variable.
23 if not items:
27 items_to_write = list(items)
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DStatistics.java56 * Adds the given list of items to the statistics.
58 * @param list {@code non-null;} the list of items to add
61 Collection<? extends Item> items = list.items();
62 for (Item item : items) {
/external/elfutils/0.153/backends/
H A Di386_corenote.c107 nitems, items); \
121 size_t *nitems, const Ebl_Core_Item **items)
130 *items = tls_items;
119 tls_info(GElf_Word descsz, GElf_Word *regs_offset, size_t *nregloc, const Ebl_Register_Location **reglocs, size_t *nitems, const Ebl_Core_Item **items) argument
/external/guava/guava-testlib/src/com/google/common/testing/
H A DEquivalenceTester.java66 private final List<T> items = Lists.newArrayList(); field in class:EquivalenceTester
102 items.addAll(ImmutableList.copyOf(group));
116 for (T item : items) {
/external/lldb/examples/summaries/cocoa/
H A Dmetrics.py43 return str(self.count) + " times, for items [" + str(self.list) + "]"
50 for key,value in self.metrics.metrics.items():
59 for key,value in self.metrics.metrics.items():
90 for key,value in self.metrics.items():
/external/markdown/markdown/
H A Dblockprocessors.py94 to the parent, and should remove (``pop``) or add (``insert``) items to
106 """ Process children of list items.
260 # Detect items on secondary lines. they can be of either list type.
262 # Detect indented (nested) items of either type
269 # Check fr multiple items in one block.
270 items = self.get_items(blocks.pop(0))
283 firstitem = items.pop(0)
290 # Loop through items in block, recursively parsing each with the
292 for item in items:
303 """ Break a block into list items
[all...]
/external/skia/platform_tools/android/gyp_gen/
H A Dmakefile_writer.py14 def write_group(f, name, items, append):
20 items: list of strings to be passed to the variable.
23 if not items:
27 items_to_write = list(items)
/external/smack/src/org/jivesoftware/smack/provider/
H A DPrivacyProvider.java84 ArrayList<PrivacyItem> items = new ArrayList<PrivacyItem>();
89 items.add(parseItem(parser));
99 privacy.setPrivacyList(listName, items);
/external/chromium_org/
H A DPRESUBMIT_test.py46 def __init__(self, message, items=None, long_text=''):
48 self.items = items
52 def __init__(self, message, items, long_text=''):
53 MockOutputApi.PresubmitResult.__init__(self, message, items, long_text)
57 def __init__(self, message, items, long_text=''):
58 MockOutputApi.PresubmitResult.__init__(self, message, items, long_text)
62 def __init__(self, message, items, long_text=''):
63 MockOutputApi.PresubmitResult.__init__(self, message, items, long_text)
67 def __init__(self, message, items, long_tex
[all...]
/external/chromium_org/ash/shelf/
H A Dshelf.cc108 const ShelfItem& item = shelf_view_->model()->items()[index];
156 const ShelfItems& items = shelf_model->items(); local
164 if (items[i].type != TYPE_APP_LIST) {
/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_internals_browsertest.js310 assertEquals(1, tree.items.length);
313 var typeRoot = tree.items[0];
316 assertEquals(1, typeRoot.items.length);
319 var leaf = typeRoot.items[0];
/external/chromium_org/chrome/utility/importer/
H A Die_importer_win.h26 uint16 items,
71 // the bookmark items in |bookmarks| and favicon information in |favicons|.
/external/chromium_org/content/browser/frame_host/
H A Dpopup_menu_helper_mac.h42 const std::vector<MenuItem>& items,
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_guest_delegate.h66 // |items| acts as a filter. This restricts the current context's default
67 // menu items to contain only the items from |items|.
68 // |items| == NULL means no filtering will be applied.
71 const MenuItemVector* items) = 0;
/external/chromium_org/mojo/public/js/bindings/tests/
H A Dvalidation_test_input_parser.js54 this.items = (s.length > 0) ? s.split(/\s+/) : [];
60 return this.index >= this.items.length;
76 var itemString = this.items[this.index++];
269 var items = [];
275 if (item.isHandles() && items.length > 0)
278 items.push(item);
283 for (var i = 0; i < items.length; i++)
284 msg.addItem(items[i]);
/external/chromium_org/ppapi/shared_impl/
H A Dppb_gamepad_shared.h64 // Number of valid entries in the items array.
68 WebKitGamepad items[kItemsLengthCap]; member in struct:ppapi::WebKitGamepads
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dmake_style_shorthands.py50 self._properties = {property_id: property for property_id, property in self._properties.items() if property['longhands']}
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DthemeChromiumAndroid.css37 align-items: center;
63 align-items: center;
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DPRESUBMIT.py47 items=[useCounterCpp.LocalPath()])]
/external/chromium_org/third_party/WebKit/Tools/
H A DPRESUBMIT.py38 items=[results])]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dstack_utils.py48 for tid, stack in sys._current_frames().items():
H A Dstack_utils_unittest.py37 thread_id, _ = sys._current_frames().items()[0]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dbuilders.py105 for builder_name, builder_info in _exact_matches.items():

Completed in 741 milliseconds

<<11121314151617181920>>