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

<<111213141516171819

  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 493 hr = devices->Item(i, &device);
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 243 // Whether the parent item is showing bullets. This will determine how much
469 BundleInstaller::Item::STATE_PENDING);
718 // will make the child item (which has no bullet) look like a sibling of its
720 // is in fact a child item (with no missing bullet) and not a sibling.
812 // bullets for its items, then a padding of one unit will make the child item
814 // the indentation by one more unit to show that it is in fact a child item
    [all...]
  /external/chromium_org/media/audio/win/
core_audio_util_win.cc 401 collection->Item(i, output_device.Receive());
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
CodeItem.java 40 public class CodeItem extends Item<CodeItem> {
53 * @param dexFile The <code>DexFile</code> that this item belongs to
61 * @param dexFile The <code>DexFile</code> that this item belongs to
66 * @param instructions the instructions for this code item
95 * @param dexFile The <code>DexFile</code> that this item belongs to
100 * @param instructions the instructions for this code item
198 //and now back to the end of the code item
340 * @return an array of the instructions in this code item
399 * @param newInstructions the new instructions to use for this code item
    [all...]
  /external/smali/smali/src/main/antlr3/
smaliTreeWalker.g     [all...]
  /frameworks/av/media/libstagefright/httplive/
M3UParser.cpp 101 Media &item = mMediaItems.editItemAt(mMediaItems.size() - 1); local
103 item.mName = name;
106 item.mURI = uri;
110 item.mLanguage = language;
113 item.mFlags = flags;
201 const Media &item = mMediaItems.itemAt(i); local
202 const char *lang = item.mLanguage.empty() ? "und" : item.mLanguage.c_str();
207 reply->writeInt32(!!(item.mFlags & MediaGroup::FLAG_AUTOSELECT));
208 reply->writeInt32(!!(item.mFlags & MediaGroup::FLAG_DEFAULT))
221 const Media &item = mMediaItems.itemAt(i); local
570 Item *item = &mItems.editItemAt(mItems.size() - 1); local
    [all...]
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
mosaic_mode.js 139 this.tiles_.push(new Mosaic.Tile(this, this.dataModel_.item(i)));
427 * Lead item change handler.
461 newTiles.push(new Mosaic.Tile(this, this.dataModel_.item(index + t)));
484 var index = this.dataModel_.indexOf(event.item);
486 console.error('Content changed for unselected item');
735 * with the style of .mosaic-item in gallery.css (= 2 * ( 4 + 1))
1052 // Find the first item in the next row, or the last item in the previous row.
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
directory_tree.js 54 * it with setting 'this' from DirectoryTree/Item.
74 var item = new DirectoryItem(currentEntry, this, tree);
75 this.add(item);
83 var item = new DirectoryItem(currentEntry, this, tree);
84 this.addAt(item, index);
110 * @return {boolean} True if the parent item is found.
114 var item = this.items[i];
115 if (util.isParentEntry(item.entry, entry)) {
116 item.selectByEntry(entry);
131 * @param {DirectoryEntry} dirEntry DirectoryEntry of this item
    [all...]
file_tasks.js 129 * Note: Because the data is recorded by the index, so new item shouldn't be
445 // If got no properties, we safely assume that item is unavailable.
755 * Updates context menu with default item.
765 * Creates combobutton item based on task.
769 * @param {boolean=} opt_bold Make a menu item bold.
770 * @return {Object} Item appendable to combobutton drop-down list.
826 function(item) {
827 onSuccess(item.task);
  /external/chromium_org/chrome/renderer/resources/extensions/
json_schema.js 89 itemRequired: "Item is required.",
414 // If the items property is a single schema, each item in the array must
420 // If the items property is an array of schemas, each item in the array must
  /external/llvm/lib/TableGen/
Record.cpp 1111 Init *Item = *li;
1114 // First, replace the foreach variable with the list item
1116 NewOperands.push_back(Item);
1122 // Now run the operator and use its result as the new list item
    [all...]
TGParser.cpp 880 Init *Item = LHSl->getElement(0);
881 TypedInit *Itemt = dyn_cast<TypedInit>(Item);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 26 import android.content.ClipData.Item;
240 * A listener for clicks on the various areas of a conversation item.
586 // reset the grid, as the newly bound item may have a different attachment count
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
external_tab_container_win.cc 135 ContextMenuModel::Item item; local
136 item.type = ui_model->GetTypeAt(i);
137 item.item_id = ui_model->GetCommandIdAt(i);
138 item.label = ui_model->GetLabelAt(i);
139 item.checked = ui_model->IsItemCheckedAt(i);
140 item.enabled = ui_model->IsEnabledAt(i);
141 if (item.type == ui::MenuModel::TYPE_SUBMENU)
142 item.submenu = ConvertMenuModel(ui_model->GetSubmenuModelAt(i));
144 new_model->items.push_back(item);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /external/chromium_org/chrome_frame/
utils.cc 576 const ContextMenuModel::Item& item = menu_model->items[i]; local
580 switch (item.type) {
585 item_info.wID = item.item_id;
586 item_info.dwTypeData = const_cast<LPWSTR>(item.label.c_str());
591 item_info.wID = item.item_id;
592 item_info.dwTypeData = const_cast<LPWSTR>(item.label.c_str());
601 item_info.wID = item.item_id;
602 item_info.dwTypeData = const_cast<LPWSTR>(item.label.c_str());
603 item_info.hSubMenu = BuildContextMenuImpl(item.submenu, depth + 1)
    [all...]

Completed in 1321 milliseconds

<<111213141516171819