HomeSort by relevance Sort by last modified time
    Searched refs:Item (Results 101 - 125 of 475) sorted by null

1 2 3 45 6 7 8 91011>>

  /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/SceneGraph/src/com/android/scenegraph/
FragmentShader.java 110 ArrayList<ScriptField_ShaderParam_s.Item> paramList;
111 paramList = new ArrayList<ScriptField_ShaderParam_s.Item>();
118 ScriptField_ShaderParam_s.Item paramRS = new ScriptField_ShaderParam_s.Item();
150 ScriptField_FragmentShader_s.Item item = new ScriptField_FragmentShader_s.Item(); local
151 item.program = mProgram;
155 item.shaderTextureParams = texParams.getAllocation();
160 item.shaderConst = mConstantBuffer
    [all...]
ShaderParam.java 55 ScriptField_ShaderParamData_s.Item mData;
65 ArrayList<ScriptField_ShaderParam_s.Item> paramList;
66 paramList = new ArrayList<ScriptField_ShaderParam_s.Item>();
85 ScriptField_ShaderParam_s.Item paramRS = new ScriptField_ShaderParam_s.Item();
111 mData = new ScriptField_ShaderParamData_s.Item();
  /external/chromium_org/chrome/browser/profiles/
profile_list_desktop.cc 32 const AvatarMenu::Item& ProfileListDesktop::GetItemAt(size_t index) const {
53 AvatarMenu::Item* item = new AvatarMenu::Item(i, i, icon); local
54 item->name = profile_info_->GetNameOfProfileAtIndex(i);
55 item->sync_state = profile_info_->GetUserNameOfProfileAtIndex(i);
56 item->profile_path = profile_info_->GetPathOfProfileAtIndex(i);
57 item->managed = profile_info_->ProfileIsManagedAtIndex(i);
58 item->signed_in = !item->sync_state.empty()
    [all...]
  /external/chromium_org/third_party/skia/src/views/
SkOSMenu.cpp 26 const SkOSMenu::Item* SkOSMenu::getItemByID(int itemID) const {
34 void SkOSMenu::getItems(const SkOSMenu::Item* items[]) const {
54 Item* item = fItems[i]; local
55 if (item->getKeyEquivalent()== key) {
57 switch (item->getType()) {
59 SkOSMenu::FindListItemCount(*item->getEvent(), &size);
60 SkOSMenu::FindListIndex(*item->getEvent(), item->getSlotName(), &value);
62 item->setInt(value)
138 SkOSMenu::Item* item = new Item(label, type, slotName, evt); local
    [all...]
  /external/chromium_org/tools/gn/
builder.h 23 typedef base::Callback<void(const Item*)> ResolvedCallback;
35 void ItemDefined(scoped_ptr<Item> item);
38 const Item* GetItem(const Label& label) const;
93 // dependency tree. Any time the bit it set, we ensure that the given item is
99 // before the item was defined (if it is required by something that is
101 // to the item's dependencies.
  /external/chromium_org/webkit/common/blob/
blob_data.h 25 typedef webkit_common::DataElement Item;
48 const std::vector<Item>& items() const { return items_; }
70 std::vector<Item> items_;
  /external/skia/src/views/
SkOSMenu.cpp 26 const SkOSMenu::Item* SkOSMenu::getItemByID(int itemID) const {
34 void SkOSMenu::getItems(const SkOSMenu::Item* items[]) const {
54 Item* item = fItems[i]; local
55 if (item->getKeyEquivalent()== key) {
57 switch (item->getType()) {
59 SkOSMenu::FindListItemCount(*item->getEvent(), &size);
60 SkOSMenu::FindListIndex(*item->getEvent(), item->getSlotName(), &value);
62 item->setInt(value)
138 SkOSMenu::Item* item = new Item(label, type, slotName, evt); local
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
Item.java 37 public abstract class Item<T extends Item> implements Comparable<T> {
39 * The offset of this item in the dex file, or -1 if not known
44 * The index of this item in the containing section, or -1 if not known
49 * The DexFile that this item is associatedr with
55 * @param dexFile the <code>DexFile</code> that this item is associated with
57 protected Item(DexFile dexFile) {
64 * Read in the item from the given input stream, and initialize the index
66 * @param index the index within the containing section of the item being read in
84 * Place the item at the given offset and index, and return the offset of the byte following this ite
    [all...]
  /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() {
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
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/
HeaderSection.java 28 /** {@code non-null;} the list of the one item in the section */
39 HeaderItem item = new HeaderItem(); local
40 item.setIndex(0);
42 this.list = Collections.singletonList(item);
53 public Collection<? extends Item> items() {
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
bundle_installed_bubble_gtk.h 39 extensions::BundleInstaller::Item::State state);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
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() {
  /external/icu4c/tools/toolutil/
package.h 35 struct Item {
70 * The header and item name strings are swapped into this object,
78 * The item names are swapped and sorted in the outCharset rather than the local one.
88 // find the item in items[], return the non-negative index if found, else the binary-not of the insertion point
117 /* The extractItem() functions accept outputType=0 to mean "don't swap the item". */
122 /* This variant extracts an item to a specific filename. */
126 const Item *getItem(int32_t idx) const;
141 void enumDependencies(Item *pItem, void *context, CheckDependency check);
170 Item *items;
  /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/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
SyntheticAccessorResolver.java 93 Item referencedItem = instruction.getReferencedItem();
109 Item referencedItem = instruction.getReferencedItem();
133 public final Item accessedMember;
135 public AccessedMember(int accessedMemberType, Item accessedMember) {
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
ReferenceType.java 47 public boolean checkItem(Item item) {
50 return item instanceof StringIdItem;
52 return item instanceof TypeIdItem;
54 return item instanceof FieldIdItem;
56 return item instanceof MethodIdItem;
  /frameworks/opt/telephony/src/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);
  /packages/apps/Settings/src/com/android/settings/
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>();
311 Item item = (Item) getItem(position); local
    [all...]
  /frameworks/av/media/libstagefright/foundation/
AMessage.cpp 62 Item *item = &mItems[i]; local
63 freeItem(item);
68 void AMessage::freeItem(Item *item) {
69 switch (item->mType) {
72 delete item->u.stringValue;
80 if (item->u.refValue != NULL) {
81 item->u.refValue->decStrong(this);
91 AMessage::Item *AMessage::allocateItem(const char *name)
99 Item *item; local
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
gallery_item.js 8 * Object representing an image item (a photo or a video).
13 Gallery.Item = function(entry) {
21 Gallery.Item.prototype.getEntry = function() { return this.entry_ };
26 Gallery.Item.prototype.getFileName = function() {
33 Gallery.Item.prototype.isOriginal = function() { return this.original_ };
39 Gallery.Item.COPY_SIGNATURE = ' - Edited';
45 Gallery.Item.REGEXP_COPY_0 =
46 new RegExp('^(.+)' + Gallery.Item.COPY_SIGNATURE + '$');
52 Gallery.Item.REGEXP_COPY_N =
53 new RegExp('^(.+)' + Gallery.Item.COPY_SIGNATURE + ' \\((\\d+)\\)$')
    [all...]
  /external/chromium_org/ui/base/models/
simple_menu_model.cc 16 struct SimpleMenuModel::Item {
88 Item item = { command_id, label, base::string16(), base::string16(), local
90 AppendItem(item);
99 Item item = { command_id, label, base::string16(), base::string16(), local
101 AppendItem(item);
111 Item item = { command_id, label, base::string16(), base::string16(), local
114 AppendItem(item);
137 Item item = { kSeparatorId, base::string16(), base::string16(), local
151 Item item = { command_id, base::string16(), base::string16(), local
160 Item item = { command_id, label, base::string16(), base::string16(), local
173 Item item = { command_id, label, base::string16(), base::string16(), local
190 Item item = { kSeparatorId, base::string16(), base::string16(), local
199 Item item = { command_id, label, base::string16(), base::string16(), local
213 Item item = { command_id, label, base::string16(), base::string16(), local
229 Item item = { command_id, label, base::string16(), base::string16(), local
    [all...]

Completed in 1183 milliseconds

1 2 3 45 6 7 8 91011>>