Searched refs:existing (Results 1 - 6 of 6) sorted by relevance

/system/tools/aidl/
H A Dtype_namespace.h145 // Get a pointer to an existing type. Searches first by fully-qualified
194 const T* existing = FindTypeByCanonicalName(type->CanonicalName()); local
195 if (!existing) {
200 if (existing->Kind() == ValidatableType::KIND_BUILT_IN) {
207 if (type->Kind() != existing->Kind()) {
211 LOG(ERROR) << existing->DeclFile() << ":" << existing->DeclLine()
213 << existing->HumanReadableKind();
/system/bt/osi/src/socket_utils/
H A DREADME24 sources other than the existing ones must put the sources in this folder and
/system/media/camera/docs/
H A Dcamera_metadata_tags.mako48 * existing enumerations.
72 * before the section _END tag to preserve existing enumeration values. In
H A Dmetadata_model.py329 Remove all clones that don't point to an existing entry.
728 existing = [i for i in acc if i.name == el.name]
729 if existing:
730 k = existing[0]
/system/netd/server/
H A DBandwidthController.cpp1086 for (TetherStats& existing : statsList) {
1087 if (existing.addStatsIfMatch(stats)) {
/system/security/keystore/
H A Dkeystore.cpp414 const grant_t* existing = getGrant(filename, granteeUid); local
415 if (existing == NULL) {
729 // Try to migrate existing keys.

Completed in 91 milliseconds