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

<<11121314151617181920>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CommandParams.java 169 for (Item item : mMenu.items) {
170 if (item.icon != null) {
173 item.icon = icon;
  /packages/apps/Dialer/java/com/android/voicemail/impl/imap/
ImapHelper.java 300 FetchProfile.Item.FLAGS, FetchProfile.Item.ENVELOPE, FetchProfile.Item.STRUCTURE));
340 fetchProfile.add(FetchProfile.Item.BODY);
  /packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
RootItem.java 39 * An {@link Item} for each root provided by {@link DocumentsProvider}s.
41 class RootItem extends Item {
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 772 fp.add(FetchProfile.Item.FLAGS);
773 fp.add(FetchProfile.Item.ENVELOPE);
    [all...]
  /dalvik/dx/src/com/android/dx/dex/cf/
AttributeTranslator.java 303 InnerClassList.Item foundThisClass = null;
307 InnerClassList.Item item = list.get(i); local
308 CstType innerClass = item.getInnerClass();
310 foundThisClass = item;
311 } else if (thisClass.equals(item.getOuterClass())) {
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentFragment.java 22 import android.content.ClipData.Item;
77 // Handle drag events when a list item is dragged into the view
159 // is restored, it selects the appropriate item and sends the event
175 public boolean onOptionsItemSelected(MenuItem item) {
177 switch (item.getItemId()) {
185 return super.onOptionsItemSelected(item);
244 Item item = data.getItemAt(0); local
245 String textData = (String) item.getText();
  /frameworks/base/tools/aapt2/test/
Builders.h 214 StyleBuilder& AddItem(const android::StringPiece& str, std::unique_ptr<Item> value) {
221 std::unique_ptr<Item> value) {
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
LinearLayoutManagerSavedStateTest.java 128 -10); // Some tests break if this value is below the item height.
283 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates();
297 List<Item> testItems = new ArrayList<>();
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpConfig.c 1019 Check whether the token specified by Arg matches the token in Item.
1022 @param[in] Item Pointer to the NET_MAP_ITEM.
1027 token in Item.
1029 Item.
1036 IN NET_MAP_ITEM *Item,
1044 TokenInItem = (EFI_MANAGED_NETWORK_COMPLETION_TOKEN *) Item->Key;
1058 Cancel the token specified by Arg if it matches the token in Item.
1061 @param[in, out] Item Pointer to the NET_MAP_ITEM.
1065 @retval EFI_SUCCESS The Arg is NULL, and the token in Item is cancelled,
1066 or the Arg isn't NULL, and the token in Item is
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/popup/
PopupContainerWithArrow.java 175 PopupPopulator.Item[] itemsToPopulate = PopupPopulator
237 private void addDummyViews(PopupPopulator.Item[] itemTypesToPopulate,
245 PopupPopulator.Item itemTypeToPopulate = itemTypesToPopulate[i];
246 PopupPopulator.Item nextItemTypeToPopulate =
248 final View item = inflater.inflate(itemTypeToPopulate.layoutId, this, false);
250 if (itemTypeToPopulate == PopupPopulator.Item.NOTIFICATION) {
251 mNotificationItemView = (NotificationItemView) item;
254 item.findViewById(R.id.footer).getLayoutParams().height = footerHeight;
256 } else if (itemTypeToPopulate == PopupPopulator.Item.SHORTCUT) {
257 item.setAccessibilityDelegate(mAccessibilityDelegate)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
BuildReport.py     [all...]
  /packages/apps/Email/provider_src/com/android/email/service/
ImapService.java 259 fp.add(FetchProfile.Item.STRUCTURE);
286 fp.add(FetchProfile.Item.FLAGS);
287 fp.add(FetchProfile.Item.ENVELOPE);
630 fp.add(FetchProfile.Item.FLAGS);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrUtilityLib.cpp 398 SConfigItem *Item;
406 for (Item = mItemListHead; Item != NULL; Item = Item->mNext) {
407 if (Item->mId != NULL || Item->mInfoStrList == NULL) {
410 fprintf (pFile, "\nunsigned char %s%sBlockName[] = {", BaseName, Item->mName);
413 for (Info = Item->mInfoStrList; Info != NULL; Info = Info->mNext) {
418 for (Info = Item->mInfoStrList; Info != NULL; Info = Info->mNext) {
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 170 function BinarySearch(const Item: T; out Index: Integer): Boolean; overload;
171 function BinarySearch(const Item: T; out Index: Integer; const AComparer: IComparer<T>): Boolean; overload;
389 function InCircularRange(Bottom, Item, TopInc: Integer): Boolean;
500 Item: T;
502 for Item in List do
504 Insert(Index, Item);
721 item: TPair<TKey,TValue>;
724 for item in Collection do
725 AddOrSetValue(item.Key, item.Value)
    [all...]
Antlr.Runtime.Collections.pas 63 procedure Push(const Item: T);
127 procedure Push(const Item: T);
328 procedure TStackList<T>.Push(const Item: T);
330 Add(Item);
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestIssues.cs 58 new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.ItemField), global::UnitTest.Issues.TestProtos.ItemField.Parser, new[]{ "Item" }, null, null, null),
805 /// <summary>Field number for the "item" field.</summary>
808 public int Item {
826 if (Item != other.Item) return false;
832 if (Item != 0) hash ^= Item.GetHashCode();
841 if (Item != 0) {
843 output.WriteInt32(Item);
849 if (Item != 0)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
Check.py 383 for Item in RecordDict[Key]:
384 Path = mws.relpath(Item[1], EccGlobalData.gWorkspace)
386 EccGlobalData.gDb.TblReport.Insert(ERROR_INCLUDE_FILE_CHECK_NAME, OtherMsg="The file name for [%s] is duplicate" % Path, BelongsToTable='File', BelongsToItem=Item[0])
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
Misc.py 193 for Item in SkipList:
194 if Item in Dirs:
195 Dirs.remove(Item)
196 if Item in Files:
197 Files.remove(Item)
786 # Judge two lists are identical(contain same item).
810 # Convert item in ArchList if the start character is lower case.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mergemod.h 234 virtual HRESULT WINAPI get_Item(__LONG32 Item,BSTR *Return) = 0;
248 HRESULT (WINAPI *get_Item)(IMsmStrings *This,__LONG32 Item,BSTR *Return);
264 #define IMsmStrings_get_Item(This,Item,Return) (This)->lpVtbl->get_Item(This,Item,Return)
269 HRESULT WINAPI IMsmStrings_get_Item_Proxy(IMsmStrings *This,__LONG32 Item,BSTR *Return);
396 virtual HRESULT WINAPI get_Item(__LONG32 Item,IMsmError **Return) = 0;
410 HRESULT (WINAPI *get_Item)(IMsmErrors *This,__LONG32 Item,IMsmError **Return);
426 #define IMsmErrors_get_Item(This,Item,Return) (This)->lpVtbl->get_Item(This,Item,Return)
431 HRESULT WINAPI IMsmErrors_get_Item_Proxy(IMsmErrors *This,__LONG32 Item,IMsmError **Return)
    [all...]
dbdaoint.h 350 STDMETHOD(get_Item) (THIS_ VARIANT Item,DAOError **pperr) PURE;
399 STDMETHOD(get_Item) (THIS_ VARIANT Item,DAOProperty **ppprop) PURE;
467 STDMETHOD(get_Item) (THIS_ VARIANT Item,DAOWorkspace **ppwrk) PURE;
521 STDMETHOD(get_Item) (THIS_ VARIANT Item,DAOConnection **ppconn) PURE;
602 STDMETHOD(get_Item) (THIS_ VARIANT Item,DAODatabase **ppdb) PURE;
    [all...]
  /external/protobuf/src/google/protobuf/util/
message_differencer_unittest.cc 1034 protobuf_unittest::TestDiffMessage::Item* item = msg1.add_item(); local
1066 protobuf_unittest::TestDiffMessage::Item* item = msg1.add_item(); local
1126 protobuf_unittest::TestDiffMessage::Item* item = msg1.add_item(); local
1247 protobuf_unittest::TestDiffMessage::Item* item = msg1.add_item(); local
1324 protobuf_unittest::TestDiffMessage::Item* item = msg1.add_item(); local
1406 protobuf_unittest::TestDiffMessage::Item* item = msg1.add_item(); local
1528 protobuf_unittest::TestDiffMessage::Item* item = msg1.add_item(); local
1646 protobuf_unittest::TestDiffMessage::Item* item; local
1736 protobuf_unittest::TestDiffMessage::Item* item; local
1756 protobuf_unittest::TestDiffMessage::Item* item; local
1792 protobuf_unittest::TestDiffMessage::Item* item; local
1829 protobuf_unittest::TestDiffMessage::Item* item; local
2226 protobuf_unittest::TestDiffMessage::Item* item = msg1.add_item(); local
2269 protobuf_unittest::TestDiffMessage::Item* item = msg1.add_item(); local
2306 protobuf_unittest::TestDiffMessage::Item* item = msg1.add_item(); local
2333 protobuf_unittest::TestDiffMessage::Item* item = msg1.add_item(); local
2886 protobuf_unittest::TestDiffMessage::Item* item = msg1.add_item(); local
2912 protobuf_unittest::TestDiffMessage::Item* item; local
2982 protobuf_unittest::TestDiffMessage::Item* item; local
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
repeated_composite_container.cc 401 static PyObject* Item(RepeatedCompositeContainer* self, Py_ssize_t index) {
409 PyObject* item = PyList_GetItem(self->child_messages, index); local
410 if (item == NULL) {
413 Py_INCREF(item);
414 return item;
423 PyObject* item = Item(self, index); local
424 if (item == NULL) {
434 return item;
544 (ssizeargfunc)Item /* sq_item *
    [all...]
  /frameworks/base/tools/aapt2/proto/
TableProtoDeserializer.cpp 163 std::unique_ptr<Item> DeserializeItemFromPb(const pb::Item& pb_item,
218 diag_->Error(DiagMessage(source_) << "unknown item");
230 value = DeserializeItemFromPb(pb_value.item(), config, pool);
279 entry.value = DeserializeItemFromPb(pb_entry.item(), config, pool);
304 std::unique_ptr<Item> item = local
305 DeserializeItemFromPb(pb_entry.item(), config, pool);
306 if (!item) {
310 DeserializeItemCommon(pb_entry, item.get())
    [all...]
  /frameworks/base/tools/aapt2/unflatten/
BinaryResourceParser.cpp 432 std::unique_ptr<Item> BinaryResourceParser::ParseValue(const ResourceNameRef& name,
435 std::unique_ptr<Item> item = ResourceUtils::ParseBinaryResValue(name.type, config, value_pool_, local
437 if (files_ != nullptr && item != nullptr) {
438 FileReference* file_ref = ValueCast<FileReference>(item.get());
449 return item;
563 std::unique_ptr<Item> item = ParseValue(name, config, map_entry.value); local
564 if (!item) {
570 plural->values[Plural::Zero] = std::move(item);
    [all...]
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 407 MusicRetriever.Item playingItem = null;
415 playingItem = new MusicRetriever.Item(0, null, manualUrl, null, 0);
475 // TODO: fetch real item artwork

Completed in 859 milliseconds

<<11121314151617181920>>