Home
last modified time | relevance | path

Searched defs:is_node (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/executorch/backends/xnnpack/utils/
H A Dutils.py65 def is_node(node: Any) -> bool: function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/getrandom-0.2.14/src/
H A Djs.rs103 fn is_node(global: &Global) -> bool { in is_node() function
/aosp_15_r20/external/rust/android-crates-io/crates/getrandom/src/
Djs.rs103 fn is_node(global: &Global) -> bool { in is_node() function
/aosp_15_r20/external/f2fs-tools/fsck/
H A Dnode.h160 static inline int is_node(struct f2fs_node *node_blk, int type) in is_node() function
H A Dsegment.c30 bool is_node = IS_NODESEG(type); in reserve_new_block() local
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/
Ddata.rs434 let is_node = if let Element::Node { .. } = elt { in next() localVariable
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dbuffer_validation.cpp1244 …tateTracker::RecordCreateImageANDROID(const VkImageCreateInfo *create_info, IMAGE_STATE *is_node) { in RecordCreateImageANDROID()
1322 …ateTracker::RecordCreateImageANDROID(const VkImageCreateInfo *create_info, IMAGE_STATE *is_node) {} in RecordCreateImageANDROID()
1508 std::unique_ptr<IMAGE_STATE> is_node(new IMAGE_STATE(*pImage, pCreateInfo)); in PostCallRecordCreateImage() local
/aosp_15_r20/external/libxkbcommon/src/
H A Dregistry.c692 is_node(xmlNode *node, const char *name) in is_node() function