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/ml/nn/common/operations/
DActivation.cpp407 bool isSigned = input.type == OperandType::TENSOR_QUANT8_ASYMM_SIGNED; in prepare() local
420 output.offset = isSigned ? -128 : 0; in prepare()
424 output.offset = isSigned ? 0 : 128; in prepare()
/frameworks/native/libs/binder/include/binder/
DSafeInterface.h165 template <bool isSigned, size_t size, typename I>
/frameworks/base/api/
Dsystem-current.txt2804 method public boolean isSigned();
Dcurrent.txt67735 method public boolean isSigned(int) throws java.sql.SQLException;
68030 method public boolean isSigned(int) throws java.sql.SQLException;
/frameworks/base/non-updatable-api/
Dsystem-current.txt2804 method public boolean isSigned();
Dcurrent.txt67591 method public boolean isSigned(int) throws java.sql.SQLException;
67886 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;