Searched defs:isTable (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/inspector/ |
D | injected-script-source.js | 259 …n(object, objectGroupName, forceValueType, generatePreview, columnNames, isTable, doNotBind, custo… argument 732 …bjectGroupName, doNotBind, forceValueType, generatePreview, columnNames, isTable, skipEntriesPrevi… argument 888 _generatePreview: function(object, firstLevelKeys, secondLevelKeys, isTable, skipEntriesPreview) argument 997 _appendPropertyPreviewDescriptors: function(preview, descriptors, secondLevelKeys, isTable) argument
|
/external/icu/icu4c/source/tools/genrb/ |
D | derb.cpp | 593 UBool isTable = (UBool)(ures_getType(resource) == URES_TABLE); in printOutBundle() local
|
D | reslist.h | 166 UBool isTable() const { return fType == URES_TABLE; } in isTable() function
|
D | parse.cpp | 1795 static inline UBool isTable(enum EResourceType type) { in isTable() function
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 18713 u8 isTable; /* True for rowid tables. False for indexes */ member
|
/external/sqlite/dist/ |
D | sqlite3.c | 18713 u8 isTable; /* True for rowid tables. False for indexes */ member
|