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

1 2 3 4 56 7

  /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...]
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 42 import com.android.internal.telephony.cat.Item;
772 for (Item item : menu.items) {
773 if (item.id == itemId) {
774 return item.text;
  /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...]
  /frameworks/base/media/libstagefright/httplive/
M3UParser.cpp 238 Item *item = &mItems.editItemAt(mItems.size() - 1); local
240 CHECK(MakeURL(mBaseURI.c_str(), line.c_str(), &item->mURI));
242 item->mMeta = itemMeta;
  /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...]
  /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));
  /prebuilt/common/asm/
asm-3.1.jar 
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /external/emma/lib/
emma.jar 
  /external/llvm/lib/TableGen/
TGParser.cpp 801 Init *Item = LHSl->getElement(0);
802 TypedInit *Itemt = dynamic_cast<TypedInit*>(Item);
    [all...]
Record.cpp 1115 Init *Item = *li;
1118 // First, replace the foreach variable with the list item
1120 NewOperands.push_back(Item);
1126 // Now run the operator and use its result as the new list item
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 100 ATTRIBUTE Ascend-Menu-Item 206 string
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 493 hr = devices->Item(i, &device);
  /prebuilt/darwin-x86/swt/
swt.jar 
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 400 * Returns the top coordinate of the first item in the {@link ListView}. If the first item
402 * Integer.MIN_VALUE. Note that the returned value will be <= 0 because the first item in the
410 * Tries to scroll the first item to the given offset (this can be a no-op if the list is
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageListFragment.java 541 public boolean onOptionsItemSelected(MenuItem item) {
542 switch (item.getItemId()) {
729 // Always toggle the item.
737 // Additionally, check to see if we can drag the item.
764 data.addItem(new ClipData.Item(
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 

Completed in 3150 milliseconds

1 2 3 4 56 7