HomeSort by relevance Sort by last modified time
    Searched defs:historySize (Results 1 - 8 of 8) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 232 final int historySize = event.getHistorySize();
233 for (int i = 0; i < historySize; i++) {
GameControllerInput.java 290 final int historySize = event.getHistorySize();
298 for (int historyPos = 0; historyPos < historySize; historyPos++) {
  /external/chromium_org/third_party/lzma_sdk/
LzFind.h 24 UInt32 cyclicBufferSize; /* it must be = (historySize + 1) */
45 UInt32 historySize;
66 historySize <= 3 GB
69 int MatchFinder_Create(CMatchFinder *p, UInt32 historySize,
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzFind.h 25 UInt32 cyclicBufferSize; /* it must be = (historySize + 1) */
46 UInt32 historySize;
67 historySize <= 3 GB
70 int MatchFinder_Create(CMatchFinder *p, UInt32 historySize,
  /external/chromium_org/ui/events/gesture_detection/
velocity_tracker.cc 338 size_t historySize = event.GetHistorySize();
339 for (size_t h = 0; h < historySize; h++) {
  /external/lzma/C/
LzFind.h 24 UInt32 cyclicBufferSize; /* it must be = (historySize + 1) */
45 UInt32 historySize;
66 historySize <= 3 GB
69 int MatchFinder_Create(CMatchFinder *p, UInt32 historySize,
LzFindMt.h 61 UInt32 historySize;
82 UInt32 cyclicBufferSize; /* it must be historySize + 1 */
96 SRes MatchFinderMt_Create(CMatchFinderMt *p, UInt32 historySize, UInt32 keepAddBufferBefore,
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
externs.js 330 historySize: function() { },

Completed in 323 milliseconds