/aosp_15_r20/external/angle/src/compiler/translator/ |
H A D | ValidateVaryingLocations.cpp | 295 bool ValidateVaryingLocationsTraverser::visitDeclaration(Visit visit, TIntermDeclaration *node) in visitDeclaration() 329 TIntermFunctionDefinition *node) in visitFunctionDefinition()
|
/aosp_15_r20/external/angle/build/gn_ast/ |
H A D | json_gn_editor.py | 148 def get_target_name(node) -> Optional[str]: argument 228 def match_list_assignments(node): argument
|
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/framework/ |
D | graph.pb.h | 282 inline const ::tensorflow::NodeDef& GraphDef::node(int index) const { in node() function 295 GraphDef::node() const { in node() function
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-shape-plan.cc | 546 for (hb_face_t::plan_node_t *node = cached_plan_nodes; node; node = node->next) in hb_shape_plan_create_cached2() local 562 …hb_face_t::plan_node_t *node = (hb_face_t::plan_node_t *) hb_calloc (1, sizeof (hb_face_t::plan_no… in hb_shape_plan_create_cached2() local
|
/aosp_15_r20/external/tinyalsa_new/examples/sndcardparser/ |
H A D | sample_sndcardparser.c | 197 int snd_card_def_get_int(void *node, const char *prop, int *val) in snd_card_def_get_int() 222 int snd_card_def_get_str(void *node, const char *prop, char **val) in snd_card_def_get_str()
|
/aosp_15_r20/frameworks/base/tools/aapt2/ |
H A D | DominatorTree_test.cpp | 51 void VisitConfig(const DominatorTree::Node* node, const int indent) { in VisitConfig() 57 void VisitNode(const DominatorTree::Node* node, const int indent) { in VisitNode()
|
/aosp_15_r20/external/cronet/build/gn_ast/ |
H A D | json_gn_editor.py | 148 def get_target_name(node) -> Optional[str]: argument 228 def match_list_assignments(node): argument
|
/aosp_15_r20/external/regex-re2/re2/ |
H A D | prefilter_tree.cc | 108 Prefilter* PrefilterTree::CanonicalNode(NodeMap* nodes, Prefilter* node) { in CanonicalNode() 202 Prefilter *node = v[i]; in AssignUniqueIds() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/ |
H A D | traversal_test.cc | 175 const auto enter = [](const NodeDef* node) { in TEST() 212 const auto advance = [](const NodeDef* node) { in TEST()
|
/aosp_15_r20/external/libtextclassifier/native/utils/tflite/ |
H A D | string_projection_base.cc | 206 TfLiteStatus Resize(TfLiteContext* context, TfLiteNode* node) { in Resize() 223 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
/aosp_15_r20/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/ |
H A D | RemoveUnusedImports.java | 168 public Void visitIdentifier(com.sun.source.doctree.IdentifierTree node, Void aVoid) { in visitIdentifier() 204 public Void visitIdentifier(IdentifierTree node, Void aVoid) { in visitIdentifier()
|
/aosp_15_r20/external/iproute2/tc/ |
H A D | tc_class.c | 165 struct graph_node *node = calloc(1, sizeof(struct graph_node)); in graph_node_add() local 182 static void graph_indent(char *buf, struct graph_node *node, int is_newline, in graph_indent()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
H A D | function_utils_test.cc | 125 NodeDef node; in TEST() local 833 for (auto node : assert_func->node_def()) { in TEST() local
|
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/rules2/ |
H A D | ExpressionParser.java | 139 private static RuleExpression parseExpressionFrom(TreeNode node) { in parseExpressionFrom() 329 private static RuleExpression getReference(TreeNode node) { in getReference()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/ |
H A D | fusion.cpp | 41 static Operation createStaticSubgraphRuntime(const Node* node) { in createStaticSubgraphRuntime() 74 static bool canHandle(Node* node) { in canHandle()
|
/aosp_15_r20/external/libchrome-gestures/src/ |
H A D | timestamp_filter_interpreter_unittest.cc | 250 Json::Value node; in TEST() local 288 Json::Value node; in TEST_P() local
|
/aosp_15_r20/device/google/cuttlefish/host/commands/start/ |
D | flag_forwarder.cc | 116 xmlNodePtr xmlChildWithName(xmlNodePtr node, const std::string& name) { in xmlChildWithName() 134 std::string xmlContent(xmlNodePtr node) { in xmlContent()
|
/aosp_15_r20/external/pytorch/torch/_functorch/ |
H A D | fx_minifier.py | 78 def is_load_tensor_node(node): argument 86 def _convert_node_to_placeholder(graph, node, inps): argument
|
/aosp_15_r20/development/tools/winscope/src/test/e2e/ |
H A D | utils.ts | 195 for (const node of nodes) { constant 231 for (const node of nodes) { constant
|
/aosp_15_r20/packages/modules/Virtualization/tests/hostside/helper/java/com/android/microdroid/test/host/ |
D | MicrodroidHostTestCaseBase.java | 81 public final String node; field in MicrodroidHostTestCaseBase.AssignableDevice 84 public AssignableDevice(String node, String dtbo_label) { in AssignableDevice()
|
/aosp_15_r20/external/cronet/third_party/re2/src/re2/ |
H A D | prefilter_tree.cc | 72 Prefilter* PrefilterTree::CanonicalNode(NodeSet* nodes, Prefilter* node) { in CanonicalNode() 151 Prefilter *node = v[i]; in AssignUniqueIds() local
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/va/ |
H A D | buffer.c | 226 VACodedBufferSegment *node = curr_buf_ptr->next; in vlVaMapBuffer2() local 328 VACodedBufferSegment* node = buf->data; in vlVaDestroyBuffer() local
|
/aosp_15_r20/out/soong/.intermediates/external/apache-xml/apache-xml/android_common_apex31/withres/ |
D | apache-xml.jar | ... Object {
public abstract org.w3c.dom.Node getContextNode ()
public abstract org.w3c.dom ... |
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/apache-xml.com.android.art.debug_intermediates/ |
D | classes.jar | ... Object {
public abstract org.w3c.dom.Node getContextNode ()
public abstract org.w3c.dom ... |
/aosp_15_r20/out/soong/.intermediates/external/apache-xml/apache-xml/android_common_apex31/javac/ |
D | apache-xml.jar | ... Object {
public abstract org.w3c.dom.Node getContextNode ()
public abstract org.w3c.dom ... |