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

  /external/chromium_org/third_party/icu/source/common/
ushape.cpp     [all...]
  /external/icu/icu4c/source/common/
ushape.cpp     [all...]
  /libcore/luni/src/main/java/java/util/
LinkedList.java 984 Link<E> nextLink = new Link<E>((E) stream.readObject(), link, null);
985 link.next = nextLink;
986 link = nextLink;
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 184 var $nextLink = [];
191 $nextLink = $selListItem.find('ul:eq(0)').find('a:eq(0)');
194 if($nextLink.length == 0) {
195 $nextLink = $selListItem.next('li').find('a');
199 $('.topic-start-link').text($nextLink.text().toUpperCase());
209 $nextLink = $selListItem.next('li').find('a:eq(0)');
210 if (!$nextLink.length) {
213 $nextLink = $selListItem.parents('li:eq(0)').next('li.nav-section').find('a:eq(0)');
214 if (!$nextLink.length) { // Go up another layer to look for next page (lesson > class > course)
215 $nextLink = $selListItem.parents('li:eq(1)').next('li.nav-section').find('a:eq(0)')
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 241 var $nextLink = [];
248 $nextLink = $selListItem.find('ul:eq(0)').find('a:eq(0)');
251 if($nextLink.length == 0) {
252 $nextLink = $selListItem.next('li').find('a');
256 $('.topic-start-link').text($nextLink.text().toUpperCase());
266 $nextLink = $selListItem.next('li').find('a:eq(0)');
267 if (!$nextLink.length) {
270 $nextLink = $selListItem.parents('li:eq(0)').next('li.nav-section').find('a:eq(0)');
271 if (!$nextLink.length) { // Go up another layer to look for next page (lesson > class > course)
272 $nextLink = $selListItem.parents('li:eq(1)').next('li.nav-section').find('a:eq(0)')
    [all...]
  /external/libpcap/msdos/
ndis2.h 425 struct _PktBuf *nextLink;
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 292 var $nextLink = [];
298 $nextLink = $selListItem.find('ul:eq(0)').find('a:eq(0)');
301 if($nextLink.length == 0) {
302 $nextLink = $selListItem.next('li').find('a');
306 $('.topic-start-link').text($nextLink.text().toUpperCase());
316 $nextLink = $selListItem.next('li').find('a:eq(0)');
317 if ($nextLink.length == 0) {
320 $nextLink = $selListItem.parents('li:eq(0)').next('li').find('a:eq(0)');
321 if (!$nextLink.length) { // Go up another layer to look for next page (lesson > class > course)
322 $nextLink = $selListItem.parents('li:eq(1)').next('li.nav-section').find('a:eq(0)')
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
docs.js 263 var $nextLink = [];
270 $nextLink = $selListItem.find('ul:eq(0)').find('a:eq(0)');
273 if($nextLink.length == 0) {
274 $nextLink = $selListItem.next('li').find('a');
278 $('.topic-start-link').text($nextLink.text().toUpperCase());
288 $nextLink = $selListItem.next('li').find('a:eq(0)');
289 if ($nextLink.length == 0) {
292 $nextLink = $selListItem.parents('li:eq(0)').next('li.nav-section').find('a:eq(0)');
293 if (!$nextLink.length) { // Go up another layer to look for next page (lesson > class > course)
294 $nextLink = $selListItem.parents('li:eq(1)').next('li.nav-section').find('a:eq(0)')
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
user_event_detail.js 153 'nextLink', 'previousLink', 'nextMath', 'previousMath', 'nextTable',
  /external/chromium_org/third_party/readability/js/
readability.js 70 nextLink: /(next|weiter|continue|>([^\|]|$)|»([^\|]|$))/i, // Match: next, continue, >, >>, » but not >|, »| as those usually mean last.
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
command_store.js 444 'nextLink': {forward: true,
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js 53 cvox.UserEventDetail.Status.FAILURE}this.resultNode=null;a.resultNode&&cvox.DomUtil.isAttachedToDocument(a.resultNode)&&(this.resultNode=a.resultNode)};cvox.UserEventDetail.Category={JUMP:"ATJumpEvent",CUSTOM:"ATCustomEvent"};cvox.UserEventDetail.Status={PENDING:"PENDING",SUCCESS:"SUCCESS",FAILURE:"FAILURE"};cvox.UserEventDetail.JUMP_COMMANDS="nextCheckbox previousCheckbox nextRadio previousRadio nextSlider previousSlider nextGraphic previousGraphic nextButton previousButton nextComboBox previousComboBox nextEditText previousEditText nextHeading previousHeading nextHeading1 previousHeading1 nextHeading2 previousHeading2 nextHeading3 previousHeading3 nextHeading4 previousHeading4 nextHeading5 previousHeading5 nextHeading6 previousHeading6 nextLink previousLink nextMath previousMath nextTable previousTable nextList previousList nextListItem previousListItem nextFormField previousFormField nextLandmark previousLandmark nextSection previousSection nextControl previousControl".split(" ");
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 579 milliseconds