Home
last modified time | relevance | path

Searched refs:last_key (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/
Ditem.py74 self.last_key = self.decode_value(value)
78 if self.last_key in self:
79 if not isinstance(self[self.last_key], list):
80 self[self.last_key] = [self[self.last_key]]
84 self[self.last_key].append(value)
89 self[self.last_key] = value
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
Dtable.py1352 last_key = None
1362 last_key = {}
1365 last_key[key] = self._dynamizer.decode(value)
1369 'last_key': last_key,
1483 last_key = None
1493 last_key = {}
1496 last_key[key] = self._dynamizer.decode(value)
1500 'last_key': last_key,
/external/opencv3/modules/highgui/src/
Dwindow_gtk.cpp528 int last_key; member
568 static int last_key = -1; variable
1027 window->last_key = 0; in cvNamedWindow()
1796 last_key = code; in icvOnKeyPress()
1957 my_last_key = last_key; in cvWaitKey()
1970 last_key = -1; in cvWaitKey()
1971 while( gtk_main_iteration_do(TRUE) && last_key < 0 && !expired && hg_windows != 0 ) in cvWaitKey()
1979 return last_key; in cvWaitKey()
Dwindow_QT.cpp69 static int last_key = -1; variable
293 result = last_key; in cvWaitKey()
295 last_key = -1; in cvWaitKey()
316 if (last_key != -1) in cvWaitKey()
318 result = last_key; in cvWaitKey()
319 last_key = -1; in cvWaitKey()
2101 last_key = key; in keyPressEvent()
Dwindow_carbon.cpp98 int last_key; member
917 window->last_key = 0; in cvNamedWindow()
Dwindow_w32.cpp160 int last_key; member
806 window->last_key = 0; in cvNamedWindow()
1699 window->last_key = (int)wParam; in HighGUIProc()
/external/v8/src/js/
Darray.js138 var last_key = -1;
146 if (key != last_key) {
150 last_key = key;