HomeSort by relevance Sort by last modified time
    Searched refs:is_bound_ (Results 1 - 5 of 5) sorted by null

  /external/vixl/src/
pool-manager.h 117 is_bound_(false),
129 is_bound_(false),
142 is_bound_(true),
198 bool IsBound() const { return is_bound_; }
207 VIXL_ASSERT(!is_bound_);
213 VIXL_ASSERT(!is_bound_);
214 is_bound_ = true;
238 bool is_bound_; member in class:vixl::LocationBase
  /system/update_engine/common/
test_utils.h 133 is_bound_ = BindToUnusedLoopDevice(file, writable, &dev_);
134 EXPECT_TRUE(is_bound_);
136 if (is_bound_ && dev)
141 if (!is_bound_)
153 EXPECT_TRUE(is_bound_);
157 bool is_bound() const { return is_bound_; }
161 bool is_bound_; member in class:chromeos_update_engine::test_utils::ScopedLoopbackDeviceBinder
  /external/libbrillo/brillo/
process.cc 74 info.is_bound_ = false;
80 info.is_bound_ = true;
154 if (i->second.is_bound_) {
311 if (!i.second.is_bound_) {
process.h 198 bool is_bound_; member in struct:brillo::ProcessImpl::PipeInfo
  /external/v8/src/compiler/
graph-assembler.h 113 is_bound_ = true;
115 bool IsBound() const { return is_bound_; }
143 bool is_bound_ = false; member in class:v8::internal::compiler::GraphAssemblerStaticLabel
170 DCHECK(!is_bound_);
171 is_bound_ = true;
173 bool IsBound() const { return is_bound_; }
190 bool is_bound_ = false; member in class:v8::internal::compiler::GraphAssemblerLabel

Completed in 192 milliseconds