HomeSort by relevance Sort by last modified time
    Searched refs:findNext (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /dalvik/dexgen/src/com/android/dexgen/rop/
AttributeList.java 74 public Attribute findNext(Attribute attrib);
StdAttributeList.java 68 public Attribute findNext(Attribute attrib) {
  /dalvik/dx/src/com/android/dx/cf/iface/
AttributeList.java 74 public Attribute findNext(Attribute attrib);
StdAttributeList.java 68 public Attribute findNext(Attribute attrib) {
  /external/apache-http/src/org/apache/http/message/
BasicHeaderIterator.java 92 this.currentIndex = findNext(-1);
105 protected int findNext(int from) {
154 this.currentIndex = findNext(current);
BasicListHeaderIterator.java 99 this.currentIndex = findNext(-1);
113 protected int findNext(int from) {
168 this.currentIndex = findNext(current);
BasicTokenIterator.java 96 this.searchPos = findNext(-1);
123 this.searchPos = findNext(this.searchPos);
173 protected int findNext(int from)
202 * Called from {@link #findNext findNext} after the token is identified.
  /frameworks/base/core/java/android/webkit/
FindActionModeCallback.java 115 private void findNext(boolean next) {
118 "No WebView for FindActionModeCallback::findNext");
129 mWebView.findNext(next);
191 findNext(true);
241 findNext(false);
244 findNext(true);
WebViewProvider.java 218 public void findNext(boolean forward);
WebView.java     [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ConcreteMethod.java 101 lnt = (AttLineNumberTable) codeAttribs.findNext(lnt)) {
120 lvt = (AttLocalVariableTable) codeAttribs.findNext(lvt)) {
132 (AttLocalVariableTypeTable) codeAttribs.findNext(lvtt)) {
  /dalvik/dx/src/com/android/dx/command/annotool/
AnnotationLister.java 85 for (;att != null; att = attributes.findNext(att)) {
93 for (;att != null; att = attributes.findNext(att)) {
104 for (;att != null; att = attributes.findNext(att)) {
112 for (;att != null; att = attributes.findNext(att)) {
  /external/deqp/framework/randomshaders/
rsgVariableManager.hpp 133 nextEntry = findNext(m_filter, nextEntry, m_end);
140 m_iter = findNext(m_filter, m_iter, m_end);
148 m_iter = findNext(m_filter, m_iter, m_end);
170 static Iterator findNext (Filter filter, Iterator iter, Iterator end)
  /external/deqp/framework/opengl/
gluVarTypeUtil.hpp 182 void findNext (void);
208 findNext();
220 findNext();
275 void SubTypeIterator<IsExpanded>::findNext (void)
  /external/icu/icu4c/source/i18n/unicode/
rbtz.h 312 UBool findNext(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) const;
  /external/icu/icu4c/source/i18n/
rbtz.cpp 504 UBool avail = findNext(now, FALSE, time, from, to);
552 UBool found = findNext(base, inclusive, transitionTime, fromRule, toRule);
736 RuleBasedTimeZone::findNext(UDate base, UBool inclusive, UDate& transitionTime,
807 return findNext(result.time, FALSE /* always exclusive */,
  /cts/libs/deviceutillegacy/src/android/webkit/cts/
WebViewOnUiThread.java 409 public void findNext(final boolean forward) {
413 mWebView.findNext(forward);
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage.java     [all...]
  /external/robolectric/v1/lib/main/
httpcore-4.0.1.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.0.1/
httpcore-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 

Completed in 979 milliseconds

1 2 3 4