Home
last modified time | relevance | path

Searched refs:searchIndex (Results 1 – 13 of 13) sorted by relevance

/third_party/libjpeg-turbo/doc/html/search/
Dsearch.js103 this.searchIndex = 0;
289 this.searchIndex = id;
301 if (e.keyCode==40 && this.searchIndex<this.SelectItemCount()) // Down
303 this.searchIndex++;
304 this.OnSelectItem(this.searchIndex);
306 else if (e.keyCode==38 && this.searchIndex>0) // Up
308 this.searchIndex--;
309 this.OnSelectItem(this.searchIndex);
313 this.OnSelectItem(this.searchIndex);
358 if (indexSectionsWithContent[this.searchIndex].charAt(code) == '1')
[all …]
/third_party/libevdev/doc/html/search/
Dsearch.js96 this.searchIndex = 0;
281 this.searchIndex = id;
293 if (e.keyCode==40 && this.searchIndex<this.SelectItemCount()) // Down
295 this.searchIndex++;
296 this.OnSelectItem(this.searchIndex);
298 else if (e.keyCode==38 && this.searchIndex>0) // Up
300 this.searchIndex--;
301 this.OnSelectItem(this.searchIndex);
305 this.OnSelectItem(this.searchIndex);
346 var idx = indexSectionsWithContent[this.searchIndex].indexOf(idxChar);
[all …]
/third_party/boost/libs/sort/doc/doxygen/html/search/
Dsearch.js72 this.searchIndex = 0;
258 this.searchIndex = id;
270 if (e.keyCode==40 && this.searchIndex<this.SelectItemCount()) // Down
272 this.searchIndex++;
273 this.OnSelectItem(this.searchIndex);
275 else if (e.keyCode==38 && this.searchIndex>0) // Up
277 this.searchIndex--;
278 this.OnSelectItem(this.searchIndex);
282 this.OnSelectItem(this.searchIndex);
323 var idx = indexSectionsWithContent[this.searchIndex].indexOf(idxChar);
[all …]
/third_party/skia/third_party/externals/oboe/docs/reference/search/
Dsearch.js95 this.searchIndex = 0;
281 this.searchIndex = id;
293 if (e.keyCode==40 && this.searchIndex<this.SelectItemCount()) // Down
295 this.searchIndex++;
296 this.OnSelectItem(this.searchIndex);
298 else if (e.keyCode==38 && this.searchIndex>0) // Up
300 this.searchIndex--;
301 this.OnSelectItem(this.searchIndex);
305 this.OnSelectItem(this.searchIndex);
346 var idx = indexSectionsWithContent[this.searchIndex].indexOf(idxChar);
[all …]
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberMatcher.java209 private int searchIndex = 0; field in PhoneNumberMatcher
700 lastMatch = find(searchIndex); in hasNext()
704 searchIndex = lastMatch.end(); in hasNext()
/third_party/typescript/src/compiler/
DresolutionCache.ts133 …for (let searchIndex = nextDirectorySeparator + 1, searchLevels = 2; searchLevels > 0; searchLevel…
134 searchIndex = dirPath.indexOf(directorySeparator, searchIndex) + 1;
135 if (searchIndex === 0) {
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_info.cpp2073 for (uint32 searchIndex = searchedIFDs; in Parse() local
2074 searchIndex < searchLimit && !tooManySubIFDs; in Parse()
2075 searchIndex++) in Parse()
2079 subIndex < fIFD [searchIndex]->fSubIFDsCount; in Parse()
2092 stream.SetReadPosition (fIFD [searchIndex]->fSubIFDsOffset + in Parse()
/third_party/typescript/lib/
DtypingsInstaller.js111010 …for (var searchIndex = nextDirectorySeparator + 1, searchLevels = 2; searchLevels > 0; searchLevel…
111011 searchIndex = dirPath.indexOf(ts.directorySeparator, searchIndex) + 1;
111012 if (searchIndex === 0) {
Dtsc.js91310 …for (var searchIndex = nextDirectorySeparator + 1, searchLevels = 2; searchLevels > 0; searchLevel…
91311 searchIndex = dirPath.indexOf(ts.directorySeparator, searchIndex) + 1;
91312 if (searchIndex === 0) {
Dtsserver.js111021 …for (var searchIndex = nextDirectorySeparator + 1, searchLevels = 2; searchLevels > 0; searchLevel…
111022 searchIndex = dirPath.indexOf(ts.directorySeparator, searchIndex) + 1;
111023 if (searchIndex === 0) {
DtypescriptServices.js111215 …for (var searchIndex = nextDirectorySeparator + 1, searchLevels = 2; searchLevels > 0; searchLevel…
111216 searchIndex = dirPath.indexOf(ts.directorySeparator, searchIndex) + 1;
111217 if (searchIndex === 0) {
Dtsserverlibrary.js111215 …for (var searchIndex = nextDirectorySeparator + 1, searchLevels = 2; searchLevels > 0; searchLevel…
111216 searchIndex = dirPath.indexOf(ts.directorySeparator, searchIndex) + 1;
111217 if (searchIndex === 0) {
Dtypescript.js111215 …for (var searchIndex = nextDirectorySeparator + 1, searchLevels = 2; searchLevels > 0; searchLevel…
111216 searchIndex = dirPath.indexOf(ts.directorySeparator, searchIndex) + 1;
111217 if (searchIndex === 0) {