OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjList
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfMisc.py
118
ObjList
= self.SpecialComments[Type]
119
ObjList
.append(Item)
120
self.SpecialComments[Type] =
ObjList
122
ObjList
= []
123
ObjList
.append(Item)
124
self.SpecialComments[Type] =
ObjList
/external/libxcam/modules/ocl/
priority_buffer_queue.cpp
46
ObjList
::iterator iter = _obj_list.begin ();
/external/libxcam/xcore/
safe_list.h
36
typedef std::list<ObjPtr>
ObjList
;
76
ObjList
_obj_list;
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenInfFile.py
739
# @param
ObjList
: List of ProtocolObject or Ppi Object
742
def GenProtocolPPiSections(
ObjList
, IsProtocol):
745
for Object in
ObjList
:
[
all
...]
Completed in 264 milliseconds