Home
last modified time | relevance | path

Searched refs:is_bound_ (Results 1 – 3 of 3) sorted by relevance

/external/vixl/src/aarch32/
Dlabel-aarch32.h142 is_bound_(false), in Label()
152 is_bound_(true), in imm_offset_()
161 if (referenced_ && !is_bound_) { in VIXL_THROW_IN_NEGATIVE_TESTING_MODE()
169 bool IsBound() const { return is_bound_; } in IsBound()
176 is_bound_ = true; in Bind()
287 bool is_bound_; variable
/external/libbrillo/brillo/
Dprocess.cc74 info.is_bound_ = false; in RedirectUsingPipe()
80 info.is_bound_ = true; in BindFd()
154 if (i->second.is_bound_) { in PopulatePipeMap()
311 if (!i.second.is_bound_) { in Start()
Dprocess.h198 bool is_bound_; member