Searched refs:writeBoolean (Results 1 - 25 of 38) 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/javassist/src/main/javassist/util/proxy/
H A DProxyObjectOutputStream.java49 writeBoolean(true);
67 writeBoolean(false);
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhonemetadata.java162 objectOutput.writeBoolean(hasNationalPrefixFormattingRule);
166 objectOutput.writeBoolean(hasDomesticCarrierCodeFormattingRule);
170 objectOutput.writeBoolean(nationalPrefixOptionalWhenFormatting_);
261 objectOutput.writeBoolean(hasNationalNumberPattern);
266 objectOutput.writeBoolean(hasPossibleNumberPattern);
271 objectOutput.writeBoolean(hasExampleNumber);
721 objectOutput.writeBoolean(hasGeneralDesc);
725 objectOutput.writeBoolean(hasFixedLine);
729 objectOutput.writeBoolean(hasMobile);
733 objectOutput.writeBoolean(hasTollFre
[all...]
/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.java476 @Override public void writeBoolean(boolean v) { method in class:ByteStreams.ByteArrayDataOutputStream
478 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/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
H A DInterceptFieldCallback.java26 boolean writeBoolean(Object obj, String name, boolean oldValue, boolean newValue); method in interface:InterceptFieldCallback
H A DAbstractInterceptFieldCallback.java26 public boolean writeBoolean(Object obj, String name, boolean oldValue, boolean newValue) { return newValue; } method in class:AbstractInterceptFieldCallback
/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.java678 out.writeBoolean(true);
679 out.writeBoolean(false);
/external/javassist/src/main/javassist/tools/rmi/
H A DAppletServer.java168 out.writeBoolean(false);
173 out.writeBoolean(true);
/external/libphonenumber/java/src/com/android/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.java87 public void writeBoolean(boolean value) throws IOException { method in class:EncodedValueWriter
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java391 out.writeBoolean(false);
393 out.writeBoolean(false);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
H A DDexPool.java105 writer.writeBoolean(((BooleanEncodedValue)encodedValue).getValue());
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DDexBuilder.java221 writer.writeBoolean(((BooleanEncodedValue)encodedValue).getValue());
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJCEECPrivateKey.java480 out.writeBoolean(withCompression);
H A DJCEECPublicKey.java536 out.writeBoolean(withCompression);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowParcel.java177 public void writeBoolean(boolean b) { method in class:ShadowParcel
222 writeBoolean(b);
/external/smack/src/org/jivesoftware/smack/util/collections/
H A DAbstractReferenceMap.java977 out.writeBoolean(purgeValues);
/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/ ...

Completed in 394 milliseconds

12