Home
last modified time | relevance | path

Searched defs:node (Results 601 – 625 of 8398) sorted by relevance

1...<<21222324252627282930>>...336

/aosp_15_r20/external/libchrome/mojo/core/ports/
H A Dports_unittest.cc100 Node& node() { return node_; } in node() function in mojo::core::ports::test::__anonc4fc2af90111::TestNode
301 void AddNode(TestNode* node) { in AddNode()
309 void RemoveNode(TestNode* node) { in RemoveNode()
392 TestNode* node = entry.second; in BroadcastEvent() local
691 TestNode node(0); in TEST_F() local
717 TestNode node(0); in TEST_F() local
738 TestNode node(0); in TEST_F() local
872 TestNode node(0); in TEST_F() local
883 TestNode node(0); in TEST_F() local
918 TestNode node(0); in TEST_F() local
[all …]
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DVariableTranslator.java72 public void caseANameVariable(ANameVariable node) { in caseANameVariable()
77 public void caseADecNumberVariable(ADecNumberVariable node) { in caseADecNumberVariable()
82 public void caseAHexNumberVariable(AHexNumberVariable node) { in caseAHexNumberVariable()
87 public void caseADescendVariable(ADescendVariable node) { in caseADescendVariable()
93 public void caseAExpandVariable(AExpandVariable node) { in caseAExpandVariable()
/aosp_15_r20/external/libxml2/
H A Drelaxng.c47 #define IS_RELAXNG(node, typ) \ argument
133 xmlNodePtr node; /* the node in the source */ member
282 xmlNodePtr node; /* the current node */ member
317 xmlNodePtr node; /* the current node */ member
472 xmlRngPErr(xmlRelaxNGParserCtxtPtr ctxt, xmlNodePtr node, int error, in xmlRngPErr()
514 xmlRngVErr(xmlRelaxNGValidCtxtPtr ctxt, xmlNodePtr node, int error, in xmlRngVErr()
868 xmlRelaxNGNewDefine(xmlRelaxNGParserCtxtPtr ctxt, xmlNodePtr node) in xmlRelaxNGNewDefine()
1160 xmlRelaxNGNewValidState(xmlRelaxNGValidCtxtPtr ctxt, xmlNodePtr node) in xmlRelaxNGNewValidState()
1602 xmlNodePtr node, const xmlChar * ns) in xmlRelaxNGLoadInclude()
2234 xmlRelaxNGValidErr err, xmlNodePtr node, in xmlRelaxNGShowValidError()
[all …]
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DFoldExpressions.cpp37 bool visitTernary(Visit visit, TIntermTernary *node) override in visitTernary()
49 bool visitAggregate(Visit visit, TIntermAggregate *node) override in visitAggregate()
61 bool visitBinary(Visit visit, TIntermBinary *node) override in visitBinary()
73 bool visitUnary(Visit visit, TIntermUnary *node) override in visitUnary()
85 bool visitSwizzle(Visit visit, TIntermSwizzle *node) override in visitSwizzle()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dremapper_test.cc188 for (const NodeDef& node : output.node()) { in TEST_F() local
293 for (const NodeDef& node : output.node()) { in TEST_F() local
424 for (const NodeDef& node : output.node()) { in TEST_F() local
564 for (const NodeDef& node : output.node()) { in TEST_F() local
688 for (const NodeDef& node : output.node()) { in RunTest() local
833 for (const NodeDef& node : output.node()) { in RunTest() local
958 for (const NodeDef& node : output.node()) { in RunTest() local
1055 for (const NodeDef& node : output.node()) { in TEST_F() local
1121 for (const NodeDef& node : output.node()) { in TEST_F() local
1187 for (const NodeDef& node : output.node()) { in TEST_F() local
[all …]
/aosp_15_r20/external/testng/src/main/java/org/testng/internal/
H A DGraph.java36 public Set<T> getPredecessors(T node) { in getPredecessors()
49 Node<T> node = findNode(tm); in addPredecessor() local
135 Node<T> node = findNodeWithNoPredecessors(nodes2); in topologicalSort() local
166 m_independentNodes.put(node.getObject(), node); in initializeIndependentNodes() local
183 private void removeFromNodes(List<Node<T>> nodes, Node<T> node) { in removeFromNodes()
212 Node<T> node = findNode(o); in findPredecessors() local
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DShaderCodeDictionary.cpp80 const ShaderNode* node) { in get_mangled_struct_reference()
104 const ShaderNode* node, in append_defaults()
127 const ShaderNode* node, in append_uniforms()
167 const ShaderNode* node, in invoke_node()
191 std::string emit_helper_declaration(const ShaderNode* node) { in emit_helper_declaration()
347 const ShaderNode* node) { in GenerateCoordManipulationPreamble()
387 std::string GenerateComposePreamble(const ShaderInfo& shaderInfo, const ShaderNode* node) { in GenerateComposePreamble()
422 const ShaderNode* node, in GraphitePipelineCallbacks()
527 const ShaderNode* node) { in GenerateRuntimeShaderPreamble()
/aosp_15_r20/external/moshi/moshi/src/main/java/com/squareup/moshi/
H A DLinkedHashTreeMap.java83 Node<K, V> node = findByObject(key); in get() local
122 Node<K, V> node = removeInternalByKey(key); in remove() local
242 void removeInternal(Node<K, V> node, boolean unlink) { in removeInternal()
301 Node<K, V> node = findByObject(key); in removeInternalByKey() local
308 private void replaceInParent(Node<K, V> node, Node<K, V> replacement) { in replaceInParent()
522 Node<K, V> node = this; in first() local
533 Node<K, V> node = this; in last() local
670 void add(Node<K, V> node) { in add()
801 Node<K, V> node = findByEntry((Entry<?, ?>) o); in remove() local
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/moshi/
H A DLinkedHashTreeMap.java85 Node<K, V> node = findByObject(key); in get() local
120 Node<K, V> node = removeInternalByKey(key); in remove() local
244 void removeInternal(Node<K, V> node, boolean unlink) { in removeInternal()
303 Node<K, V> node = findByObject(key); in removeInternalByKey() local
310 private void replaceInParent(Node<K, V> node, Node<K, V> replacement) { in replaceInParent()
537 Node<K, V> node = this; in first() local
550 Node<K, V> node = this; in last() local
693 void add(Node<K, V> node) { in add()
820 Node<K, V> node = findByEntry((Entry<?, ?>) o); in remove() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/
Dindex_loader.hpp48 void add(Node* node,Archive& ar,const unsigned int) in add()
55 void add_track(Node* node,Archive& ar,const unsigned int) in add_track()
81 FinalNode* node=load_node(ar); in load() local
104 Node* node=0; in unchecked_load_node() local
112 Node* node=0; in load_node() local
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/core/libcutils/include_outside_system/cutils/
Dlist.h31 #define node_to_item(node, container, member) \ argument
40 #define list_for_each_reverse(node, list) \ argument
43 #define list_for_each_safe(node, n, list) \ argument
48 #define list_for_each(node, list) \ argument
52 static inline void list_init(struct listnode *node) in list_init()
/aosp_15_r20/system/core/libcutils/include/cutils/
H A Dlist.h31 #define node_to_item(node, container, member) \ argument
40 #define list_for_each_reverse(node, list) \ argument
43 #define list_for_each_safe(node, n, list) \ argument
48 #define list_for_each(node, list) \ argument
52 static inline void list_init(struct listnode *node) in list_init()
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/core/libcutils/include/cutils/
Dlist.h31 #define node_to_item(node, container, member) \ argument
40 #define list_for_each_reverse(node, list) \ argument
43 #define list_for_each_safe(node, n, list) \ argument
48 #define list_for_each(node, list) \ argument
52 static inline void list_init(struct listnode *node) in list_init()
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/core/libcutils/include_outside_system/cutils/
Dlist.h31 #define node_to_item(node, container, member) \ argument
40 #define list_for_each_reverse(node, list) \ argument
43 #define list_for_each_safe(node, n, list) \ argument
48 #define list_for_each(node, list) \ argument
52 static inline void list_init(struct listnode *node) in list_init()
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/core/libcutils/include/cutils/
Dlist.h31 #define node_to_item(node, container, member) \ argument
40 #define list_for_each_reverse(node, list) \ argument
43 #define list_for_each_safe(node, n, list) \ argument
48 #define list_for_each(node, list) \ argument
52 static inline void list_init(struct listnode *node) in list_init()
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/allwinner/axp/
Dcommon.c58 static int fdt_get_regulator_millivolt(const void *fdt, int node) in fdt_get_regulator_millivolt()
78 static int setup_regulator(const void *fdt, int node, in setup_regulator()
101 static bool should_enable_regulator(const void *fdt, int node) in should_enable_regulator()
117 int node, length; in board_uses_usb0_host_mode() local
136 int node; in axp_setup_regulators() local
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/core/libcutils/include_outside_system/cutils/
Dlist.h31 #define node_to_item(node, container, member) \ argument
40 #define list_for_each_reverse(node, list) \ argument
43 #define list_for_each_safe(node, n, list) \ argument
48 #define list_for_each(node, list) \ argument
52 static inline void list_init(struct listnode *node) in list_init()
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/core/libcutils/include/cutils/
Dlist.h31 #define node_to_item(node, container, member) \ argument
40 #define list_for_each_reverse(node, list) \ argument
43 #define list_for_each_safe(node, n, list) \ argument
48 #define list_for_each(node, list) \ argument
52 static inline void list_init(struct listnode *node) in list_init()
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/core/libcutils/include_outside_system/cutils/
Dlist.h31 #define node_to_item(node, container, member) \ argument
40 #define list_for_each_reverse(node, list) \ argument
43 #define list_for_each_safe(node, n, list) \ argument
48 #define list_for_each(node, list) \ argument
52 static inline void list_init(struct listnode *node) in list_init()
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/core/libcutils/include/cutils/
Dlist.h31 #define node_to_item(node, container, member) \ argument
40 #define list_for_each_reverse(node, list) \ argument
43 #define list_for_each_safe(node, n, list) \ argument
48 #define list_for_each(node, list) \ argument
52 static inline void list_init(struct listnode *node) in list_init()
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/core/libcutils/include/cutils/
Dlist.h31 #define node_to_item(node, container, member) \ argument
40 #define list_for_each_reverse(node, list) \ argument
43 #define list_for_each_safe(node, n, list) \ argument
48 #define list_for_each(node, list) \ argument
52 static inline void list_init(struct listnode *node) in list_init()
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/core/libcutils/include/cutils/
Dlist.h31 #define node_to_item(node, container, member) \ argument
40 #define list_for_each_reverse(node, list) \ argument
43 #define list_for_each_safe(node, n, list) \ argument
48 #define list_for_each(node, list) \ argument
52 static inline void list_init(struct listnode *node) in list_init()
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/
DVideoStreamGraphRtpRx.cpp127 for (auto& node : mListNodeStarted) in update() local
144 for (auto& node : mListNodeToStart) in update() local
214 BaseNode* node = findNode(kNodeIdRtpDecoder); in setMediaQualityThreshold() local
249 BaseNode* node = findNode(kNodeIdVideoRenderer); in setSurface() local
273 BaseNode* node = findNode(kNodeIdVideoRenderer); in OnEvent() local
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/core/libcutils/include_outside_system/cutils/
Dlist.h31 #define node_to_item(node, container, member) \ argument
40 #define list_for_each_reverse(node, list) \ argument
43 #define list_for_each_safe(node, n, list) \ argument
48 #define list_for_each(node, list) \ argument
52 static inline void list_init(struct listnode *node) in list_init()
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/system/core/libcutils/include_outside_system/cutils/
Dlist.h31 #define node_to_item(node, container, member) \ argument
40 #define list_for_each_reverse(node, list) \ argument
43 #define list_for_each_safe(node, n, list) \ argument
48 #define list_for_each(node, list) \ argument
52 static inline void list_init(struct listnode *node) in list_init()

1...<<21222324252627282930>>...336