HomeSort by relevance Sort by last modified time
    Searched defs:nextText (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
PaintDrawableTest.java 224 parser.nextText();
  /frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
RemoteXmlPullParser.java 106 String nextText() throws XmlPullParserException, IOException, RemoteException;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
BasePullParser.java 211 public String nextText() throws XmlPullParserException {
  /frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
RemoteXmlPullParserAdapter.java 226 public String nextText() throws XmlPullParserException, IOException, RemoteException {
227 return mDelegate.nextText();
  /frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
RemoteXmlPullParserAdapter.java 345 public String nextText() throws XmlPullParserException, IOException {
346 return mDelegate.nextText();
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParser.java     [all...]
  /packages/apps/Nfc/src/com/android/nfc/
RegisteredComponentCache.java 212 items.add(parser.nextText());
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
DynamicConfig.java 125 valueList.add(parser.nextText());
ReportLog.java 152 valuesList.add(parser.nextText());
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeXmlBlockParser.java 362 public String nextText() throws XmlPullParserException, IOException {
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
LayoutParserWrapper.java 369 public String nextText() throws XmlPullParserException, IOException {
  /libcore/luni/src/test/java/libcore/xml/
XmlPullParserFactoryTest.java 366 public String nextText() throws XmlPullParserException, IOException {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
XmlResourceParserImpl.java 555 public String nextText() throws XmlPullParserException, IOException {
  /frameworks/base/core/java/android/content/res/
XmlBlock.java 277 public String nextText() throws XmlPullParserException,IOException {
  /external/skia/src/sksl/
SkSLParser.cpp 203 StringFragment nextText = this->text(next);
204 if (nextText == "es" || nextText == "compatibility") {
    [all...]
  /external/skqp/src/sksl/
SkSLParser.cpp 203 StringFragment nextText = this->text(next);
204 if (nextText == "es" || nextText == "compatibility") {
    [all...]
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalCooling.java 224 tempList.add(Integer.parseInt(mParser.nextText()));
302 mZone.setZoneID(Integer.parseInt(mParser.nextText()));
304 mZone.setCriticalActionShutdown(Integer.parseInt(mParser.nextText()));
311 Integer.parseInt(mParser.nextText()));
315 Integer.parseInt(mParser.nextText()) + 1);
319 mDevice.setDeviceName(mParser.nextText());
321 mDevice.setDeviceId(Integer.parseInt(mParser.nextText()));
323 mDevice.setClassPath(mParser.nextText());
325 mDevice.setThrottlePath(mParser.nextText());
327 mCurProfileName = mParser.nextText();
    [all...]
ThermalService.java 241 tempList.add(Integer.parseInt(mParser.nextText()));
314 mPlatformInfo.mMaxThermalStates = Integer.parseInt(mParser.nextText());
317 mTempZoneName = mParser.nextText();
319 mCurProfileName = mParser.nextText();
322 String zoneLogic = mParser.nextText();
335 mTempZoneId = Integer.parseInt(mParser.nextText());
337 mCurrZone.setSupportsUEvent(Integer.parseInt(mParser.nextText()));
339 mCurrZone.setEmulTempFlag(Integer.parseInt(mParser.nextText()));
341 mCurrZone.setDBInterval(Integer.parseInt(mParser.nextText()));
345 mCurrZone.setOffset(Integer.parseInt(mParser.nextText()));
    [all...]
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
LeanbackLauncherStrategy.java 626 String nextText;
633 nextText = container.findObject(By.focused(true)).findObject(
636 } while (nextText != null && !nextText.equals(prevText));
645 nextText = container.findObject(By.focused(true)).findObject(
648 } while (nextText != null && !nextText.equals(prevText));
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java     [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
xmlpull-1.1.3.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
xmlpull-1.1.3.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
xmlpull-1.1.3.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
xmlpull-1.1.3.1.jar 
  /prebuilts/tools/common/m2/repository/xmlpull/xmlpull/1.1.3.1/
xmlpull-1.1.3.1.jar 

Completed in 1667 milliseconds

1 2 3 4