Home
last modified time | relevance | path

Searched defs:IsChild (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pdfium/xfa/fwl/
H A Dcfwl_widget.cpp200 bool CFWL_Widget::IsChild() const { in IsChild() function in CFWL_Widget
/aosp_15_r20/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp298 static bool IsChild(const MachineInstr &MI, in IsChild() function
/aosp_15_r20/external/openthread/src/core/thread/
H A Dmle.hpp274 bool IsChild(void) const { return (mRole == kRoleChild); } in IsChild() function in ot::Mle::Mle
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp200 bool IsChild = false; in addSub() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp232 bool IsChild = false; in addSub() local
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs96769 pub fn IsChild(hWndParent: HWND, hWnd: HWND) -> BOOL; in IsChild() function