/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/appcompat/appcompat/1.8.0-alpha01/androidx.appcompat_appcompat/android_common_apex30/aar/ |
D | lint.jar | ... .JavaContext context
org.jetbrains.uast.UCallExpression node
com.intellij.psi.PsiMethod method
}
androidx ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/appcompat/appcompat/1.8.0-alpha01/androidx.appcompat_appcompat/android_common_apex10000/aar/ |
D | lint.jar | ... .JavaContext context
org.jetbrains.uast.UCallExpression node
com.intellij.psi.PsiMethod method
}
androidx ... |
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ra.cpp | 1085 GCRA::RIG_Node::addInterference(RIG_Node *node) in addInterference() 1094 GCRA::RIG_Node::addRegPreference(RIG_Node *node) in addRegPreference() 1132 GCRA::insertOrderedTail(std::list<RIG_Node *>& list, RIG_Node *node) in insertOrderedTail() 1170 RIG_Node *node = *it; in buildRIG() local 1242 GCRA::simplifyNode(RIG_Node *node) in simplifyNode() 1297 GCRA::checkInterference(const RIG_Node *node, Graph::EdgeIterator& ei) in checkInterference() 1354 RIG_Node *node = &nodes[stack.top()]; in selectRegisters() local
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/appcompat/appcompat/1.8.0-alpha01/androidx.appcompat_appcompat/android_common/aar/ |
D | lint.jar | ... .JavaContext context
org.jetbrains.uast.UCallExpression node
com.intellij.psi.PsiMethod method
}
androidx ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/appcompat/appcompat/1.8.0-alpha01/androidx.appcompat_appcompat/android_common_apex34/aar/ |
D | lint.jar | ... .JavaContext context
org.jetbrains.uast.UCallExpression node
com.intellij.psi.PsiMethod method
}
androidx ... |
/aosp_15_r20/external/pytorch/torch/_dynamo/ |
H A D | output_graph.py | 1530 def is_symnode_compute_node(node): argument 1564 def placeholder_binds_symbol(node): argument 1573 def remove_unused(node): argument 1852 def _maybe_preserve_original_meta(self, tx, node): argument 2053 def remove_node(self, node): argument
|
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/ |
H A D | simd.py | 211 def add(node): argument 1105 def requires_closing_previous_reduction(node, node_schedule): argument 1158 def reduction_hint(node): argument 1322 def _node_has_sort(node): argument 1607 def candidate_tilings(node): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | hashtable.cc | 34 TfLiteStatus PrepareHashtable(TfLiteContext* context, TfLiteNode* node) { in PrepareHashtable() 66 TfLiteStatus EvalHashtable(TfLiteContext* context, TfLiteNode* node) { in EvalHashtable()
|
H A D | shape.cc | 39 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 93 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | inline_autodiff_subgraphs.cpp | 13 bool canRunWithAutograd(Node* node) { in canRunWithAutograd() 42 graph_node_list::iterator scanNode(Node* node, size_t threshold) { in scanNode()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/flex/ |
H A D | kernel.cc | 75 OpNode* node; member 481 TfLiteNode* node; in Init() local 544 TfLiteStatus DelegateKernel::Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 709 TfLiteStatus DelegateKernel::Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
/aosp_15_r20/external/google-cloud-java/java-tpu/google-cloud-tpu/src/test/java/com/google/cloud/tpu/v1/ |
H A D | TpuClientTest.java | 321 Node node = Node.newBuilder().build(); in createNodeTest() local 347 Node node = Node.newBuilder().build(); in createNodeExceptionTest() local 388 Node node = Node.newBuilder().build(); in createNodeTest2() local 414 Node node = Node.newBuilder().build(); in createNodeExceptionTest2() local
|
/aosp_15_r20/external/android_onboarding/java/com/android/onboarding/nodes/ |
H A D | OnboardingGraphBuilder.kt | 278 for (node in values) { in <lambda>() constant 321 val node: NodeBuilder constant in com.android.onboarding.nodes.InternalEdge 500 class Updater(val node: NodeBuilder, delegate: OnboardingGraphLog.OnboardingEventDelegate?) { constant in com.android.onboarding.nodes.NodeBuilder.Updater 641 private inline fun MutableMap<Long, NodeBuilder>.node( in node() method
|
/aosp_15_r20/frameworks/base/libs/hwui/renderthread/ |
H A D | RenderProxy.cpp | 204 void RenderProxy::buildLayer(RenderNode* node) { in buildLayer() 372 void RenderProxy::addRenderNode(RenderNode* node, bool placeFront) { in addRenderNode() 376 void RenderProxy::removeRenderNode(RenderNode* node) { in removeRenderNode() 380 void RenderProxy::drawRenderNode(RenderNode* node) { in drawRenderNode()
|
/aosp_15_r20/external/trusty/lk/include/shared/lk/ |
D | list.h | 188 #define list_for_every(list, node) \ argument 193 #define list_for_every_safe(list, node, temp_node) \ argument 229 struct list_node *node = list; in list_length() local
|
/aosp_15_r20/device/linaro/dragonboard/shared/utils/qrtr/src/ |
D | waiter.c | 148 struct list_item *node; in waiter_destroy() local 164 struct list_item *node; in waiter_synchronize() local 190 struct list_item *node; in waiter_wait() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/ |
D | hook_traits.hpp | 40 typedef typename pointer_traits<node_ptr>::element_type node; typedef 106 typedef typename node_traits::node node; typedef 159 typedef typename node_traits::node node; typedef
|
/aosp_15_r20/build/soong/bin/ |
H A D | soongdbg | 78 def format_dep_label(node, dep): argument 92 def format_node_label(node, module_formatter): argument 266 def matches_tag(node, dep, tag_filter): argument
|
/aosp_15_r20/external/leakcanary2/shark/src/main/java/shark/internal/ |
H A D | InternalSharedExpanderHelpers.kt | 31 generateSequence(entry) { node -> in <lambda>() method 170 return generateSequence(firstNode) { node -> in read() method 179 .mapNotNull { (index, node) -> in read() method
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A D | test_lpm_map.c | 44 struct tlpm_node *node; in tlpm_add() local 70 struct tlpm_node *node; in tlpm_clear() local 114 struct tlpm_node *node; in tlpm_delete() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/ |
H A D | shape_tree.h | 218 for (const Node& node : nodes_) { in ForEachElement() local 234 for (const Node& node : nodes_) { in ForEachElementWithStatus() local 253 for (const Node& node : nodes_) { in Map() local
|
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/text/ |
D | TextStreamGraphRtcp.cpp | 121 for (auto& node : mListNodeStarted) in update() local 173 BaseNode* node = findNode(kNodeIdRtcpDecoder); in setMediaQualityThreshold() local
|
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
H A D | AUvarCommand.java | 47 public void setPosition(PPosition node) in setPosition() 72 public void setExpression(PExpression node) in setExpression()
|
H A D | AExpandVariable.java | 47 public void setParent(PVariable node) in setParent() 72 public void setChild(PExpression node) in setChild()
|
H A D | AVarCommand.java | 47 public void setPosition(PPosition node) in setPosition() 72 public void setExpression(PExpression node) in setExpression()
|