Searched refs:writeBoolean (Results 1 - 25 of 46) sorted by relevance

12

/external/emma/core/java12/com/vladium/emma/data/
H A DCoverageOptions.java70 out.writeBoolean (options.m_excludeSyntheticMethods);
71 out.writeBoolean (options.m_excludeBridgeMethods);
72 out.writeBoolean (options.m_doSUIDCompensation);
H A DMetaData.java243 out.writeBoolean (mdata.m_hasSrcFileInfo);
244 out.writeBoolean (mdata.m_hasLineNumberInfo);
H A DDataFactory.java257 out.writeBoolean (array [i]);
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
H A DRemoteControlWriter.java57 out.writeBoolean(dump);
58 out.writeBoolean(reset);
/external/javassist/src/main/javassist/util/proxy/
H A DProxyObjectOutputStream.java49 writeBoolean(true);
67 writeBoolean(false);
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhonemetadata.java168 objectOutput.writeBoolean(hasNationalPrefixFormattingRule);
172 objectOutput.writeBoolean(hasDomesticCarrierCodeFormattingRule);
176 objectOutput.writeBoolean(nationalPrefixOptionalWhenFormatting_);
307 objectOutput.writeBoolean(hasNationalNumberPattern);
324 objectOutput.writeBoolean(hasExampleNumber);
834 objectOutput.writeBoolean(hasGeneralDesc);
838 objectOutput.writeBoolean(hasFixedLine);
842 objectOutput.writeBoolean(hasMobile);
846 objectOutput.writeBoolean(hasTollFree);
850 objectOutput.writeBoolean(hasPremiumRat
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
H A DNordsieckStepInterpolator.java232 out.writeBoolean(false);
234 out.writeBoolean(true);
241 out.writeBoolean(false);
243 out.writeBoolean(true);
H A DAbstractStepInterpolator.java454 out.writeBoolean(forward);
/external/guava/guava/src/com/google/common/io/
H A DByteArrayDataOutput.java33 @Override void writeBoolean(boolean v); method in interface:ByteArrayDataOutput
H A DLittleEndianDataOutputStream.java60 @Override public void writeBoolean(boolean v) throws IOException { method in class:LittleEndianDataOutputStream
61 ((DataOutputStream) out).writeBoolean(v);
H A DByteStreams.java408 @Override public void writeBoolean(boolean v) { method in class:ByteStreams.ByteArrayDataOutputStream
410 output.writeBoolean(v);
/external/proguard/src/proguard/classfile/io/
H A DRuntimeDataOutput.java83 public void writeBoolean(boolean v) method in class:RuntimeDataOutput
87 dataOutput.writeBoolean(v);
/external/guava/guava-tests/test/com/google/common/io/
H A DLittleEndianDataInputStreamTest.java54 out.writeBoolean(true);
55 out.writeBoolean(false);
H A DLittleEndianDataOutputStreamTest.java44 out.writeBoolean(true);
45 out.writeBoolean(false);
H A DByteStreamsTest.java335 out.writeBoolean(true);
336 out.writeBoolean(false);
/external/javassist/src/main/javassist/tools/rmi/
H A DAppletServer.java168 out.writeBoolean(false);
173 out.writeBoolean(true);
/external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
H A DPhonePrefixMap.java134 objectOutput.writeBoolean(phonePrefixMapStorage instanceof FlyweightMapStorage);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DEncodedValueWriter.java94 public void writeBoolean(boolean value) throws IOException { method in class:EncodedValueWriter
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
H A DDexPool.java132 writer.writeBoolean(((BooleanEncodedValue)encodedValue).getValue());
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJCEECPrivateKey.java481 out.writeBoolean(withCompression);
H A DJCEECPublicKey.java532 out.writeBoolean(withCompression);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DDexBuilder.java220 writer.writeBoolean(((BooleanEncodedValue)encodedValue).getValue());
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowParcel.java177 public void writeBoolean(boolean b) { method in class:ShadowParcel
222 writeBoolean(b);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dyjp-controller-api-redist.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/yourkit/ com/yourkit/api/ com/yourkit/runtime/ com/ ...
/external/guice/extensions/persist/lib/
H A Dcglib-nodep-3.0.jarMETA-INF/MANIFEST.MF LICENSE NOTICE net/sf/cglib/beans/BeanCopier$BeanCopierKey.class BeanCopier. ...

Completed in 1195 milliseconds

12