HomeSort by relevance Sort by last modified time
    Searched defs:handles_ (Results 1 - 16 of 16) sorted by null

  /external/libmojo/mojo/public/cpp/bindings/
sync_handle_registry.h 56 HandleMap handles_; member in class:mojo::SyncHandleRegistry
message.h 124 const std::vector<Handle>* handles() const { return &handles_; }
125 std::vector<Handle>* mutable_handles() { return &handles_; }
162 std::vector<Handle> handles_; member in class:mojo::Message
  /art/compiler/optimizing/
builder.h 78 VariableSizedHandleScope* const handles_; member in class:art::HGraphBuilder
reference_type_propagation.h 64 explicit HandleCache(VariableSizedHandleScope* handles) : handles_(handles) { }
68 return handles_->NewHandle(object);
73 return handles_->NewHandle(object);
82 VariableSizedHandleScope* handles_; member in class:art::ReferenceTypePropagation::HandleCache
ssa_builder.h 59 handles_(handles),
125 VariableSizedHandleScope* const handles_; member in class:art::SsaBuilder
inliner.h 60 handles_(handles),
294 VariableSizedHandleScope* const handles_; member in class:art::HInliner
instruction_builder.h 307 VariableSizedHandleScope* const handles_; member in class:art::HInstructionBuilder
optimizing_unit_test.h 118 handles_.reset(); // When getting rid of the old HGraph, we can also reset handles_.
160 if (handles_ == nullptr) {
161 handles_.reset(new VariableSizedHandleScope(soa.Self()));
165 handles_->NewHandle<mirror::ClassLoader>(nullptr),
173 handles_->NewHandle<mirror::DexCache>(nullptr));
175 HGraphBuilder builder(graph, dex_compilation_unit, accessor, handles_.get(), return_type);
184 std::unique_ptr<VariableSizedHandleScope> handles_; member in class:art::OptimizingUnitTestHelper
  /external/libmojo/mojo/edk/system/
core.h 303 HandleTable handles_; member in class:mojo::edk::Core
channel.h 185 HandleEntry* handles_ = nullptr; member in struct:mojo::edk::Channel::Message
channel_posix.cc 44 handles_(message_->TakeHandlesForTransport()) {
53 handles_ = std::move(other.handles_);
71 ScopedPlatformHandleVectorPtr TakeHandles() { return std::move(handles_); }
75 handles_ = std::move(handles);
81 ScopedPlatformHandleVectorPtr handles_; member in class:mojo::edk::__anon25145::MessageView
  /external/libmojo/mojo/public/cpp/bindings/lib/
serialization_context.h 29 size_t size() const { return handles_.size(); }
49 std::vector<mojo::Handle> handles_; member in class:mojo::internal::SerializedHandleVector
  /external/webrtc/webrtc/modules/audio_processing/
processing_component.h 61 std::vector<void*> handles_; member in class:webrtc::ProcessingComponent
  /system/tpm/attestation/server/
pkcs11_key_store_test.cc 180 handles_[*new_object_handle] = label;
190 std::string label = handles_[object_handle];
191 handles_.erase(object_handle);
203 std::string label = handles_[object_handle];
228 values_[handles_[object_handle]] = GetValue(attributes, CKA_VALUE);
242 found_objects_ = brillo::GetMapKeysAsVector(handles_);
293 std::map<uint64_t, std::string> handles_; // The fake store: handle->label member in class:attestation::KeyStoreTest
  /external/tensorflow/tensorflow/core/common_runtime/
bfc_allocator.h 194 handles_ = new ChunkHandle[n_handles];
196 handles_[i] = kInvalidChunkHandle;
202 ~AllocationRegion() { delete[] handles_; }
215 return handles_[IndexFor(p)];
217 void set_handle(const void* p, ChunkHandle h) { handles_[IndexFor(p)] = h; }
225 std::swap(handles_, other.handles_);
244 ChunkHandle* handles_ = nullptr; member in class:tensorflow::BFCAllocator::AllocationRegion
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_dnn.cc 1358 std::vector<cudnnTensorDescriptor_t> handles_; member in class:perftools::gputools::cuda::CudnnRnnSequenceTensorDescriptor
    [all...]

Completed in 373 milliseconds