Searched refs:cast (Results 1 – 12 of 12) sorted by relevance
/system/tools/aidl/ |
D | ast_java.cpp | 151 : lvalue(l), rvalue(r), cast(NULL) {} in Assignment() 154 : lvalue(l), rvalue(r), cast(c) {} in Assignment() 159 if (this->cast != NULL) { in Write() 160 to->Write("(%s)", this->cast->JavaType().c_str()); in Write() 278 : lvalue(l), cast(c), rvalue(r) {} in VariableDeclaration() 286 if (this->cast != NULL) { in Write() 287 to->Write("(%s)", this->cast->JavaType().c_str()); in Write()
|
D | ast_java.h | 152 const Type* cast; member 155 Assignment(Variable* lvalue, Expression* rvalue, const Type* cast); 235 const Type* cast = nullptr; member 240 const Type* cast = NULL);
|
/system/tools/hidl/ |
D | ConstantExpression.cpp | 290 int64_t numBits = rval->cast<int64_t>(); in ConstantExpression() 398 return this->cast<bool>() ? strdup("true") : strdup("false"); in javaValue() 406 #define CASE_STR(__type__) return std::to_string(this->cast<__type__>()); in rawValue() 412 T ConstantExpression::cast() const { in cast() function in android::ConstantExpression 420 return this->cast<size_t>(); in castSizeT()
|
D | ConstantExpression.h | 110 template <typename T> T cast() const;
|
/system/core/libziparchive/ |
D | Android.bp | 26 "-Wold-style-cast",
|
/system/tpm/attestation/common/ |
D | common.proto | 47 // A certificate intended for cast devices.
|
/system/extras/simpleperf/scripts/ |
D | simpleperf_report_lib.py | 36 return ct.cast(p, ct.c_void_p).value is None
|
/system/bt/doc/ |
D | style_guide.md | 33 In general, do not cast pointers to integers or vice versa.
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 6223 (1) The TPM_ALG_ID or TPM_ECC_CURVE is cast to a UINT32
|
D | raw_structures_fixed.txt | 6200 (1) The TPM_ALG_ID or TPM_ECC_CURVE is cast to a UINT32
|
D | raw_commands_fixed.txt | 30990 (1) The TPM_ALG_ID or TPM_ECC_CURVE is cast to a UINT32
|
D | raw_commands.txt | 30979 (1) The TPM_ALG_ID or TPM_ECC_CURVE is cast to a UINT32
|