Searched refs:out (Results 351 - 375 of 484) sorted by path

<<11121314151617181920

/frameworks/base/tools/aapt/
H A DAaptAssets.cpp881 ResTable_config* out)
884 if (out) out->mcc = 0;
905 if (out) out->mcc = d;
913 ResTable_config* out)
916 if (out) out->mcc = 0;
935 if (out) {
936 out
880 getMccName(const char* name, ResTable_config* out) argument
912 getMncName(const char* name, ResTable_config* out) argument
949 getLocaleName(const char* fileName, ResTable_config* out) argument
991 getLayoutDirectionName(const char* name, ResTable_config* out) argument
1013 getScreenLayoutSizeName(const char* name, ResTable_config* out) argument
1046 getScreenLayoutLongName(const char* name, ResTable_config* out) argument
1069 getOrientationName(const char* name, ResTable_config* out) argument
1089 getUiModeTypeName(const char* name, ResTable_config* out) argument
1122 getUiModeNightName(const char* name, ResTable_config* out) argument
1145 getDensityName(const char* name, ResTable_config* out) argument
1217 getTouchscreenName(const char* name, ResTable_config* out) argument
1237 getKeysHiddenName(const char* name, ResTable_config* out) argument
1264 getKeyboardName(const char* name, ResTable_config* out) argument
1284 getNavHiddenName(const char* name, ResTable_config* out) argument
1308 getNavigationName(const char* name, ResTable_config* out) argument
1331 getScreenSizeName(const char* name, ResTable_config* out) argument
1366 getSmallestScreenWidthDpName(const char* name, ResTable_config* out) argument
1391 getScreenWidthDpName(const char* name, ResTable_config* out) argument
1414 getScreenHeightDpName(const char* name, ResTable_config* out) argument
1437 getVersionName(const char* name, ResTable_config* out) argument
[all...]
H A DAaptAssets.h62 * This structure contains a specific variation of a single file out
81 static bool getMccName(const char* name, ResTable_config* out = NULL);
82 static bool getMncName(const char* name, ResTable_config* out = NULL);
83 static bool getLocaleName(const char* name, ResTable_config* out = NULL);
84 static bool getScreenLayoutSizeName(const char* name, ResTable_config* out = NULL);
85 static bool getScreenLayoutLongName(const char* name, ResTable_config* out = NULL);
86 static bool getOrientationName(const char* name, ResTable_config* out = NULL);
87 static bool getUiModeTypeName(const char* name, ResTable_config* out = NULL);
88 static bool getUiModeNightName(const char* name, ResTable_config* out = NULL);
89 static bool getDensityName(const char* name, ResTable_config* out
[all...]
H A DImages.cpp586 // Figure out the number of rows and columns in the N-patch
829 png_bytep out = outRows[j]; local
877 *out++ = idx;
952 png_bytep out = outRows[j]; local
960 *out++ = rr;
962 *out++ = (png_byte) (rr * 0.2126f + gg * 0.7152f + bb * 0.0722f);
965 *out++ = aa;
1346 // Actually write out to the new png
H A DPackage.cpp453 ssize_t processJarFile(ZipFile* jar, ZipFile* out) argument
470 out->add(data, size, storageName, compressionMethod, NULL);
/frameworks/base/tools/aapt/tests/plurals/
H A Drun.sh2 TEST_OUT_DIR=out/plurals_test
10 -I out/target/common/obj/APPS/framework-res_intermediates/package-export.apk \
/frameworks/base/tools/aidl/
H A Daidl_language_l.l87 out { SET_BUFFER(OUT); return OUT; }
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DLog_Delegate.java46 System.out.println(prefix + msg);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java171 System.out.println(message);
224 // which is generally OK yet might be a problem, so this is how you'd find out.
474 //System.out.println(String.format("Missing id: %1$08X (%1$d)", value));
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java216 System.out.println("PUSH " + parser.getParser().toString());
227 System.out.println("POPD " + parser.getParser().toString());
H A DBridgeXmlBlockParser.java59 System.out.println("CRTE " + parser.toString());
295 System.out.println("STRT " + mParser.toString());
304 System.out.println("NEXT " + mParser.toString() + " " +
313 System.out.println("");
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DCustomBar.java274 TypedValue out = new TypedValue();
275 if (ResourceHelper.parseFloatAttribute("textSize", textSize.getValue(), out,
278 out.getDimension(bridgeContext.getResources().getDisplayMetrics()));
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DDelegateManager.java103 System.out.println("Unknown " + mClass.getSimpleName() + " with int " +
126 System.out.println("New " + mClass.getSimpleName() + " with int " + native_object);
140 System.out.println("Removing main Java ref on " + mClass.getSimpleName() +
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParserTest.java107 System.out.println(s);
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DLog.java40 System.out.print(s);
69 System.out.println(msg);
/frameworks/base/tools/preload/
H A DMemoryUsage.java192 System.err.println("Timed out while measuring "
274 private static void copy(InputStream in, OutputStream out) { argument
279 out.write(buffer, 0, read);
H A DPrintCsv.java42 printHeaders(System.out);
51 printRow(System.out, baseline, loadedClass);
55 static void printHeaders(PrintStream out) { argument
56 out.println("Name"
70 static void printRow(PrintStream out, MemoryUsage baseline, argument
72 out.print(loadedClass.name);
73 out.print(',');
74 out.print(loadedClass.preloaded);
75 out.print(',');
76 out
[all...]
H A DPrintHtmlDiff.java71 PrintStream out = System.out;
73 out.println("<html><body>");
74 out.println("<style>");
75 out.println("a, th, td, h2 { font-family: arial }");
76 out.println("th, td { font-size: small }");
77 out.println("</style>");
78 out.println("<script src=\"sorttable.js\"></script>");
79 out.println("<p><a href=\"#removed\">Removed</a>");
80 out
87 printTable(PrintStream out, MemoryUsage baseline, Iterable<LoadedClass> classes) argument
[all...]
H A DProc.java155 * Prints a child proc to standard out.
158 System.out.println(prefix + "id=" + id + ", name=" + name);
H A DRoot.java135 FileOutputStream out = new FileOutputStream(fileName);
137 new BufferedOutputStream(out));
H A DWritePreloadedClassFile.java57 Writer out = new BufferedWriter(new OutputStreamWriter(
61 out.write("# Classes which are preloaded by"
63 out.write("# Automatically generated by frameworks/base/tools/preload/"
65 out.write("# MIN_LOAD_TIME_MICROS=" + MIN_LOAD_TIME_MICROS + "\n");
66 out.write("# MIN_PROCESSES=" + MIN_PROCESSES + "\n");
93 System.out.println(initialSize
109 System.out.println("Added " + (toPreload.size() - initialSize)
112 System.out.println(toPreload.size()
121 out.write(loadedClass.name + "\n");
124 out
[all...]
/frameworks/base/tools/preload/loadclass/
H A DLoadClass.java77 System.out.println(response.toString());
/frameworks/base/voip/java/android/net/sip/
H A DSipProfile.java195 * @throws IllegalArgumentException if the port number is out of range
326 public void writeToParcel(Parcel out, int flags) { argument
327 out.writeSerializable(mAddress);
328 out.writeString(mProxyAddress);
329 out.writeString(mPassword);
330 out.writeString(mDomain);
331 out.writeString(mProtocol);
332 out.writeString(mProfileName);
333 out.writeInt(mSendKeepAlive ? 1 : 0);
334 out
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DRssiPacketCountInfo.java48 public void writeToParcel(Parcel out, int flags) { argument
49 out.writeInt(rssi);
50 out.writeInt(txgood);
51 out.writeInt(txbad);
H A DWifiApConfigStore.java176 DataOutputStream out = null;
178 out = new DataOutputStream(new BufferedOutputStream(
181 out.writeInt(AP_CONFIG_FILE_VERSION);
182 out.writeUTF(config.SSID);
184 out.writeInt(authType);
186 out.writeUTF(config.preSharedKey);
191 if (out != null) {
193 out.close();
H A DWifiConfigStore.java717 DataOutputStream out = null;
719 out = new DataOutputStream(new BufferedOutputStream(
722 out.writeInt(IPCONFIG_FILE_VERSION);
731 out.writeUTF(IP_ASSIGNMENT_KEY);
732 out.writeUTF(config.ipAssignment.toString());
734 out.writeUTF(LINK_ADDRESS_KEY);
735 out.writeUTF(linkAddr.getAddress().getHostAddress());
736 out.writeInt(linkAddr.getNetworkPrefixLength());
739 out.writeUTF(GATEWAY_KEY);
742 out
[all...]

Completed in 118 milliseconds

<<11121314151617181920