HomeSort by relevance Sort by last modified time
    Searched refs:Item (Results 26 - 50 of 159) sorted by null

12 3 4 5 6 7

  /external/icu4c/tools/toolutil/
package.h 35 struct Item {
56 * The header and item name strings are swapped into this object,
64 * The item names are swapped and sorted in the outCharset rather than the local one.
74 // find the item in items[], return the non-negative index if found, else the binary-not of the insertion point
103 /* The extractItem() functions accept outputType=0 to mean "don't swap the item". */
108 /* This variant extracts an item to a specific filename. */
112 const Item *getItem(int32_t idx) const;
127 void enumDependencies(Item *pItem, void *context, CheckDependency check);
153 Item *items;
  /external/webkit/Source/WebKit/chromium/src/
WebBlobData.cpp 60 bool WebBlobData::itemAt(size_t index, Item& result) const
67 const BlobDataItem& item = m_private->items()[index]; local
71 result.offset = item.offset;
72 result.length = item.length;
73 result.expectedModificationTime = item.expectedModificationTime;
75 switch (item.type) {
77 result.type = Item::TypeData;
78 result.data = item.data;
81 result.type = Item::TypeFile;
82 result.filePath = item.path
    [all...]
  /frameworks/base/media/libstagefright/foundation/
AMessage.cpp 60 Item *item = &mItems[i]; local
61 freeItem(item);
66 void AMessage::freeItem(Item *item) {
67 switch (item->mType) {
70 delete item->u.stringValue;
77 if (item->u.refValue != NULL) {
78 item->u.refValue->decStrong(this);
88 AMessage::Item *AMessage::allocateItem(const char *name)
96 Item *item; local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
Statistics.java 29 /** {@code non-null;} data about each type of item */
40 * Adds the given item to the statistics.
42 * @param item {@code non-null;} the item to add
44 public void add(Item item) {
45 String typeName = item.typeName();
49 dataMap.put(typeName, new Data(item, typeName));
51 data.add(item);
61 Collection<? extends Item> items = list.items()
    [all...]
MapItem.java 25 * Class that represents a map item.
34 /** {@code non-null;} item type this instance covers */
41 * {@code null-ok;} first item covered or {@code null} if this is
44 private final Item firstItem;
47 * {@code null-ok;} last item covered or {@code null} if this is
50 private final Item lastItem;
59 * Constructs a list item with instances of this class representing
82 Item firstItem = null;
83 Item lastItem = null;
86 for (Item item : section.items())
    [all...]
HeaderSection.java 29 /** {@code non-null;} the list of the one item in the section */
40 HeaderItem item = new HeaderItem(); local
41 item.setIndex(0);
43 this.list = Collections.singletonList(item);
54 public Collection<? extends Item> items() {
  /dalvik/dx/src/com/android/dx/dex/file/
Statistics.java 29 /** {@code non-null;} data about each type of item */
40 * Adds the given item to the statistics.
42 * @param item {@code non-null;} the item to add
44 public void add(Item item) {
45 String typeName = item.typeName();
49 dataMap.put(typeName, new Data(item, typeName));
51 data.add(item);
61 Collection<? extends Item> items = list.items()
    [all...]
MapItem.java 25 * Class that represents a map item.
34 /** {@code non-null;} item type this instance covers */
41 * {@code null-ok;} first item covered or {@code null} if this is
44 private final Item firstItem;
47 * {@code null-ok;} last item covered or {@code null} if this is
50 private final Item lastItem;
59 * Constructs a list item with instances of this class representing
82 Item firstItem = null;
83 Item lastItem = null;
86 for (Item item : section.items())
    [all...]
HeaderSection.java 29 /** {@code non-null;} the list of the one item in the section */
40 HeaderItem item = new HeaderItem(); local
41 item.setIndex(0);
43 this.list = Collections.singletonList(item);
54 public Collection<? extends Item> items() {
  /frameworks/base/include/media/stagefright/foundation/
AMessage.h 117 struct Item {
136 Item mItems[kMaxNumItems];
139 Item *allocateItem(const char *name);
140 void freeItem(Item *item);
141 const Item *findItem(const char *name, Type type) const;
  /packages/apps/Settings/src/com/android/settings/
AppWidgetPickActivity.java 82 void putCustomAppWidgets(List<PickAdapter.Item> items) {
169 List<Bundle> customExtras, List<PickAdapter.Item> items) {
186 PickAdapter.Item item = new PickAdapter.Item(this, label, icon); local
188 item.packageName = info.provider.getPackageName();
189 item.className = info.provider.getClassName();
192 item.extras = customExtras.get(i);
195 items.add(item);
205 protected List<PickAdapter.Item> getItems()
    [all...]
ActivityPicker.java 99 List<PickAdapter.Item> items = getItems();
107 * Handle clicking of dialog item by passing back
126 * method that calls through to {@link PickAdapter.Item#getIntent(Intent)}.
129 PickAdapter.Item item = (PickAdapter.Item) mAdapter.getItem(position); local
130 return item.getIntent(mBaseIntent);
140 protected List<PickAdapter.Item> getItems() {
142 List<PickAdapter.Item> items = new ArrayList<PickAdapter.Item>();
307 Item item = (Item) getItem(position); local
    [all...]
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicRetriever.java 42 List<Item> mItems = new ArrayList<Item>();
91 mItems.add(new Item(
106 /** Returns a random Item. If there are no items available, returns null. */
107 public Item getRandomItem() {
112 public static class Item {
119 public Item(long id, String artist, String title, String album, long duration) {
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SgTransform.java 47 public ScriptField_SgTransform.Item mTransformData;
84 mTransformData = new ScriptField_SgTransform.Item();
89 public ScriptField_SgTransform.Item getData() {
  /external/markdown/MarkdownTest/Tests_2004/
Ordered and unordered lists.text 87 1. Item 1, graf one.
89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
92 2. Item 2.
94 3. Item 3.
  /external/markdown/MarkdownTest/Tests_2007/
Ordered and unordered lists.text 87 1. Item 1, graf one.
89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
92 2. Item 2.
94 3. Item 3.
  /external/markdown/tests/markdown-test/
ordered-and-unordered-list.txt 87 1. Item 1, graf one.
89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
92 2. Item 2.
94 3. Item 3.
  /external/webkit/Source/WebKit2/Shared/
WebPopupItem.h 42 Item
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
Menu.java 27 * Container class for CAT menu (SET UP MENU, SELECT ITEM) parameters.
31 public List<Item> items;
44 items = new ArrayList<Item>();
61 items = new ArrayList<Item>();
64 Item item = in.readParcelable(null); local
65 items.add(item);
  /external/webkit/Source/WebCore/rendering/
RenderTreeAsText.h 75 template<typename Item>
76 TextStream& operator<<(TextStream& ts, const Vector<Item>& vector)
  /external/webkit/Source/WebCore/rendering/svg/
SVGRenderTreeAsText.h 69 template<typename Item>
70 TextStream& operator<<(TextStream& ts, const Vector<Item*>& v)
  /frameworks/base/media/libstagefright/include/
M3UParser.h 46 struct Item {
59 Vector<Item> mItems;
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
UnitTest.java 25 private ScriptField_ListAllocs_s.Item mItem;
107 public void setItem(ScriptField_ListAllocs_s.Item item) {
108 mItem = item;
  /external/v8/tools/
gc-nvp-trace-processor.py 90 class Item(object):
121 return flatten([item.fieldrefs() for item in self.items])
124 return 'plot ' + ', '.join([item.to_gnuplot(ctx) for item in self.items])
153 for field in flatten([item.fieldrefs() for item in plot]):
161 for item in subplot.items:
162 if item.axis == x1y2 or item.axis == x2y2
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 210 public boolean onMenuItemClick(MenuItem item) {
218 public boolean onMenuItemClick(MenuItem item) {
233 Item item = mAdapter.mItems.get(position); local
234 Uri targetUri = item.mFirstImageUri;
236 if (targetUri != null && item.mBucketId != null) {
238 .appendQueryParameter("bucketId", item.mBucketId)
337 // and generated thumbnail bitmaps for each item. We do this instead of
341 ArrayList<Item> allItems = new ArrayList<Item>();
    [all...]

Completed in 627 milliseconds

12 3 4 5 6 7