Searched refs:isSigned (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/util/jar/ |
D | StrictJarFile.java | 59 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/ |
D | NanoAppBinary.java | 210 public boolean isSigned() { in isSigned() method in NanoAppBinary
|
/frameworks/rs/script_api/ |
D | GenerateTestFiles.cpp | 388 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/ |
D | module.cpp | 290 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()
|
D | module.h | 156 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/ |
D | TextFormat.java | 2014 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/ |
D | SafeInterface.h | 165 template <bool isSigned, size_t size, typename I>
|
/frameworks/base/api/ |
D | system-current.txt | 2566 method public boolean isSigned();
|
D | current.txt | 66227 method public boolean isSigned(int) throws java.sql.SQLException; 66522 method public boolean isSigned(int) throws java.sql.SQLException;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 46316 method public abstract boolean isSigned(int) throws java.sql.SQLException; 46611 method public abstract boolean isSigned(int) throws java.sql.SQLException;
|