HomeSort by relevance Sort by last modified time
    Searched refs:Item (Results 201 - 225 of 250) sorted by null

1 2 3 4 5 6 7 8910

  /external/smali/dexlib/src/main/java/org/jf/dexlib/
HeaderItem.java 35 public class HeaderItem extends Item<HeaderItem> {
224 //there is only 1 header item
AnnotationDirectoryItem.java 38 public class AnnotationDirectoryItem extends Item<AnnotationDirectoryItem> {
61 * @param dexFile The <code>DexFile</code> that this item belongs to
69 * @param dexFile The <code>DexFile</code> that this item belongs to
102 * @param dexFile The <code>DexFile</code> that this item belongs to
ClassDefItem.java 43 public class ClassDefItem extends Item<ClassDefItem> {
55 * @param dexFile The <code>DexFile</code> that this item belongs to
63 * @param dexFile The <code>DexFile</code> that this item belongs to
103 * @param dexFile The <code>DexFile</code> that this item belongs to
DexFile.java 68 * <p>Note that the above discrepancies should typically only be "intra-item" differences. They
69 * shouldn't change the size of the item, or affect how anything else is placed or laid out</p></li>
138 * When true, any instructions in a code item are skipped over instead of being read in. This is useful when
188 * @param skipInstructions If true, skip the instructions in any code item.
258 * @param skipInstructions If true, skip the instructions in any code item.
284 * @param skipInstructions If true, skip the instructions in any code item.
392 //the map offset was set while reading in the header item
398 //the sections are ordered in such a way that the item types
445 * Get the <code>Section</code> containing items of the same type as the given item
446 * @param item Get the <code>Section</code> that contains items of this typ
    [all...]
ClassDataItem.java 36 public class ClassDataItem extends Item<ClassDataItem> {
46 * @param dexFile The <code>DexFile</code> that this item belongs to
54 * @param dexFile The <code>DexFile</code> that this item belongs to
71 * @param dexFile The <code>DexFile</code> that this item belongs to
  /packages/apps/Email/src/com/android/email/mail/store/
Pop3Store.java 652 if (fp.contains(FetchProfile.Item.ENVELOPE)) {
671 if (fp.contains(FetchProfile.Item.BODY)) {
674 else if (fp.contains(FetchProfile.Item.BODY_SANE)) {
682 else if (fp.contains(FetchProfile.Item.STRUCTURE)) {
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
BasicBlocker.java 355 ByteCatchList.Item item = catches.get(i); local
356 int start = item.getStartPc();
357 int end = item.getEndPc();
361 addWorkIfNecessary(item.getHandlerPc(), true);
Ropper.java 807 ByteCatchList.Item one = catches.get(i);
    [all...]
Simulator.java 566 LocalVariableList.Item local =
590 LocalItem item local
594 machine.localTarget(idx, localType, item);
598 LocalItem item local
601 machine.localTarget(idx, localType, item);
  /dalvik/dx/src/com/android/dx/command/dump/
BlockDumper.java 259 ByteCatchList.Item one = catches.get(j);
  /development/samples/NotePad/src/com/example/android/notepad/
NoteEditor.java 398 // implement the ALTERNATIVE_ACTION for our data, adding a menu item
424 * This method is called when a menu item is selected. Android passes in the selected item.
428 * @param item The selected MenuItem
429 * @return True to indicate that the item was processed, and no further work is necessary. False
433 public boolean onOptionsItemSelected(MenuItem item) {
435 switch (item.getItemId()) {
449 return super.onOptionsItemSelected(item);
472 // Gets the first item from the clipboard data
473 ClipData.Item item = clip.getItemAt(0) local
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_unittest.cc 362 raw.item(0).type_id());
365 raw.item(1).type_id());
366 EXPECT_EQ(kUnknownTypeId, raw.item(2).type_id());
369 EXPECT_TRUE(message1.ParseFromString(raw.item(0).message()));
373 EXPECT_TRUE(message2.ParseFromString(raw.item(1).message()));
376 EXPECT_EQ("bar", raw.item(2).message());
435 unittest::RawMessageSet::Item* item = raw.add_item(); local
436 item->set_type_id(
440 message.SerializeToString(item->mutable_message())
444 unittest::RawMessageSet::Item* item = raw.add_item(); local
453 unittest::RawMessageSet::Item* item = raw.add_item(); local
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /frameworks/av/media/libstagefright/httplive/
M3UParser.cpp 257 Item *item = &mItems.editItemAt(mItems.size() - 1); local
259 CHECK(MakeURL(mBaseURI.c_str(), line.c_str(), &item->mURI));
261 item->mMeta = itemMeta;
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
upload_page.js 6 * Item used in preview grid view.
7 * @param {picasa.LocalFile} dataItem Data item.
11 var item = new cr.ui.GridItem(dataItem);
12 item.__proto__ = PreviewItem.prototype;
13 return item;
25 this.className = 'preview-item';
288 files.push(this.files_.item(i));
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 46 import com.android.internal.telephony.cat.Item;
    [all...]
  /prebuilt/common/asm/
asm-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-4.0.jar 
asm-commons-4.0.jar 
  /frameworks/base/core/java/android/content/
Intent.java 152 * vnd.android.cursor.item/phone}</i></b>
268 * &lt;data android:mimeType="vnd.android.cursor.item/<i>vnd.google.note</i>" /&gt;
277 * &lt;data android:mimeType="vnd.android.cursor.item/<i>vnd.google.note</i>" /&gt;
295 * &lt;data android:mimeType="vnd.android.cursor.item/<i>vnd.google.note</i>" /&gt;
339 * &lt;data android:mimeType="vnd.android.cursor.item/<i>vnd.google.note</i>" /&gt;
343 * <code>vnd.android.cursor.item/vnd.google.note</code> is a URI from which
344 * a Cursor of exactly one (<code>vnd.android.cursor.item</code>) item can
373 * type=vnd.android.cursor.item/vnd.google.note }</b>
389 * &lt;data android:mimeType="vnd.android.cursor.item/<i>vnd.google.note</i>" /&gt
863 ClipData.Item item = new ClipData.Item(target.getData()); local
    [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/emma/lib/
emma.jar 
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 100 ATTRIBUTE Ascend-Menu-Item 206 string

Completed in 490 milliseconds

1 2 3 4 5 6 7 8910