Home
last modified time | relevance | path

Searched refs:isSigned (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/util/jar/
DStrictJarFile.java59 private final boolean isSigned; field in StrictJarFile
128 isSigned = verifier.readCertificates() && verifier.isSignedJar(); in StrictJarFile()
130 isSigned = false; in StrictJarFile()
165 if (isSigned) { in getCertificateChains()
184 if (isSigned) { in getCertificates()
210 if (isSigned) { in getInputStream()
/frameworks/base/core/java/android/hardware/location/
DNanoAppBinary.java210 public boolean isSigned() { in isSigned() method in NanoAppBinary
/frameworks/rs/script_api/
DGenerateTestFiles.cpp388 bool isSigned = generatedType.kind == SIGNED_INTEGER; in writeJavaRandomCompatibleIntegerAllocation() local
389 *mJava << (isSigned ? "true" : "false") << ", " << generatedType.significantBits; in writeJavaRandomCompatibleIntegerAllocation()
391 bool isSigned = in writeJavaRandomCompatibleIntegerAllocation() local
393 *mJava << (isSigned ? "true" : "false") << ", " in writeJavaRandomCompatibleIntegerAllocation()
/frameworks/rs/rsov/compiler/spirit/
Dmodule.cpp290 TypeIntInst *Module::getIntType(int bits, bool isSigned) { in getIntType() argument
291 return getGlobalSection()->getIntType(bits, isSigned); in getIntType()
731 TypeIntInst *GlobalSection::getIntType(int bits, bool isSigned) { in getIntType() argument
732 if (isSigned) { in getIntType()
Dmodule.h156 TypeIntInst *getIntType(int bits, bool isSigned = true);
412 TypeIntInst *getIntType(int bits, bool isSigned = true);
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DTextFormat.java2014 final boolean isSigned, in parseInteger() argument
2021 if (!isSigned) { in parseInteger()
2050 if (isSigned) { in parseInteger()
2070 if (isSigned) { in parseInteger()
2082 if (isSigned) { in parseInteger()
/frameworks/native/libs/binder/include/binder/
DSafeInterface.h165 template <bool isSigned, size_t size, typename I>
/frameworks/base/api/
Dsystem-current.txt2566 method public boolean isSigned();
Dcurrent.txt66227 method public boolean isSigned(int) throws java.sql.SQLException;
66522 method public boolean isSigned(int) throws java.sql.SQLException;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt46316 method public abstract boolean isSigned(int) throws java.sql.SQLException;
46611 method public abstract boolean isSigned(int) throws java.sql.SQLException;