Searched refs:TableGet (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | unicode.cc | 34 static inline uchar TableGet(const int32_t* table, int index) { in TableGet() function 65 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); in LookupPredicate() 70 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > value)) { in LookupPredicate() 82 int32_t field = TableGet<kEntryDist>(table, low); in LookupPredicate() 121 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); in LookupMapping() 126 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > key)) { in LookupMapping() 138 int32_t field = TableGet<kEntryDist>(table, low); in LookupMapping()
|
/external/python/apitools/samples/fusiontables_sample/fusiontables_v1/ |
D | fusiontables_v1.py | 882 class TableGet(apitools_base_cli.NewCmd): class 888 super(TableGet, self).__init__(name, fv) 1772 appcommands.AddCmd('table_get', TableGet)
|