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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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...]
  /external/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/clang/include/clang/Basic/
OnDiskHashTable.h 202 // Write out the number of items in the bucket.
298 const unsigned char* Items = Base + offset;
300 // 'Items' starts with a 16-bit unsigned integer representing the
301 // number of items in this bucket.
302 unsigned len = ReadUnalignedLE16(Items);
306 uint32_t item_hash = ReadUnalignedLE32(Items);
309 const std::pair<unsigned, unsigned>& L = Info::ReadKeyDataLength(Items);
314 Items += item_len;
320 InfoPtr->ReadKey((const unsigned char* const) Items, L.first);
324 Items += item_len
    [all...]
  /external/zlib/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/
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/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...]
  /external/zlib/contrib/delphi/
ZLib.pas 19 TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
254 function zlibAllocMem(AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
256 // GetMem(Result, Items*Size);
257 Result := AllocMem(Items * Size);
  /packages/apps/Exchange/assets/
FolderSyncParserTest.txt 232 [14:02:28] EAS Parser| FolderDisplayName: Deleted Items
666 [14:02:29] EAS Parser| FolderDisplayName: Sent Items
    [all...]
FolderSyncParserTest2.txt 120 [14:02:28] EAS Parser| FolderDisplayName: Deleted Items
666 [14:02:29] EAS Parser| FolderDisplayName: Sent Items
    [all...]

Completed in 330 milliseconds