/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/ |
H A D | RuntimeMacro.java | 68 private Node node = null; field in RuntimeMacro 129 Node node) in init() 257 Node node) in render() 278 Node node, Renderable body) in render()
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/utils/ |
H A D | PositionUtils.java | 79 public static AnnotationExpr getLastAnnotation(Node node) { in getLastAnnotation() 93 private static int beginLineWithoutConsideringAnnotation(Node node) { in beginLineWithoutConsideringAnnotation() 98 private static int beginColumnWithoutConsideringAnnotation(Node node) { in beginColumnWithoutConsideringAnnotation() 102 private static Node beginNodeWithoutConsideringAnnotations(Node node) { in beginNodeWithoutConsideringAnnotations()
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/hlsl/ |
H A D | RewriteAtomicFunctionExpressions.cpp | 114 TIntermAggregate *node, in IsAtomicExchangeOrCompSwapNoReturnValue() 123 TIntermAggregate *node, in IsAtomicFunctionInsideExpression() 140 bool RewriteAtomicFunctionExpressionsTraverser::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() 160 bool RewriteAtomicFunctionExpressionsTraverser::visitBlock(Visit visit, TIntermBlock *node) in visitBlock()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | LinkedBlockingDeque.java | 209 private boolean linkFirst(Node<E> node) { in linkFirst() 228 private boolean linkLast(Node<E> node) { in linkLast() 336 Node<E> node = new Node<E>(e); in offerFirst() local 351 Node<E> node = new Node<E>(e); in offerLast() local 367 Node<E> node = new Node<E>(e); in putFirst() local 384 Node<E> node = new Node<E>(e); in putLast() local 402 Node<E> node = new Node<E>(e); in offerFirst() local 425 Node<E> node = new Node<E>(e); in offerLast() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | memory_optimizer_test.cc | 328 for (const auto& node : output.node()) { in TEST_F() local 379 for (const auto& node : output.node()) { in TEST_F() local 418 for (const auto& node : output.node()) { in TEST_F() local 470 auto node = output.node(2); in TEST_F() local 502 auto node = output.node(2); in TEST_F() local 534 auto node = output.node(2); in TEST_F() local 561 auto node = output.node(2); in TEST_F() local 609 auto node = output.node(3); in TEST_F() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/ |
H A D | LinkedBlockingDeque.java | 209 private boolean linkFirst(Node<E> node) { in linkFirst() 228 private boolean linkLast(Node<E> node) { in linkLast() 336 Node<E> node = new Node<E>(e); in offerFirst() local 351 Node<E> node = new Node<E>(e); in offerLast() local 367 Node<E> node = new Node<E>(e); in putFirst() local 384 Node<E> node = new Node<E>(e); in putLast() local 402 Node<E> node = new Node<E>(e); in offerFirst() local 425 Node<E> node = new Node<E>(e); in offerLast() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | LinkedBlockingDeque.java | 209 private boolean linkFirst(Node<E> node) { in linkFirst() 228 private boolean linkLast(Node<E> node) { in linkLast() 336 Node<E> node = new Node<E>(e); in offerFirst() local 351 Node<E> node = new Node<E>(e); in offerLast() local 367 Node<E> node = new Node<E>(e); in putFirst() local 384 Node<E> node = new Node<E>(e); in putLast() local 402 Node<E> node = new Node<E>(e); in offerFirst() local 425 Node<E> node = new Node<E>(e); in offerLast() local
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/ |
H A D | RewriteStructSamplers.cpp | 46 TIntermBinary *node, in RewriteExpressionVisitBinaryHelper() 96 bool visitBinary(Visit visit, TIntermBinary *node) override in visitBinary() 112 void visitSymbol(TIntermSymbol *node) override in visitSymbol() 171 TIntermBinary *node, in RewriteModifiedStructFieldSelectionExpression() 334 bool visitBinary(Visit visit, TIntermBinary *node) override in visitBinary() 351 void visitSymbol(TIntermSymbol *node) override in visitSymbol()
|
/aosp_15_r20/external/rust/android-crates-io/crates/unsafe-libyaml/src/ |
D | loader.rs | 330 let mut node = MaybeUninit::<yaml_node_t>::uninit(); in yaml_parser_load_scalar() localVariable 331 let node = node.as_mut_ptr(); in yaml_parser_load_scalar() localVariable 390 let mut node = MaybeUninit::<yaml_node_t>::uninit(); in yaml_parser_load_sequence() localVariable 391 let node = node.as_mut_ptr(); in yaml_parser_load_sequence() localVariable 489 let mut node = MaybeUninit::<yaml_node_t>::uninit(); in yaml_parser_load_mapping() localVariable 490 let node = node.as_mut_ptr(); in yaml_parser_load_mapping() localVariable
|
/aosp_15_r20/external/arm-trusted-firmware/plat/arm/board/fvp/fconf/ |
H A D | fconf_hw_config_getter.c | 27 int node; in fconf_populate_gicv3_config() local 66 int err, node, cluster_node, core_node, thread_node; in fconf_populate_topology() local 183 int uart_node, node, err; in fconf_populate_uart_config() local 273 int err, node; in fconf_populate_cpu_timer() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/ |
H A D | parser.py | 167 def _without_context(node, lines, minl, maxl): argument 201 def _arg_name(node): argument 210 def _node_matches_argspec(node, func): argument 365 def unparse(node, indentation=None, include_encoding_marker=True): argument
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ |
H A D | PositionUtils.java | 84 public static AnnotationExpr getLastAnnotation(Node node) { in getLastAnnotation() 98 private static int beginLineWithoutConsideringAnnotation(Node node) { in beginLineWithoutConsideringAnnotation() 103 private static int beginColumnWithoutConsideringAnnotation(Node node) { in beginColumnWithoutConsideringAnnotation() 107 private static Node beginNodeWithoutConsideringAnnotations(Node node) { in beginNodeWithoutConsideringAnnotations()
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | limits.cpp | 84 bool TInductiveTraverser::visitBinary(TVisit /* visit */, TIntermBinary* node) in visitBinary() 96 bool TInductiveTraverser::visitUnary(TVisit /* visit */, TIntermUnary* node) in visitUnary() 108 bool TInductiveTraverser::visitAggregate(TVisit /* visit */, TIntermAggregate* node) in visitAggregate() 175 bool TIndexTraverser::visitAggregate(TVisit /* visit */, TIntermAggregate* node) in visitAggregate()
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
H A D | limits.cpp | 84 bool TInductiveTraverser::visitBinary(TVisit /* visit */, TIntermBinary* node) in visitBinary() 96 bool TInductiveTraverser::visitUnary(TVisit /* visit */, TIntermUnary* node) in visitUnary() 108 bool TInductiveTraverser::visitAggregate(TVisit /* visit */, TIntermAggregate* node) in visitAggregate() 175 bool TIndexTraverser::visitAggregate(TVisit /* visit */, TIntermAggregate* node) in visitAggregate()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/converters/ |
H A D | logical_expressions.py | 85 def visit_Compare(self, node): argument 108 def visit_UnaryOp(self, node): argument 117 def visit_BoolOp(self, node): argument 129 def transform(node, ctx): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tensorflow_graph_matching/ |
H A D | resolve_cluster.cc | 36 void AddNodeToGraph(const NodeDef& node, in AddNodeToGraph() 69 for (const NodeDef& node : graph_def.node()) { in FindCluster() local 96 for (const NodeDef& node : graph_def.node()) { in MaybeResolveClusters() local 124 for (const NodeDef& node : graph_def.node()) { in MaybeResolveClusters() local
|
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libbdk-hal/if/ |
H A D | bdk-if-phy-vetesse.c | 178 static void setup_vitesse_phy(bdk_node_t node, int mdio_bus, int phy_addr, bool qsgmii) in setup_vitesse_phy() 234 static void wr_masked(bdk_node_t node, int mdio_bus, int phy_addr, int reg, int value, int mask) in wr_masked() 244 static void vitesse_program(bdk_node_t node, int mdio_bus, int phy_addr) in vitesse_program() 318 int bdk_if_phy_vetesse_setup(bdk_node_t node, int qlm, int mdio_bus, int phy_addr) in bdk_if_phy_vetesse_setup()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | complex_support.cc | 31 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 63 TfLiteStatus EvalReal(TfLiteContext* context, TfLiteNode* node) { in EvalReal() 95 TfLiteStatus EvalImag(TfLiteContext* context, TfLiteNode* node) { in EvalImag() 127 TfLiteStatus EvalAbs(TfLiteContext* context, TfLiteNode* node) { in EvalAbs()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/compiler/tensorrt/ |
H A D | utils.py | 102 def get_node_compute_dtype(node): argument 132 def get_node_io_shapes(node, key): argument 140 def get_trtengineop_io_dtypes(node, key): argument 145 def get_trtengineop_io_nodes_count(node, key): argument
|
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/ |
H A D | GlslangToSpv.cpp | 2153 bool TGlslangToSpvTraverser::visitBinary(glslang::TVisit /* visit */, glslang::TIntermBinary* node) in visitBinary() 2531 bool TGlslangToSpvTraverser::visitUnary(glslang::TVisit /* visit */, glslang::TIntermUnary* node) in visitUnary() 2875 bool TGlslangToSpvTraverser::visitAggregate(glslang::TVisit visit, glslang::TIntermAggregate* node) in visitAggregate() 4053 …GlslangToSpvTraverser::visitSelection(glslang::TVisit /* visit */, glslang::TIntermSelection* node) in visitSelection() 4093 const auto operandOkay = [](glslang::TIntermTyped* node) { in visitSelection() 4241 bool TGlslangToSpvTraverser::visitSwitch(glslang::TVisit /* visit */, glslang::TIntermSwitch* node) in visitSwitch() 4295 void TGlslangToSpvTraverser::visitConstantUnion(glslang::TIntermConstantUnion* node) in visitConstantUnion() 4307 bool TGlslangToSpvTraverser::visitLoop(glslang::TVisit /* visit */, glslang::TIntermLoop* node) in visitLoop() 4376 bool TGlslangToSpvTraverser::visitBranch(glslang::TVisit /* visit */, glslang::TIntermBranch* node) in visitBranch() 4449 spv::Id TGlslangToSpvTraverser::createSpvVariable(const glslang::TIntermSymbol* node, spv::Id force… in createSpvVariable() [all …]
|
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 2154 bool TGlslangToSpvTraverser::visitBinary(glslang::TVisit /* visit */, glslang::TIntermBinary* node) in visitBinary() 2532 bool TGlslangToSpvTraverser::visitUnary(glslang::TVisit /* visit */, glslang::TIntermUnary* node) in visitUnary() 2855 bool TGlslangToSpvTraverser::visitAggregate(glslang::TVisit visit, glslang::TIntermAggregate* node) in visitAggregate() 3868 …GlslangToSpvTraverser::visitSelection(glslang::TVisit /* visit */, glslang::TIntermSelection* node) in visitSelection() 3908 const auto operandOkay = [](glslang::TIntermTyped* node) { in visitSelection() 4056 bool TGlslangToSpvTraverser::visitSwitch(glslang::TVisit /* visit */, glslang::TIntermSwitch* node) in visitSwitch() 4110 void TGlslangToSpvTraverser::visitConstantUnion(glslang::TIntermConstantUnion* node) in visitConstantUnion() 4122 bool TGlslangToSpvTraverser::visitLoop(glslang::TVisit /* visit */, glslang::TIntermLoop* node) in visitLoop() 4191 bool TGlslangToSpvTraverser::visitBranch(glslang::TVisit /* visit */, glslang::TIntermBranch* node) in visitBranch() 4264 spv::Id TGlslangToSpvTraverser::createSpvVariable(const glslang::TIntermSymbol* node, spv::Id force… in createSpvVariable() [all …]
|
/aosp_15_r20/frameworks/av/services/audiopolicy/service/ |
H A D | AudioPolicyEffects.cpp | 558 size_t AudioPolicyEffects::readParamValue(cnode *node, in readParamValue() 706 cnode *node = root->first_child; in loadEffectParameters() local 721 cnode *node = root->first_child; in loadEffectConfig() local 758 cnode *node = config_find(root, PREPROCESSING_TAG); in loadInputEffectConfigurations_l() local 785 cnode *node = config_find(root, OUTPUT_SESSION_PROCESSING_TAG); in loadStreamEffectConfigurations_l() local 812 cnode *node = config_find(root, UUID_TAG); in loadEffect() local 828 cnode *node = config_find(root, EFFECTS_TAG); in loadEffects() local
|
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/saved_model/core/ |
H A D | object_graph_traversal_test.cc | 304 absl::optional<int> node = internal::FindNodeAtPath("foo", object_graph); in TEST() local 311 absl::optional<int> node = internal::FindNodeAtPath("bar", object_graph); in TEST() local 317 absl::optional<int> node = internal::FindNodeAtPath("FOO", object_graph); in TEST() local 324 absl::optional<int> node = internal::FindNodeAtPath("foo.bar", object_graph); in TEST() local
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | rbbinode.cpp | 146 void RBBINode::NRDeleteNode(RBBINode *node) { in NRDeleteNode() 346 static int32_t serial(const RBBINode *node) { in serial() 351 void RBBINode::printNode(const RBBINode *node) { in printNode() 405 void RBBINode::printTree(const RBBINode *node, UBool printHeading) { in printTree()
|
/aosp_15_r20/external/libxkbcommon/src/compose/ |
H A D | state.c | 95 const struct compose_node *node; in xkb_compose_state_feed() local 141 const struct compose_node *prev_node, *node; in xkb_compose_state_get_status() local 162 const struct compose_node *node = in xkb_compose_state_get_utf8() local 196 const struct compose_node *node = in xkb_compose_state_get_one_sym() local
|