Home
last modified time | relevance | path

Searched defs:is (Results 1 – 12 of 12) sorted by relevance

/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DAddr2Line.java155 InputStreamReader is = new InputStreamReader(mProcess in start() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DRulesEngine.java457 InputStream is = AdtPlugin.readEmbeddedFileAsStream( in loadRule() local
474 InputStream is = ((IFile) r).getContents(); in loadRule() local
537 private IViewRule loadStream(InputStream is, String fqcn, String codeBase) { in loadStream()
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/
DMethodProfilingHandler.java148 InputStreamReader is = new InputStreamReader(p.getErrorStream()); in openInTraceview() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DBaseBuilder.java277 InputStreamReader is = new InputStreamReader(process.getErrorStream()); in grabProcessOutput() local
298 InputStreamReader is = new InputStreamReader(process.getInputStream()); in grabProcessOutput() local
/sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/groovy/
DLayoutAnalysisCategory.java165 public static boolean is(Node node, String name) { in is() method in LayoutAnalysisCategory
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtPlugin.java502 InputStream is = readEmbeddedFileAsStream(filepath); in readEmbeddedTextFile() local
531 InputStream is = readEmbeddedFileAsStream(filepath); in readEmbeddedFile() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
DExportWizard.java630 InputStreamReader is = new InputStreamReader(process.getErrorStream()); in grabProcessOutput() local
651 InputStreamReader is = new InputStreamReader(process.getInputStream()); in grabProcessOutput() local
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
DAvdSelector.java1074 InputStreamReader is = new InputStreamReader(process.getErrorStream()); in grabEmulatorOutput() local
1095 InputStreamReader is = new InputStreamReader(process.getInputStream()); in grabEmulatorOutput() local
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
DArchive.java507 InputStream is = null; in fileChecksum() local
582 InputStream is = null; in fetchUrl() local
DRepoSource.java332 InputStream is = null; in fetchUrl() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DAndroidLaunchController.java1599 InputStreamReader is = new InputStreamReader(process.getErrorStream()); in grabEmulatorOutput() local
1620 InputStreamReader is = new InputStreamReader(process.getInputStream()); in grabEmulatorOutput() local
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DDeviceExplorer.java437 InputStreamReader is = new InputStreamReader(p.getErrorStream()); in handleTraceDoubleClick() local