Searched refs:lookupIndex (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/base/android/java/src/org/chromium/base/
H A DObserverList.java206 int lookupIndex = mIndex;
207 while (lookupIndex < mListEndMarker &&
208 ObserverList.this.getObserverAt(lookupIndex) == null) {
209 lookupIndex++;
211 if (lookupIndex < mListEndMarker) return true;
/external/chromium_org/third_party/skia/gm/rebaseline_server/static/new/js/
H A Dapp.js796 * 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[
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemNumber.java1651 int lookupIndex = 1; // start off with anything other than zero to make correction work
1669 // J, lookupIndex is zero. We now compute a correction number of 9 (radix-1).
1687 ((lookupIndex == 0) || (correction != 0 && lookupIndex == radix - 1))
1691 lookupIndex = (int)(val + correction) % radix;
1697 if (lookupIndex == 0 && val == 0)
1701 buf[charPos--] = table[lookupIndex]; // left to right or top to bottom
1733 int lookupIndex = 1; // start off with anything other than zero to make correction work
1806 lookupIndex = 1; // initialize for each table
1828 lookupIndex
[all...]
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotTables.py538 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/fonttools/Tools/fontTools/ttLib/tables/
H A DotTables.py538 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/
H A Dhb-ot-layout-common-private.hh477 { 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 */ member in struct:OT::Feature
538 DEFINE_SIZE_ARRAY (4, lookupIndex);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh477 { 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 */ member in struct:OT::Feature
538 DEFINE_SIZE_ARRAY (4, lookupIndex);

Completed in 301 milliseconds