Searched defs:table (Results 1 – 9 of 9) sorted by relevance
/device/google/redbull/json-c/ |
D | linkhash.h | 135 struct lh_entry *table; member 159 #define lh_foreach(table, entry) \ argument 165 #define lh_foreach_safe(table, entry, tmp) \ argument
|
/device/google/coral/json-c/ |
D | linkhash.h | 135 struct lh_entry *table; member 159 #define lh_foreach(table, entry) \ argument 165 #define lh_foreach_safe(table, entry, tmp) \ argument
|
/device/google/sunfish/json-c/ |
D | linkhash.h | 135 struct lh_entry *table; member 159 #define lh_foreach(table, entry) \ argument 165 #define lh_foreach_safe(table, entry, tmp) \ argument
|
/device/google/contexthub/firmware/os/core/ |
D | syscall.c | 33 bool syscallAddTable(uint32_t path, uint32_t level, struct SyscallTable *table) in syscallAddTable()
|
/device/google/tangorpro/lights/ |
D | led_lut_calibrator.cpp | 102 bool LedLutCalibrator::ParseBlock(const std::vector<uint8_t> *table) { in ParseBlock()
|
/device/google/gs-common/storage/ |
D | dump_storage.cpp | 203 std::map<std::string, int> const table = in main() local
|
/device/google/coral-kernel/sm8150/kernel-headers/linux/ |
D | ab-sm.h | 101 struct uapi_block_properties table[AB_SM_UAPI_NUM_BLOCK_STATES]; member
|
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/ |
D | ab-sm.h | 349 struct uapi_block_properties table[AB_SM_UAPI_NUM_BLOCK_STATES]; member
|
/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/ |
D | BrowserProvider2.java | 366 static final String qualifyColumn(String table, String column) { in qualifyColumn() 1460 int getUrlCount(SQLiteDatabase db, String table, String url) { in getUrlCount()
|