/external/smali/baksmali/src/main/java/org/jf/baksmali/ |
D | ListCommand.java | 60 List<JCommander> hierarchy = getCommandHierarchy(); in setupCommand() local 62 ExtendedCommands.addExtendedCommand(jc, new ListStringsCommand(hierarchy)); in setupCommand() 63 ExtendedCommands.addExtendedCommand(jc, new ListMethodsCommand(hierarchy)); in setupCommand() 64 ExtendedCommands.addExtendedCommand(jc, new ListFieldsCommand(hierarchy)); in setupCommand() 65 ExtendedCommands.addExtendedCommand(jc, new ListTypesCommand(hierarchy)); in setupCommand() 66 ExtendedCommands.addExtendedCommand(jc, new ListClassesCommand(hierarchy)); in setupCommand() 67 ExtendedCommands.addExtendedCommand(jc, new ListDexCommand(hierarchy)); in setupCommand() 68 ExtendedCommands.addExtendedCommand(jc, new ListVtablesCommand(hierarchy)); in setupCommand() 69 ExtendedCommands.addExtendedCommand(jc, new ListFieldOffsetsCommand(hierarchy)); in setupCommand() 70 ExtendedCommands.addExtendedCommand(jc, new ListDependenciesCommand(hierarchy)); in setupCommand() [all …]
|
/external/u-boot/drivers/tpm/ |
D | tpm2_tis_sandbox.c | 70 enum tpm2_hierarchy *hierarchy) in sandbox_tpm2_check_session() argument 112 *hierarchy = TPM2_HIERARCHY_LOCKOUT; in sandbox_tpm2_check_session() 119 *hierarchy = TPM2_HIERARCHY_ENDORSEMENT; in sandbox_tpm2_check_session() 122 *hierarchy = TPM2_HIERARCHY_PLATFORM; in sandbox_tpm2_check_session() 165 if (!pw_sz && !tpm->pw_sz[*hierarchy]) in sandbox_tpm2_check_session() 179 if (pw_sz != tpm->pw_sz[*hierarchy] || in sandbox_tpm2_check_session() 180 strncmp(pw, tpm->pw[*hierarchy], tpm->pw_sz[*hierarchy])) { in sandbox_tpm2_check_session() 263 enum tpm2_hierarchy hierarchy = 0; in sandbox_tpm2_xfer() local 302 rc = sandbox_tpm2_check_session(dev, command, tag, &sent, &hierarchy); in sandbox_tpm2_xfer() 343 tpm->pw_sz[hierarchy] = 0; in sandbox_tpm2_xfer() [all …]
|
/external/eigen/unsupported/Eigen/ |
D | BVH | 23 * \brief This module provides generic bounding volume hierarchy algorithms 31 …* A bounding volume hierarchy (BVH) can accelerate many geometric queries. This module provides a… 32 …ms over a BVH: intersection of a query object against all objects in the hierarchy and minimization 33 …* of a function over the objects in the hierarchy. It also provides intersection and minimization… 53 …* This implementation decouples the basic algorithms both from the type of hierarchy (and the type… 57 …* To be used in the algorithms, a hierarchy must implement the following traversal mechanism (see … 59 typedef Object //the type of object in the hierarchy 60 typedef Index //a reference to a node in the hierarchy--typically an int or a pointer 63 Index getRootIndex() const //returns the index of the hierarchy root 71 …* To use the hierarchy, call BVIntersect or BVMinimize, passing it a BVH (or two, for cartesian pr…
|
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/ |
D | PropertyConfigurator.java | 44 public void doConfigure(Properties properties, LoggerRepository hierarchy) { in doConfigure() argument 47 public void doConfigure(String configFileName, LoggerRepository hierarchy) { in doConfigure() argument 50 public void doConfigure(URL configURL, LoggerRepository hierarchy) { in doConfigure() argument
|
/external/guava/guava-tests/test/com/google/common/eventbus/ |
D | EventBusTest.java | 203 Set<Class<?>> hierarchy = bus.flattenHierarchy(fixture.getClass()); in testFlattenHierarchy() local 205 assertEquals(5, hierarchy.size()); in testFlattenHierarchy() 206 assertContains(Object.class, hierarchy); in testFlattenHierarchy() 207 assertContains(HierarchyFixtureInterface.class, hierarchy); in testFlattenHierarchy() 208 assertContains(HierarchyFixtureSubinterface.class, hierarchy); in testFlattenHierarchy() 209 assertContains(HierarchyFixtureParent.class, hierarchy); in testFlattenHierarchy() 210 assertContains(HierarchyFixture.class, hierarchy); in testFlattenHierarchy()
|
/external/setupdesign/main/src/com/google/android/setupdesign/items/ |
D | RecyclerItemAdapter.java | 66 public RecyclerItemAdapter(ItemHierarchy hierarchy) { in RecyclerItemAdapter() argument 67 this(hierarchy, false); in RecyclerItemAdapter() 70 public RecyclerItemAdapter(ItemHierarchy hierarchy, boolean applyPartnerHeavyThemeResource) { in RecyclerItemAdapter() argument 72 itemHierarchy = hierarchy; in RecyclerItemAdapter() 180 public void onChanged(ItemHierarchy hierarchy) { in onChanged() argument
|
D | ItemAdapter.java | 35 public ItemAdapter(ItemHierarchy hierarchy) { in ItemAdapter() argument 36 itemHierarchy = hierarchy; in ItemAdapter() 87 public void onChanged(ItemHierarchy hierarchy) { in onChanged() argument
|
/external/nist-sip/licenses/ |
D | README.txt | 5 Applies to the classes under the hierarchy "gov.nist" and under the "tools" 6 and "test" hierarchy.
|
/external/u-boot/doc/ |
D | README.power-framework | 35 The "flat" hierarchy for power devices works well when each device performs only 46 The directory hierarchy has following structure: 68 - Block diagram of the hierarchy: 81 1. When hierarchy is not needed (no complex battery charge): 88 hierarchy. 109 hierarchy battery device 139 2. Charging battery with hierarchy
|
/external/curl/docs/cmdline-opts/ |
D | create-dirs.d | 2 Help: Create necessary local directory hierarchy 5 necessary local directory hierarchy as needed. This option creates the dirs
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | HowToSetUpLLVMStyleRTTI.rst | 2 How to set up LLVM-style RTTI for your class hierarchy 17 hierarchy author to make LLVM-style RTTI available to your clients. 29 RTTI for this class hierarchy: 65 different concrete classes in the hierarchy, and stash the enum value 287 preorder traversal of the class hierarchy tree. With that arrangement, all 289 list the class hierarchy like a list of bullet points, you'll get the 303 (from) the hierarchy. 386 The ``Decl`` hierarchy is done very similarly to the example setup 407 is some ancestor in the inheritance hierarchy. The argument should 410 #. For each class in the hierarchy that has no children, implement a [all …]
|
/external/llvm/docs/ |
D | HowToSetUpLLVMStyleRTTI.rst | 2 How to set up LLVM-style RTTI for your class hierarchy 17 hierarchy author to make LLVM-style RTTI available to your clients. 29 RTTI for this class hierarchy: 65 different concrete classes in the hierarchy, and stash the enum value 287 preorder traversal of the class hierarchy tree. With that arrangement, all 289 list the class hierarchy like a list of bullet points, you'll get the 303 (from) the hierarchy. 386 The ``Decl`` hierarchy is done very similarly to the example setup 407 is some ancestor in the inheritance hierarchy. The argument should 410 #. For each class in the hierarchy that has no children, implement a [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/ |
D | DILocation-parents.ll | 8 ; CHECK: scope points into the type hierarchy 15 ; CHECK: scope points into the type hierarchy
|
/external/doclava/res/assets/templates/ |
D | hierarchy.cs | 4 .jd-hierarchy-spacer { 7 .jd-hierarchy-data {
|
/external/deqp/external/openglcts/ |
D | CONTRIBUTING.md | 28 the tree, atomic test cases. Each node in the hierarchy has three major 43 down in hierarchy in a package-specific `glcts::Context` object. 70 To register a test case into the hierarchy, the test case must be added as a 71 child in a test group that is already connected to the hierarchy.
|
/external/iptables/extensions/ |
D | libxt_cgroup.man | 7 sub-hierarchy of the specified path. The path should be relative to 8 the root of the cgroup2 hierarchy.
|
/external/guice/core/src/com/google/inject/spi/ |
D | InjectionPoint.java | 656 List<TypeLiteral<?>> hierarchy = hierarchyFor(type); in getInjectionPoints() local 657 int topIndex = hierarchy.size() - 1; in getInjectionPoints() 668 TypeLiteral<?> current = hierarchy.get(i); in getInjectionPoints() 864 List<TypeLiteral<?>> hierarchy = new ArrayList<>(); in hierarchyFor() local 867 hierarchy.add(current); in hierarchyFor() 870 return hierarchy; in hierarchyFor()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/DataFlowSanitizer/ |
D | unordered_atomic_mem_intrins.ll | 7 ;; been added to the MemIntrinsic class hierarchy. These will act as a reminder to 9 ;; added to that class hierarchy.
|
/external/epid-sdk/epid/member/tpm2/ibm_tss/ |
D | sign.c | 80 in.validation.hierarchy = TPM_RH_NULL; in Tpm2Sign() 140 in.validation.hierarchy = TPM_RH_NULL; in Tpm2ReleaseCounter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Metadata.def | 28 // Handler for leaf nodes in the class hierarchy. 33 // Handler for non-leaf nodes in the class hierarchy.
|
/external/llvm/include/llvm/IR/ |
D | Metadata.def | 28 // Handler for leaf nodes in the class hierarchy. 33 // Handler for non-leaf nodes in the class hierarchy.
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Metadata.def | 28 // Handler for leaf nodes in the class hierarchy. 33 // Handler for non-leaf nodes in the class hierarchy.
|
/external/eigen/doc/ |
D | ClassHierarchy.dox | 3 /** \page TopicClassHierarchy The class hierarchy 5 This page explains the design of the core classes in Eigen's class hierarchy and how they fit toget… 14 Eigen's class hierarchy is designed so that virtual functions are avoided where their overhead would 68 …hierarchy, but it is not limited to dense expressions. For example, \c %EigenBase is also inherite…
|
/external/ltp/testcases/kernel/controllers/cpuset/ |
D | README | 12 hierarchy relation, inherit relation, cpuset VS syscall and so on 35 Directory containing the shell script is used to test hierarchy relation
|
/external/pdfium/fpdfsdk/pwl/ |
D | README.md | 4 classes are controllers for each widget. The hierarchy is:
|