Home
last modified time | relevance | path

Searched refs:out (Results 1 – 25 of 116) sorted by relevance

12345

/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
DPsdFile.java68 DataOutputStream out = new DataOutputStream(new BufferedOutputStream(stream)); in write() local
70 mHeader.write(out); in write()
71 out.flush(); in write()
73 mColorMode.write(out); in write()
74 mImageResources.write(out); in write()
75 mLayersMasksInfo.write(out); in write()
76 mLayersInfo.write(out); in write()
77 out.flush(); in write()
79 mLayersInfo.writeImageData(out); in write()
80 out.flush(); in write()
[all …]
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DCaptureLoader.java44 BufferedWriter out = null; in saveLayers() local
52 out = new BufferedWriter(new OutputStreamWriter(socket.getOutputStream())); in saveLayers()
55 out.write("CAPTURE_LAYERS " + window.encode()); in saveLayers()
56 out.newLine(); in saveLayers()
57 out.flush(); in saveLayers()
74 if (out != null) { in saveLayers()
75 out.close(); in saveLayers()
94 System.out.println("Found end of layers list"); in readLayer()
98 System.out.println("name = " + name); in readLayer()
132 BufferedWriter out = null; in loadCapture() local
[all …]
DWindowsLoader.java36 BufferedWriter out = null; in loadWindows() local
37 System.out.println("protocol = " + protocol); in loadWindows()
38 System.out.println("version = " + server); in loadWindows()
46 out = new BufferedWriter(new OutputStreamWriter(socket.getOutputStream())); in loadWindows()
49 out.write("LIST"); in loadWindows()
50 out.newLine(); in loadWindows()
51 out.flush(); in loadWindows()
80 if (out != null) { in loadWindows()
81 out.close(); in loadWindows()
DVersionLoader.java43 BufferedWriter out = null; in loadVersion() local
50 out = new BufferedWriter(new OutputStreamWriter(socket.getOutputStream())); in loadVersion()
53 out.write(command); in loadVersion()
54 out.newLine(); in loadVersion()
55 out.flush(); in loadVersion()
62 if (out != null) { in loadVersion()
63 out.close(); in loadVersion()
DViewManager.java44 BufferedWriter out = null; in sendCommand() local
51 out = new BufferedWriter(new OutputStreamWriter(socket.getOutputStream())); in sendCommand()
53 out.write(command + " " + window.encode() + " " + params); in sendCommand()
54 out.newLine(); in sendCommand()
55 out.flush(); in sendCommand()
60 if (out != null) { in sendCommand()
61 out.close(); in sendCommand()
DProfilesLoader.java40 BufferedWriter out = null; in loadProfiles() local
47 out = new BufferedWriter(new OutputStreamWriter(socket.getOutputStream())); in loadProfiles()
50 out.write("PROFILE " + window.encode() + " " + params); in loadProfiles()
51 out.newLine(); in loadProfiles()
52 out.flush(); in loadProfiles()
66 if (out != null) { in loadProfiles()
67 out.close(); in loadProfiles()
DViewHierarchyLoader.java44 BufferedWriter out = null; in loadScene() local
49 System.out.println("==> Starting client"); in loadScene()
55 out = new BufferedWriter(new OutputStreamWriter(socket.getOutputStream())); in loadScene()
58 System.out.println("==> DUMP"); in loadScene()
60 out.write("DUMP " + window.encode()); in loadScene()
61 out.newLine(); in loadScene()
62 out.flush(); in loadScene()
119 if (out != null) { in loadScene()
120 out.close(); in loadScene()
131 System.out.println("==> DONE"); in loadScene()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/
DHierarchyViewer.java65 System.out.println("List of devices attached"); in listDevices()
78 System.out.println(device.toString() + "\t\t" + in printDevice()
90 System.out.println("Capturing layers to " + file); in outputPsd()
93 System.out.println("The selected device does not exist"); in outputPsd()
121 System.out.println("Usage: hierarchyviewer1 [options]\n"); in main()
122 System.out.println("Options:"); in main()
123 System.out.println(" --help\t\t\t Show this help message and exit"); in main()
124 System.out.println(" --no-profiling\t Disable views profiling"); in main()
125 System.out.println(" --devices\t\t\t Show the list of available devices"); in main()
126 System.out.println(" --psd [device] <file>\t Export psd and exit"); in main()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
DNdkDiscoveredPathInfo.java138 PrintStream out = new PrintStream(infoFile); in save() local
141 out.print("t,"); //$NON-NLS-1$ in save()
142 out.print(mLastUpdate); in save()
143 out.println(); in save()
146 out.print("i,"); //$NON-NLS-1$ in save()
147 out.print(include.toPortableString()); in save()
148 out.println(); in save()
152 out.print("d,"); //$NON-NLS-1$ in save()
153 out.print(symbol.getKey()); in save()
154 out.print(","); //$NON-NLS-1$ in save()
[all …]
/sdk/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/
DRect.java29 public void writeToParcel(Parcel out) { in writeToParcel() argument
30 out.writeInt(left); in writeToParcel()
31 out.writeInt(top); in writeToParcel()
32 out.writeInt(right); in writeToParcel()
33 out.writeInt(bottom); in writeToParcel()
/sdk/attribute_stats/src/
DAnalyzer.java168 System.out.println("Analyzed " + mFileVisitCount + " files..."); in scanDirectory()
227 System.out.println("Warning: found <item> tag in a layout file in " in analyzeElement()
360 System.out.println("Analyzed " + mLayoutFileCount in printStatistics()
362 System.out.println("Top " + ATTRIBUTE_COUNT in printStatistics()
364 System.out.println("\n"); in printStatistics()
365 System.out.println(" Rank Count Share Attribute"); in printStatistics()
366 System.out.println("========================================================="); in printStatistics()
376 System.out.println("\n\n\nTop " + ATTRIBUTE_COUNT + " layout attributes (excluding " in printStatistics()
378 System.out.println("\n"); in printStatistics()
379 System.out.println(" Rank Count Share Attribute"); in printStatistics()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DGraphicsUtilities.java103 public static int getVerticalPixels(ImageData data, int x, int y, int height, int[] out) { in getVerticalPixels() argument
107 if (out == null) { in getVerticalPixels()
110 if (height > out.length) { in getVerticalPixels()
131 data.getPixels(x, (y + idx), 1, out, idx); in getVerticalPixels()
140 public static void getHorizontalPixels(ImageData data, int x, int y, int width, int[] out) { in getHorizontalPixels() argument
144 if (out == null) { in getHorizontalPixels()
147 if (width > out.length) { in getHorizontalPixels()
166 data.getPixels(x, y, width, out, 0); in getHorizontalPixels()
DNinePatchedImage.java374 private static boolean findPatches(int[] pixels, List<Tick> out) { in findPatches() argument
380 out.clear(); in findPatches()
392 out.add(patch); in findPatches()
404 out.add(patch); in findPatches()
492 private static void findContentArea(int[] pixels, List<Tick> out) { in findContentArea() argument
497 out.clear(); in findContentArea()
503 out.add(contents); in findContentArea()
515 out.add(contents); in findContentArea()
724 System.out.println(String.format("width:%d, height:%d", width, height)); in getProjections()
745 System.out.println(String.format("xZoom:%f, yZoom:%f", xZoom, yZoom)); in getProjections()
[all …]
/sdk/eventanalyzer/src/com/android/eventanalyzer/
DEventAnalyzer.java465 System.out.println("Usage:"); in printUsageAndQuit()
466 System.out.println(" eventanalyzer [-t <TAG_FILE>] <SOURCE> <OUTPUT>"); in printUsageAndQuit()
467 System.out.println(""); in printUsageAndQuit()
468 System.out.println("Possible sources:"); in printUsageAndQuit()
469 … System.out.println(" -fb <file> The path to a binary event log, gathered by dumpeventlog"); in printUsageAndQuit()
470 …System.out.println(" -ft <file> The path to a text event log, gathered by adb logcat -b event… in printUsageAndQuit()
471 … System.out.println(" -F <folder> The path to a folder containing multiple text log files."); in printUsageAndQuit()
472 …System.out.println(" -s <serial> The serial number of the Device to grab the event log from."); in printUsageAndQuit()
473 System.out.println("Options:"); in printUsageAndQuit()
474 …System.out.println(" -t <file> The path to tag file to use in case the one associated with"); in printUsageAndQuit()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DStringEvaluator.java69 StringWriter out = new StringWriter(); in evaluate() local
70 inputsTemplate.process(mParameters, out); in evaluate()
71 out.flush(); in evaluate()
72 return out.toString(); in evaluate()
DTemplateHandler.java463 StringWriter out = new StringWriter(); in processVariables() local
464 inputsTemplate.process(paramMap, out); in processVariables()
465 out.flush(); in processVariables()
466 xml = out.toString(); in processVariables()
586 StringWriter out = new StringWriter(); in execute() local
587 freemarkerTemplate.process(paramMap, out); in execute()
588 out.flush(); in execute()
589 String xml = out.toString(); in execute()
739 Writer out = new StringWriter(); in merge() local
740 template.process(paramMap, out); in merge()
[all …]
/sdk/testapps/customPropAnimTest/src/com/android/custompropertyanimation/
DMyView.java15 System.out.println("foo = " + foo); in setFoo()
20 System.out.println("getFoo() returning " + mFoo); in getFoo()
/sdk/testapps/aidlTest/libWithAidl/src/com/android/tests/aidl/lib/
DMyParcelable.java29 public void writeToParcel(Parcel out, int flags) { in writeToParcel() argument
30 out.writeInt(mData); in writeToParcel()
/sdk/eclipse/scripts/
Dbuild_adt.sh48 cp -rv out/host/maven/bundles-*/products/*.zip "$DIST"/
49 cp -rv out/host/maven/p2repo-*/p2repo-*.zip "$DIST"/p2repo-$BNUM.zip
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateHandlerTest.java162 System.out.println("Checked blank project successfully in " in testNewBlankProject()
247 System.out.println("Successfully checked " + sCount + " template permutations in " in testCreateRemainingTemplates()
263 System.out.println("Successfully checked " + sCount + " project permutations in " in testCreateRemainingProjects()
276 System.out.println("Checked " + templateFile.getName() + " successfully in " in checkCreateActivityInProject()
288 System.out.println("Checked " + templateFile.getName() + " successfully in " in checkCreateTemplate()
384 System.out.println("checking base " + base); in checkTemplate()
496 System.out.println("checking base " + base); in checkProjectWithActivity()
609 public void out(@Nullable String line) { in out() method in TemplateHandlerTest.OutputGrabber
745 … System.out.println("Created project " + project + " : " + AdtUtils.getAbsolutePath(project)); in createProject()
750 System.out.println("Begin build error check"); in ensureValidProject()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DLayoutTestBase.java114 System.out.println("Could not find: " + fragment); in dragInto()
115 System.out.println("Full graphics output: " + drawn); in dragInto()
151 System.out.println(message); in dragInto()
184 System.out.println("Expected items: " + expectedList); in assertContainsSame()
185 System.out.println("Actual items : " + actualList); in assertContainsSame()
/sdk/dumpeventlog/src/com/android/dumpeventlog/
DDumpEventLog.java57 System.out.println(e); in newData()
76 System.out.println("Usage: dumpeventlog <device s/n> <filepath>"); in main()
/sdk/build/
Dpatch_windows_sdk.sh39 ${TOPDIR}out/host/linux-x86/bin/atree -f ${TOPDIR}sdk/build/tools.windows.atree \
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DFlagManagerTest.java114 System.out.println("No region name found for region code " + code); in testAvailableImages()
141 System.out.println(sb.toString()); in testAvailableImages()
161 System.out.println(sb.toString()); in testAvailableImages()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/
DApiDemosRenderingTest.java252 System.out.println("Rendering " + layout.getName()); in testSample()
284 System.out.println("FAILED"); in testSample()
288 System.out.println("Ignore custom views for now"); in testSample()
295 System.out.println("Success!"); in testSample()

12345