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

<<11121314151617181920>>

  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java 341 private final SparseArray<Item> mDataItems = new SparseArray<Item>();
342 private final ArrayList<Item> mVisibleItems = new ArrayList<Item>();
430 public Item getItem(int position) {
444 private static abstract class Item {
449 public Item(int itemId, int layoutResourceId) {
476 private static class Heading extends Item {
491 private static class TextColumn extends Item {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
MigrationUtilities.py 358 ## Add item to a section.
360 # Add an Item with specific CPU architecture to section dictionary.
365 # @param Item The Item to be added to section dictionary.
367 def AddToSection(Section, Arch, Item):
369 if Item not in SectionArch:
370 SectionArch.append(Item)
380 # @param Method A function returning a string item of an object.
389 Item = Method(Object)
390 if Item == "":
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVUtil.h 178 std::string Item;
179 while (std::getline(SS, Item, Delim))
180 Strs.push_back(Item);
188 std::string Item;
189 while (std::getline(SS, Item, Delim))
190 Strs.insert(Item);
198 std::string Item;
199 while (std::getline(SS, Item, Delim))
200 Strs.insert(Item);
  /external/clang/lib/Format/
FormatToken.cpp 105 unsigned Item = 0;
110 // If the previous token was one of our commas, we are now on the next item.
111 if (Item < Commas.size() && State.NextToken->Previous == Commas[Item]) {
113 ExtraSpaces += Format->ColumnSizes[Column] - ItemLengths[Item];
116 ++Item;
174 // The lengths of an item if it is put at the end of the line. This includes
206 // The comma is counted as part of the item when calculating the length.
215 // If there is a trailing comma in the list, the next item will start at the
216 // closing brace. Don't create an extra item for this
    [all...]
  /frameworks/av/media/libstagefright/include/foundation/
AMessage.h 71 // - an item whose type is not recognized by this function.
73 // Item types set/find function suffixes
204 struct Item {
225 Item mItems[kMaxNumItems];
228 Item *allocateItem(const char *name);
229 void freeItemValue(Item *item);
230 const Item *findItem(const char *name, Type type) const;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ULocaleTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ULocaleTest.java     [all...]
  /frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
AdapterHelperTest.java 62 private List<TestAdapter.Item> mPreLayoutItems;
77 mPreLayoutItems = new ArrayList<TestAdapter.Item>();
938 TestAdapter.Item item = mPreProcessClone.mItems.get(i); local
939 final int preLayoutIndex = mPreLayoutItems.indexOf(item);
940 final int endIndex = mTestAdapter.mItems.indexOf(item);
970 TestAdapter.Item item = a1.mItems.get(i); local
971 assertSame(item, a2.mItems.get(i));
972 assertEquals(0, item.getUpdateCount())
1027 TestAdapter.Item item = mTestAdapter.mItems.get(i); local
1067 Item item = new Item(); local
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
StringFuncs.c 145 UINTN Item;
155 for (Pos = String, Item = 0; Pos < EndOfString; Item++) {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DepexSection.py 95 for Item in ExpGuidDict:
96 self.Expression = self.Expression.replace(Item, ExpGuidDict[Item])
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfMisc.py 116 for Item in SepcialSectionList:
119 ObjList.append(Item)
123 ObjList.append(Item)
InfPackagesObject.py 158 for Item in self.Packages:
159 if Item.GetPackageName() == PackageItemObj.GetPackageName():
160 ItemSupArchList = Item.GetSupArchList()
  /external/emma/core/java12/com/vladium/emma/report/
ClassItem.java 23 final class ClassItem extends Item
233 private static final Item.ItemMetadata METADATA; // set in <clinit>
237 METADATA = new Item.ItemMetadata (IItemMetadata.TYPE_ID_CLASS, "class",
MethodItem.java 22 final class MethodItem extends Item
206 private static final Item.ItemMetadata METADATA; // set in <clinit>
210 METADATA = new Item.ItemMetadata (IItemMetadata.TYPE_ID_METHOD, "method",
  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 103 WorklistItem Item = VisitStack.pop_back_val();
104 BasicBlock *BB = Item.getPointer();
105 bool IsSubloopHeader = Item.getInt();
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopInstSimplify.cpp 91 WorklistItem Item = VisitStack.pop_back_val();
92 BasicBlock *BB = Item.getPointer();
93 bool IsSubloopHeader = Item.getInt();
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
Item.java 30 * Definition of an item in an {@link ItemHierarchy}. An item is usually defined in XML and inflated
33 public class Item extends AbstractItem {
42 public Item() {
47 public Item(Context context, AttributeSet attrs) {
  /packages/apps/TV/src/com/android/tv/ui/sidepanel/
PipInputSelectorFragment.java 39 private final List<Item> mInputItems = new ArrayList<>();
75 for (Item item : mInputItems) {
76 InputItem inputItem = (InputItem) item;
106 protected List<Item> getItemList() {
SettingsFragment.java 79 protected List<Item> getItemList() {
80 List<Item> items = new ArrayList<>();
81 final Item customizeChannelListItem = new SubMenuItem(
  /packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
ParentalControlsFragment.java 27 import com.android.tv.ui.sidepanel.Item;
57 protected List<Item> getItemList() {
58 List<Item> items = new ArrayList<>();
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Config2Impl.c 163 @param[in] Item The registered event.
172 IN NET_MAP_ITEM *Item,
176 gBS->SignalEvent ((EFI_EVENT) Item->Key);
276 // This data item has variable length data.
714 IP4_CONFIG2_DATA_ITEM *Item;
723 Item = &Instance->DataItem[Ip4Config2DataTypeDnsServer];
725 OldDns = Item->Data.DnsServers;
727 OldDnsCount = Item->DataSize / sizeof (EFI_IPv4_ADDRESS);
779 if (!OneAdded && (DataSize == Item->DataSize)) {
781 // No new item is added and the size is the same.
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_util.cpp 29 for (Item *next, *item = head.next; item != &head; item = next) {
30 next = item->next;
31 delete item;
39 Item *rem = pos;
51 Item *item = pos; local
58 DLLIST_DEL(item);
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/clipping/
RuntimeDocumentClipper.java 76 ClipData.Item item = clipData.getItemAt(i); local
77 Uri uri = item.getUri();
117 final ArrayList<ClipData.Item> clipItems = new ArrayList<>();
127 clipItems.add(new ClipData.Item(uri));
150 final ArrayList<ClipData.Item> clipItems = new ArrayList<>(capacity);
161 clipItems.add(new ClipData.Item(uri));
316 ClipDescription description, ArrayList<ClipData.Item> clipItems) {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DependencyRules.py 237 # List of item (FilePath)
247 # List of item (PkgGuid, PkgVersion, InstallPath)
298 # List of item (FilePath)
310 # List of item (PkgGuid, PkgVersion, InstallPath)
362 for Item in PomAli.GetPackageDependencyList():
363 if Item.GetPackageFilePath() in DpPackagePathList:
364 Logger.Info(ST.MSG_MODULE_DEPEND_ON % (Path, Item.GetPackageFilePath()))
391 for Item in PomAli.GetPackageDependencyList():
392 if Item.GetPackageFilePath() in DpPackagePathList:
393 Guid, Version = Item.GetGuid(), Item.GetVersion()
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_nodelist.cpp 30 CXFA_Node* ret = Item(i);
86 ThrowParamCountMismatchException(L"item");
96 m_pDocument->GetScriptContext()->GetJSValueFromMap(Item(iIndex)));

Completed in 866 milliseconds

<<11121314151617181920>>