/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/tests/roundtrip/ |
H A D | roundtrip.cc | 35 static void NormalizeNode(NodeDef* node, bool add_fulltype) { in NormalizeNode() 134 NodeDef* node = func->mutable_node_def(node_id); in NormalizeTensorData() local
|
/aosp_15_r20/frameworks/base/ravenwood/tools/hoststubgen/src/com/android/hoststubgen/utils/ |
H A D | Trie.kt | 25 val node = root.getExactNode(splitToComponents(key)) in splitToComponents() constant
|
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/examples/ |
H A D | HtmlToPlainText.java | 75 public void head(Node node, int depth) { in head() 88 public void tail(Node node, int depth) { in tail()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | densify.cc | 53 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 71 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
H A D | where.cc | 74 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 108 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/coreml/builders/ |
H A D | pad_op_builder.cc | 100 const TfLiteNode* node, TfLiteContext* context) { in IsPadOpSupported() 133 const TfLiteNode* node, TfLiteContext* context) { in IsMirrorPadOpSupported()
|
/aosp_15_r20/external/XNNPACK/src/subgraph/ |
H A D | elu.c | 20 const struct xnn_node* node, in create_elu_operator() 212 struct xnn_node* node = xnn_subgraph_new_node(subgraph); in xnn_define_elu() local
|
H A D | depth-to-space.c | 19 const struct xnn_node* node, in create_depth_to_space_operator() 278 struct xnn_node* node = xnn_subgraph_new_node(subgraph); in xnn_define_depth_to_space() local
|
/aosp_15_r20/packages/apps/Car/RotaryController/src/com/android/car/rotary/ |
D | WindowCache.java | 85 AccessibilityNodeInfo node = mFocusedNodes.remove(id); in remove() local 118 private AccessibilityNodeInfo copyNode(@Nullable AccessibilityNodeInfo node) { in copyNode()
|
/aosp_15_r20/external/cronet/build/android/gyp/util/ |
H A D | resources_parser.py | 32 def _ParseDeclareStyleable(self, node): argument 64 def _ExtractNewIdsFromNode(self, node): argument
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/ |
H A D | SingleMemberAnnotationExpr.java | 98 public boolean remove(Node node) { in remove() 118 public boolean replace(Node node, Node replacementNode) { in replace()
|
H A D | SuperExpr.java | 104 public boolean remove(Node node) { in remove() 158 public boolean replace(Node node, Node replacementNode) { in replace()
|
H A D | DoubleLiteralExpr.java | 81 public boolean remove(Node node) { in remove() 117 public boolean replace(Node node, Node replacementNode) { in replace()
|
/aosp_15_r20/trusty/kernel/lib/trusty/ |
H A D | trusty_virtio.h | 53 struct list_node node; member 101 struct list_node node; member
|
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/ |
H A D | tensor_id.h | 44 const StringPiece node() const { return first; } in node() function 76 const string& node() const { return first; } in node() function
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_util/ |
H A D | RunAtTheEndOfShader.cpp | 51 bool visitBranch(Visit visit, TIntermBranch *node) override in visitBranch() 66 bool ContainsReturnOrDiscard(TIntermNode *node) in ContainsReturnOrDiscard()
|
/aosp_15_r20/external/angle/build/android/gyp/util/ |
H A D | resources_parser.py | 32 def _ParseDeclareStyleable(self, node): argument 64 def _ExtractNewIdsFromNode(self, node): argument
|
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
H A D | ADefCommand.java | 58 public void setPosition(PPosition node) in setPosition() 123 public void setCommand(PCommand node) in setCommand()
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/markdown/0.1.41/ |
HD | markdown-0.1.41.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/intellij/
org/ ... |
/aosp_15_r20/dalvik/docs/ |
H A D | prettify.js | 312 function isRawContent(node) { argument 316 function normalizedHtml(node, out) { argument 345 function getInnerHtml(node) { argument
|
/aosp_15_r20/external/erofs-utils/include/erofs/ |
H A D | hashtable.h | 310 #define hash_add(hashtable, node, key) \ argument 317 static inline bool hash_hashed(struct hlist_node *node) in hash_hashed() 346 static inline void hash_del(struct hlist_node *node) in hash_del()
|
/aosp_15_r20/system/libufdt/ |
H A D | ufdt_convert.c | 255 static int count_phandle_node(struct ufdt_node *node) { in count_phandle_node() 265 static void set_phandle_table_entry(struct ufdt_node *node, in set_phandle_table_entry() 386 const struct ufdt_node *node, in _ufdt_output_node_to_fdt()
|
/aosp_15_r20/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
H A D | NodeImpl.java | 228 static void setNameNS(NodeImpl node, String namespaceURI, String qualifiedName) { in setNameNS() 277 static void setName(NodeImpl node, String name) { in setName() 600 private static List<Object> createEqualityKey(Node node) { in createEqualityKey()
|
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/saved_model/core/ |
H A D | saved_model_utils.cc | 367 for (const tensorflow::NodeDef& node : graphdef.node()) { in NodeToAttrMap() local 418 const SavedObject& node = metagraph.object_graph_def().nodes(i); in PartiallyReviveSavedModelObjects() local 504 const SavedObject& node = obj_graph.nodes(node_id); in PartiallyReviveSavedModelObjects() local
|
/aosp_15_r20/external/mesa3d/src/imgui/ |
H A D | imstb_rectpack.h | 295 stbrp_node *node = first; in stbrp__skyline_find_min_y() local 353 stbrp_node **prev, *node, *tail, **best = NULL; in stbrp__skyline_find_best_pos() local 448 stbrp_node *node, *cur; in stbrp__skyline_pack_rectangle() local
|