Searched defs:Index (Results 1 – 6 of 6) sorted by relevance
/external/chromium/base/ |
D | registry.h | 169 int Index() const { return index_; } in Index() function 201 int Index() const { return index_; } in Index() function
|
/external/jdiff/src/jdiff/ |
D | HTMLIndexes.java | 1008 class Index implements Comparable { class 1039 public Index(String name, int changeType) { in Index() method in Index 1046 public Index(String name, int changeType, String pkgName, boolean isInterface) { in Index() method in Index 1055 public Index(String name, int changeType, String pkgName, String type) { in Index() method in Index 1064 public Index(String name, int changeType, String pkgName, in Index() method in Index 1080 public Index(String name, int changeType, String pkgName, in Index() method in Index
|
/external/libnfc-nxp/src/ |
D | phLibNfc_ndef_raw.c | 1253 Index = 0; in phLibNfc_RemoteDev_FormatNdef() local 1658 uint32_t Index=0; in phLibNfc_Ndef_SrchNdefCnt_Cb() local 1867 uint32_t Index=0; in phLibNfc_Ndef_SearchNdefContent() local
|
/external/chromium/net/disk_cache/ |
D | disk_format.h | 103 struct Index { struct 104 IndexHeader header; argument 105 CacheAddr table[kIndexTablesize]; // Default size. Actual size controlled argument
|
/external/libvpx/vp8/common/ |
D | boolcoder.h | 105 typedef vp8bc_index_t Index; typedef
|
/external/sqlite/dist/ |
D | sqlite3.c | 6795 typedef struct Index Index; typedef 8952 struct Index { struct 8960 u8 autoIndex; /* True if is automatically created (ex: by UNIQUE) */ argument 8962 Index *pNext; /* The next index associated with the same table */ argument 8964 u8 *aSortOrder; /* Array of size Index.nColumn. True==DESC, False==ASC */ argument 8966 IndexSample *aSample; /* Array of SQLITE_INDEX_SAMPLES samples */ argument
|