/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
MessageDigest2Test.java | 104 .writeUTF("tests.api.java.security.MessageDigestTest$InitializerFieldsTest3"); 106 output.writeUTF("java.io.Serializable"); // interfaces 109 output.writeUTF("sub_toBeNotSerialized"); // name 111 output.writeUTF("Ljava/lang/String;"); // signature 113 output.writeUTF("sub_toBeNotSerialized2"); // name 115 output.writeUTF("Ljava/lang/String;"); // signature 117 output.writeUTF("sub_toBeSerialized"); // name 119 output.writeUTF("Ljava/lang/String;"); // signature 121 output.writeUTF("sub_toBeSerialized3"); // name 123 output.writeUTF("Ljava/lang/String;"); // signatur [all...] |
/frameworks/base/services/core/java/com/android/server/net/ |
IpConfigStore.java | 79 out.writeUTF(IP_ASSIGNMENT_KEY); 80 out.writeUTF(config.ipAssignment.toString()); 85 out.writeUTF(LINK_ADDRESS_KEY); 86 out.writeUTF(ipAddress.getAddress().getHostAddress()); 90 out.writeUTF(GATEWAY_KEY); 93 out.writeUTF(staticIpConfiguration.gateway.getHostAddress()); 96 out.writeUTF(DNS_KEY); 97 out.writeUTF(inetAddr.getHostAddress()); 103 out.writeUTF(IP_ASSIGNMENT_KEY); 104 out.writeUTF(config.ipAssignment.toString()) [all...] |
NetworkIdentitySet.java | 82 out.writeUTF(value);
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
MessageDigest2Test.java | 106 output.writeUTF("tests.api.java.security.MessageDigestTest$InitializerFieldsTest3"); 108 output.writeUTF("java.io.Serializable"); // interfaces 111 output.writeUTF("sub_toBeNotSerialized"); // name 113 output.writeUTF("Ljava/lang/String;"); // signature 115 output.writeUTF("sub_toBeNotSerialized2"); // name 117 output.writeUTF("Ljava/lang/String;"); // signature 119 output.writeUTF("sub_toBeSerialized"); // name 121 output.writeUTF("Ljava/lang/String;"); // signature 123 output.writeUTF("sub_toBeSerialized3"); // name 125 output.writeUTF("Ljava/lang/String;"); // signatur [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
UTFDataFormatExceptionTest.java | 40 dos.writeUTF(sb.toString()); 62 dos.writeUTF(sb.toString());
|
/external/javassist/src/main/javassist/ |
SerialVersionUID.java | 83 out.writeUTF(javaName); 104 out.writeUTF(interfaces[i]); 121 out.writeUTF(field.getName()); 123 out.writeUTF(field.getFieldInfo2().getDescriptor()); 129 out.writeUTF("<clinit>"); 131 out.writeUTF("()V"); 149 out.writeUTF("<init>"); 151 out.writeUTF(constructor.getMethodInfo2() 178 out.writeUTF(method.getName()); 180 out.writeUTF(method.getMethodInfo2( [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
ReverseGeocoder.java | 326 writeUTF(dos, locale.getLanguage()); 327 writeUTF(dos, locale.getCountry()); 328 writeUTF(dos, locale.getVariant()); 330 writeUTF(dos, address.getThoroughfare()); 334 writeUTF(dos, address.getAddressLine(i)); 336 writeUTF(dos, address.getFeatureName()); 337 writeUTF(dos, address.getLocality()); 338 writeUTF(dos, address.getAdminArea()); 339 writeUTF(dos, address.getSubAdminArea()); 341 writeUTF(dos, address.getCountryName()) [all...] |
/libcore/luni/src/main/java/java/io/ |
DataOutput.java | 193 public abstract void writeUTF(String str) throws IOException;
|
ObjectStreamClass.java | 445 output.writeUTF(cl.getName()); 483 output.writeUTF(interfaces[i].getName()); 509 output.writeUTF(field.getName()); 511 output.writeUTF(descriptorForFieldSignature(getFieldSignature(field))); 522 output.writeUTF(CLINIT_NAME); 524 output.writeUTF(CLINIT_SIGNATURE); 557 output.writeUTF("<init>"); 559 output.writeUTF(descriptorForSignature( 591 output.writeUTF(method.getName()); 593 output.writeUTF(descriptorForSignature [all...] |
/external/emma/core/java12/com/vladium/jcd/cls/constant/ |
CONSTANT_Utf8_info.java | 71 out.writeUTF (m_value);
|
/external/guava/guava/src/com/google/common/io/ |
ByteArrayDataOutput.java | 42 @Override void writeUTF(String s);
|
LittleEndianDataOutputStream.java | 70 * dangerous. Please use {@link #writeUTF(String s)}, 161 @Override public void writeUTF(String str) throws IOException { 162 ((DataOutputStream) out).writeUTF(str);
|
/external/proguard/src/proguard/classfile/io/ |
RuntimeDataOutput.java | 213 public void writeUTF(String str) 217 dataOutput.writeUTF(str);
|
/external/emma/core/java12/com/vladium/emma/data/ |
ClassDescriptor.java | 192 out.writeUTF (cls.m_packageVMName); 193 out.writeUTF (cls.m_name); 200 out.writeUTF (cls.m_srcFileName);
|
/libcore/luni/src/test/java/libcore/java/io/ |
DataOutputStreamTest.java | 97 os.writeUTF(maxLength); 114 os.writeUTF("\u0000"); 121 os.writeUTF(tooLong);
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
Phonemetadata.java | 154 objectOutput.writeUTF(pattern_); 155 objectOutput.writeUTF(format_); 159 objectOutput.writeUTF(leadingDigitsPattern_.get(i)); 164 objectOutput.writeUTF(nationalPrefixFormattingRule_); 168 objectOutput.writeUTF(domesticCarrierCodeFormattingRule_); 263 objectOutput.writeUTF(nationalNumberPattern_); 268 objectOutput.writeUTF(possibleNumberPattern_); 273 objectOutput.writeUTF(exampleNumber_); 786 objectOutput.writeUTF(id_); 788 objectOutput.writeUTF(internationalPrefix_) [all...] |
/external/emma/core/java12/com/vladium/jcd/cls/ |
ClassDef.java | 277 dout.writeUTF (Types.vmNameToJavaName (getName ())); // [in Java format] 323 dout.writeUTF (ifcs [i]); 354 dout.writeUTF (fd.m_name); 356 dout.writeUTF (fd.m_descriptor); 411 dout.writeUTF (IClassDefConstants.CLINIT_NAME); 413 dout.writeUTF (IClassDefConstants.CLINIT_DESCRIPTOR); 424 dout.writeUTF (IClassDefConstants.INIT_NAME); 426 dout.writeUTF (cd.m_descriptor.replace ('/', '.')); 438 dout.writeUTF (md.m_name); 440 dout.writeUTF (md.m_descriptor.replace ('/', '.')) [all...] |
/frameworks/base/services/backup/java/com/android/server/backup/ |
PackageManagerBackupAgent.java | 231 outputBufferStream.writeUTF(home.flattenToString()); 233 outputBufferStream.writeUTF(homeInstaller != null ? homeInstaller : "" ); 254 outputBufferStream.writeUTF(Build.VERSION.INCREMENTAL); 603 out.writeUTF(STATE_FILE_HEADER); 608 out.writeUTF(DEFAULT_HOME_KEY); 609 out.writeUTF(preferredHome.flattenToString()); 615 out.writeUTF(GLOBAL_METADATA_KEY); 617 out.writeUTF(Build.VERSION.INCREMENTAL); 621 out.writeUTF(pkg.packageName);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
TestResultsBackupHelper.java | 73 dataOutput.writeUTF(name); 76 dataOutput.writeUTF(details != null ? details : "");
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/prefixmapper/ |
DefaultMapStorage.java | 86 objectOutput.writeUTF(descriptions[i]);
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/ |
DurableUtils.java | 88 out.writeUTF(value);
|
/external/javassist/src/main/javassist/tools/rmi/ |
AppletServer.java | 169 out.writeUTF(err.toString()); 232 out.writeUTF("error"); 237 out.writeUTF(found.object.getClass().getName());
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
PerformanceResults.java | 909 stream.writeUTF(this.name == null ? DB_Results.getLastCurrentBuild() : this.name); 910 stream.writeUTF(this.baselineName == null ? DB_Results.getLastBaselineBuild(null) : this.baselineName); 911 stream.writeUTF(this.baselinePrefix == null ? "" : this.baselinePrefix); 917 stream.writeUTF(this.sortedConfigNames[i]); 918 stream.writeUTF(this.sortedConfigDescriptions[i]); 926 stream.writeUTF(builds[i]); 933 stream.writeUTF(this.components[i]); 940 stream.writeUTF(scenarioResults.getName()); 941 stream.writeUTF(scenarioResults.getLabel());
|
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/prefixmapper/ |
FlyweightMapStorageTest.java | 95 objectOutputStream.writeUTF("hello");
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiConfigStore.java | [all...] |