HomeSort by relevance Sort by last modified time
    Searched refs:skipCount (Results 1 - 20 of 20) sorted by null

  /packages/apps/Email/tests/src/com/android/emailcommon/utility/
TextUtilitiesTests.java 84 int[] skipCount = new int[1];
86 char c = TextUtilities.stripHtmlEntity("&", 0, skipCount);
88 assertEquals(0, skipCount[0]);
90 c = TextUtilities.stripHtmlEntity("&;", 0, skipCount);
92 assertEquals(0, skipCount[0]);
94 c = TextUtilities.stripHtmlEntity("&nosuch;", 0, skipCount);
96 assertEquals(0, skipCount[0]);
98 c = TextUtilities.stripHtmlEntity("&nbspandmore;", 0, skipCount);
100 assertEquals(0, skipCount[0]);
102 c = TextUtilities.stripHtmlEntity("&#ABC", 0, skipCount);
    [all...]
  /packages/apps/Gallery/src/com/android/camera/gallery/
ImageListUber.java 114 int skipCount = 0;
123 if (skipCount + offset > index) {
124 int subindex = mSkipCounts[which] + (index - skipCount);
127 skipCount += offset;
131 for (; true; ++skipCount) {
134 if (skipCount == index) {
176 int skipCount = 0;
180 if (skipCount + offset > index) {
184 skipCount += offset;
216 int skipCount = 0
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
IndexedDBViews.js 303 var skipCount = this._skipCount;
307 if (!force && this._lastKey === key && this._lastPageSize === pageSize && this._lastSkipCount === skipCount)
311 skipCount = 0;
316 this._lastSkipCount = skipCount;
330 data["number"] = i + skipCount;
340 this._pageBackButton.disabled = skipCount === 0;
346 this._model.loadIndexData(this._databaseId, this._objectStore.name, this._index.name, idbKeyRange, skipCount, pageSize, callback.bind(this));
348 this._model.loadObjectStoreData(this._databaseId, this._objectStore.name, idbKeyRange, skipCount, pageSize, callback.bind(this));
IndexedDBModel.js 330 * @param {number} skipCount
334 loadObjectStoreData: function(databaseId, objectStoreName, idbKeyRange, skipCount, pageSize, callback)
336 this._requestData(databaseId, databaseId.name, objectStoreName, "", idbKeyRange, skipCount, pageSize, callback);
344 * @param {number} skipCount
348 loadIndexData: function(databaseId, objectStoreName, indexName, idbKeyRange, skipCount, pageSize, callback)
350 this._requestData(databaseId, databaseId.name, objectStoreName, indexName, idbKeyRange, skipCount, pageSize, callback);
359 * @param {number} skipCount
363 _requestData: function(databaseId, databaseName, objectStoreName, indexName, idbKeyRange, skipCount, pageSize, callback)
391 IndexedDBAgent.requestData(databaseId.securityOrigin, databaseName, objectStoreName, indexName, skipCount, pageSize, keyRange ? keyRange : undefined, innerCallback.bind(this));
HeapSnapshotGridNodes.js 279 var skipCount = range.to - itemPosition;
280 insertionIndex += skipCount;
281 itemIndex += skipCount;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorIndexedDBAgent.h 61 virtual void requestData(ErrorString*, const String& securityOrigin, const String& databaseName, const String& objectStoreName, const String& indexName, int skipCount, int pageSize, const RefPtr<JSONObject>* keyRange, PassRefPtr<RequestDataCallback>);
InspectorIndexedDBAgent.cpp 388 static PassRefPtr<OpenCursorCallback> create(InjectedScript injectedScript, PassRefPtr<RequestDataCallback> requestCallback, int skipCount, unsigned pageSize)
390 return adoptRef(new OpenCursorCallback(injectedScript, requestCallback, skipCount, pageSize));
458 OpenCursorCallback(InjectedScript injectedScript, PassRefPtr<RequestDataCallback> requestCallback, int skipCount, unsigned pageSize)
462 , m_skipCount(skipCount)
476 static PassRefPtr<DataLoader> create(ExecutionContext* context, PassRefPtr<RequestDataCallback> requestCallback, const InjectedScript& injectedScript, const String& objectStoreName, const String& indexName, PassRefPtr<IDBKeyRange> idbKeyRange, int skipCount, unsigned pageSize)
478 return adoptRef(new DataLoader(context, requestCallback, injectedScript, objectStoreName, indexName, idbKeyRange, skipCount, pageSize));
517 DataLoader(ExecutionContext* executionContext, PassRefPtr<RequestDataCallback> requestCallback, const InjectedScript& injectedScript, const String& objectStoreName, const String& indexName, PassRefPtr<IDBKeyRange> idbKeyRange, int skipCount, unsigned pageSize)
524 , m_skipCount(skipCount)
641 void InspectorIndexedDBAgent::requestData(ErrorString* errorString, const String& securityOrigin, const String& databaseName, const String& objectStoreName, const String& indexName, int skipCount, int pageSize, const RefPtr<JSONObject>* keyRange, PassRefPtr<RequestDataCallback> requestCallback)
665 RefPtr<DataLoader> dataLoader = DataLoader::create(document, requestCallback, injectedScript, objectStoreName, indexName, idbKeyRange, skipCount, pageSize)
    [all...]
  /external/skia/tests/
skia_test.cpp 229 int skipCount = 0;
236 ++skipCount;
253 toRun, failCount, skipCount);
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/utility/
TextUtilities.java 371 // skipCount is an array of a single int; that int is set inside stripHtmlEntity and is
375 int[] skipCount = new int[1];
428 c = stripHtmlEntity(text, i, skipCount);
429 i += skipCount[0];
459 static /*package*/ char stripHtmlEntity(String text, int pos, int[] skipCount) {
463 skipCount[0] = 0;
482 skipCount[0] = entityLength;
498 skipCount[0] = entityLength;
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h 90 int skipCount;
346 return ctx->listStats[dpy].skipCount;
hwc_copybit.cpp 156 if(ctx->listStats[dpy].skipCount) {
hwc_utils.cpp 428 ctx->listStats[dpy].skipCount = 0;
445 ctx->listStats[dpy].skipCount++;
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.h 90 int skipCount;
345 return ctx->listStats[dpy].skipCount;
hwc_copybit.cpp 156 if(ctx->listStats[dpy].skipCount) {
hwc_utils.cpp 389 ctx->listStats[dpy].skipCount = 0;
406 ctx->listStats[dpy].skipCount++;
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.h 93 int skipCount;
392 return ctx->listStats[dpy].skipCount;
hwc_copybit.cpp 151 if(ctx->listStats[dpy].skipCount) {
hwc_utils.cpp 369 ctx->listStats[dpy].skipCount = 0;
392 ctx->listStats[dpy].skipCount++;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 722 milliseconds