/external/pdfium/xfa/fxfa/parser/ |
cxfa_attachnodelist.cpp | 44 CXFA_Node* CXFA_AttachNodeList::Item(size_t index) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
DebugLinesSubsection.cpp | 25 LineColumnEntry &Item) { 44 Item.NameIndex = BlockHeader->NameIndex; 45 if (auto EC = Reader.readArray(Item.LineNumbers, BlockHeader->NumLines)) 48 if (auto EC = Reader.readArray(Item.Columns, BlockHeader->NumLines))
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
Section.java | 193 * Returns the absolute file offset of the given item which must 201 * @param item {@code non-null;} the item in question 202 * @return {@code >= 0;} the item's absolute file offset 204 public abstract int getAbsoluteItemOffset(Item item); 224 public abstract Collection<? extends Item> items();
|
/dalvik/dx/src/com/android/dx/dex/file/ |
Section.java | 192 * Returns the absolute file offset of the given item which must 200 * @param item {@code non-null;} the item in question 201 * @return {@code >= 0;} the item's absolute file offset 203 public abstract int getAbsoluteItemOffset(Item item); 223 public abstract Collection<? extends Item> items();
|
/developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/ |
DetailActivity.java | 47 private Item mItem; 54 // Retrieve the correct Item instance, using the ID provided in the Intent 55 mItem = Item.getItem(getIntent().getIntExtra(EXTRA_PARAM_ID, 0)); 74 // Set the title TextView to the item's name and author 89 * Load the item's thumbnail image into our {@link ImageView}. 99 * Load the item's full-size image into our {@link ImageView}.
|
/developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/ |
DetailActivity.java | 47 private Item mItem; 54 // Retrieve the correct Item instance, using the ID provided in the Intent 55 mItem = Item.getItem(getIntent().getIntExtra(EXTRA_PARAM_ID, 0)); 74 // Set the title TextView to the item's name and author 89 * Load the item's thumbnail image into our {@link ImageView}. 99 * Load the item's full-size image into our {@link ImageView}.
|
/development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.activityscenetransitionbasic/ |
DetailActivity.java | 47 private Item mItem; 54 // Retrieve the correct Item instance, using the ID provided in the Intent 55 mItem = Item.getItem(getIntent().getIntExtra(EXTRA_PARAM_ID, 0)); 74 // Set the title TextView to the item's name and author 89 * Load the item's thumbnail image into our {@link ImageView}. 99 * Load the item's full-size image into our {@link ImageView}.
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
LongFilePathOs.py | 57 for Item in uList:
58 List.append(UniToStr(Item))
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/ |
Table.py | 83 for Item in self.Cur:
84 return Item[0]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/ |
KeyBoard.h | 206 @param ItemSize Size of the single item.
257 Enqueue the item to the queue.
260 @param Item Points to the item to be enqueued.
261 @param ItemSize Size of the item.
266 IN VOID *Item,
272 Dequeue a item from the queue.
275 @param Item Receives the item.
276 @param ItemSize Size of the item. [all...] |
/external/emma/core/java12/com/vladium/emma/report/ |
Item.java | 7 * $Id: Item.java,v 1.1.1.1.2.1 2004/06/20 20:14:39 vlad_r Exp $ 22 abstract class Item implements IItem 133 protected void addChild (final IItem item) 135 if (item == null) throw new IllegalArgumentException ("null input: item"); 137 m_children.add (item); 147 Item (final IItem parent)
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/ |
ResourceScriptStmt.cpp | 20 raw_ostream &operator<<(raw_ostream &OS, const IntOrString &Item) { 21 if (Item.IsInt) 22 return OS << Item.Data.Int; 24 return OS << Item.Data.String; 91 for (auto &Item : Definitions) 92 Item->log(OS); 253 for (auto &Item : Contents) 254 OS << Item << " ";
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/ |
MetaDataTable.py | 196 for Item in DataClass.MODEL_LIST:
197 CrossIndex = Item[1]
198 Name = Item[0]
199 Description = Item[0]
214 for Item in self.Cur:
215 CrossIndex = Item[0]
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
MetaDataTable.py | 316 for Item in DataClass.MODEL_LIST:
317 CrossIndex = Item[1]
318 Name = Item[0]
319 Description = Item[0]
334 for Item in self.Cur:
335 CrossIndex = Item[0]
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/ |
Console.c | 35 * Remove the above item if below is un-commented.
82 * Remove the above item if below is un-commented.
114 * Remove the above item if below is un-commented.
137 * Remove the above item if below is un-commented.
159 * Remove the above item if below is un-commented.
213 CONST UNICODE_WIDTH_ENTRY *Item;
215 Item = NULL;
220 Item = &(mUnicodeWidthTable[Index]);
222 if (UnicodeChar <= Item->WChar) {
229 if (UnicodeChar > Item->WChar) { [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/ |
Console.c | 38 * Remove the above item if below is un-commented.
85 * Remove the above item if below is un-commented.
117 * Remove the above item if below is un-commented.
140 * Remove the above item if below is un-commented.
162 * Remove the above item if below is un-commented.
216 CONST UNICODE_WIDTH_ENTRY *Item;
218 Item = NULL;
223 Item = &(mUnicodeWidthTable[Index]);
225 if (UnicodeChar <= Item->WChar) {
232 if (UnicodeChar > Item->WChar) { [all...] |
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
ValidationReport.java | 35 * processor. A "clean" report (i.e. with no issues) is a report with no {@linkplain Item items} 44 * a reference to the item's element in the message string. It is the responsibility of the caller 53 abstract ImmutableSet<Item> items(); 57 for (Item item : items()) { 58 switch (item.kind()) { 74 for (Item item : items()) { 75 if (isEnclosedIn(subject(), item.element())) { 76 if (item.annotation().isPresent()) [all...] |
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
PollingTask.java | 54 public List<Contacts.Item> mContacts = new ArrayList<Contacts.Item>(); 64 public PollingTask(int type, List<Contacts.Item> list) { 70 Contacts.Item item = list.get(i); local 71 mContacts.add(item); 160 Contacts.Item item = mContacts.get(i); local 162 String number = item.number(); 248 Contacts.Item item = mContacts.get(i) local [all...] |
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
VirtualContainerView.java | 68 private final SparseArray<Item> mItems = new SparseArray<>(); 140 final Item item = getItem(id); local 141 item.autofill(value.getTextValue()); 229 final Item item = mItems.valueAt(i); local 230 Log.d(TAG, "Adding new child" + syncMsg + " at index " + index + ": " + item); 234 child.setAutofillId(structure.getAutofillId(), item.id); 235 child.setDataIsSensitive(item.sensitive); 236 if (item.editable) 277 final Item item = getItem(virtualId); local 297 final Item item = mItems.get(id); local 311 final Item item = mItems.valueAt(i); local [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/ |
IpSecConfig.c | 532 VAR_CHECK_ITEM *Item;
544 Item = mIpSecConfigVarCheckList;
558 for (; Item->VarName != NULL; Item++) {
559 if (StrCmp (((SHELL_PARAM_PACKAGE *) Node)->Name, Item->VarName) == 0) {
562 Attribute1 = Item->Attribute1;
563 Attribute2 = Item->Attribute2;
564 Attribute3 = Item->Attribute3;
565 Attribute4 = Item->Attribute4;
567 Attribute1 &= Item->Attribute1; [all...] |
/frameworks/av/media/libstagefright/foundation/ |
AMessage.cpp | 90 Item *item = &mItems[i]; local 91 delete[] item->mName; 92 item->mName = NULL; 93 freeItemValue(item); 98 void AMessage::freeItemValue(Item *item) { 99 switch (item->mType) { 102 delete item->u.stringValue; 110 if (item->u.refValue != NULL) 191 Item *item; local [all...] |
/art/dexlayout/ |
dex_ir.h | 67 // Item size constants. 305 class Item { 307 Item() { } 308 virtual ~Item() { } 310 Item(Item&&) = default; 325 Item(uint32_t offset, uint32_t size) : offset_(offset), size_(size) { } 335 class IndexedItem : public Item { 345 : Item(offset, size), index_(index) { } 350 class Header : public Item { [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
UniClassObject.py | 108 for Item in Uni:
109 Temp = '%04X' % ord(Item)
352 for Item in self.LanguageDef:
353 if Item[0] == LangName:
374 Item = self.OrderedStringList[FirstLangName][Index]
375 if Item.UseOtherLangDef != '':
376 OtherLang = Item.UseOtherLangDef
379 self.OrderedStringList[LangName].append (StringDefClassObject(Item.StringName,
381 Item.Referenced,
382 Item.Token, [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/ |
Ip4Config2Impl.c | 162 @param[in] Item The registered event.
171 IN NET_MAP_ITEM *Item,
175 gBS->SignalEvent ((EFI_EVENT) Item->Key);
275 // This data item has variable length data.
713 IP4_CONFIG2_DATA_ITEM *Item;
722 Item = &Instance->DataItem[Ip4Config2DataTypeDnsServer];
724 OldDns = Item->Data.DnsServers;
726 OldDnsCount = Item->DataSize / sizeof (EFI_IPv4_ADDRESS);
781 if (!OneAdded && (DataSize == Item->DataSize)) {
783 // No new item is added and the size is the same. [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
ExternalStorage.java | 52 static class Item { 58 Item mExternalStoragePublicPicture; 59 Item mExternalStoragePrivatePicture; 60 Item mExternalStoragePrivateFile; 358 Item createStorageControls(CharSequence label, File path, 362 Item item = new Item(); local 363 item.mRoot = inflater.inflate(R.layout.external_storage_item, null); 364 TextView tv = (TextView)item.mRoot.findViewById(R.id.label) [all...] |