HomeSort by relevance Sort by last modified time
    Searched refs:target_ (Results 1 - 25 of 50) sorted by null

1 2

  /external/google-breakpad/src/common/mac/
scoped_task_suspend-inl.h 42 explicit ScopedTaskSuspend(mach_port_t target) : target_(target) {
43 task_suspend(target_);
47 task_resume(target_);
51 mach_port_t target_; member in class:google_breakpad::ScopedTaskSuspend
  /system/tpm/trunks/
trunks_factory_for_test.cc 47 explicit TpmStateForwarder(TpmState* target) : target_(target) {}
50 TPM_RC Initialize() override { return target_->Initialize(); }
52 bool IsOwnerPasswordSet() override { return target_->IsOwnerPasswordSet(); }
55 return target_->IsEndorsementPasswordSet();
59 return target_->IsLockoutPasswordSet();
62 bool IsOwned() override { return target_->IsOwned(); }
64 bool IsInLockout() override { return target_->IsInLockout(); }
67 return target_->IsPlatformHierarchyEnabled();
71 return target_->IsStorageHierarchyEnabled();
75 return target_->IsEndorsementHierarchyEnabled()
112 TpmState* target_; member in class:trunks::TpmStateForwarder
353 TpmUtility* target_; member in class:trunks::TpmUtilityForwarder
386 AuthorizationDelegate* target_; member in class:trunks::AuthorizationDelegateForwarder
412 SessionManager* target_; member in class:trunks::SessionManagerForwarder
445 HmacSession* target_; member in class:trunks::HmacSessionForwarder
494 PolicySession* target_; member in class:trunks::PolicySessionForwarder
532 BlobParser* target_; member in class:trunks::BlobParserForwarder
    [all...]
resource_manager.cc 39 ScopedBool() : target_(nullptr) {}
41 if (target_) {
42 *target_ = false;
46 target_ = target;
47 *target_ = true;
51 bool* target_; member in class:__anon115225::ScopedBool
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc 153 : target_(target) {
160 GOOGLE_CHECK(target_ != NULL);
161 int old_size = target_->size();
164 if (old_size < target_->capacity()) {
167 STLStringResizeUninitialized(target_, target_->capacity());
180 target_,
185 *data = mutable_string_data(target_) + old_size;
186 *size = target_->size() - old_size;
192 GOOGLE_CHECK(target_ != NULL)
    [all...]
zero_copy_stream_impl_lite.h 158 string* target_; member in class:google::protobuf::io::StringOutputStream
  /toolchain/binutils/binutils-2.25/gold/
parameters.h 99 { return this->target_ != NULL; }
106 return *this->target_;
116 return static_cast<Sized_target<size, big_endian>*>(this->target_);
194 Target* target_; member in class:gold::Parameters
parameters.cc 67 : errors_(NULL), timer_(NULL), options_(NULL), target_(NULL),
118 gold_assert(target == this->target_);
126 gold_assert(this->target_ == NULL);
127 this->target_ = target;
141 this->target_ = NULL;
152 if (this->target_ == NULL)
154 return target == this->target_;
  /art/runtime/mirror/
call_site.h 50 return MemberOffset(OFFSETOF_MEMBER(CallSite, target_));
53 HeapReference<mirror::MethodHandle> target_; member in class:art::mirror::CallSite
  /external/libchrome/base/files/
file_path_watcher_fsevents.h 50 // target_ and resolved_target_ directly as those are modified on the
85 FilePath target_; member in class:base::FilePathWatcherFSEvents
file_path_watcher_fsevents.cc 169 target_, resolved_target_));
197 target_.clear();
238 FROM_HERE, Bind(&FilePathWatcherFSEvents::ReportError, this, target_));
243 FilePath resolved = ResolvePath(target_).StripTrailingSeparators();
248 FROM_HERE, Bind(&FilePathWatcherFSEvents::ReportError, this, target_));
271 target_ = path;
file_path_watcher_linux.cc 131 // Inotify watches are installed for all directory components of |target_|.
149 // Reconfigure to watch for the most specific parent directory of |target_|
153 // Reconfigure to recursively watch |target_| and all its sub-directories.
155 // - If |target_| does not exist, then clear all the recursive watches.
156 // - Assuming |target_| exists, passing kInvalidWatch as |fired_watch| forces
157 // addition of recursive watches for |target_|.
182 FilePath target_; member in class:base::__anon22690::FilePathWatcherImpl
188 // |target_| and always stores an empty next component name in |subdir|.
365 DCHECK(target_.empty());
381 // Check whether a path component of |target_| changed
    [all...]
file_path_watcher_kqueue.cc 249 callback_.Run(target_, true /* error */);
296 callback_.Run(target_, true /* error */);
302 callback_.Run(target_, false);
318 DCHECK(target_.value().empty()); // Can only watch one path.
329 target_ = path;
340 int last_entry = EventsForPath(target_, &events_);
file_path_watcher_kqueue.h 70 // |event|. Sets |target_file_affected| to true if |target_| is affected.
77 // |event|. Sets |target_file_affected| to true if |target_| is affected.
84 // |event|. Sets |target_file_affected| to true if |target_| is affected.
91 // Sets |target_file_affected| to true if |target_| is affected.
125 FilePath target_; member in class:base::FilePathWatcherKQueue
  /external/v8/src/
bit-vector.cc 35 val = target_->data_[current_index_];
bit-vector.h 20 : target_(target),
29 bool Done() const { return current_index_ >= target_->data_length_; }
53 BitVector* target_; member in class:v8::internal::BitVector::BASE_EMBEDDED
  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_utils.h 147 float* target() const { return target_.get(); }
152 rtc::scoped_ptr<float[]> target_; member in class:webrtc::intelligibility::GainApplier
intelligibility_utils.cc 292 target_(new float[freqs]()),
295 target_[i] = 1.0f;
308 current_[i] = UpdateFactor(target_[i], current_[i], change_limit_);
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 146 string* target_; member in class:google::protobuf::io::StringOutputStream
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 146 string* target_; member in class:google::protobuf::io::StringOutputStream
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 146 string* target_; member in class:google::protobuf::io::StringOutputStream
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 146 string* target_; member in class:google::protobuf::io::StringOutputStream
  /external/libchrome/base/timer/
timer_unittest.cc 243 : timer_(timer), target_(target) {}
246 ASSERT_FALSE(target_->signaled());
252 DelayTimerTarget* const target_; member in struct:__anon22918::ResetHelper
  /external/v8/src/compiler/
simplified-operator.h 208 : mode_(mode), source_(source), target_(target) {}
212 Handle<Map> target() const { return target_; }
217 Handle<Map> const target_; member in class:v8::internal::compiler::final
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 158 string* target_; member in class:google::protobuf::io::StringOutputStream
  /external/vixl/src/aarch64/
debugger-aarch64.cc 373 : DebugCommand(name), target_(target), format_(format) {}
375 delete target_;
379 Token* target() { return target_; }
391 Token* target_; member in class:vixl::aarch64::PrintCommand
401 : DebugCommand(name), target_(target), format_(format), count_(count) {}
403 delete target_;
408 Token* target() { return target_; }
421 Token* target_; member in class:vixl::aarch64::ExamineCommand
    [all...]

Completed in 832 milliseconds

1 2