Home
last modified time | relevance | path

Searched defs:node (Results 1501 – 1525 of 8398) sorted by relevance

1...<<61626364656667686970>>...336

/aosp_15_r20/external/guava/android/guava/src/com/google/common/util/concurrent/
H A DCycleDetectingLockFactory.java310 LockGraphNode node = new LockGraphNode(getLockName(key)); in createNodes() local
682 private ExampleStackTrace findPathTo(LockGraphNode node, Set<LockGraphNode> seen) { in findPathTo()
715 LockGraphNode node = lock.getLockGraphNode(); in aboutToAcquire() local
730 LockGraphNode node = lock.getLockGraphNode(); in lockStateChanged() local
/aosp_15_r20/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
H A Dprettify.js283 function isRawContent(node) { argument
291 function isPreformatted(node, content) { argument
308 function normalizedHtml(node, out, opt_sortAttrs) { argument
576 function getInnerHtml(node) { argument
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dregalloc.c60 static void propagate_liveness_node(gpir_node *node, BITSET_WORD *live, in propagate_liveness_node()
415 static void add_fake_dep(gpir_node *node, gpir_node *src, in add_fake_dep()
442 static bool handle_value_read(gpir_node *node, gpir_node *src, in handle_value_read()
507 static void handle_value_write(gpir_node *node, in handle_value_write()
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles_test.cc208 for (const auto &node : nodes) { in TEST() local
229 int node = nodes[node_index]; in TEST() local
325 for (const auto &node : nodes) { in TEST() local
333 int node = nodes[node_index]; in TEST() local
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/internal/
H A Dgraphcycles_test.cc209 for (const auto &node : nodes) { in TEST() local
230 int node = nodes[node_index]; in TEST() local
326 for (const auto &node : nodes) { in TEST() local
334 int node = nodes[node_index]; in TEST() local
/aosp_15_r20/external/testng/src/main/java/org/testng/xml/dom/
H A DDomUtil.java113 void process(Node node); in process()
138 public static Iterator<Node> findChildren(Node node, String name) { in findChildren()
224 private void populateAttributes(Node node, Object object) { in populateAttributes()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/msl/
H A DRewriteUnaddressableReferences.cpp55 bool IsVectorAccess(TIntermNode &node) in IsVectorAccess()
156 TIntermTyped &DecomposeCompoundAssignment(TIntermBinary &node) in DecomposeCompoundAssignment()
325 auto traverse = [&](TIntermTyped &node, const bool disable) -> TIntermTyped & { in visitBinaryPre()
/aosp_15_r20/external/libtextclassifier/native/utils/tflite/
H A Dtext_encoder3s.cc60 TfLiteStatus ResizeOutputTensors(TfLiteContext* context, TfLiteNode* node, in ResizeOutputTensors()
90 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
144 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/
H A Dwhitespace_tokenizer.cc47 inline bool OutputIsPaddedTensor(TfLiteNode* node) { in OutputIsPaddedTensor()
152 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
182 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
/aosp_15_r20/external/XNNPACK/test/
H A Dstatic-reshape.cc54 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
92 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
126 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
H A Dsigmoid.cc55 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
95 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
133 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
/aosp_15_r20/external/libaom/av1/encoder/
H A Dml.c47 for (int node = 0; node < num_output_nodes; ++node) { in av1_nn_predict_c() local
63 for (int node = 0; node < nn_config->num_outputs; ++node) { in av1_nn_predict_c() local
100 for (int node = 0; node < layer->num_outputs; ++node) { in nn_fc_forward() local
/aosp_15_r20/external/mesa3d/src/panfrost/util/
H A Dlcra.c86 lcra_set_alignment(struct lcra_state *l, unsigned node, unsigned align_log2, in lcra_set_alignment()
100 lcra_restrict_range(struct lcra_state *l, unsigned node, unsigned len) in lcra_restrict_range()
211 lcra_set_node_spill_cost(struct lcra_state *l, unsigned node, signed cost) in lcra_set_node_spill_cost()
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
Dattribute.cpp169 void TParseContext::handleSelectionAttributes(const TAttributes& attributes, TIntermNode* node) in handleSelectionAttributes()
198 void TParseContext::handleSwitchAttributes(const TAttributes& attributes, TIntermNode* node) in handleSwitchAttributes()
227 void TParseContext::handleLoopAttributes(const TAttributes& attributes, TIntermNode* node) in handleLoopAttributes()
/aosp_15_r20/external/owasp/sanitizer/empiricism/
Dhtml-containment.js301 var stack = [{ node: start, next: null }]; property
319 stack.push({ node: adjacentNode, next: candidate }); property
342 function appendTextOf(node, out) { argument
/aosp_15_r20/external/trusty/lk/lib/binary_search_tree/include/lib/
Dbinary_search_tree.h62 static inline void bst_node_initialize(struct bst_node *node) { in bst_node_initialize()
106 struct bst_node *node, in bst_search()
199 static inline bool bst_insert(struct bst_root *root, struct bst_node *node, in bst_insert()
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libdram/
H A Ddram-internal.h154 static inline int get_ddr_type(bdk_node_t node, const dimm_config_t *dimm_config) in get_ddr_type()
167 static inline int get_dimm_ecc(bdk_node_t node, const dimm_config_t *dimm_config, int ddr_type) in get_dimm_ecc()
174 static inline int get_dimm_module_type(bdk_node_t node, const dimm_config_t *dimm_config, int ddr_t… in get_dimm_module_type()
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A Dattribute.cpp169 void TParseContext::handleSelectionAttributes(const TAttributes& attributes, TIntermNode* node) in handleSelectionAttributes()
198 void TParseContext::handleSwitchAttributes(const TAttributes& attributes, TIntermNode* node) in handleSwitchAttributes()
227 void TParseContext::handleLoopAttributes(const TAttributes& attributes, TIntermNode* node) in handleLoopAttributes()
/aosp_15_r20/external/rust/android-crates-io/crates/arc-swap/tests/
Dstress.rs69 let mut node = head.load(); in storm_link_list() localVariable
166 let mut node = Arc::new(LLNodeCnt { in storm_unroll() localVariable
180 let mut node = head.load_full(); in storm_unroll() localVariable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/include/boost/unordered/detail/
Dimplementation.hpp1939 typedef typename node_allocator_traits::value_type node; typedef
1994 typedef typename node_allocator_traits::value_type node; typedef
2482 typedef typename node_allocator_traits::value_type node; typedef
2908 typedef typename Types::node node; typedef
4811 struct node : boost::unordered::detail::value_base<T> struct
4815 allocator;
4817 allocator>::pointer node_pointer;
4818 typedef node_pointer link_pointer;
4820 bucket<node_pointer> >::type bucket_allocator;
4822 bucket_allocator>::pointer bucket_pointer;
[all …]
/aosp_15_r20/libcore/tools/non-cts-json-generator/src/libcore/tools/generator/noncts/
H A DMain.java178 ClassNode node = new ClassNode(); in parseClass() local
184 private void storeIfNonCts(String className, MethodNode node) { in storeIfNonCts()
193 private void storeIfNonCts(ClassNode node) { in storeIfNonCts()
/aosp_15_r20/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.cpp109 auto node = mDtorList; in ~LinearAllocator() local
179 auto node = new (allocImpl(sizeof(DestructorNode))) DestructorNode(); in addToDestructionList() local
187 auto node = mDtorList; in runDestructorFor() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dscalar_analysis_simplification.cpp416 SERecurrentNode* node = node_pair.first; in FoldRecurrentAddExpressions() local
458 SENode* SENodeSimplifyImpl::EliminateZeroCoefficientRecurrents(SENode* node) { in EliminateZeroCoefficientRecurrents()
531 SENode* ScalarEvolutionAnalysis::SimplifyExpression(SENode* node) { in SimplifyExpression()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dscalar_analysis_simplification.cpp416 SERecurrentNode* node = node_pair.first; in FoldRecurrentAddExpressions() local
458 SENode* SENodeSimplifyImpl::EliminateZeroCoefficientRecurrents(SENode* node) { in EliminateZeroCoefficientRecurrents()
531 SENode* ScalarEvolutionAnalysis::SimplifyExpression(SENode* node) { in SimplifyExpression()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dscalar_analysis_simplification.cpp416 SERecurrentNode* node = node_pair.first; in FoldRecurrentAddExpressions() local
458 SENode* SENodeSimplifyImpl::EliminateZeroCoefficientRecurrents(SENode* node) { in EliminateZeroCoefficientRecurrents()
531 SENode* ScalarEvolutionAnalysis::SimplifyExpression(SENode* node) { in SimplifyExpression()

1...<<61626364656667686970>>...336