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

  /external/llvm/include/llvm/Support/
IntegersSubsetMapping.h 12 /// Items in A is subsets of integers,
13 /// Items in B some pointers (Successors).
76 CaseItems Items;
86 "Intersected items with different successors!");
98 clustersVector.reserve(Items.size());
99 clustersVector.insert(clustersVector.begin(), Items.begin(), Items.end());
101 Items.clear();
102 Items.insert(Items.begin(), clustersVector.begin(), clustersVector.end())
    [all...]
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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.7-4.6/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/clang/include/clang/Basic/
OnDiskHashTable.h 202 // Write out the number of items in the bucket.
299 const unsigned char* Items = Base + offset;
301 // 'Items' starts with a 16-bit unsigned integer representing the
302 // number of items in this bucket.
303 unsigned len = ReadUnalignedLE16(Items);
307 uint32_t item_hash = ReadUnalignedLE32(Items);
310 const std::pair<unsigned, unsigned>& L = Info::ReadKeyDataLength(Items);
315 Items += item_len;
321 InfoPtr->ReadKey((const unsigned char* const) Items, L.first);
325 Items += item_len
    [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/zlib/src/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);
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 181 property Items[Index: Integer]: T read GetItem write SetItem; default;
205 property Items[const Key: TKey]: TValue read GetItem write SetItem; default;
480 Result := inherited Items[Index];
529 inherited Items[Index] := Value;
778 // tricky. We need to fill in gaps, which will involve moving items
784 // gap refers to the hole that needs filling-in by shifting items down.
785 // index searches for items that have been probed out of their slot,
786 // but being careful not to move items if their bucket is between
Antlr.Runtime.Collections.pas 121 property Items[const Key: TKey]: TValue read GetItem write SetItem; default;
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas 287 CheckEquals(FIList.Items[3],333);
  /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 323 milliseconds