HomeSort by relevance Sort by last modified time
    Searched refs:item (Results 301 - 325 of 4164) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8BlobCustomHelpers.cpp 112 v8::Local<v8::Value> item = blobParts->Get(v8::Uint32::New(isolate, i)); local
113 if (item.IsEmpty())
116 if (V8ArrayBuffer::hasInstance(item, isolate)) {
117 ArrayBuffer* arrayBuffer = V8ArrayBuffer::toNative(v8::Handle<v8::Object>::Cast(item));
120 } else if (V8ArrayBufferView::hasInstance(item, isolate)) {
121 ArrayBufferView* arrayBufferView = V8ArrayBufferView::toNative(v8::Handle<v8::Object>::Cast(item));
124 } else if (V8Blob::hasInstance(item, isolate)) {
125 Blob* blob = V8Blob::toNative(v8::Handle<v8::Object>::Cast(item));
129 TOSTRING_DEFAULT(V8StringResource<>, stringValue, item, false);
  /external/chromium_org/ui/base/models/
list_model.h 18 // model are owned by the model. An item can be taken out of the model by
26 // Adds |item| at the |index| into |items_|. Takes ownership of |item|.
27 void AddAt(size_t index, ItemType* item) {
29 items_.insert(items_.begin() + index, item);
33 // Convenience function to append an item to the model.
34 void Add(ItemType* item) {
35 AddAt(item_count(), item); local
38 // Removes the item at |index| from |items_| without deleting it.
39 // Returns a scoped pointer containing the removed item
42 ItemType* item = items_[index]; local
57 scoped_ptr<ItemType> item = RemoveAt(index); local
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java 103 public Object visit (final AllItem item, final Object ctx)
148 addHeaderRow (item, columns);
151 addItemRow (item, columns);
157 row ("total packages:" + m_separator + item.getChildCount ());
158 row ("total classes:" + m_separator + item.getAggregate (IItem.TOTAL_CLASS_COUNT));
159 row ("total methods:" + m_separator + item.getAggregate (IItem.TOTAL_METHOD_COUNT));
163 row ("total executable files:" + m_separator + item.getAggregate (IItem.TOTAL_SRCFILE_COUNT));
166 row ("total executable lines:" + m_separator + item.getAggregate (IItem.TOTAL_LINE_COUNT));
170 final boolean deeper = (m_settings.getDepth () > item.getMetadata ().getTypeID ());
177 for (Iterator packages = item.getChildren (order); packages.hasNext ();
    [all...]
  /external/lldb/source/API/
SBTypeFilter.cpp 94 const char* item = m_opaque_sp->GetExpressionPathAtIndex(i); local
95 if (item && *item == '.')
96 item++;
97 return item;
103 SBTypeFilter::ReplaceExpressionPathAtIndex (uint32_t i, const char* item)
106 return m_opaque_sp->SetExpressionPathAtIndex(i, item);
112 SBTypeFilter::AppendExpressionPath (const char* item)
115 m_opaque_sp->AddExpressionPath(item);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
SubMenuBuilder.java 37 public SubMenuBuilder(Context context, MenuBuilder parentMenu, MenuItemImpl item) {
41 mItem = item;
83 boolean dispatchMenuItemSelected(MenuBuilder menu, MenuItem item) {
84 return super.dispatchMenuItemSelected(menu, item) ||
85 mParentMenu.dispatchMenuItemSelected(menu, item);
124 public boolean expandItemActionView(MenuItemImpl item) {
125 return mParentMenu.expandItemActionView(item);
129 public boolean collapseItemActionView(MenuItemImpl item) {
130 return mParentMenu.collapseItemActionView(item);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
MixedItemSection.java 38 * <b>Note:</b> It is invalid for an item in an instance of this class to
100 public Collection<? extends Item> items() {
113 public int getAbsoluteItemOffset(Item item) {
114 OffsettedItem oi = (OffsettedItem) item;
162 * Adds an item to this instance. This will in turn tell the given item
164 * same item to more than one instance, nor to add the same items
167 * @param item {@code non-null;} the item to ad
256 OffsettedItem item = entry.getValue(); local
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
MixedItemSection.java 37 * <b>Note:</b> It is invalid for an item in an instance of this class to
99 public Collection<? extends Item> items() {
112 public int getAbsoluteItemOffset(Item item) {
113 OffsettedItem oi = (OffsettedItem) item;
161 * Adds an item to this instance. This will in turn tell the given item
163 * same item to more than one instance, nor to add the same items
166 * @param item {@code non-null;} the item to ad
255 OffsettedItem item = entry.getValue(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_application_menu_item_model.cc 51 ChromeLauncherAppMenuItem* item = launcher_items_[i]; local
53 // Check for a separator requirement in front of this item.
54 if (item->HasLeadingSeparator())
57 // The first item is the context menu, the others are the running apps.
58 AddItem(i, item->title());
60 if (!item->icon().IsEmpty())
61 SetIcon(GetIndexOfCommandId(i), item->icon());
  /external/chromium_org/content/renderer/
history_entry.h 60 const blink::WebHistoryItem& item,
64 HistoryNode* AddChild(const blink::WebHistoryItem& item, int64_t frame_id);
71 blink::WebHistoryItem& item() { return item_; } function in class:content::HistoryEntry::HistoryNode
72 void set_item(const blink::WebHistoryItem& item);
93 const blink::WebHistoryItem& root() const { return root_->item(); }
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
MixedItemSection.java 38 * <b>Note:</b> It is invalid for an item in an instance of this class to
100 public Collection<? extends Item> items() {
113 public int getAbsoluteItemOffset(Item item) {
114 OffsettedItem oi = (OffsettedItem) item;
162 * Adds an item to this instance. This will in turn tell the given item
164 * same item to more than one instance, nor to add the same items
167 * @param item {@code non-null;} the item to ad
256 OffsettedItem item = entry.getValue(); local
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_namednodemapchildnoderange.java 72 testEmployee = elementList.item(2);
80 child = attributes.item(2);
84 child = attributes.item(0);
86 child = attributes.item(1);
88 child = attributes.item(3);
  /packages/apps/Browser/src/com/android/browser/
HistoryItem.java 27 * Layout representing a history item in the classic history viewer.
53 /* package */ void copyTo(HistoryItem item) {
54 item.mTextView.setText(mTextView.getText());
55 item.mUrlText.setText(mUrlText.getText());
56 item.setIsBookmark(mStar.isChecked());
57 item.mImageView.setImageDrawable(mImageView.getDrawable());
61 * Whether or not this item represents a bookmarked site
  /packages/apps/Stk/src/com/android/stk/
StkMenuAdapter.java 19 import com.android.internal.telephony.cat.Item;
34 public class StkMenuAdapter extends ArrayAdapter<Item> {
38 public StkMenuAdapter(Context context, List<Item> items,
47 final Item item = getItem(position); local
54 if (!mIcosSelfExplanatory || (mIcosSelfExplanatory && item.icon == null)) {
55 ((TextView) convertView.findViewById(R.id.text)).setText(item.text);
58 if (item.icon == null) {
61 imageView.setImageBitmap(item.icon);
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
DequeMap.java 33 void visit(V item);
42 public void add(K key, V item) {
48 pile.add(item);
99 for (V item : entry.getValue()) {
100 visitor.visit(item);
  /external/lzma/CPP/Common/
Wildcard.cpp 214 void CCensorNode::AddItemSimple(bool include, CItem &item)
217 IncludeItems.Add(item);
219 ExcludeItems.Add(item);
222 void CCensorNode::AddItem(bool include, CItem &item)
224 if (item.PathParts.Size() <= 1)
226 AddItemSimple(include, item);
229 const UString &front = item.PathParts.Front();
232 AddItemSimple(include, item);
238 item.PathParts.Delete(0);
239 SubNodes[index].AddItem(include, item);
244 CItem item; local
256 const CItem &item = IncludeItems[i]; local
424 CItem item; local
    [all...]
  /external/qemu/android/utils/
reflist.c 54 areflist_indexOf(const ARefList* l, void* item)
56 if (item) {
62 if (*ii == item)
99 areflist_add(ARefList* l, void* item)
101 if (item) {
108 items[l->size] = item;
117 AREFLIST_FOREACH_CONST(l2, item, {
118 areflist_add(l, item);
125 void* item = NULL; local
133 item = items[nn-1]
    [all...]
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/
Item.java 20 * Represents an Item in our application. Each item has a name, id, full size image url and
23 public class Item {
28 public static Item[] ITEMS = new Item[] {
29 new Item("Flying in the Light", "Romain Guy", "flying_in_the_light.jpg"),
30 new Item("Caterpillar", "Romain Guy", "caterpillar.jpg"),
31 new Item("Look Me in the Eye", "Romain Guy", "look_me_in_the_eye.jpg"),
32 new Item("Flamingo", "Romain Guy", "flamingo.jpg"),
33 new Item("Rainbow", "Romain Guy", "rainbow.jpg")
    [all...]
  /developers/build/prebuilts/gradle/PdfRendererBasic/Application/src/main/java/com/example/android/pdfrendererbasic/
MainActivity.java 48 public boolean onOptionsItemSelected(MenuItem item) {
49 switch (item.getItemId()) {
57 return super.onOptionsItemSelected(item);
  /developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/
Item.java 20 * Represents an Item in our application. Each item has a name, id, full size image url and
23 public class Item {
28 public static Item[] ITEMS = new Item[] {
29 new Item("Flying in the Light", "Romain Guy", "flying_in_the_light.jpg"),
30 new Item("Caterpillar", "Romain Guy", "caterpillar.jpg"),
31 new Item("Look Me in the Eye", "Romain Guy", "look_me_in_the_eye.jpg"),
32 new Item("Flamingo", "Romain Guy", "flamingo.jpg"),
33 new Item("Rainbow", "Romain Guy", "rainbow.jpg")
    [all...]
  /developers/samples/android/ui/graphics/PdfRendererBasic/Application/src/main/java/com/example/android/pdfrendererbasic/
MainActivity.java 48 public boolean onOptionsItemSelected(MenuItem item) {
49 switch (item.getItemId()) {
57 return super.onOptionsItemSelected(item);
  /development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
ContentCategoryActivity.java 38 public boolean onOptionsItemSelected(MenuItem item) {
39 if (item.getItemId() == android.R.id.home) {
43 return super.onOptionsItemSelected(item);
SimpleUpActivity.java 37 public boolean onOptionsItemSelected(MenuItem item) {
38 if (item.getItemId() == android.R.id.home) {
42 return super.onOptionsItemSelected(item);
  /development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
StringPresenter.java 34 public void onBindViewHolder(ViewHolder viewHolder, Object item) {
35 Log.d(TAG, "onBindViewHolder for " + item.toString());
36 ((TextView) viewHolder.view).setText(item.toString());
  /development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.activityscenetransitionbasic/
Item.java 20 * Represents an Item in our application. Each item has a name, id, full size image url and
23 public class Item {
28 public static Item[] ITEMS = new Item[] {
29 new Item("Flying in the Light", "Romain Guy", "flying_in_the_light.jpg"),
30 new Item("Caterpillar", "Romain Guy", "caterpillar.jpg"),
31 new Item("Look Me in the Eye", "Romain Guy", "look_me_in_the_eye.jpg"),
32 new Item("Flamingo", "Romain Guy", "flamingo.jpg"),
33 new Item("Rainbow", "Romain Guy", "rainbow.jpg")
    [all...]
  /external/chromium-trace/trace-viewer/src/cc/
picture_ops_list_view.css 16 picture-ops-list-view > .x-list-view .list-item {
24 picture-ops-list-view > .x-list-view .list-item:hover {
29 picture-ops-list-view > .x-list-view .list-item > * {
37 picture-ops-list-view > .x-list-view .list-item > .elementInfo {
43 .x-list-view:focus > .list-item[beforeSelection] {
49 .x-list-view > .list-item[beforeSelection] {

Completed in 4358 milliseconds

<<11121314151617181920>>