HomeSort by relevance Sort by last modified time
    Searched refs:items (Results 376 - 400 of 692) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/webkitsecurity/generate/
generate_webview_crash_tests.py 184 for k, v in nums.items():
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ClassDefsSection.java 57 public Collection<? extends Item> items() { method in class:ClassDefsSection
  /dalvik/dx/src/com/android/dx/dex/file/
ClassDefsSection.java 57 public Collection<? extends Item> items() { method in class:ClassDefsSection
  /external/bison/src/
print_graph.c 53 item_number *sitems = s->items;
56 /* Output all the items of a state, not only its kernel. */
175 /* The labels of the nodes are their the items. */
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ClassDefsSection.java 57 public Collection<? extends Item> items() { method in class:ClassDefsSection
  /external/libselinux/src/
label_file.c 281 int items, len; local
297 items = sscanf(line_buf, "%255s %255s %255s", regex, type, context);
298 if (items < 2) {
303 } else if (items == 2) {
  /external/qemu/android/utils/
reflist.h 27 * - 'count' is the number of items in the list
29 * always >= 'count'. Some slots correspond to deleted items
33 * - 'u.items' is the slot array if 'max > 1'
42 void** items; member in union:ARefList::__anon10521
56 /* Return the number of items in a list */
  /external/quake/quake/src/WinQuake/
client.h 159 int items; // inventory bit flags member in struct:__anon11809
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 1180 Implements: function(items){
1181 $splat(items).each(function(item){
1295 One of the most important items in MooTools. Contains the dollar function, the dollars function, and an handful of cross-browser,
1319 var items = [], elements = true;
1322 items.push(returns);
1325 return (elements) ? new Elements(items) : items;
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage_p.h 87 QMenu* createContextMenu(const WebCore::ContextMenu* webcoreMenu, const QList<WebCore::ContextMenuItem>* items, QBitArray* visitedWebActions);
  /external/webkit/Tools/Scripts/webkitpy/common/net/
testoutputset.py 50 for k, v in zip_map.items():
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
deduplicate_tests.py 200 for (test, hash), cluster in hashes.items():
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaseline.py 59 for regexp, port_name in self._builder_name_to_port_name.items():
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
CommandParams.java 144 for (Item item : menu.items) {
  /gdk/samples/quake/jni/
client.h 159 int items; // inventory bit flags member in struct:__anon17554
  /packages/apps/Launcher2/src/com/android/launcher2/
FolderIcon.java 71 // The amount of vertical spread between items in the stack [0...1]
126 "INITIAL_ITEM_ANIMATION_DURATION, as sequencing of adding first two items " +
512 ArrayList<View> items = mFolder.getItemsInReadingOrder(false);
520 v = (TextView) items.get(0);
525 int nItemsInPreview = Math.min(items.size(), NUM_ITEMS_IN_PREVIEW);
528 v = (TextView) items.get(i);
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
OverdrawDetector.java 420 NodeList items = element.getChildNodes(); local
421 for (int i = 0, n = items.getLength(); i < n; i++) {
422 if (items.item(i).getNodeType() == Node.ELEMENT_NODE) {
423 Element item = (Element) items.item(i);
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
JythonUtils.java 169 * @return a list of those items
208 PyList items = dict.items(); local
209 for (int x = 0; x < items.__len__(); x++) {
211 PyTuple item = (PyTuple) items.__getitem__(x);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
feed.js 260 var items = document.getElementsByClassName('item');
261 for (var i = 0, item; item = items[i]; i++) {
  /external/oprofile/libpopt/
popt.c 1127 poptItem * items, item; local
1132 items = &con->execs;
1136 items = &con->aliases;
1144 *items = realloc((*items), ((*nitems) + 1) * sizeof(**items));
1145 if ((*items) == NULL)
1148 item = (*items) + (*nitems);
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLUListElement01.js 79 items.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLUListElement01.js 79 items.
  /external/webkit/Tools/CodeCoverage/
regenerate-coverage-display 316 for f, covinfo in per_file.items():
318 for f, covinfo in per_dir.items():
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla_unittest.py 246 for key, expected_value in expected.items():
306 mock_control.items = [self._mock_control_item(name) for name in item_names]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalSource.java 220 // Find a range of items.
235 MediaItem[] items = LocalAlbum.getMediaItemById( local
239 consumer.consume(pid2.id, items[k - i]);

Completed in 786 milliseconds

<<11121314151617181920>>