Home
last modified time | relevance | path

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

/frameworks/rs/api/
Dgen_runtime.cpp1537 bool isSigned = generatedType.kind == SIGNED_INTEGER; in writeJavaRandomCompatibleIntegerAllocation() local
1538 file << (isSigned ? "true" : "false") << ", " << generatedType.significantBits; in writeJavaRandomCompatibleIntegerAllocation()
1540 bool isSigned = in writeJavaRandomCompatibleIntegerAllocation() local
1542 file << (isSigned ? "true" : "false") << ", " in writeJavaRandomCompatibleIntegerAllocation()
/frameworks/base/api/
Dsystem-current.txt48847 method public abstract boolean isSigned(int) throws java.sql.SQLException;
49142 method public abstract boolean isSigned(int) throws java.sql.SQLException;
Dcurrent.txt46318 method public abstract boolean isSigned(int) throws java.sql.SQLException;
46613 method public abstract boolean isSigned(int) throws java.sql.SQLException;