Home
last modified time | relevance | path

Searched defs:node (Results 3026 – 3050 of 8398) sorted by relevance

1...<<121122123124125126127128129130>>...336

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DIntervalMap.h777 void *node; member
797 template <typename NodeT> NodeT &node(unsigned Level) const { in node() function
958 RootBranch node; member
1233 NodeRef node[Nodes]; in branchRoot() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DIntervalMap.h777 void *node; member
797 template <typename NodeT> NodeT &node(unsigned Level) const { in node() function
958 RootBranch node; member
1233 NodeRef node[Nodes]; in branchRoot() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dadaptive_node_pool_impl.hpp751 void *node = boost::movelib::to_raw_pointer(chain.pop_front()); in priv_allocate_node() local
900 …block_info_t *priv_block_from_node(void *node, const size_type real_block_alignment, AlignOnlyFals… in priv_block_from_node()
912 …block_info_t *priv_block_from_node(void *node, const size_type real_block_alignment, AlignOnlyTrue… in priv_block_from_node()
917 block_info_t *priv_block_from_node(void *node, const size_type real_block_alignment) const in priv_block_from_node()
/aosp_15_r20/frameworks/base/libs/hwui/
H A DVectorDrawable.h105 explicit Properties(Node* node) : mNode(node) {} in Properties()
111 Node(const Node& node) { mName = node.mName; } in Node()
144 explicit PathProperties(Node* node) : Properties(node) {} in PathProperties()
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Dentry_impl.cc424 RankingsNode* node = node_.Data(); in CreateEntry() local
779 CacheRankingsBlock* node = const_cast<CacheRankingsBlock*>(&node_); in GetLastUsed() local
784 CacheRankingsBlock* node = const_cast<CacheRankingsBlock*>(&node_); in GetLastModified() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dinterpreter.cpp829 Node* node = in runTemplate() local
1013 Node* node = frame.function->instructions_source_[pc]; in moduleHierarchy() local
1073 Node* node = frame.function->instructions_source_[pc]; in callstack() local
/aosp_15_r20/frameworks/base/core/java/android/os/ConcurrentMessageQueue/
H A DMessageQueue.java1142 private StateNode getStateNode(StackNode node) { in getStateNode()
1496 StackNode node = (StackNode) sState.getVolatile(this); in dump() local
1537 StackNode node = (StackNode) sState.getVolatile(this); in dumpDebug() local
/aosp_15_r20/external/bazelbuild-rules_python/sphinxdocs/src/sphinx_bzl/
H A Dbzl.py328 def generic_visit(self, node): argument
565 def match_arg_field_name(node): argument
1673 def _on_missing_reference(app, env: environment.BuildEnvironment, node, contnode): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dmodel.h198 auto node = queue.back(); in ~Node() local
213 void add_input(std::shared_ptr<Node> node) TF_LOCKS_EXCLUDED(mu_) { in add_input()
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/
H A Dpath_builder.cc392 for (const auto &node : cur_path_) { in CopyPath() local
408 for (const auto &node : cur_path_) { in PathDebugString() local
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_cpp_codegen.cpp17 #define STR_CHECK(node, expected) \ argument
23 #define FILE_CHECK(node, pattern) \ argument
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/
H A DYaml.java269 Node node = representer.represent(data.next()); in dumpAll() local
350 public void serialize(Node node, Writer output) { in serialize()
/aosp_15_r20/external/blktrace/
H A Dblkiomon.c46 struct rb_node node; member
63 struct rb_node node; member
/aosp_15_r20/system/extras/ioshark/
H A Dioshark_bench_subr.c153 files_db_update_fd(void *node, int fd) in files_db_update_fd()
161 files_db_close_fd(void *node) in files_db_close_fd()
/aosp_15_r20/frameworks/base/native/android/
H A Dsystem_fonts.cpp134 xmlNode* firstElement(xmlNode* node, const xmlChar* tag) { in firstElement()
143 xmlNode* nextSibling(xmlNode* node, const xmlChar* tag) { in nextSibling()
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libbdk-hal/
H A Dbdk-nic.c54 bdk_node_t node : 8; /* Node the NIC is on */ member
418 static int if_process_complete_rx(int node, nic_rbdr_state_t *vnic_rbdr_state, const union bdk_nic_… in if_process_complete_rx()
/aosp_15_r20/frameworks/base/packages/SettingsLib/Preference/src/com/android/settingslib/preference/
H A DPreferenceScreenBindingHelper.kt147 preferences[key]?.let { node -> preferenceBindingFactory.bind(it, node) } in <lambda>() method
272 for (node in preferences.values) { in <lambda>() method
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeWizard.cs554 protected void fillReverseIndex( object node, int streamIndex ) in fillReverseIndex()
630 public int getNodeIndex( object node ) in getNodeIndex()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowAccessibilityNodeInfo.java532 AccessibilityNodeInfo node = AccessibilityNodeInfo.obtain(child); in addChild() local
541 AccessibilityNodeInfo node = AccessibilityNodeInfo.obtain(root, virtualDescendantId); in addChild() local
/aosp_15_r20/external/selinux/libsepol/src/
H A Dassertion.c165 avtab_ptr_t node; in report_assertion_extended_permissions() local
367 avtab_ptr_t node; in check_assertion_extended_permissions_avtab() local
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DAstHelpers.cpp55 TIntermSequence &sh::CloneSequenceAndPrepend(const TIntermSequence &seq, TIntermNode &node) in CloneSequenceAndPrepend()
250 TIntermTyped &sh::AccessIndex(TIntermTyped &node, const int *index) in AccessIndex()
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/renesas/rzg/
Dbl2_plat_setup.c151 int ret, node; in bl2_lossy_gen_fdt() local
500 int ret, node; in bl2_add_memory_node() local
/aosp_15_r20/frameworks/base/core/java/android/hardware/display/
H A DDisplayTopology.java145 TreeNode node = queue.poll(); in removeDisplay() local
628 TreeNode node = pend.pop(); in allNodesIdMap() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Drbtree_algorithms.hpp173 typedef typename NodeTraits::node node; typedef in boost::intrusive::rbtree_algorithms
245 static void unlink(const node_ptr& node) in unlink()
/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/internal/
H A DDemux.kt318 ?.let { (node, needsEval) -> in toString() method
334 class Active<K, A>(val node: DemuxNode<K, A>) : DemuxLifecycleState<K, A> { in toString() constant in com.android.systemui.kairos.internal.DemuxLifecycleState.Active

1...<<121122123124125126127128129130>>...336