/aosp_15_r20/external/antlr/runtime/Ruby/test/unit/ |
H A D | test-tree-wizard.rb | 297 def context(node, parent, index) argument 347 def labeled_context(node, parent, index, labels, *names) argument
|
/aosp_15_r20/external/mesa3d/src/util/tests/ |
H A D | rb_tree_test.cpp | 53 struct rb_node node; member 288 struct uinterval_node node; member
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/ |
H A D | Type.java | 117 public boolean remove(Node node) { in remove() 145 public boolean replace(Node node, Node replacementNode) { in replace()
|
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/windows/ |
H A D | port.cc | 111 void NUMASetThreadNodeAffinity(int node) {} in NUMASetThreadNodeAffinity() 127 void* NUMAMalloc(int node, size_t size, int minimum_alignment) { in NUMAMalloc()
|
/aosp_15_r20/device/linaro/dragonboard/shared/utils/qrtr/lib/ |
D | qrtr.c | 79 int qrtr_sendto(int sock, uint32_t node, uint32_t port, const void *data, unsigned int sz) in qrtr_sendto() 200 int qrtr_recvfrom(int sock, void *buf, unsigned int bsz, uint32_t *node, uint32_t *port) in qrtr_recvfrom()
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/ |
H A D | CallableDeclaration.java | 212 public boolean remove(Node node) { in remove() 346 public boolean replace(Node node, Node replacementNode) { in replace()
|
/aosp_15_r20/external/pytorch/torchgen/_autoheuristic/ |
H A D | train_regression.py | 400 def dt_to_python(node, depth): argument 427 def handle_leaf(self, tree_, node, indent, unsafe_leaves): argument
|
/aosp_15_r20/external/leakcanary2/shark/src/main/java/shark/internal/ |
H A D | ObjectDominators.kt | 83 val node = tree.getValue(objectId) in <lambda>() constant
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | strided_slice.cc | 233 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 267 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/flex/ |
H A D | test_util.cc | 108 reg.prepare = [](TfLiteContext* context, TfLiteNode* node) { in AddTfLiteMulOp() 113 reg.invoke = [](TfLiteContext* context, TfLiteNode* node) { in AddTfLiteMulOp()
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ |
H A D | JavaParser.java | 325 private static boolean attributeLineCommentToNodeOrChild(Node node, LineComment lineComment) in attributeLineCommentToNodeOrChild() 357 private static void insertCommentsInNode(Node node, List<Comment> commentsToAttribute){ in insertCommentsInNode()
|
/aosp_15_r20/frameworks/base/tools/aapt2/xml/ |
H A D | XmlDom.h | 294 const T* NodeCast(const Node* node) { in NodeCast() 301 T* NodeCast(Node* node) { in NodeCast()
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
H A D | DTMManagerDefault.java | 491 synchronized public int getDTMHandleFromNode(org.w3c.dom.Node node) in getDTMHandleFromNode() 825 synchronized public DTMIterator createDTMIterator(int node) in createDTMIterator()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | prefilter_tree.cc | 99 Prefilter* PrefilterTree::CanonicalNode(NodeMap* nodes, Prefilter* node) { in CanonicalNode() 193 Prefilter *node = v[i]; in AssignUniqueIds() local
|
/aosp_15_r20/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/ |
H A D | AddAnnotation.java | 344 private boolean handleBodyDeclaration(ASTRewrite rewrite, BodyDeclaration node) { in handleBodyDeclaration() 361 ASTRewrite rewrite, BodyDeclaration node, in insertAnnotationBefore()
|
/aosp_15_r20/external/pdfium/core/fpdfdoc/ |
H A D | cpdf_nametree_unittest.cpp | 29 void AddLimitsArray(CPDF_Dictionary* node, in AddLimitsArray() 37 void CheckLimitsArray(const CPDF_Dictionary* node, in CheckLimitsArray()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/ |
H A D | grappler_test.cc | 150 NodeDef* node = graph->add_node(); in AddNode() local 207 [&op](const NodeDef& node) { return node.op() == op; }); in CountOpNodes()
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/algo/ |
D | dominators.rs | 100 node: Option<N>, field 125 node: N, field
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | remapper.cc | 268 bool IsInPreserveSet(const RemapperContext& ctx, const NodeDef* node) { in IsInPreserveSet() 281 bool HasDataType(const NodeDef* node, const DataType& expected, in HasDataType() 387 const NodeDef& node = ctx.graph_view.graph()->node(matched.contraction); in IsCpuCompatible() local 401 bool IsSupportedActivation(const NodeDef& node) { in IsSupportedActivation() 564 const NodeDef* node = fanout.node_view()->node(); in HasAtMostOneDataFanoutAtPort0() local 570 bool IsConvOrMatMul(const NodeDef& node) { in IsConvOrMatMul() 599 auto is_channel_last_format = [](const NodeDef& node) -> bool { in IsBiasSemanticAdd() 928 bool IsAddWithNoBroadcast(const RemapperContext& ctx, const NodeDef& node) { in IsAddWithNoBroadcast() 3365 const auto is_compatible_dtype = [&](const NodeDef& node) -> bool { in RequiresInferredShapes()
|
/aosp_15_r20/frameworks/base/libs/hwui/tests/unit/ |
H A D | RenderNodeDrawableTests.cpp | 73 auto node = TestUtils::createSkiaNode( in drawOrderedNode() local 85 auto node = TestUtils::createSkiaNode( in drawOrderedNode() local 951 auto node = TestUtils::createSkiaNode(0, 0, CANVAS_WIDTH, CANVAS_HEIGHT, in RENDERTHREAD_TEST() local 1155 auto node = TestUtils::createSkiaNode( in TEST() local 1201 auto node = in RENDERTHREAD_TEST() local 1255 auto node = TestUtils::createSkiaNode(0, 0, CANVAS_WIDTH, CANVAS_HEIGHT, in RENDERTHREAD_TEST() local
|
/aosp_15_r20/packages/apps/Car/RotaryController/src/com/android/car/rotary/ |
D | RotaryService.java | 2124 boolean isInFocusedWindow(@NonNull AccessibilityNodeInfo node) { in isInFocusedWindow() 2648 private void setPendingFocusedNode(@Nullable AccessibilityNodeInfo node) { in setPendingFocusedNode() 2717 private void setIgnoreViewClickedNode(@Nullable AccessibilityNodeInfo node) { in setIgnoreViewClickedNode() 2888 private boolean updateFocusedNodeAfterPerformingFocusAction( in updateFocusedNodeAfterPerformingFocusAction() 2937 private AccessibilityNodeInfo copyNode(@Nullable AccessibilityNodeInfo node) { in copyNode()
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
H A D | JobSupport.kt | 365 list.forEach<T> { node -> in <lambda>() method 467 val node: JobNode = makeNode(handler, onCancelling) in <lambda>() constant 520 val node = if (onCancelling) { in <lambda>() constant 1371 [email protected]<JobNode> { node -> in dispose() method
|
/aosp_15_r20/external/selinux/libsepol/src/ |
H A D | write.c | 109 avtab_ptr_t node; in avtab_write_item() local 578 ebitmap_node_t *node; in filename_write_one_compat() local 813 cond_node_t * node, struct policy_file *fp) in cond_write_node() 977 constraint_node_t * node, int allowxtarget, in write_cons_helper() 1866 ebitmap_node_t *node; in only_process() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/fuzzing/ |
D | RandomVariable.cpp | 646 for (const auto& node : mEvalOrderMap[ind1]) { in isSubordinate() local 1123 static void unsetEqual(const RandomVariableNode& node) { in unsetEqual() 1152 void addNode(const RandomVariableNode& node) { mEqualNodes.push_back(node); } in addNode() 1156 for (const auto& node : mEqualNodes) unsetEqual(node); in revert() local 1176 auto node = lhs[i].setEqual(rhs[i]).get(); in setEqualIfCompatible() local
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | python_function.cpp | 933 torch::jit::Node* node, in _append_subgraph() 960 torch::jit::Node* node = *it; in _append_subgraph() local 1006 torch::jit::Node* node, in _trace_post_record() 1086 torch::jit::Node* node, in process_outputs() 1317 auto* node = _trace_pre_record(cls, inputs, unpacked_input.input_vars); in THPFunction_apply() local
|