Home
last modified time | relevance | path

Searched defs:table (Results 1 – 9 of 9) sorted by relevance

/device/google/redbull/json-c/
Dlinkhash.h135 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/
Dlinkhash.h135 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/
Dlinkhash.h135 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/
Dsyscall.c33 bool syscallAddTable(uint32_t path, uint32_t level, struct SyscallTable *table) in syscallAddTable()
/device/google/tangorpro/lights/
Dled_lut_calibrator.cpp102 bool LedLutCalibrator::ParseBlock(const std::vector<uint8_t> *table) { in ParseBlock()
/device/google/gs-common/storage/
Ddump_storage.cpp203 std::map<std::string, int> const table = in main() local
/device/google/coral-kernel/sm8150/kernel-headers/linux/
Dab-sm.h101 struct uapi_block_properties table[AB_SM_UAPI_NUM_BLOCK_STATES]; member
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/
Dab-sm.h349 struct uapi_block_properties table[AB_SM_UAPI_NUM_BLOCK_STATES]; member
/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/
DBrowserProvider2.java366 static final String qualifyColumn(String table, String column) { in qualifyColumn()
1460 int getUrlCount(SQLiteDatabase db, String table, String url) { in getUrlCount()