Home
last modified time | relevance | path

Searched defs:node (Results 2276 – 2300 of 8398) sorted by relevance

1...<<919293949596979899100>>...336

/aosp_15_r20/external/kernel-headers/original/uapi/linux/
H A Dqrtr.h38 __le32 node; member
43 __le32 node; member
/aosp_15_r20/prebuilts/vndk/v32/arm/include/bionic/libc/kernel/uapi/linux/
Dqrtr.h49 __le32 node; member
53 __le32 node; member
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/bionic/libc/kernel/uapi/linux/
Dqrtr.h49 __le32 node; member
53 __le32 node; member
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dfloor_div.cc54 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
127 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
H A Dtranspose.cc71 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
91 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
H A Dfill.cc71 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
125 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
/aosp_15_r20/external/turbine/java/com/google/turbine/binder/lookup/
H A DSimpleTopLevelIndex.java174 private final Node node; field in SimpleTopLevelIndex.PackageIndex
176 public PackageIndex(Node node) { in PackageIndex()
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libbdk-hal/qlm/
H A Dbdk-qlm-common-sata.c57 int __bdk_qlm_set_sata_cn8xxx(bdk_node_t node, int qlm, int baud_mhz, int sata_first, int sata_last) in __bdk_qlm_set_sata_cn8xxx()
418 int __bdk_qlm_set_sata_cn9xxx(bdk_node_t node, int qlm, int baud_mhz, int sata_first, int sata_last) in __bdk_qlm_set_sata_cn9xxx()
/aosp_15_r20/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
H A DBundleChecker.java130 private void checkRules(final ICoverageNode node, in checkRules()
142 private void checkLimit(final ICoverageNode node, final String elementtype, in checkLimit()
/aosp_15_r20/external/ComputeLibrary/src/graph/backends/CL/
H A DCLDeviceBackend.cpp187 std::unique_ptr<arm_compute::IFunction> CLDeviceBackend::configure_node(INode &node, GraphContext &… in configure_node()
196 arm_compute::Status CLDeviceBackend::validate_node(INode &node) in validate_node()
/aosp_15_r20/external/dokka/core/src/main/kotlin/Markdown/
H A DMarkdownProcessor.kt11 class MarkdownNode(val node: ASTNode, val parent: MarkdownNode?, val markdown: String) { in <lambda>() constant in org.jetbrains.dokka.MarkdownNode
33 visit { node, visitChildren -> in MarkdownNode() method
/aosp_15_r20/external/pytorch/torch/_export/passes/
H A Dconstant_folding.py20 def replace_node_with_constant(gm, node, constant, name=None): argument
110 def run_node(self, node): argument
/aosp_15_r20/prebuilts/vndk/v31/x86/include/bionic/libc/kernel/uapi/linux/
Dqrtr.h49 __le32 node; member
53 __le32 node; member
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/bionic/libc/kernel/uapi/linux/
Dqrtr.h49 __le32 node; member
53 __le32 node; member
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/modules/
H A DModuleExportsDirective.java64 public boolean remove(Node node) { in remove()
122 public boolean replace(Node node, Node replacementNode) { in replace()
H A DModuleRequiresDirective.java112 public boolean remove(Node node) { in remove()
132 public boolean replace(Node node, Node replacementNode) { in replace()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.h62 struct cso_node *node; member
156 struct cso_node **node; in cso_hash_find_node() local
/aosp_15_r20/prebuilts/vndk/v33/arm/include/bionic/libc/kernel/uapi/linux/
Dqrtr.h49 __le32 node; member
53 __le32 node; member
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/
H A DReceiverParameter.java184 public boolean remove(Node node) { in remove()
198 public boolean replace(Node node, Node replacementNode) { in replace()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/bin_search_tree_/
Dtraits.hpp69 typedef Node node; typedef
181 typedef Node node; typedef
/aosp_15_r20/external/chromium-trace/catapult/systrace/profile_chrome/third_party/
H A Dperf_to_tracing.py210 def GetNodeSiblings(node): argument
218 def FixCallTree(node, parent): argument
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/shadycss/src/
H A Dcss-parse.js105 function parseCss(node, text) { argument
169 export function stringify(node, preserveProperties, text = '') { argument
/aosp_15_r20/prebuilts/vndk/v33/x86/include/bionic/libc/kernel/uapi/linux/
Dqrtr.h49 __le32 node; member
53 __le32 node; member
/aosp_15_r20/prebuilts/vndk/v32/x86/include/bionic/libc/kernel/uapi/linux/
Dqrtr.h49 __le32 node; member
53 __le32 node; member
/aosp_15_r20/external/angle/src/compiler/translator/tree_util/
H A DIntermNode_util.cpp94 TIntermConstantUnion *node = new TIntermConstantUnion(u, constType); in CreateZeroNode() local
346 TIntermBlock *EnsureBlock(TIntermNode *node) in EnsureBlock()
361 TIntermBlock *EnsureLoopBodyBlock(TIntermNode *node) in EnsureLoopBodyBlock()

1...<<919293949596979899100>>...336