/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/ |
Udp4Impl.c | 102 @param[in] Item Pointer to the NET_MAP_ITEM.
104 the token specified by Item is cancelled.
107 is not the same as that in the Item if Arg is not
117 IN NET_MAP_ITEM *Item,
891 @param[in] Item Pointer to the NET_MAP_ITEM contain the pointer to
896 one in the Item.
897 @retval EFI_ACCESS_DENIED The Token duplicates with the one in the Item.
904 IN NET_MAP_ITEM *Item,
912 TokenInItem = (EFI_UDP4_COMPLETION_TOKEN*) Item->Key;
970 NET_MAP_ITEM *Item;
[all...] |
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/ |
HttpProto.h | 448 @param[in] Item Current item to check against.
452 @retval EFI_SUCCESS The current item isn't the same token/event as the
460 IN NET_MAP_ITEM *Item,
468 @param[in] Item Current item to check against.
479 IN NET_MAP_ITEM *Item,
507 @param[in] Item Current item to check against.
519 IN NET_MAP_ITEM *Item,
[all...] |
/external/libtextclassifier/actions/ |
lua-actions.h | 48 int Item(const TensorView<float>* tensor, const int64 index,
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
Hash.cpp | 64 for (ulittle32_t Item : Items) { 65 Hash += Item; 70 for (uint8_t Item : Buffer) { 71 Hash += Item;
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_rename_regs.c | 73 struct rc_variable * var = var_ptr->Item;
|
/external/pdfium/fpdfsdk/pwl/ |
cpwl_list_impl.h | 95 class Item { 97 Item(); 98 ~Item(); 163 std::vector<std::unique_ptr<Item>> m_ListItems;
|
/external/pdfium/xfa/fxfa/parser/ |
cxfa_arraynodelist.cpp | 51 CXFA_Node* CXFA_ArrayNodeList::Item(size_t index) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
DebugChecksumsSubsection.h | 45 codeview::FileChecksumEntry &Item);
|
DebugCrossImpSubsection.h | 41 codeview::CrossModuleImportItem &Item);
|
/external/tensorflow/tensorflow/python/grappler/ |
cost_analyzer.py | 24 from tensorflow.python.grappler import item as gitem 72 item = gitem.Item(metagraph) 73 peak_usage = cluster.DeterminePeakMemoryUsage(item)
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
graph_mgr.cc | 71 GraphMgr::Item::~Item() { 127 Item* item) { 128 item->session = session; 129 item->collective_graph_key = collective_graph_key; 130 item->lib_def.reset( 138 TF_RETURN_IF_ERROR(graph::ValidateGraphDef(gdef, *item->lib_def)); 141 item->proc_flr.reset(new ProcessFunctionLibraryRuntime( 143 item->lib_def.get(), graph_options.optimizer_options() 288 Item* item = new Item; local 307 Item* item = nullptr; local 399 Item* item = nullptr; local [all...] |
/build/make/tools/releasetools/ |
test_blockimgdiff.py | 30 class Item(object): 35 item1 = HeapItem(self.Item(15)) 36 item2 = HeapItem(self.Item(20)) 37 item3 = HeapItem(self.Item(15)) 51 item = HeapItem(self.Item(15)) 52 self.assertTrue(item) 54 item.clear() 55 self.assertFalse(item)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
Parser.py | 215 for Item in SubDir:
216 if os.path.isfile(Item):
217 IncludeFileList.append(Item)
251 for Item in IncludeFileList:
252 if os.path.isfile(Item) and Item not in FileList:
253 FileList.append(Item)
254 for Item in SourceFileList:
255 if os.path.isfile(Item) and Item not in FileList: [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/ |
DnsProtocol.c | 350 DNS4_CACHE *Item;
362 Item = NULL;
408 Item = NET_LIST_USER_STRUCT (Entry, DNS4_CACHE, AllCacheLink);
409 if (StrCmp (HostName, Item->DnsCache.HostName) == 0) {
434 Item = NET_LIST_USER_STRUCT (Entry, DNS4_CACHE, AllCacheLink);
435 if ((UINT32)Index < Token->RspData.H2AData->IpCount && StrCmp (HostName, Item->DnsCache.HostName) == 0) {
436 CopyMem ((Token->RspData.H2AData->IpList) + Index, Item->DnsCache.IpAddress, sizeof (EFI_IPv4_ADDRESS));
[all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/ |
InstallPkg.py | 660 for Item in MiscFile.GetFileList():
661 File = Item.GetURI()
669 Executable = Item.GetExecutable()
678 for Item in Module.GetSourceFileList():
679 File = Item.GetSourceFile()
695 for Item in Module.GetBinaryFileList():
696 FileNameList = Item.GetFileNameList()
744 for Item in CheckList:
745 if Item[0] == ToFile:
837 for Item in MiscFile.GetFileList(): [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
GenDepex.py | 336 for Item in self.PostfixNotation:
337 if Item in self.Opcode[self.Phase]:
338 Buffer.write(pack("B", self.Opcode[self.Phase][Item]))
339 elif Item in self.SupportedOpcode:
341 "Opcode [%s] is not expected in %s phase" % (Item, self.Phase),
344 Buffer.write(self.GetGuidValue(Item))
|
/external/llvm/include/llvm/Support/ |
ScopedPrinter.h | 210 for (const auto &Item : List) { 213 OS << Item; 223 for (const auto &Item : List) { 226 Printer(OS, Item); 235 for (const auto &Item : List) { 238 OS << hex(Item);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
ScopedPrinter.h | 212 for (const auto &Item : List) { 215 OS << Item; 225 for (const auto &Item : List) { 228 Printer(OS, Item); 237 for (const auto &Item : List) { 240 OS << hex(Item);
|
/external/fonttools/Lib/fontTools/varLib/ |
varStore.py | 47 data.ItemCount = len(data.Item) 73 if len(self._data.Item) == 0xFFF: 109 inner = len(self._data.Item) 130 self.Item.append(list(deltas)) 131 self.ItemCount = len(self.Item) 177 deltas = varData[major].Item[minor] 218 items = data.Item 225 data.Item = newItems 226 data.ItemCount = len(data.Item) 427 for minor,item in enumerate(data.Item) [all...] |
/external/llvm/lib/Target/AMDGPU/ |
R600ControlFlowFinalizer.cpp | 57 unsigned getSubEntrySize(CFStack::StackItem Item); 69 bool CFStack::branchStackContains(CFStack::StackItem Item) { 72 if (*I == Item) 116 unsigned CFStack::getSubEntrySize(CFStack::StackItem Item) { 117 switch(Item) { 151 CFStack::StackItem Item = CFStack::ENTRY; 158 Item = CFStack::FIRST_NON_WQM_PUSH; // May not be required on Evergreen/NI 165 Item = CFStack::FIRST_NON_WQM_PUSH_W_FULL_ENTRY; 167 Item = CFStack::SUB_ENTRY; 169 Item = CFStack::ENTRY [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
R600ControlFlowFinalizer.cpp | 75 unsigned getSubEntrySize(CFStack::StackItem Item); 87 bool CFStack::branchStackContains(CFStack::StackItem Item) { 90 if (*I == Item) 134 unsigned CFStack::getSubEntrySize(CFStack::StackItem Item) { 135 switch(Item) { 169 CFStack::StackItem Item = CFStack::ENTRY; 176 Item = CFStack::FIRST_NON_WQM_PUSH; // May not be required on Evergreen/NI 183 Item = CFStack::FIRST_NON_WQM_PUSH_W_FULL_ENTRY; 185 Item = CFStack::SUB_ENTRY; 187 Item = CFStack::ENTRY [all...] |
/art/dexlayout/ |
compact_dex_writer.h | 97 // Handles alignment and deduping of a data section item. 100 ScopedDataSectionItem(Stream* stream, dex_ir::Item* item, size_t alignment, Deduper* deduper); 106 dex_ir::Item* const item_;
|
/device/linaro/bootloader/edk2/BaseTools/Scripts/ |
BinToPcd.py | 58 return '{%s}' % (', '.join(['0x%02x' % (ord(Item)) for Item in Buffer]))
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/ |
InfDefineSectionParser.py | 126 for Item in HeaderComments:
127 LineCommentContent += Item[0] + DT.END_OF_LINE
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/QemuFwCfgLib/ |
QemuFwCfgLib.c | 82 Selects a firmware configuration item for reading.
84 Following this call, any data read from this item will start from
85 the beginning of the configuration item's data.
87 @param[in] QemuFwCfgItem - Firmware Configuration item to read
96 DEBUG ((EFI_D_INFO, "Select Item: 0x%x\n", (UINT16)(UINTN) QemuFwCfgItem));
192 item where the previous read ended.
217 item where the previous write ended.
243 @return Value of Firmware Configuration item read
263 @return Value of Firmware Configuration item read
283 @return Value of Firmware Configuration item read [all...] |