/aosp_15_r20/out/soong/.intermediates/ |
D | hidl_inheritance_hierarchy.json.rsp | 1 …hierarchy/gen/IAutomotiveDisplayProxyService_inheritance_hierarchy.json out/soong/.intermediates/f…
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/FrontEnd/ |
H A D | LayerHierarchy.cpp | 52 LayerHierarchy::LayerHierarchy(const LayerHierarchy& hierarchy, bool childrenOnly) { in LayerHierarchy() argument 53 mLayer = (childrenOnly) ? nullptr : hierarchy.mLayer; in LayerHierarchy() 54 mChildren = hierarchy.mChildren; in LayerHierarchy() 121 void LayerHierarchy::updateChild(LayerHierarchy* hierarchy, LayerHierarchy::Variant variant) { in updateChild() argument 123 [hierarchy](std::pair<LayerHierarchy*, Variant>& child) { in updateChild() 124 return child.first == hierarchy; in updateChild() 219 void LayerHierarchyBuilder::attachToParent(LayerHierarchy* hierarchy) { in attachToParent() argument 220 auto layer = hierarchy->mLayer; in attachToParent() 234 parent->addChild(hierarchy, type); in attachToParent() 235 hierarchy->mParent = parent; in attachToParent() [all …]
|
H A D | LayerHierarchy.h | 27 // LayerHierarchy allows us to navigate the layer hierarchy in z-order, or depth first traversal. 28 // The hierarchy is created from a set of RequestedLayerStates. The hierarchy itself does not 31 // Each node in the hierarchy can be visited by multiple parents (making this a graph). While 32 // traversing the hierarchy, a new concept called Variant can be used to understand the 40 // By representing the hierarchy as a graph, we can represent mirrored layer hierarchies without 41 // cloning the layer requested state. The mirrored hierarchy and its corresponding 42 // RequestedLayerStates are kept in sync because the mirrored hierarchy does not clone any 60 // The layer hierarchy is represented as a graph. Each node can be visited by multiple parents. 88 // hierarchy. If a relative root already exists in the list while building the 89 // TraversalPath, it means that somewhere in the hierarchy two layers are relatively [all …]
|
/aosp_15_r20/external/fhir/spec/r4/json_definitions/ |
D | profiles-resources.json | 25470 …hierarchy\"><a href=\"formats.html#table\" title=\"The logical name of the element\">Name</a></th>… 25757 …hierarchy\"><a href=\"formats.html#table\" title=\"The logical name of the element\">Name</a></th>… 27283 …hierarchy\"><a href=\"formats.html#table\" title=\"The logical name of the element\">Name</a></th>… 30818 …hierarchy\"><a href=\"formats.html#table\" title=\"The logical name of the element\">Name</a></th>… 32739 …hierarchy\"><a href=\"formats.html#table\" title=\"The logical name of the element\">Name</a></th>… 34861 …hierarchy\"><a href=\"formats.html#table\" title=\"The logical name of the element\">Name</a></th>… 37376 …hierarchy\"><a href=\"formats.html#table\" title=\"The logical name of the element\">Name</a></th>… 38415 …hierarchy\"><a href=\"formats.html#table\" title=\"The logical name of the element\">Name</a></th>… 42470 …hierarchy\"><a href=\"formats.html#table\" title=\"The logical name of the element\">Name</a></th>… 43222 …hierarchy\"><a href=\"formats.html#table\" title=\"The logical name of the element\">Name</a></th>… [all …]
|
D | profiles-types.json | 18 …hierarchy\"><a href=\"formats.html#table\" title=\"The logical name of the element\">Name</a></th>… 250 …hierarchy\"><a href=\"formats.html#table\" title=\"The logical name of the element\">Name</a></th>… 4179 …hierarchy\"><a href=\"formats.html#table\" title=\"The logical name of the element\">Name</a></th>… 5187 …hierarchy\"><a href=\"formats.html#table\" title=\"The logical name of the element\">Name</a></th>… 5610 …hierarchy\"><a href=\"formats.html#table\" title=\"The logical name of the element\">Name</a></th>… 5988 …hierarchy\"><a href=\"formats.html#table\" title=\"The logical name of the element\">Name</a></th>… 6718 …hierarchy\"><a href=\"formats.html#table\" title=\"The logical name of the element\">Name</a></th>… 7072 …hierarchy\"><a href=\"formats.html#table\" title=\"The logical name of the element\">Name</a></th>… 7618 …hierarchy\"><a href=\"formats.html#table\" title=\"The logical name of the element\">Name</a></th>… 7874 …hierarchy\"><a href=\"formats.html#table\" title=\"The logical name of the element\">Name</a></th>… [all …]
|
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/api/ |
H A D | Fapi_Provision.c | 40 * hierarchy. May be NULL 41 * @param[in] authValueSh The authorization value for the storage hierarchy. 136 * hierarchy. May be NULL 137 * @param[in] authValueSh The authorization value for the storage hierarchy. 247 IFAPI_OBJECT *hierarchy = &command->hierarchy; in Fapi_Provision_Finish() local 333 /* Initialize hierarchy object used for evict control. */ in Fapi_Provision_Finish() 334 ifapi_init_hierarchy_object(hierarchy, ESYS_TR_RH_OWNER); in Fapi_Provision_Finish() 337 r = Esys_EvictControl_Async(context->esys, hierarchy->handle, in Fapi_Provision_Finish() 402 /* Initialize hierarchy object used for EK processing. */ in Fapi_Provision_Finish() 403 ifapi_init_hierarchy_object(hierarchy, ESYS_TR_RH_OWNER); in Fapi_Provision_Finish() [all …]
|
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/uielement/ |
H A D | AccessibilityHierarchyAndroid.java | 58 * Representation of a UI hierarchy for accessibility checking 60 * <p>Such a hierarchy may contain a forest of {@link WindowHierarchyElementAndroid}s, each of which 77 /* A reference to the 'active' window. Exactly one such window exists in any hierarchy. */ 102 * Get all {@link WindowHierarchyElementAndroid}s in this hierarchy. 104 * @return An unmodifiable collection of all windows in hierarchy 113 * hierarchy. If this hierarchy was constructed from a {@link AccessibilityNodeInfo} or {@link 115 * created to hold the hierarchy. 125 * @return The {@link WindowHierarchyElementAndroid} identified by {@code id} in this hierarchy 126 * @throws NoSuchElementException if no window within this hierarchy matches the provided {@code 140 * @return The {@link ViewHierarchyElementAndroid} identified by {@code id} in this hierarchy [all …]
|
H A D | AccessibilityHierarchy.java | 32 * Representation of a UI hierarchy for accessibility checking 34 * <p>Such a hierarchy may contain a forest of {@link WindowHierarchyElement}s, each of which 38 /* A representation of the device's state at the time a hierarchy is initially captured */ 47 /* A reference to the 'active' window. Exactly one such window exists in any hierarchy. */ 66 /** Returns certain properties of the device at the time the hierarchy was originally captured. */ 71 /** Returns the type of data source from which the hierarchy was originally constructed. */ 77 * Get all {@link WindowHierarchyElement}s in this hierarchy. 79 * @return An unmodifiable collection of all windows in hierarchy 86 * Returns the WindowHierarchyElement representing the active window in this hierarchy. If this 87 * hierarchy was originally constructed from an {@code AccessibilityNodeInfo} or {@code View}, [all …]
|
/aosp_15_r20/external/google-cloud-java/java-policy-troubleshooter/proto-google-cloud-policy-troubleshooter-v1/src/main/java/com/google/cloud/policytroubleshooter/v1/ |
H A D | TroubleshootIamPolicyResponse.java | 124 * hierarchy, including the organization, the folder, and the project. 125 * To learn more about the resource hierarchy, see 126 * https://cloud.google.com/iam/help/resource-hierarchy. 146 * hierarchy, including the organization, the folder, and the project. 147 * To learn more about the resource hierarchy, see 148 * https://cloud.google.com/iam/help/resource-hierarchy. 169 * hierarchy, including the organization, the folder, and the project. 170 * To learn more about the resource hierarchy, see 171 * https://cloud.google.com/iam/help/resource-hierarchy. 190 * hierarchy, including the organization, the folder, and the project. [all …]
|
H A D | TroubleshootIamPolicyResponseOrBuilder.java | 62 * hierarchy, including the organization, the folder, and the project. 63 * To learn more about the resource hierarchy, see 64 * https://cloud.google.com/iam/help/resource-hierarchy. 81 * hierarchy, including the organization, the folder, and the project. 82 * To learn more about the resource hierarchy, see 83 * https://cloud.google.com/iam/help/resource-hierarchy. 99 * hierarchy, including the organization, the folder, and the project. 100 * To learn more about the resource hierarchy, see 101 * https://cloud.google.com/iam/help/resource-hierarchy. 117 * hierarchy, including the organization, the folder, and the project. [all …]
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/Metadata/src/com/android/settingslib/metadata/ |
H A D | PreferenceHierarchy.kt | 19 /** A node in preference hierarchy that is associated with [PreferenceMetadata]. */ in <lambda>() 22 * Preference order in the hierarchy. in <lambda>() 31 * Preference hierarchy describes the structure of preferences recursively. 33 * A root hierarchy represents a preference screen. A sub-hierarchy represents a preference group. 40 /** Adds a preference to the hierarchy. */ 44 * Adds preference screen with given key (as a placeholder) to the hierarchy. in unaryPlus() 47 * screens. In resource-based hierarchy, it leverages the resource overlay. In terms of DSL or in unaryPlus() 48 * programmatic hierarchy, it will be a problem to specify concrete screen metadata objects. in unaryPlus() 49 * Instead, use preference screen key as a placeholder in the hierarchy and screen metadata will in unaryPlus() 58 /** Specifies preference order in the hierarchy. */ [all …]
|
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ |
H A D | Ticket.c | 81 // proof a TPM secret value associated with the hierarchy 89 TPMI_RH_HIERARCHY hierarchy, // IN: hierarchy constant for ticket in TicketComputeVerified() argument 100 ticket->hierarchy = hierarchy; in TicketComputeVerified() 101 proof = HierarchyGetProof(hierarchy); in TicketComputeVerified() 103 // Start HMAC using the proof value of the hierarchy as the HMAC key in TicketComputeVerified() 126 // proof a TPM secret value associated with the hierarchy of the key 139 TPMI_RH_HIERARCHY hierarchy, // IN: hierarchy constant for ticket in TicketComputeAuth() argument 153 proof = HierarchyGetProof(hierarchy); in TicketComputeAuth() 157 ticket->hierarchy = hierarchy; in TicketComputeAuth() 159 // Start HMAC with hierarchy proof as the HMAC key in TicketComputeAuth() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-asset/proto-google-cloud-asset-v1p7beta1/src/main/java/com/google/cloud/asset/v1p7beta1/ |
H A D | RelatedAsset.java | 27 * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy), 28 * a resource outside the Google Cloud resource hierarchy (such as Google 204 * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy), 206 * with the closest ancestor in the hierarchy and ends at root. 222 * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy), 224 * with the closest ancestor in the hierarchy and ends at root. 240 * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy), 242 * with the closest ancestor in the hierarchy and ends at root. 259 * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy), 261 * with the closest ancestor in the hierarchy and ends at root. [all …]
|
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/ |
H A D | Hierarchy.c | 37 // hierarchy-related values. 46 // This function performs the initialization functions for the hierarchy 91 // Write hierarchy data to NV in HierarchyPreInstall_Init() 113 // This function is called at TPM2_Startup() to initialize the hierarchy 148 // This function finds the proof value associated with a hierarchy.It returns a 152 TPMI_RH_HIERARCHY hierarchy // IN: hierarchy constant in HierarchyGetProof() argument 157 switch(hierarchy) in HierarchyGetProof() 180 // This function returns the primary seed of a hierarchy. 183 TPMI_RH_HIERARCHY hierarchy // IN: hierarchy in HierarchyGetPrimarySeed() argument 187 switch(hierarchy) in HierarchyGetPrimarySeed() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ |
H A D | RelatedAsset.java | 27 * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy), 28 * a resource outside the Google Cloud resource hierarchy (such as Google 205 * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy), 207 * with the closest ancestor in the hierarchy and ends at root. 223 * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy), 225 * with the closest ancestor in the hierarchy and ends at root. 241 * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy), 243 * with the closest ancestor in the hierarchy and ends at root. 260 * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy), 262 * with the closest ancestor in the hierarchy and ends at root. [all …]
|
/aosp_15_r20/development/tools/winscope/src/viewers/common/ |
H A D | collapsible_sections_test.ts | 31 type: CollapsibleSectionType.HIERARCHY, 32 label: 'HIERARCHY', 47 CollapsibleSectionType.HIERARCHY, 56 type: CollapsibleSectionType.HIERARCHY, 57 label: 'HIERARCHY', 65 collapsibleSections.getSection(CollapsibleSectionType.HIERARCHY), 67 type: CollapsibleSectionType.HIERARCHY, 68 label: 'HIERARCHY', 80 collapsibleSections.isSectionCollapsed(CollapsibleSectionType.HIERARCHY), 96 collapsibleSections.isSectionCollapsed(CollapsibleSectionType.HIERARCHY), [all …]
|
/aosp_15_r20/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/ |
H A D | ValidatorUtil.java | 27 import com.android.tools.idea.validator.hierarchy.CustomHierarchyHelper; 107 * @param policy policy to apply for the hierarchy 108 * @param view root view to build hierarchy from 120 ValidatorHierarchy hierarchy = new ValidatorHierarchy(); in buildHierarchy() local 122 return hierarchy; in buildHierarchy() 129 hierarchy.mView = AccessibilityHierarchyAndroid in buildHierarchy() 163 hierarchy.mBuilder = builder; in buildHierarchy() 164 hierarchy.mParameters = parameters; in buildHierarchy() 165 return hierarchy; in buildHierarchy() 169 * @param hierarchy to build result from. If {@link ValidatorHierarchy#isHierarchyBuilt()} [all …]
|
/aosp_15_r20/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | CldrDataProcessor.java | 36 * to start a new sub-processor at a specific point in the data hierarchy (see {@link 48 * A builder for processing a CLDR data sub-hierarchy. 60 * for the sub-hierarchy. 65 * combined with the parent state after sub-hierarchy is processing is complete. 84 * for the sub-hierarchy. 106 * for the sub-hierarchy. 110 * sub-hierarchy is rooted. 127 * for the sub-hierarchy. 130 * parent state (e.g. an inner class) and the path prefix at which the sub-hierarchy is 149 * for the sub-hierarchy. [all …]
|
/aosp_15_r20/external/mesa3d/src/panfrost/lib/ |
H A D | pan_tiler.c | 42 * multiples of the base tile size can be used: hierarchy level 0 (16x16), 66 * tile hierarchy levels to use (more on that later). At this point, we know the 68 * we know exactly how many tiles exist across all hierarchy levels. The first 73 * across every level of the hierarchy. These two parts form the polygon list 75 * to the # of tiles across all hierarchy levels * (8 bytes + 512 bytes), plus 92 * As far as determining which hierarchy levels to use, the simple answer is 150 * size, and we use that to decide the hierarchy masking, selecting from the 184 * Once the tile size (w, h) is chosen, we compute the hierarchy "mask": 212 /* The hierarchy has a 64-byte prologue */ 215 /* For each tile (across all hierarchy levels), there is 8 bytes of header */ [all …]
|
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
H A D | Hierarchy_fp.h | 44 // This function performs the initialization functions for the hierarchy 54 // This function is called at TPM2_Startup() to initialize the hierarchy 62 // This function finds the proof value associated with a hierarchy.It returns a 66 TPMI_RH_HIERARCHY hierarchy // IN: hierarchy constant 70 // This function returns the primary seed of a hierarchy. 73 TPMI_RH_HIERARCHY hierarchy // IN: hierarchy 77 // This function checks to see if a hierarchy is enabled. 78 // NOTE: The TPM_RH_NULL hierarchy is always enabled. 80 // TRUE(1) hierarchy is enabled 81 // FALSE(0) hierarchy is disabled [all …]
|
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
H A D | Entity.c | 50 // TPM_RC_HIERARCHY entity belongs to a disabled hierarchy 421 // This function returns the hierarchy handle associated with an entity. 422 // a) A handle that is a hierarchy handle is associated with itself. 425 // c) An object handle belongs to its hierarchy. 431 TPMI_RH_HIERARCHY hierarchy = TPM_RH_NULL; in EntityGetHierarchy() local 436 // hierarchy for a permanent handle in EntityGetHierarchy() 442 hierarchy = handle; in EntityGetHierarchy() 445 // hierarchy. (should only be TPM_RH_OWNER and TPM_RH_LOCKOUT) in EntityGetHierarchy() 447 hierarchy = TPM_RH_OWNER; in EntityGetHierarchy() 452 // hierarchy for NV index in EntityGetHierarchy() [all …]
|
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/ |
H A D | AccessibilityHierarchyCheck.java | 138 * Run the check on a hierarchy of ViewHierarchyElements. Because these elements support partial 150 * @param hierarchy The hierarchy to be checked. 151 * @param fromRoot An optional {@link ViewHierarchyElement} root from which the {@code hierarchy} 152 * should be evaluated. All elements within {@code hierarchy} will be available to the check, 154 * null}, checks will evaluate all elements within {@code hierarchy}'s active window. 160 AccessibilityHierarchy hierarchy, in runCheckOnHierarchy() argument 169 AccessibilityHierarchy hierarchy) { in runCheckOnHierarchy() argument 170 return runCheckOnHierarchy(hierarchy, null); in runCheckOnHierarchy() 178 AccessibilityHierarchy hierarchy, @Nullable ViewHierarchyElement fromRoot) { in runCheckOnHierarchy() argument 179 return runCheckOnHierarchy(hierarchy, fromRoot, null); in runCheckOnHierarchy() [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/preference/ |
H A D | GenericInflater.java | 178 * name. If the factory returns an item, add that to the hierarchy. If it 190 * that is added to the hierarchy. If it returns null, the next factory 217 * Inflate a new item hierarchy from the specified xml resource. Throws 222 * @param root Optional parent of the generated hierarchy. 223 * @return The root of the inflated hierarchy. If root was supplied, 232 * Inflate a new hierarchy from the specified xml node. Throws 241 * hierarchy. 242 * @param root Optional parent of the generated hierarchy. 243 * @return The root of the inflated hierarchy. If root was supplied, 252 * Inflate a new hierarchy from the specified xml resource. Throws [all …]
|
H A D | PreferenceFragment.java | 41 * Shows a hierarchy of {@link Preference} objects as 45 * preference hierarchy in this fragment will use, call 50 * preferences. It is easy to create a hierarchy of preferences (that can be 55 * hierarchy. Furthermore, subsequent {@link PreferenceScreen} in the hierarchy 58 * framework handles showing these other screens from the preference hierarchy. 60 * The preference hierarchy can be formed in multiple ways: 61 * <li> From an XML file specifying the hierarchy 64 * <li> From an object hierarchy rooted with {@link PreferenceScreen} 69 * {@link PreferenceScreen} in the hierarchy will result in the screen break. 76 * hierarchy and shown by this fragment. [all …]
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/api/ |
H A D | CldrData.java | 29 * sub-hierarchy of data based on the prefix path, and then defer to a {@link ValueVisitor value 111 * A controller API for allow prefix visitors to delegate sub-hierarchy visitation. A 113 * to allow the visitor to "install" a new visitor to handle the sub-hierarchy root at the 119 * will be called for all the values below this point in the path hierarchy, and the 122 * @param visitor a visitor to process the CLDR data sub-hierarchy rooted at the current 131 * will be called for all the values below this point in the path hierarchy, and the 134 * @param visitor a visitor to process the CLDR data sub-hierarchy rooted at the current 142 * will be called for all the start/end events below this point in the path hierarchy, 145 * @param visitor a visitor to process the CLDR data sub-hierarchy rooted at the current 154 * will be called for all the start/end events below this point in the path hierarchy, [all …]
|