HomeSort by relevance Sort by last modified time
    Searched refs:SourceList (Results 1 - 13 of 13) sorted by null

  /external/xmlrpcpp/src/
XmlRpcDispatch.cpp 48 for (SourceList::iterator it=_sources.begin(); it!=_sources.end(); ++it)
61 for (SourceList::iterator it=_sources.begin(); it!=_sources.end(); ++it)
90 SourceList::iterator it;
121 SourceList::iterator thisIt = it++;
147 SourceList closeList = _sources;
149 for (SourceList::iterator it=closeList.begin(); it!=closeList.end(); ++it) {
182 SourceList closeList = _sources;
184 for (SourceList::iterator it=closeList.begin(); it!=closeList.end(); ++it)
XmlRpcDispatch.h 74 typedef std::list< MonitoredSource > SourceList;
77 SourceList _sources;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfSourceSectionParser.py 38 SourceList = []
122 SourceList.append((ValueList, LineComment,
140 if not InfSectionObject.SetSources(SourceList, Arch = ArchList):
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
Help.c 113 @param[in] SourceList the double linked list of commands.
121 IN CONST COMMAND_LIST *SourceList
126 for ( Node = (COMMAND_LIST*)GetFirstNode(&SourceList->Link)
127 ; SourceList != NULL && !IsListEmpty(&SourceList->Link) && !IsNull(&SourceList->Link, &Node->Link)
128 ; Node = (COMMAND_LIST*)GetNextNode(&SourceList->Link, &Node->Link)
  /external/tensorflow/tensorflow/core/framework/
fake_input.cc 43 void SourceList(DataTypeSlice dts) const;
87 SourceList(dts_);
110 SourceList(dts);
179 void FakeInputImpl::SourceList(DataTypeSlice dts) const {
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Output.c 21 Output all the available source addresses to a list entry head SourceList. The
25 @param[out] SourceList The list entry head of all source addresses.
31 SourceList.
38 OUT LIST_ENTRY *SourceList,
63 InsertTailList (SourceList, &Copy->Link);
85 InsertTailList (SourceList, &Copy->Link);
145 Output all the available source addresses to a list entry head SourceList. The
154 head SourceList.
166 LIST_ENTRY SourceList;
179 InitializeListHead (&SourceList);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfSoucesObject.py 208 def SetSources(self, SourceList, Arch = None):
218 for Item in SourceList:
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
GenFdsGlobalVariable.py 221 SourceList = [File]
223 while Index < len(SourceList):
224 Source = SourceList[Index]
264 SourceList.extend(Target.Outputs)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
InfPomAlignment.py 610 SourceList = []
624 SourceList.append(Source)
626 self.SetSourceFileList(self.GetSourceFileList() + SourceList)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
BuildReport.py     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
AutoGen.py     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setupapi.h     [all...]
ks.h     [all...]

Completed in 220 milliseconds