/external/libchrome/base/ |
task_runner.cc | 29 TaskRunner* destination_; member in class:base::__anon24342::PostTaskAndReplyTaskRunner 33 TaskRunner* destination) : destination_(destination) { 34 DCHECK(destination_); 40 return destination_->PostTask(from_here, std::move(task));
|
/external/ImageMagick/Magick++/lib/ |
Functions.cpp | 23 MagickPPExport void Magick::CloneString(char **destination_, 26 MagickCore::CloneString(destination_,source_.c_str());
|
Image.cpp | 4908 quantum_,destination_, exceptionInfo); local [all...] |
/external/ImageMagick/Magick++/lib/Magick++/ |
Functions.h | 19 MagickPPExport void CloneString(char **destination_,
|
Image.h | [all...] |
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
reactive_socket_sendto_op.hpp | 38 destination_(endpoint), 53 o->destination_.data(), o->destination_.size(), 60 Endpoint destination_; member in class:asio::detail::reactive_socket_sendto_op_base
|
/external/parameter-framework/upstream/utility/ |
BinaryCopy.hpp | 60 using Destination_ = decltype(binaryCopy<Destination>(source)); 65 Destination_ destination;
|
/external/v8/src/crankshaft/ |
lithium.h | 273 : source_(source), destination_(destination) { 279 LOperand* destination() const { return destination_; } 280 void set_destination(LOperand* operand) { destination_ = operand; } 285 return destination_ == NULL && source_ != NULL; 296 return IsEliminated() || source_->Equals(destination_) || IsIgnored() || 297 (destination_ != NULL && destination_->IsConstantOperand()); 301 return destination_ != NULL && destination_->IsIgnored(); 305 void Eliminate() { source_ = destination_ = NULL; 313 LOperand* destination_; member in class:v8::internal::BASE_EMBEDDED [all...] |
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
cpu_transfer_manager.cc | 66 : destination_(destination), length_(length) {} 74 void* data() override { return destination_; } 81 void* destination_; member in class:xla::__anon38876::CpuOutfeedBuffer
|
/external/v8/src/compiler/ |
instruction.h | 677 : source_(source), destination_(destination) { 685 const InstructionOperand& destination() const { return destination_; } 686 InstructionOperand& destination() { return destination_; } 688 destination_ = operand; 694 return destination_.IsInvalid() && !source_.IsInvalid(); 696 void SetPending() { destination_ = InstructionOperand(); } 701 DCHECK_IMPLIES(!destination_.IsInvalid(), !destination_.IsConstant()); 702 return IsEliminated() || source_.EqualsCanonicalized(destination_); 706 void Eliminate() { source_ = destination_ = InstructionOperand(); 718 InstructionOperand destination_; member in class:v8::internal::compiler::final [all...] |
/art/compiler/optimizing/ |
nodes.h | [all...] |
/frameworks/base/core/java/android/provider/ |
Downloads.java | 185 * of the download. See the DESTINATION_* constants for a list of legal values.
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/ |
Downloads.java | 183 * of the download. See the DESTINATION_* constants for a list of legal values.
|
/toolchain/binutils/binutils-2.27/gold/ |
arm.cc | [all...] |
/external/ImageMagick/ImageMagick/api/ |
Image++.html | [all...] |
/external/ImageMagick/www/Magick++/ |
Image++.html | [all...] |
Image.html | [all...] |
/external/ImageMagick/www/api/ |
Image++.html | [all...] |