Home
last modified time | relevance | path

Searched refs:cast (Results 1 – 12 of 12) sorted by relevance

/system/tools/aidl/
Dast_java.cpp151 : 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()
Dast_java.h152 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/
DConstantExpression.cpp290 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()
DConstantExpression.h110 template <typename T> T cast() const;
/system/core/libziparchive/
DAndroid.bp26 "-Wold-style-cast",
/system/tpm/attestation/common/
Dcommon.proto47 // A certificate intended for cast devices.
/system/extras/simpleperf/scripts/
Dsimpleperf_report_lib.py36 return ct.cast(p, ct.c_void_p).value is None
/system/bt/doc/
Dstyle_guide.md33 In general, do not cast pointers to integers or vice versa.
/system/tpm/trunks/generator/
Draw_structures.txt6223 (1) The TPM_ALG_ID or TPM_ECC_CURVE is cast to a UINT32
Draw_structures_fixed.txt6200 (1) The TPM_ALG_ID or TPM_ECC_CURVE is cast to a UINT32
Draw_commands_fixed.txt30990 (1) The TPM_ALG_ID or TPM_ECC_CURVE is cast to a UINT32
Draw_commands.txt30979 (1) The TPM_ALG_ID or TPM_ECC_CURVE is cast to a UINT32