HomeSort by relevance Sort by last modified time
    Searched refs:Item (Results 151 - 175 of 526) sorted by null

1 2 3 4 5 67 8 91011>>

  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsImpl.c 33 NET_MAP_ITEM *Item;
38 Item = NetMapFindKey (TokenMap, (VOID *) TokenEntry);
40 if (Item != NULL) {
44 NetMapRemoveItem (TokenMap, Item, NULL);
68 NET_MAP_ITEM *Item;
73 Item = NetMapFindKey (TokenMap, (VOID *) TokenEntry);
75 if (Item != NULL) {
79 NetMapRemoveItem (TokenMap, Item, NULL);
91 @param[in] Item Pointer to the NET_MAP_ITEM.
97 is not the same as that in the Item, if Arg is not
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
Report.py 79 for Item in FvObj.UnDispatchedFfsDict:
80 EotGlobalData.gOP_UN_DISPATCHED.write('%s\n' % FvObj.UnDispatchedFfsDict[Item])
144 for Item in ItemList:
145 if Item not in NonGuidList:
146 SqlCommand = """select DISTINCT GuidName from Report where GuidValue like '%s' and ItemMode = 'Produced' group by GuidName""" % (Item)
149 Item = RecordSet[0][0]
150 DepexString = DepexString + Item + ' '
212 for Item in EotGlobalData.gMap:
213 if Function in EotGlobalData.gMap[Item]:
214 Address = EotGlobalData.gMap[Item][Function]
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
HeaderSection.java 29 /** {@code non-null;} the list of the one item in the section */
40 HeaderItem item = new HeaderItem(); local
41 item.setIndex(0);
43 this.list = Collections.singletonList(item);
54 public Collection<? extends Item> items() {
  /dalvik/dx/src/com/android/dx/dex/file/
HeaderSection.java 28 /** {@code non-null;} the list of the one item in the section */
39 HeaderItem item = new HeaderItem(); local
40 item.setIndex(0);
42 this.list = Collections.singletonList(item);
53 public Collection<? extends Item> items() {
  /developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
ListsItem.java 22 public class ListsItem implements Item {
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6ConfigImpl.c 290 @param[in] Item The registered event.
298 IN NET_MAP_ITEM *Item,
302 gBS->SignalEvent ((EFI_EVENT) Item->Key);
406 // This data item has variable length data.
534 IP6_CONFIG_DATA_ITEM *Item;
559 Item = &Instance->DataItem[Ip6ConfigDataTypeInterfaceInfo];
561 CopyMem (IfInfo, Item->Data.Ptr, sizeof (EFI_IP6_CONFIG_INTERFACE_INFO));
775 IP6_CONFIG_DATA_ITEM *Item;
784 Item = &Instance->DataItem[Ip6ConfigDataTypeManualAddress];
787 for (Index = 0; Index < Item->DataSize / sizeof (EFI_IP6_CONFIG_MANUAL_ADDRESS); Index++) {
    [all...]
  /external/clang/test/SemaCXX/
typo-correction-delayed.cpp 55 struct Item {
58 Item* next(); // expected-note {{'next' declared here}}
60 void testExprFilter(Item *i) {
61 Item *j;
62 j = i->Next(); // expected-error {{no member named 'Next' in 'Item'; did you mean 'next'?}}
  /external/icu/icu4c/source/tools/toolutil/
package.h 37 struct Item {
72 * The header and item name strings are swapped into this object,
80 * The item names are swapped and sorted in the outCharset rather than the local one.
90 // find the item in items[], return the non-negative index if found, else the binary-not of the insertion point
119 /* The extractItem() functions accept outputType=0 to mean "don't swap the item". */
124 /* This variant extracts an item to a specific filename. */
128 const Item *getItem(int32_t idx) const;
143 void enumDependencies(Item *pItem, void *context, CheckDependency check);
172 Item *items;
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
PollingsQueue.java 77 public synchronized void add(int type, List<Contacts.Item> list) {
82 List<Contacts.Item> contacts = new ArrayList<Contacts.Item>();
85 Contacts.Item item = list.get(i); local
89 Contacts.Item item0 = contacts.get(j);
90 if (item.equals(item0)) {
102 Contacts.Item item0 = task.mContacts.get(k);
103 if (item.equals(item0)) {
113 contacts.add(item);
147 Contacts.Item item = contacts.get(pos); local
    [all...]
  /external/llvm/lib/DebugInfo/CodeView/
RecordSerialization.cpp 134 uint32_t &Item) {
138 Item = *IntPtr;
142 std::error_code llvm::codeview::consume(StringRef &Data, uint32_t &Item) {
144 auto EC = consume(Bytes, Item);
150 int32_t &Item) {
154 Item = *IntPtr;
159 StringRef &Item) {
164 std::tie(Item, Rest) = getBytesAsCharacters(Data).split('\0');
166 if (Data.size() == Item.size())
  /external/llvm/tools/llvm-pdbdump/
LinePrinter.cpp 23 bool IsItemExcluded(llvm::StringRef Item,
26 if (Item.empty())
29 auto match_pred = [Item](llvm::Regex &R) { return R.match(Item); };
32 // filters, and none of them include this item, them item is gone.
  /external/markdown/MarkdownTest/Tests_2004/
Ordered and unordered lists.text 87 1. Item 1, graf one.
89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
92 2. Item 2.
94 3. Item 3.
  /external/markdown/MarkdownTest/Tests_2007/
Ordered and unordered lists.text 87 1. Item 1, graf one.
89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
92 2. Item 2.
94 3. Item 3.
  /external/markdown/tests/markdown-test/
ordered-and-unordered-list.txt 87 1. Item 1, graf one.
89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
92 2. Item 2.
94 3. Item 3.
  /external/pdfium/xfa/fxfa/parser/
cxfa_arraynodelist.h 27 CXFA_Node* Item(size_t iIndex) override;
cxfa_list.h 24 virtual CXFA_Node* Item(size_t iIndex) = 0;
cxfa_treelist.cpp 32 CXFA_Node* ret = Item(i);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/FuzzMutate/
Random.h 32 /// Randomly selects an item by sampling into a set with an unknown number of
53 /// Sample each item in \c Items with unit weight
60 /// Sample a single item with the given weight.
61 ReservoirSampler &sample(const T &Item, uint64_t Weight) {
68 Selection = Item;
83 ReservoirSampler<T, GenT> makeSampler(GenT &RandGen, const T &Item,
86 RS.sample(Item, Weight);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DebugChecksumsSubsection.cpp 36 operator()(BinaryStreamRef Stream, uint32_t &Len, FileChecksumEntry &Item) {
43 Item.FileNameOffset = Header->FileNameOffset;
44 Item.Kind = static_cast<FileChecksumKind>(Header->ChecksumKind);
45 if (auto EC = Reader.readBytes(Item.Checksum, Header->ChecksumSize))
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
StrGather.py 133 for Item in Ascii:
134 List.append('0x%02X' % ord(Item))
148 for Item in H_C_FILE_HEADER:
149 Str = WriteLine(Str, Item)
226 for Item in H_C_FILE_HEADER:
227 Str = WriteLine(Str, Item)
237 for Item in Array:
238 BinBuffer.write(pack("B", int(Item, 16)))
242 # Use ',' to join each item in an array, and break an new line when reaching the width (default is 16)
255 for Item in Array:
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_widgetmgr.cpp 35 m_mapWidgetItem[nullptr] = pdfium::MakeUnique<Item>();
44 Item* pItem = GetWidgetMgrItem(pWidget);
49 Item* pItem = GetWidgetMgrItem(pWidget);
54 Item* pItem = GetWidgetMgrItem(pWidget);
65 Item* pItem = GetWidgetMgrItem(pWidget);
70 Item* pItem = GetWidgetMgrItem(pWidget);
75 Item* pItem = GetWidgetMgrItem(pWidget);
80 Item* pItem = GetWidgetMgrItem(pWidget);
91 Item* pItem = GetWidgetMgrItem(pWidget);
101 Item* pItem = GetWidgetMgrItem(pWidget)
176 auto item = pdfium::MakeUnique<Item>(pParent); local
186 auto item = pdfium::MakeUnique<Item>(pChild); local
225 auto item = pdfium::MakeUnique<Item>(pOwner); local
235 auto item = pdfium::MakeUnique<Item>(pOwned); local
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
InfPomAlignment.py 134 # Should only have one ArchString Item.
399 for Item in SpecialCommentsList[Key]:
401 Hob.SetHobType(Item.GetHobType())
402 Hob.SetUsage(Item.GetUsage())
403 Hob.SetSupArchList(Item.GetSupArchList())
404 if Item.GetHelpString():
408 HelpTextObj.SetString(Item.GetHelpString())
414 for Item in SpecialCommentsList[Key]:
416 Event.SetEventType(Item.GetEventType())
417 Event.SetUsage(Item.GetUsage())
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DscClassObject.py 211 # Update all defines item in database
    [all...]
Dictionary.py 68 # @param key: The key of the item to be printed
75 for Item in List:
76 print Item
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/
TableEotReport.py 75 for Item in self.Cur:
76 return Item[0

Completed in 1538 milliseconds

1 2 3 4 5 67 8 91011>>