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

  /external/chromium_org/base/android/java/src/org/chromium/base/
ObserverList.java 206 int lookupIndex = mIndex;
207 while (lookupIndex < mListEndMarker &&
208 ObserverList.this.getObserverAt(lookupIndex) == null) {
209 lookupIndex++;
211 if (lookupIndex < mListEndMarker) return true;
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java     [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py 538 lookupIndex = overflowRecord.LookupListIndex
540 lookupIndex = lookupIndex - 1
541 if lookupIndex < 0:
549 lookup = lookups[lookupIndex]
552 lookupIndex = lookupIndex -1
553 if lookupIndex < 0:
555 lookup = lookups[lookupIndex]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh 477 { return lookupIndex.len; }
479 { return lookupIndex[i]; }
483 { return lookupIndex.get_indexes (start_index, lookup_count, lookup_tags); }
491 if (unlikely (!(c->check_struct (this) && lookupIndex.sanitize (c))))
536 IndexArray lookupIndex; /* Array of LookupList indices */
538 DEFINE_SIZE_ARRAY (4, lookupIndex);
    [all...]
  /external/chromium_org/third_party/skia/gm/rebaseline_server/static/new/js/
app.js 796 * the lookupIndex and injects them into the Column object as FilterOpt
818 function indexDiscreteValue(lookupIndex, col, dataVal, dataRowIndex) {
820 lookupIndex[i].push(dataRowIndex);
827 function indexFreeFormValue(lookupIndex, col, dataVal, dataRowIndex) {
828 if (!lookupIndex[dataVal]) {
829 lookupIndex[dataVal] = [];
831 lookupIndex[dataVal].push(dataRowIndex);
840 function getDiscreteFilterFunc(lookupIndex) {
843 for(var i=0, len=lookupIndex.length; i < len; i++) {
846 result.push.apply(result, lookupIndex[i])
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 477 { return lookupIndex.len; }
479 { return lookupIndex[i]; }
483 { return lookupIndex.get_indexes (start_index, lookup_count, lookup_tags); }
491 if (unlikely (!(c->check_struct (this) && lookupIndex.sanitize (c))))
536 IndexArray lookupIndex; /* Array of LookupList indices */
538 DEFINE_SIZE_ARRAY (4, lookupIndex);
    [all...]

Completed in 6045 milliseconds