Searched refs:inner (Results 1 – 12 of 12) sorted by relevance
/system/tools/hidl/c2hal/ |
D | Expression.cpp | 85 ParenthesizedExpression(Expression* inner) in ParenthesizedExpression() 86 : mInner(inner) {} in ParenthesizedExpression() 268 Expression *Expression::parenthesize(Expression *inner) { in parenthesize() argument 269 return new ParenthesizedExpression(inner); in parenthesize()
|
D | Expression.h | 69 static Expression *parenthesize(Expression *inner);
|
/system/tools/hidl/ |
D | VectorType.cpp | 62 Type *inner = static_cast<TemplatedType *>(elementType)->getElementType(); in isCompatibleElementType() local 63 return this->isCompatibleElementType(inner) && !inner->isInterface(); in isCompatibleElementType() 66 Type *inner = static_cast<ArrayType *>(elementType)->getElementType(); in isCompatibleElementType() local 67 return this->isCompatibleElementType(inner) && !inner->isInterface(); in isCompatibleElementType()
|
/system/media/camera/docs/ |
D | metadata_helpers.py | 323 def inner(what): function 329 return inner 367 def inner(what): function 375 return inner 749 def inner(text): function 780 return inner
|
D | ACameraMetadata.mako | 25 ## We only support 1 level of inner namespace, i.e. android.a.b and android.a.b.c works, but not an…
|
D | CameraMetadataEnums.mako | 57 ## We only support 1 level of inner namespace, i.e. android.a.b and android.a.b.c works, but not an…
|
D | CameraMetadataKeys.mako | 80 ## We only support 1 level of inner namespace, i.e. android.a.b and android.a.b.c works, but not an…
|
/system/tools/aidl/ |
D | generate_cpp.cpp | 183 unique_ptr<CppNamespace> inner{new CppNamespace{*it, std::move(decls)}}; in NestInNamespaces() local 186 inner.reset(new CppNamespace{*it, std::move(inner)}); in NestInNamespaces() 188 return inner; in NestInNamespaces()
|
/system/core/libsparse/ |
D | output_file.c | 59 #define container_of(inner, outer_t, elem) \ argument 60 ((outer_t *)((char *)(inner) - offsetof(outer_t, elem)))
|
/system/tpm/trunks/generator/ |
D | raw_commands_fixed.txt | 6875 inner wrapper 6876 may be TPM_ALG_NULL if no inner wrapper is applied 6905 … Empty Buffer; otherwise, it shall contain the TPMgenerated, symmetric encryption key for the inner 7035 innerKeySize = 0; // encrypt key size for inner wrap 7057 // an inner wrapper and the new parent may not be TPM_RH_NULL 7141 // Get inner wrap key size 7662 If present, the inner layer of symmetric encryption is removed. If encryptionKey and symmetricAlg a… 7669 the Name of objectPublic in the integrity HMAC computation. If either the outer layer or inner laye… 7672 If the inner or outer wrapper is present, then a valid integrity value shall be present or the TPM … 7763 the optional symmetric encryption key used as the inner [all …]
|
D | raw_structures_fixed.txt | 8068 CLEAR (0): The object may be duplicated without an inner wrapper on the 8476 with an inner wrapper and the new parent shall be an asymmetric key and not TPM_RH_NULL
|
D | raw_structures.txt | 8040 CLEAR (0): The object may be duplicated without an inner wrapper on the 8448 with an inner wrapper and the new parent shall be an asymmetric key and not TPM_RH_NULL
|