Home
last modified time | relevance | path

Searched refs:writeBoolean (Results 1 – 25 of 34) sorted by relevance

12

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhonemetadata.java162 objectOutput.writeBoolean(hasNationalPrefixFormattingRule); in writeExternal()
166 objectOutput.writeBoolean(hasDomesticCarrierCodeFormattingRule); in writeExternal()
170 objectOutput.writeBoolean(nationalPrefixOptionalWhenFormatting_); in writeExternal()
261 objectOutput.writeBoolean(hasNationalNumberPattern); in writeExternal()
266 objectOutput.writeBoolean(hasPossibleNumberPattern); in writeExternal()
271 objectOutput.writeBoolean(hasExampleNumber); in writeExternal()
721 objectOutput.writeBoolean(hasGeneralDesc); in writeExternal()
725 objectOutput.writeBoolean(hasFixedLine); in writeExternal()
729 objectOutput.writeBoolean(hasMobile); in writeExternal()
733 objectOutput.writeBoolean(hasTollFree); in writeExternal()
[all …]
/external/emma/core/java12/com/vladium/emma/data/
DCoverageOptions.java70 out.writeBoolean (options.m_excludeSyntheticMethods); in writeExternal()
71 out.writeBoolean (options.m_excludeBridgeMethods); in writeExternal()
72 out.writeBoolean (options.m_doSUIDCompensation); in writeExternal()
DMetaData.java243 out.writeBoolean (mdata.m_hasSrcFileInfo); in writeExternal()
244 out.writeBoolean (mdata.m_hasLineNumberInfo); in writeExternal()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
DNordsieckStepInterpolator.java232 out.writeBoolean(false); in writeExternal()
234 out.writeBoolean(true); in writeExternal()
241 out.writeBoolean(false); in writeExternal()
243 out.writeBoolean(true); in writeExternal()
DAbstractStepInterpolator.java454 out.writeBoolean(forward); in writeBaseExternal()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
DRemoteControlWriter.java57 out.writeBoolean(dump); in visitDumpCommand()
58 out.writeBoolean(reset); in visitDumpCommand()
/external/javassist/src/main/javassist/util/proxy/
DProxyObjectOutputStream.java49 writeBoolean(true); in writeClassDescriptor()
67 writeBoolean(false); in writeClassDescriptor()
/external/proguard/src/proguard/classfile/io/
DRuntimeDataOutput.java83 public void writeBoolean(boolean v) in writeBoolean() method in RuntimeDataOutput
87 dataOutput.writeBoolean(v); in writeBoolean()
/external/guava/guava/src/com/google/common/io/
DLittleEndianDataOutputStream.java60 @Override public void writeBoolean(boolean v) throws IOException { in writeBoolean() method in LittleEndianDataOutputStream
61 ((DataOutputStream) out).writeBoolean(v); in writeBoolean()
DByteArrayDataOutput.java33 @Override void writeBoolean(boolean v); in writeBoolean() method
DByteStreams.java408 @Override public void writeBoolean(boolean v) { in writeBoolean() method in ByteStreams.ByteArrayDataOutputStream
410 output.writeBoolean(v); in writeBoolean()
/external/guava/guava-tests/test/com/google/common/io/
DLittleEndianDataOutputStreamTest.java44 out.writeBoolean(true); in testWriteLittleEndian()
45 out.writeBoolean(false); in testWriteLittleEndian()
DLittleEndianDataInputStreamTest.java54 out.writeBoolean(true); in initializeData()
55 out.writeBoolean(false); in initializeData()
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/io/
DDataOutput.java26 public void writeBoolean (boolean v) throws IOException; in writeBoolean() method
DRandomAccessFile.java228 public final void writeBoolean (boolean v) throws IOException { in writeBoolean() method in RandomAccessFile
229 dos.writeBoolean(v); in writeBoolean()
DDataOutputStream.java34 public void writeBoolean (boolean v) throws IOException { in writeBoolean() method in DataOutputStream
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DDataOutputCompressor.java52 public void writeBoolean(boolean v) throws IOException { in writeBoolean() method in DataOutputCompressor
53 dataOutput.writeBoolean(v); in writeBoolean()
/external/javassist/src/main/javassist/tools/rmi/
DAppletServer.java168 out.writeBoolean(false); in processRMI()
173 out.writeBoolean(true); in processRMI()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DDataOutputCompressor.java53 public void writeBoolean(boolean v) throws IOException { in writeBoolean() method in DataOutputCompressor
54 dataOutput.writeBoolean(v); in writeBoolean()
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
DInterceptFieldCallback.java26 boolean writeBoolean(Object obj, String name, boolean oldValue, boolean newValue); in writeBoolean() method
DAbstractInterceptFieldCallback.java26 …public boolean writeBoolean(Object obj, String name, boolean oldValue, boolean newValue) { return … in writeBoolean() method in AbstractInterceptFieldCallback
/external/libgdx/gdx/src/com/badlogic/gdx/input/
DRemoteSender.java53 out.writeBoolean(Gdx.input.isPeripheralAvailable(Peripheral.MultitouchScreen)); in RemoteSender()
/external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
DPhonePrefixMap.java134 objectOutput.writeBoolean(phonePrefixMapStorage instanceof FlyweightMapStorage); in writeExternal()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DEncodedValueWriter.java94 public void writeBoolean(boolean value) throws IOException { in writeBoolean() method in EncodedValueWriter
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
DTestCertUtils.java391 out.writeBoolean(false); in writeObject()
393 out.writeBoolean(false); in writeObject()

12