/external/tensorflow/tensorflow/core/common_runtime/ |
D | pending_counts_test.cc | 29 h[id] = layout.CreateHandle(id, id); in TEST() 65 h[id] = layout.CreateHandle(id, id); in TEST() 81 handles[0] = layout.CreateHandle(5, 4); in TEST() 82 handles[1] = layout.CreateHandle(15, 4); in TEST() 117 handles[id] = layout.CreateHandle(id, id); in TEST() 141 handles[0] = layout.CreateHandle(5, 4); in TEST() 142 handles[1] = layout.CreateHandle(15, 4); in TEST()
|
D | pending_counts.h | 72 Handle CreateHandle(size_t max_pending_count, size_t max_dead_count); 308 inline PendingCounts::Handle PendingCounts::Layout::CreateHandle( in CreateHandle() function
|
D | executor.cc | 696 frame_info->pending_counts_layout.CreateHandle(max_pending, max_dead); in Initialize()
|
/external/v8/src/handles/ |
D | handles-inl.h | 40 return Handle(HandleScope::CreateHandle(isolate, object.ptr())); in New() 162 Address* HandleScope::CreateHandle(Isolate* isolate, Address value) { in CreateHandle() function 183 return canonical ? canonical->Lookup(value) : CreateHandle(isolate, value); in GetHandle()
|
D | handles.cc | 171 return HandleScope::CreateHandle(isolate_, object); in Lookup() 182 *find_result.entry = HandleScope::CreateHandle(isolate_, object); in Lookup()
|
D | handles.h | 223 V8_INLINE static Address* CreateHandle(Isolate* isolate, Address value);
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | dataset_utils.h | 29 Status CreateHandle(OpKernelContext* ctx, T* resource, in CreateHandle() function 50 TF_RETURN_IF_ERROR(CreateHandle<T>(ctx, resource, name, &handle)); in Create() 93 OP_REQUIRES_OK(ctx, CreateHandle(ctx, resource, name(), &handle)); in Compute()
|
/external/webrtc/webrtc/modules/audio_processing/ |
D | processing_component.h | 54 virtual void* CreateHandle() const = 0;
|
D | processing_component.cc | 80 handles_[i] = CreateHandle(); in Initialize()
|
D | echo_control_mobile_impl.h | 57 void* CreateHandle() const override;
|
D | gain_control_impl.h | 67 void* CreateHandle() const override;
|
D | echo_cancellation_impl.h | 71 void* CreateHandle() const override;
|
D | echo_control_mobile_impl.cc | 358 void* EchoControlMobileImpl::CreateHandle() const { in CreateHandle() function in webrtc::EchoControlMobileImpl
|
D | gain_control_impl.cc | 401 void* GainControlImpl::CreateHandle() const { in CreateHandle() function in webrtc::GainControlImpl
|
D | echo_cancellation_impl.cc | 454 void* EchoCancellationImpl::CreateHandle() const { in CreateHandle() function in webrtc::EchoCancellationImpl
|
/external/v8/include/ |
D | v8.h | 1221 static internal::Address* CreateHandle(internal::Isolate* isolate, 10862 return Local<T>(reinterpret_cast<T*>(HandleScope::CreateHandle( in New() 11545 A* result = HandleScope::CreateHandle(isolate, value); in GetInternalField() 12174 A* result = HandleScope::CreateHandle(isolate, value); in GetEmbedderData()
|
/external/v8/src/api/ |
D | api.cc | 1110 i::Address* HandleScope::CreateHandle(i::Isolate* isolate, i::Address value) { in CreateHandle() function in v8::HandleScope 1111 return i::HandleScope::CreateHandle(isolate, value); in CreateHandle() 1117 CreateHandle(isolate, i::ReadOnlyRoots(isolate).the_hole_value().ptr()); in EscapableHandleScope()
|