HomeSort by relevance Sort by last modified time
    Searched refs:Items (Results 1 - 25 of 71) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
DecParserTest.py 149 Items = IncObj.GetIncludes()
150 assert len(Items) == 1
151 assert Items[0].File == 'Include'
153 Items = IncObj.GetIncludes('IA32')
154 assert len(Items) == 1
156 assert Items[0].File == 'Include\\Ia32'
193 Items = Obj.GetGuids()
195 assert len(Items) == 1
196 assert Items[0].GuidCName == 'gEfiGlobalVariableGuid'
197 assert Items[0].GuidCValue == '{ 0x8BE4DF61, 0x93CA, 0x11D2, { 0xAA, 0x0D, 0x00, 0xE0, 0x98, 0x03, 0x2B, 0x8C } (…)
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
EditMenuBar.h 45 Initializa the menu bar with the specified items.
47 @param[in] Items The items to display and their functions.
55 IN CONST EDITOR_MENU_ITEM *Items
59 Initialize the control hot-key with the specified items.
61 @param[in] Items The hot-key functions.
68 IN MENU_ITEM_FUNCTION *Items
EditMenuBar.c 36 Initialize the menu bar with the specified items.
38 @param[in] Items The items to display and their functions.
46 IN CONST EDITOR_MENU_ITEM *Items
51 for (NumItems = 0, ItemsWalker = Items ; ItemsWalker != NULL && ItemsWalker->Function != NULL ; ItemsWalker++,NumItems++);
57 CopyMem(MenuItems, Items, (NumItems+1) * sizeof(EDITOR_MENU_ITEM));
62 Initialize the control hot-key with the specified items.
64 @param[in] Items The hot-key functions.
71 IN MENU_ITEM_FUNCTION *Items
74 ControlBasedMenuFunctions = Items;
    [all...]
  /external/parameter-framework/upstream/parameter/
MappingContext.h 77 using Items = std::vector<SItem>;
78 Items mItems;
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-win1256.hh 91 #define OT_UARRAY(Name, Items) \
95 Items \
98 #define OT_UHEADLESSARRAY(Name, Items) \
102 Items \
119 #define OT_SUBLOOKUP(Name, SubFormat, Items) \
122 Items
124 #define OT_COVERAGE1(Name, Items) \
128 OT_UARRAY(Name##Glyphs, OT_LIST(Items))
175 #define MANIFEST(Items) \
179 Items \
    [all...]
  /external/llvm/utils/TableGen/
SearchableTableEmitter.cpp 92 void emitMappingEnum(std::vector<Record *> &Items, Record *InstanceClass,
98 std::vector<Record *> &Items, raw_ostream &OS);
112 void SearchableTableEmitter::emitMappingEnum(std::vector<Record *> &Items,
121 for (auto Item : Items) {
134 std::vector<Record *> &Items, raw_ostream &OS) {
137 for (auto Item : Items) {
234 std::vector<Record *> Items = Records.getAllDerivedDefinitions(TableName);
260 for (Record *Item : Items) {
274 emitMappingEnum(Items, InstanceClass, OS);
288 emitPrimaryTable(TableName, FieldNames, SearchFieldNames, SearchTables, Items,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesm.h 88 // Release the items memory
108 // Switch on the items options
118 // Retrieve the items options
123 // Set the items options
128 // Set/Reset the items selection state
133 // Retrieve the items selection state
143 // overload action() to supply items with different actions.
148 // Prototype for an items callback function.
151 // If you don't like to create a child class for individual items to
153 // function pointer for items
376 inline NCursesMenuItem* items() const { function in class:NCursesMenu
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesm.h 88 // Release the items memory
108 // Switch on the items options
118 // Retrieve the items options
123 // Set the items options
128 // Set/Reset the items selection state
133 // Retrieve the items selection state
143 // overload action() to supply items with different actions.
148 // Prototype for an items callback function.
151 // If you don't like to create a child class for individual items to
153 // function pointer for items
376 inline NCursesMenuItem* items() const { function in class:NCursesMenu
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
example_test.go 24 {{range .Items}}<div>{{ . }}</div>{{else}}<div><strong>no rows</strong></div>{{end}}
38 Items []string
41 Items: []string{
52 Items []string
55 Items: []string{},
  /prebuilts/go/linux-x86/src/html/template/
example_test.go 24 {{range .Items}}<div>{{ . }}</div>{{else}}<div><strong>no rows</strong></div>{{end}}
38 Items []string
41 Items: []string{
52 Items []string
55 Items: []string{},
  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkItems.cpp 27 // function only links bitcode and produces a result list of items that are
30 Linker::LinkInItems(const ItemList& Items, ItemList& NativeItems) {
35 for (ItemList::const_iterator I = Items.begin(), E = Items.end();
54 // At this point we have processed all the link items provided to us. Since
  /external/lzma/CPP/7zip/UI/Common/
EnumDirItems.cpp 66 const CDirItem &di = Items[index];
72 const CDirItem &di = Items[index];
81 Items.ReserveDown();
189 AddDirFileInfo(phyParent, logParent, secureIndex, fi, Items);
237 AddDirFileInfo(phyParentCur, logParent, secureIndex, fi, Items);
273 unsigned numItems = dirItems.Items.Size();
277 if (numItems == dirItems.Items.Size())
316 AddDirFileInfo(phyParent, logParent, -1, fi2, dirItems.Items);
368 dirItemIndex = dirItems.Items.Size();
369 AddDirFileInfo(phyParent, logParent, secureIndex, fi, dirItems.Items);
    [all...]
DirItem.h 52 CObjectVector<CDirItem> Items;
HashCalc.cpp 221 dirItems.Items.Add(di);
272 for (i = 0; i < dirItems.Items.Size(); i++)
286 const CDirItem &dirItem = dirItems.Items[i];
UpdateCallback.cpp 216 const CDirItem &di = DirItems->Items[up.DirIndex];
328 const CDirItem &di = DirItems->Items[up.DirIndex];
394 const CDirItem &di = DirItems->Items[up.DirIndex];
473 if (DirItems->Items[up.DirIndex].AreReparseData())
UpdateCallback.h 115 return DirItems->Items[up.DirIndex].IsDir();
UpdatePair.cpp 83 unsigned numDirItems = dirItems.Items.Size();
148 di = &dirItems.Items[dirIndex2];
Bench.cpp     [all...]
  /external/zlib/src/contrib/iostream2/
zstream.h 114 template <class T, class Items>
115 inline int read(izstream& zs, T* x, Items items) {
116 return ::gzread(zs.fp(), x, items*sizeof(T));
263 template <class T, class Items>
264 inline int write(ozstream& zs, const T* x, Items items) {
265 return ::gzwrite(zs.fp(), (voidp) x, items*sizeof(T));
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 181 // Write out the number of items in the bucket.
364 const unsigned char *Items = Base + Offset;
366 // 'Items' starts with a 16-bit unsigned integer representing the
367 // number of items in this bucket.
368 unsigned Len = endian::readNext<uint16_t, little, unaligned>(Items);
373 endian::readNext<hash_value_type, little, unaligned>(Items);
377 Info::ReadKeyDataLength(Items);
382 Items += ItemLen;
388 InfoPtr->ReadKey((const unsigned char *const)Items, L.first);
392 Items += ItemLen
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Linker.h 45 /// This type is used to pass the linkage items (libraries and files) to
50 /// @brief A list of linkage items
156 /// link a set of linkage items into a module. A linkage item is either a
162 /// turn as it occurs in \p Items.
167 const ItemList& Items, ///< Set of libraries/files to link in
  /external/llvm/lib/DebugInfo/PDB/Raw/
Hash.cpp 61 ArrayRef<ulittle32_t> Items(
64 for (ulittle32_t Item : Items) {
69 Buffer = Buffer.slice(Items.size() * sizeof(ulittle32_t));
  /external/pdfium/xfa/fxfa/parser/
cxfa_widgetdata.cpp 175 if (CXFA_Node* pItems = pNode->GetChild(0, XFA_Element::Items)) {
457 if (CXFA_Node* pItems = m_pNode->GetChild(0, XFA_Element::Items)) {
474 if (CXFA_Node* pItems = m_pNode->GetChild(0, XFA_Element::Items)) {
534 if (CXFA_Node* pItems = m_pNode->GetChild(0, XFA_Element::Items)) {
554 if (CXFA_Node* pItems = m_pNode->GetChild(0, XFA_Element::Items)) {
566 CXFA_Node* pItem = pChild->GetChild(0, XFA_Element::Items);
588 CXFA_Node* pItems = m_pNode->GetChild(0, XFA_Element::Items);
655 CXFA_Node* pItem = pNode->GetChild(0, XFA_Element::Items);
746 if (pNode->GetElementType() != XFA_Element::Items)
777 if (pNode->GetElementType() != XFA_Element::Items)
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-ld/
llvm-ld.cpp 206 /// This is mainly done because functions to remove items from the environment
479 Linker::ItemList& Items,
483 // Build the list of linkage items for LinkItems.
501 Items.push_back(std::make_pair(*fileIt++, false));
504 Items.push_back(std::make_pair(*libIt++, true));
567 // Keep track of the native link items (versus the bitcode items)
592 // Build a list of the items from our command line
593 Linker::ItemList Items;
594 BuildLinkItems(Items, InputFilenames, Libraries);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
BuildEngine.py 575 Items = self._RuleInfo[ToolChainFamily, self._State]
576 if Items == None:
577 Items = []
578 self._RuleInfo[ToolChainFamily, self._State] = Items
579 Items.append(self.RuleContent[LineIndex])

Completed in 5767 milliseconds

1 2 3