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

<<111213141516171819

  /prebuilts/sdk/tools/lib/
asm-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-3.3.1.jar 
asm-4.0.jar 
asm-commons-4.0.jar 
  /prebuilts/tools/common/m2/internal/asm/asm/3.3/
asm-3.3.jar 
  /prebuilts/tools/common/m2/internal/asm/asm-commons/3.3/
asm-commons-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/4.0/
asm-4.0.jar 
  /frameworks/base/core/java/android/content/
Intent.java 156 * vnd.android.cursor.item/phone}</i></b>
272 * &lt;data android:mimeType="vnd.android.cursor.item/<i>vnd.google.note</i>" /&gt;
281 * &lt;data android:mimeType="vnd.android.cursor.item/<i>vnd.google.note</i>" /&gt;
299 * &lt;data android:mimeType="vnd.android.cursor.item/<i>vnd.google.note</i>" /&gt;
343 * &lt;data android:mimeType="vnd.android.cursor.item/<i>vnd.google.note</i>" /&gt;
347 * <code>vnd.android.cursor.item/vnd.google.note</code> is a URI from which
348 * a Cursor of exactly one (<code>vnd.android.cursor.item</code>) item can
377 * type=vnd.android.cursor.item/vnd.google.note }</b>
393 * &lt;data android:mimeType="vnd.android.cursor.item/<i>vnd.google.note</i>" /&gt
869 ClipData.Item item = new ClipData.Item(target.getData()); local
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 565 LocalVariableList.Item local =
589 LocalItem item local
593 machine.localTarget(idx, localType, item);
597 LocalItem item local
600 machine.localTarget(idx, localType, item);
Ropper.java 821 ByteCatchList.Item one = catches.get(i);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_api.cc 160 const char kAlreadyInstalledError[] = "This item is already installed";
230 BundleInstaller::Item item; local
231 item.id = params.details[i]->id;
232 item.manifest = params.details[i]->manifest;
233 item.localized_name = params.details[i]->localized_name;
234 items->push_back(item);
  /external/chromium_org/chrome/browser/extensions/
extension_install_prompt.cc 290 return bundle_->GetHeadingTextFor(BundleInstaller::Item::STATE_PENDING);
  /external/chromium_org/chrome_frame/test/
chrome_frame_test_utils.cc 283 windows->Item(i, folder.Receive());
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
ClassDataItem.java 38 public class ClassDataItem extends Item<ClassDataItem> {
50 * @param dexFile The <code>DexFile</code> that this item belongs to
58 * @param dexFile The <code>DexFile</code> that this item belongs to
76 * @param dexFile The <code>DexFile</code> that this item belongs to
422 // If the item has a single parent, we can use the re-use the identity (hash) of that parent
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
ribbon.js 112 console.error('Can only remove the selected item');
123 // Push a new item at the right end.
136 // Push a new item at the left end.
222 // Sliding to the left. Start item will become invisible and should be
251 this.renderCache_[this.dataModel_.item(selectedIndex).getEntry().toURL()];
288 * @param {number} index Item index.
293 var item = this.dataModel_.item(index);
294 var url = item.getEntry().toURL();
307 var index = this.dataModel_.indexOf(item);
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
navigation_list.js 8 * A navigation list item.
20 * Decorate the item.
28 this.className = 'root-item';
44 * Associate a path with this item.
45 * @param {NavigationModelItem} modelItem NavigationModelItem of this item.
83 * Associate a context menu with this item.
84 * @param {cr.ui.Menu} menu Menu this item.
192 * @param {ListItem=} opt_item The list item to be measured.
213 var item = new NavigationListItem();
217 item.setModelItem(modelItem, volumeInfo && volumeInfo.deviceType)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 416 struct schedule_instruction * pending = pend_ptr->Item;
419 struct schedule_instruction * reader = read_ptr->Item;
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 416 struct schedule_instruction * pending = pend_ptr->Item;
419 struct schedule_instruction * reader = read_ptr->Item;
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DocumentsActivity.java 490 public boolean onMenuItemActionExpand(MenuItem item) {
495 public boolean onMenuItemActionCollapse(MenuItem item) {
606 public boolean onOptionsItemSelected(MenuItem item) {
607 if (mDrawerToggle != null && mDrawerToggle.onOptionsItemSelected(item)) {
611 final int id = item.getItemId();
639 return super.onOptionsItemSelected(item);
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/chromium_org/chrome_frame/
CFInstance.js 133 * Determine if the passed item is a String
134 * @param {*} item Item to test.
137 var isString = function(item) {
138 return typeof item == 'string';
142 * Determine if the passed item is a Function object
143 * @param {*} item Item to test.
146 var isFunction = function(item) {
148 item &&
    [all...]
  /external/emma/lib/
emma.jar 
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 100 ATTRIBUTE Ascend-Menu-Item 206 string

Completed in 607 milliseconds

<<111213141516171819