HomeSort by relevance Sort by last modified time
    Searched defs:target_ (Results 1 - 25 of 34) 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
  /external/libchrome/base/files/
file_path_watcher_fsevents.h 49 // target_ and resolved_target_ directly as those are modified on the
81 FilePath target_; member in class:base::FilePathWatcherFSEvents
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
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::__anon14252::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...]
  /system/connectivity/shill/
property_accessor.h 161 : target_(target),
181 (target_->*clearer_)(error);
187 return (target_->*getter_)(error);
191 return (target_->*setter_)(value, error);
199 C* const target_; member in class:shill::CustomAccessor
226 : target_(target),
242 (target_->*clearer_)(error);
252 return (target_->*setter_)(value, error);
256 C* const target_; member in class:shill::CustomWriteOnlyAccessor
274 : target_(target), getter_(getter)
292 C* const target_; member in class:shill::CustomReadOnlyAccessor
343 C* const target_; member in class:shill::CustomMappedAccessor
    [all...]
http_request_unittest.cc 261 EXPECT_CALL(target_, ResultCallTarget(result, _));
270 EXPECT_CALL(target_, ResultCallTarget(HTTPRequest::kResultSuccess, _))
275 EXPECT_CALL(target_, ReadEventCallTarget(ByteStringMatches(response_data)));
303 target_.read_event_callback(),
304 target_.result_callback());
346 StrictMock<CallbackTarget> target_; member in class:shill::HTTPRequestTest
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.h 147 string* target_; member in class:google::protobuf::io::StringOutputStream
  /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
  /system/tpm/trunks/
trunks_factory_for_test.cc 44 explicit TpmStateForwarder(TpmState* target) : target_(target) {}
48 return target_->Initialize();
52 return target_->IsOwnerPasswordSet();
56 return target_->IsEndorsementPasswordSet();
60 return target_->IsLockoutPasswordSet();
64 return target_->IsOwned();
68 return target_->IsInLockout();
72 return target_->IsPlatformHierarchyEnabled();
76 return target_->IsStorageHierarchyEnabled();
80 return target_->IsEndorsementHierarchyEnabled()
116 TpmState* target_; member in class:trunks::TpmStateForwarder
350 TpmUtility* target_; member in class:trunks::TpmUtilityForwarder
385 AuthorizationDelegate* target_; member in class:trunks::AuthorizationDelegateForwarder
412 SessionManager* target_; member in class:trunks::SessionManagerForwarder
446 HmacSession* target_; member in class:trunks::HmacSessionForwarder
497 PolicySession* target_; member in class:trunks::PolicySessionForwarder
535 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;
50 bool* target_; member in class:__anon74666::ScopedBool
  /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
layout.h 178 target_(target), layout_(layout), mapfile_(mapfile)
192 Target* target_; member in class:gold::Layout_task_runner
    [all...]
  /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
  /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
  /art/compiler/utils/arm/
assembler_thumb2.h 585 DCHECK_EQ(target_, kUnresolved);
587 target_ = target;
590 // Check if the current size is OK for current location_, target_ and adjustment_.
603 DCHECK_NE(target_, kUnresolved);
605 target_ += location_adjustment;
623 target_(kUnresolved),
644 static constexpr uint32_t kUnresolved = 0xffffffff; // Value for target_ for unresolved.
655 uint32_t target_; // Offset into assembler buffer in bytes. member in class:art::arm::FINAL::Fixup
656 uint32_t adjustment_; // The number of extra bytes inserted between location_ and target_.
    [all...]
  /external/libchrome/base/timer/
timer_unittest.cc 239 : timer_(timer), target_(target) {}
242 ASSERT_FALSE(target_->signaled());
248 DelayTimerTarget* const target_; member in struct:__anon14434::ResetHelper
  /external/libchrome/base/
values.h 365 bool IsAtEnd() const { return it_ == target_.dictionary_.end(); }
372 const DictionaryValue& target_; member in class:base::DictionaryValue::Iterator
  /external/libweave/third_party/chromium/base/
values.h 353 bool IsAtEnd() const { return it_ == target_.dictionary_.end(); }
360 const DictionaryValue& target_; member in class:base::DictionaryValue::Iterator
  /external/v8/src/
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
  /art/compiler/utils/mips/
assembler_mips.h 625 static constexpr uint32_t kUnresolved = 0xffffffff; // Unresolved target_
721 // branch at a given location by this delta (just changes location_ and target_).
730 // max_short_distance caps the maximum distance between location_ and target_
750 uint32_t target_; // Offset into assembler buffer in bytes. member in class:art::mips::FINAL::Branch
    [all...]
  /art/compiler/utils/mips64/
assembler_mips64.h 540 static constexpr uint32_t kUnresolved = 0xffffffff; // Unresolved target_
633 // branch at a given location by this delta (just changes location_ and target_).
642 // max_short_distance caps the maximum distance between location_ and target_
662 uint32_t target_; // Offset into assembler buffer in bytes. member in class:art::mips64::FINAL::Branch
  /external/vixl/src/vixl/a64/
debugger-a64.cc 342 : DebugCommand(name), target_(target), format_(format) {}
344 delete target_;
348 Token* target() { return target_; }
360 Token* target_; member in class:vixl::PrintCommand
370 : DebugCommand(name), target_(target), format_(format), count_(count) {}
372 delete target_;
377 Token* target() { return target_; }
390 Token* target_; member in class:vixl::ExamineCommand
    [all...]

Completed in 1539 milliseconds

1 2