Searched defs:stream (Results 1 – 13 of 13) sorted by relevance
/development/tools/layoutopt/libs/uix/src/com/android/layoutopt/uix/util/ |
D | IOUtilities.java | 37 public static boolean close(Closeable stream) { in close()
|
/development/tools/layoutopt/libs/uix/src/com/android/layoutopt/uix/ |
D | LayoutAnalyzer.java | 96 private void loadRule(GroovyShell shell, String name, InputStream stream) { in loadRule() 146 public LayoutAnalysis analyze(InputStream stream) { in analyze() 150 private LayoutAnalysis analyze(String name, InputStream stream) { in analyze()
|
/development/samples/BrowserPlugin/jni/ |
D | main.cpp | 266 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty… in NPP_NewStream() 272 NPError NPP_DestroyStream(NPP instance, NPStream* stream, NPReason reason) in NPP_DestroyStream() 277 int32 NPP_WriteReady(NPP instance, NPStream* stream) in NPP_WriteReady() 282 int32 NPP_Write(NPP instance, NPStream* stream, int32 offset, int32 len, void* buffer) in NPP_Write() 287 void NPP_StreamAsFile(NPP instance, NPStream* stream, const char* fname) in NPP_StreamAsFile()
|
/development/tools/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/icons/ |
D | ImageFactory.java | 67 InputStream stream = getClass().getResourceAsStream(imageName); in getImageByName() local
|
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
D | NewXmlFileWizard.java | 181 InputStream stream = new ByteArrayInputStream(buf); in createXmlFile() local
|
/development/tools/ninepatch/src/com/android/ninepatch/ |
D | GraphicsUtilities.java | 36 public static BufferedImage loadCompatibleImage(InputStream stream) throws IOException { in loadCompatibleImage()
|
D | NinePatch.java | 95 public static NinePatch load(InputStream stream, boolean is9Patch, boolean convert) in load()
|
/development/samples/Home/src/com/example/android/home/ |
D | Wallpaper.java | 98 InputStream stream = getResources().openRawResource(IMAGE_IDS[position]); in selectWallpaper() local
|
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
D | NewProjectWizard.java | 797 InputStream stream = new ByteArrayInputStream( in addManifest() local 852 InputStream stream = new ByteArrayInputStream( in addStringDictionaryFile() local 913 InputStream stream = new ByteArrayInputStream(source); in addFile() local 1064 InputStream stream = new ByteArrayInputStream(template.getBytes("UTF-8")); //$NON-NLS-1$ in copyFile() local
|
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
D | AdtPlugin.java | 199 public AndroidPrintStream(IProject project, String prefix, OutputStream stream) { in AndroidPrintStream() 607 BufferedInputStream stream = new BufferedInputStream( in readEmbeddedFile() local
|
/development/tools/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
D | DdmsPlugin.java | 586 private static synchronized void printToStream(MessageConsoleStream stream, String tag, in printToStream()
|
/development/emulator/qtools/ |
D | callstack.h | 761 void CallStack<FRAME, BASE>::showStack(FILE *stream) in showStack()
|
D | trace_reader.h | 1027 void TraceReader<T>::DumpRegions(FILE *stream, ProcessState *pstate) { in DumpRegions() 1384 void TraceReader<T>::ProcessState::DumpStack(FILE *stream) in DumpStack()
|